body {
  background-color: #EEEAE6;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3938;
}

@font-face {
  font-family: "ES Allianz";
  src: url("../fonts/ESAllianz-Book.woff2") format("woff2"), url("../fonts/ESAllianz-Book.woff") format("woff");
}

.font-es-allianz {
  font-family: "ES Allianz", sans-serif;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3t61vg");
  src: url("../fonts/icomoon.eot?3t61vg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3t61vg") format("truetype"), url("../fonts/icomoon.woff?3t61vg") format("woff"), url("../fonts/icomoon.svg?3t61vg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-IconBlank:before {
  content: "\e900";
}

.icon-IconBlankLarge:before {
  content: "\e905";
}

.icon-IconCheck:before {
  content: "\e906";
}

.icon-IconClose:before {
  content: "\e901";
}

.icon-IconDropDown:before {
  content: "\e902";
}

.icon-IconMenu:before {
  content: "\e903";
}

.icon-IconScrollDown:before {
  content: "\e904";
}

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover-noise::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hover_noise.png") 0 0/48px auto repeat;
}

.wpcf7-text,
.wpcf7-textarea {
  line-height: 1.5;
}

.wpcf7-select {
  appearance: none;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: 1px solid #040000;
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #040000;
  cursor: pointer;
}

.wpcf7-list-item a {
  text-decoration: underline;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: block;
  position: absolute;
  margin-top: -1px;
  margin-left: -32px;
  font-size: 24px;
  visibility: hidden;
}

.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  visibility: visible;
}

.wpcf7-submit {
  position: relative;
  width: 100%;
  padding: 29px 8px 4px;
  background-color: #040000;
  text-align: left;
  font-family: "ES Allianz", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #FFF;
  cursor: pointer;
}

.wpcf7-spinner {
  display: block;
  position: absolute;
  margin: 0 auto;
}

.page-contact .wpcf7 form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: none;
}

@media screen and (min-width: 1024px) {
  .wpcf7-text,
  .wpcf7-textarea,
  .wpcf7-select {
    max-width: 432px;
  }

  .wpcf7-submit {
    max-width: 204px;
  }
}

@media (hover: hover) {
  .hover-noise:hover::after {
    display: block;
  }

  .hover-text:hover {
    color: rgb(123.7898305085, 113.806779661, 111.8101694915);
  }

  .wpcf7-submit:not([disabled]):hover {
    background: #040000 url("../images/hover_noise.png") 0 0/48px auto repeat;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hover-noise:hover::after {
    display: block;
  }

  .hover-text:hover {
    color: rgb(123.7898305085, 113.806779661, 111.8101694915);
  }

  .wpcf7-submit:not([disabled]):hover {
    background: #040000 url("../images/hover_noise.png") 0 0/48px auto repeat;
  }
}