:root {
  --h-font-family-root: "Quicksand", serif;
  --h-font-family-title: "Quicksand", serif;
  --h-line-height: 1.5625;
  --h-font-weight-root: 400;
  --h-font-size-root: 10px;
  --h-font-size: 1.5rem;
  --h-font-size-h1: 2.4rem;
  --h-font-size-h2: 2.2rem;
  --h-font-size-h3: 2rem;
  --h-font-size-h4: 1.8rem;
  --h-font-size-h5: 1.6rem;
  --h-font-size-h6: 1.4rem;
  --h-color-primary: #048457;
  --h-color-secondary: #F9A825;
  --h-color-third: #c80000;
  --h-color-fourth: #fee998;
  --h-color-fifth: #E8E9EA;
  --h-color-sixth: #DFF7FC;
  --h-color-seventh: #ffef99;
  --h-color-eighth: #795548;
  --h-color-ninth: #ddd;
  --h-color-tenth: #BDBDBD;
  --h-color-white: #fff;
  --h-color-black: #000;
  --h-bg-root: #fff;
  --h-color-root: #222;
  --h-color-hover: #048457;
  --h-color-state: var(--h-color-secondary);
}

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

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

body {
  background-color: var(--h-bg-root);
  color: var(--h-color-root);
  font-size: var(--h-font-size);
  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(--h-font-family-root);
  font-size: var(--h-font-size-root);
  line-height: var(--h-line-height);
}

body {
  font-family: var(--h-font-family-root);
  font-weight: var(--h-font-weight-root);
  line-height: var(--h-line-height);
}

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

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

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

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

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

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

h6 {
  font-size: var(--h-font-size-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;
}

.h-box {
  background-color: var(--h-color-white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px;
}

.hl--primary {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hl-main {
  height: 100%;
  position: relative;
  width: 100%;
}
.he-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s;
  width: 1em;
}
.he-btn, .he-btn--small, .he-btn--answer, .he-btn--next, .he-btn--result, .he-btn--reset, .he-btn--primary {
  align-items: center;
  background: linear-gradient(to bottom, #790b12 0%, #ea1024 100%);
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  color: var(--h-color-white);
  display: inline-flex;
  font-size: calc(60 * 100vw / 3840);
  font-weight: 800;
  line-height: 1.1;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
}
.he-btn::after, .he-btn--small::after, .he-btn--answer::after, .he-btn--next::after, .he-btn--result::after, .he-btn--reset::after, .he-btn--primary::after {
  background-image: url("../img/bg-wishes01.png"), url("../img/bg-wishes02.png");
  background-position: top calc(25 * 100vw / 3840) left calc(25 * 100vw / 3840), top calc(15 * 100vw / 3840) right calc(15 * 100vw / 3840);
  background-repeat: no-repeat, no-repeat;
  background-size: calc(60 * 100vw / 3840), calc(80 * 100vw / 3840);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.he-btn[data-txt]::before, [data-txt].he-btn--small::before, [data-txt].he-btn--answer::before, [data-txt].he-btn--next::before, [data-txt].he-btn--result::before, [data-txt].he-btn--reset::before, [data-txt].he-btn--primary::before {
  content: attr(data-txt);
  color: var(--h-color-white);
  display: inline-block;
  font-size: calc(60 * 100vw / 3840);
  margin-right: calc(5 * 100vw / 3840);
}
.he-btn[data-state=hidden], [data-state=hidden].he-btn--small, [data-state=hidden].he-btn--answer, [data-state=hidden].he-btn--next, [data-state=hidden].he-btn--result, [data-state=hidden].he-btn--reset, [data-state=hidden].he-btn--primary {
  display: none;
  pointer-events: none;
}
.he-btn--primary {
  left: 50%;
  min-height: calc(180 * 100vw / 3840);
  padding: calc(25 * 100vw / 3840) calc(100 * 100vw / 3840) calc(20 * 100vw / 3840);
  position: absolute;
  top: calc(1250 * 100vw / 3840);
  transform: translateX(-50%);
  width: calc(768 * 100vw / 3840);
}
.he-btn--reset {
  min-height: calc(180 * 100vw / 3840);
  padding: calc(25 * 100vw / 3840) calc(100 * 100vw / 3840) calc(20 * 100vw / 3840);
  position: absolute;
  top: calc(1150 * 100vw / 3840);
  left: 50%;
  transform: translateX(-50%);
  width: calc(768 * 100vw / 3840);
}
.he-btn--answer, .he-btn--next, .he-btn--result {
  min-height: calc(150 * 100vw / 3840);
  padding: calc(15 * 100vw / 3840) calc(50 * 100vw / 3840);
  margin: calc(100 * 100vw / 3840) auto 0;
  width: calc(600 * 100vw / 3840);
}
.he-btn--next, .he-btn--result {
  background: linear-gradient(to bottom, #388E3C 0%, #1B5E20 100%);
}
.he-btn--small {
  min-height: calc(150 * 100vw / 3840);
  margin-left: calc(10 * 100vw / 3840);
  margin-right: calc(10 * 100vw / 3840);
  padding: calc(15 * 100vw / 3840) calc(50 * 100vw / 3840);
  width: calc(500 * 100vw / 3840);
}
@media (orientation: portrait) {
  .he-btn, .he-btn--small, .he-btn--answer, .he-btn--next, .he-btn--result, .he-btn--reset, .he-btn--primary {
    font-size: calc(50 * 100vw / 2160);
  }
  .he-btn::after, .he-btn--primary::after, .he-btn--reset::after, .he-btn--answer::after, .he-btn--next::after, .he-btn--result::after, .he-btn--small::after {
    background-position: top calc(15 * 100vw / 2160) left calc(15 * 100vw / 2160), top calc(15 * 100vw / 2160) right calc(15 * 100vw / 2160);
    background-size: calc(30 * 100vw / 2160), calc(40 * 100vw / 2160);
  }
  .he-btn[data-txt]::before, [data-txt].he-btn--primary::before, [data-txt].he-btn--reset::before, [data-txt].he-btn--answer::before, [data-txt].he-btn--next::before, [data-txt].he-btn--result::before, [data-txt].he-btn--small::before {
    font-size: calc(40 * 100vw / 2160);
    margin-right: calc(5 * 100vw / 2160);
  }
  .he-btn--primary {
    min-height: calc(120 * 100vw / 2160);
    padding: calc(25 * 100vw / 2160) calc(100 * 100vw / 2160) calc(20 * 100vw / 2160);
    width: calc(576 * 100vw / 2160);
  }
  .he-btn--result, .he-btn--next, .he-btn--answer {
    bottom: 0;
    min-height: calc(120 * 100vw / 2160);
    margin-top: calc(50 * 100vw / 2160);
    padding: calc(25 * 100vw / 2160) calc(100 * 100vw / 2160) calc(20 * 100vw / 2160);
    position: relative;
    right: 0;
    width: calc(576 * 100vw / 2160);
  }
  .he-btn--small {
    font-size: calc(40 * 100vw / 2160);
    min-height: calc(120 * 100vw / 2160);
    margin-left: calc(10 * 100vw / 2160);
    margin-right: calc(10 * 100vw / 2160);
    padding: calc(20 * 100vw / 2160) calc(100 * 100vw / 2160) calc(15 * 100vw / 2160);
    width: calc(400 * 100vw / 2160);
  }
  .he-btn--reset {
    top: calc(400 * 100vw / 2160);
  }
}

.he-headline--primary {
  color: var(--h-color-primary);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.he-headline--sidebar {
  color: var(--h-color-primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.he-headline--small {
  color: var(--h-color-primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .he-headline--primary {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.he-txt {
  font-size: 1.4rem;
  color: var(--h-color-root);
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .he-txt {
    margin-bottom: 10px;
  }
}

.hc-wishes {
  background-color: var(--h-color-tenth);
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  scroll-behavior: smooth;
  max-width: 768px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.hc-wishes__group {
  display: block;
  list-style: none;
  max-height: calc(100vh - 32.03125vw);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 100px;
  transition: transform 1s;
  transform-origin: center -50%;
}
.hc-wishes__item {
  background: linear-gradient(to bottom, #790b12 0%, #ea1024 100%);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 100vw;
  color: var(--h-color-seventh);
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 5px;
  overflow: hidden;
  min-width: 51%;
  padding: 15px 50px;
  position: relative;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.hc-wishes__item::before {
  background-image: url("../img/bg-wishes01.png"), url("../img/bg-wishes02.png");
  background-position: top 5px left 5px, top 5px right 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 30px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hc-wishes__item:last-child {
  margin-bottom: 0;
}
.hc-wishes__item[data-state=click] {
  opacity: 0;
  transform: translateX(100vw);
}
.hc-wishes__click, .hc-wishes__mp3 {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 100;
}
.hc-wishes__bg {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .hc-wishes__item {
    font-size: 2rem;
    margin-bottom: 5px;
    padding: 5px 30px;
  }
  .hc-wishes__item::before {
    background-size: 15px, 20px, 100%, 100%;
  }
}
.hc-puzzle {
  background: url("../img/puzzle/bg01.webp") no-repeat center center/cover;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: calc(100 * 100vw / 3840);
  padding-top: calc(300 * 100vw / 3840);
  position: relative;
  z-index: 1;
}
.hc-puzzle::before {
  background: url("../img/puzzle/bg.webp") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  z-index: 1;
}
.hc-puzzle__content {
  align-items: center;
  align-content: center;
  border-radius: 50%;
  color: var(--h-color-seventh);
  display: flex;
  font-size: calc(60 * 100vw / 3840);
  font-weight: 700;
  flex-wrap: wrap;
  height: calc(1400 * 100vw / 3840);
  justify-content: center;
  max-height: 80vh;
  max-width: 80vh;
  opacity: 0;
  padding-left: calc(220 * 100vw / 3840);
  padding-right: calc(220 * 100vw / 3840);
  pointer-events: none;
  position: absolute;
  right: calc(100 * 100vw / 3840);
  text-align: center;
  transition: transform 0.5s, right 0.5s;
  top: calc(500 * 100vw / 3840);
  visibility: hidden;
  width: calc(1400 * 100vw / 3840);
  z-index: 2;
}
.hc-puzzle__content::before {
  background: url("../img/puzzle/bg02.webp") no-repeat center center/100%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  animation: move 60s linear infinite;
  z-index: -1;
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hc-puzzle[data-state=process] .hc-puzzle__start {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.hc-puzzle[data-state=process] .hc-puzzle__content {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.hc-puzzle[data-state=process] .hc-puzzle__answer::before {
  display: block;
}
.hc-puzzle[data-state=process]::before {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.hc-puzzle[data-state=end] .hc-puzzle__content {
  display: inline-block;
  height: auto;
  left: 50%;
  opacity: 1;
  pointer-events: visible;
  padding: 0;
  top: calc(800 * 100vw / 3840);
  transform: translateX(-50%);
  visibility: visible;
  width: auto;
}
.hc-puzzle[data-state=end] .hc-puzzle__content::before {
  display: none;
}
.hc-puzzle[data-state=end] .hc-puzzle__question {
  display: none;
}
.hc-puzzle__wrap {
  align-items: center;
  display: flex;
  left: 0;
  padding-left: calc(50 * 100vw / 3840);
  position: absolute;
  top: calc(100 * 100vw / 3840);
  width: 100%;
  z-index: 3;
}
.hc-puzzle__box {
  align-content: center;
  align-items: center;
  display: flex;
  left: calc(100 * 100vw / 3840);
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  text-align: center;
  width: 55.7291666667vw;
}
.hc-puzzle__question {
  content: attr(data-txt);
  color: var(--h-color-seventh);
  font-size: calc(60 * 100vw / 3840);
  font-weight: 700;
  margin-bottom: calc(30 * 100vw / 3840);
  position: relative;
  width: 100%;
  z-index: 1;
}
.hc-puzzle__answer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}
.hc-puzzle__answer::before {
  content: attr(data-txt);
  color: var(--h-color-seventh);
  display: none;
  font-size: calc(40 * 100vw / 3840);
  font-weight: 700;
  margin-bottom: calc(50 * 100vw / 3840);
  position: relative;
  width: 100%;
  z-index: 1;
}
.hc-puzzle__answer[data-state=checked] .hc-puzzle__item[data-correct=false] {
  background: linear-gradient(to bottom, #E64A19 0%, #BF360C 100%);
}
.hc-puzzle__answer[data-state=checked] .hc-puzzle__item[data-correct=true] {
  background: linear-gradient(to bottom, #388E3C 0%, #1B5E20 100%);
}
.hc-puzzle__avatar {
  display: block;
  height: 100%;
  left: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(350 * 100vw / 3840);
}
.hc-puzzle__avatar img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.hc-puzzle__item {
  align-items: center;
  background: linear-gradient(to bottom, #790b12 0%, #ea1024 100%);
  border: 5px solid var(--h-color-white);
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: calc(20 * 100vw / 3840);
  color: var(--h-color-seventh);
  display: inline-flex;
  font-size: calc(50 * 100vw / 3840);
  line-height: 1.2;
  margin-top: calc(30 * 100vw / 3840);
  min-height: 250px;
  overflow: hidden;
  padding-left: calc(380 * 100vw / 3840);
  padding-right: calc(30 * 100vw / 3840);
  position: relative;
  text-align: left;
  width: calc(50% - 15 * 100vw / 3840);
  z-index: 3;
}
.hc-puzzle__item:first-child, .hc-puzzle__item:nth-child(2) {
  margin-top: 0;
}
.hc-puzzle__click, .hc-puzzle__mp3 {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 100;
}
@media only screen and (max-width: 1920px) {
  .hc-puzzle__item {
    border-width: 1px;
    border-radius: 10px;
    font-size: 2rem;
    margin-top: 10px;
    min-height: 100px;
    padding-left: 200px;
    padding-right: 20px;
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 1399.98px) {
  .hc-puzzle__item {
    font-size: 1.8rem;
    min-height: 80px;
    padding-left: 140px;
  }
}
@media (orientation: portrait) {
  .hc-puzzle {
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(100 * 100vw / 3840);
    padding-top: calc(530 * 100vw / 2160);
    text-align: center;
  }
  .hc-puzzle[data-state=process] {
    background-image: url("../img/puzzle/bg01.webp"), url("../img/puzzle/bg03.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
    background-position: 0 0, center center;
  }
  .hc-puzzle[data-state=process]::before {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .hc-puzzle__wrap {
    justify-content: center;
    padding-left: 0;
    top: calc(380 * 100vw / 2160);
    width: 100%;
  }
  .hc-puzzle__box {
    display: flex;
    left: 5vw;
    height: auto;
    order: 2;
    position: relative;
    width: 90vw;
  }
  .hc-puzzle__answer {
    width: 100%;
  }
  .hc-puzzle__answer::before {
    content: attr(data-txtsp);
    font-size: calc(40 * 100vw / 2160);
    margin-bottom: calc(50 * 100vw / 2160);
  }
  .hc-puzzle__question {
    font-size: calc(60 * 100vw / 2160);
    margin-bottom: calc(30 * 100vw / 2160);
  }
  .hc-puzzle__content {
    font-size: calc(60 * 100vw / 2160);
    height: 70vw;
    max-height: 80vh;
    max-width: 80vh;
    order: 1;
    padding-left: calc(220 * 100vw / 2160);
    padding-right: calc(220 * 100vw / 2160);
    position: relative;
    margin: calc(50 * 100vw / 2160) auto calc(30 * 100vw / 2160);
    right: inherit;
    top: 0;
    width: 70vw;
  }
  .hc-puzzle__avatar {
    width: calc(350 * 100vw / 2160);
  }
  .hc-puzzle__item {
    border-radius: calc(20 * 100vw / 2160);
    font-size: calc(50 * 100vw / 2160);
    margin-top: calc(20 * 100vw / 2160);
    min-height: 250px;
    padding-left: calc(380 * 100vw / 2160);
    padding-right: calc(30 * 100vw / 2160);
    width: calc(50% - 30 * 100vw / 2160);
  }
  .hc-puzzle[data-state=end] {
    background-image: url("../img/puzzle/bg01.webp"), url("../img/puzzle/bg03.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
    background-position: 0 0, center center;
  }
  .hc-puzzle[data-state=end] .hc-puzzle__content {
    display: inline-block;
    height: 70vw;
    margin: calc(200 * 100vw / 2160) auto 0;
    opacity: 1;
    padding-left: calc(220 * 100vw / 2160);
    padding-right: calc(220 * 100vw / 2160);
    pointer-events: visible;
    position: absolute;
    visibility: visible;
    width: 70vw;
  }
  .hc-puzzle[data-state=end] .hc-puzzle__content::before {
    display: inline-block;
  }
}

.hp-contact__info {
  color: var(--h-color-root);
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.hp-contact__info strong {
  margin-right: 5px;
}
.hp-contact__info a {
  color: var(--h-color-root);
  font-size: 1.6rem;
  transition: color 0.3s;
}
.hp-contact__info a:hover {
  color: var(--h-color-secondary);
}
.hp-contact__social {
  border-bottom: 1px solid #A3A6AC;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.hp-contact__social svg {
  font-size: 1.8rem;
  fill: var(--h-color-white);
}
.hp-contact__social a {
  background-color: var(--h-color-primary);
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  transition: background-color 0.3s;
  width: 35px;
}
.hp-contact__social a:hover {
  background-color: var(--h-color-secondary);
}
.hp-contact__ttl {
  color: var(--h-color-primary);
  font-size: 2.5rem;
  font-family: var(--h-font-family-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(--h-color-primary);
  font-size: 1.6rem;
}

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