@charset "UTF-8";
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .list:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/***********************************************************************
variable
**********************************************************************/
/***********************************************************************
media queries setting
**********************************************************************/
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .list:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(217, 71%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 86%, 61%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 500;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: left;
}
table th {
  color: hsl(0, 0%, 21%);
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: hsl(0, 0%, 90%) !important;
}

.has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: hsl(171, 100%, 31%) !important;
}

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

.has-text-link {
  color: hsl(217, 71%, 53%) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: hsl(217, 71%, 43%) !important;
}

.has-background-link {
  background-color: hsl(217, 71%, 53%) !important;
}

.has-text-info {
  color: hsl(204, 71%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: hsl(204, 71%, 43%) !important;
}

.has-background-info {
  background-color: hsl(204, 71%, 53%) !important;
}

.has-text-success {
  color: hsl(141, 53%, 53%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(141, 53%, 43%) !important;
}

.has-background-success {
  background-color: hsl(141, 53%, 53%) !important;
}

.has-text-warning {
  color: hsl(48, 100%, 67%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(48, 100%, 57%) !important;
}

.has-background-warning {
  background-color: hsl(48, 100%, 67%) !important;
}

.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(348, 86%, 51%) !important;
}

.has-background-danger {
  background-color: hsl(348, 86%, 61%) !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 400 !important;
}

.has-text-weight-semibold {
  font-weight: 500 !important;
}

.has-text-weight-bold {
  font-weight: 500 !important;
}

.is-family-primary {
  font-family: "Noto Sans JP", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px hsl(217, 71%, 53%);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px hsl(217, 71%, 53%);
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 115.29485, 220.2435, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 0%);
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: hsl(171, 100%, 96%);
  color: hsl(171, 100%, 29%);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: hsl(171, 100%, 93.5%);
  border-color: transparent;
  color: hsl(171, 100%, 29%);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: hsl(171, 100%, 91%);
  border-color: transparent;
  color: hsl(171, 100%, 29%);
}
.button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: hsl(217, 71%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 115.29485, 220.2435, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: hsl(217, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  box-shadow: none;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: hsl(217, 71%, 96%);
  color: hsl(217, 71%, 45%);
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: hsl(217, 71%, 93.5%);
  border-color: transparent;
  color: hsl(217, 71%, 45%);
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: hsl(217, 71%, 91%);
  border-color: transparent;
  color: hsl(217, 71%, 45%);
}
.button.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: hsl(204, 71%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 152.1687, 220.2435, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: hsl(204, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(204, 71%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(204, 71%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 71%, 53%);
  color: hsl(204, 71%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(204, 71%, 53%);
  border-color: hsl(204, 71%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(204, 71%, 53%) hsl(204, 71%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 71%, 53%);
  box-shadow: none;
  color: hsl(204, 71%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(204, 71%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(204, 71%, 53%) hsl(204, 71%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: hsl(204, 71%, 96%);
  color: hsl(204, 71%, 39%);
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: hsl(204, 71%, 93.5%);
  border-color: transparent;
  color: hsl(204, 71%, 39%);
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: hsl(204, 71%, 91%);
  border-color: transparent;
  color: hsl(204, 71%, 39%);
}
.button.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: hsl(141, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 116.09385, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: hsl(141, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(141, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(141, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 53%, 53%);
  color: hsl(141, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(141, 53%, 53%);
  border-color: hsl(141, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(141, 53%, 53%) hsl(141, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 53%, 53%);
  box-shadow: none;
  color: hsl(141, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(141, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(141, 53%, 53%) hsl(141, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: hsl(141, 53%, 96%);
  color: hsl(141, 53%, 31%);
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: hsl(141, 53%, 93.5%);
  border-color: transparent;
  color: hsl(141, 53%, 31%);
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: hsl(141, 53%, 91%);
  border-color: transparent;
  color: hsl(141, 53%, 31%);
}
.button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: hsl(48, 100%, 64.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221.34, 86.7, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: hsl(48, 100%, 62%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  box-shadow: none;
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: hsl(48, 100%, 96%);
  color: hsl(48, 100%, 29%);
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: hsl(48, 100%, 93.5%);
  border-color: transparent;
  color: hsl(48, 100%, 29%);
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: hsl(48, 100%, 91%);
  border-color: transparent;
  color: hsl(48, 100%, 29%);
}
.button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: hsl(348, 86%, 58.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: hsl(348, 86%, 56%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: hsl(348, 86%, 96%);
  color: hsl(348, 86%, 43%);
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: hsl(348, 86%, 93.5%);
  border-color: transparent;
  color: hsl(348, 86%, 43%);
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: hsl(348, 86%, 91%);
  border-color: transparent;
  color: hsl(348, 86%, 43%);
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em / 2);
  top: calc(50% - 1em / 2);
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 500;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: left;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.notification.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.notification.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.notification.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 93%);
}
.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-moz-progress-bar {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-ms-fill {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, hsl(171, 100%, 41%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-moz-progress-bar {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-ms-fill {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(217, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info::-moz-progress-bar {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info::-ms-fill {
  background-color: hsl(204, 71%, 53%);
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, hsl(204, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: hsl(141, 53%, 53%);
}
.progress.is-success::-moz-progress-bar {
  background-color: hsl(141, 53%, 53%);
}
.progress.is-success::-ms-fill {
  background-color: hsl(141, 53%, 53%);
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(141, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning::-moz-progress-bar {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning::-ms-fill {
  background-color: hsl(48, 100%, 67%);
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(48, 100%, 67%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger::-moz-progress-bar {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger::-ms-fill {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: hsl(204, 71%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: hsl(141, 53%, 53%);
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table th {
  color: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: hsl(171, 100%, 96%);
  color: hsl(171, 100%, 29%);
}
.tag:not(body).is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: hsl(217, 71%, 96%);
  color: hsl(217, 71%, 45%);
}
.tag:not(body).is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: hsl(204, 71%, 96%);
  color: hsl(204, 71%, 39%);
}
.tag:not(body).is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: hsl(141, 53%, 96%);
  color: hsl(141, 53%, 31%);
}
.tag:not(body).is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: hsl(48, 100%, 96%);
  color: hsl(48, 100%, 29%);
}
.tag:not(body).is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: hsl(348, 86%, 96%);
  color: hsl(348, 86%, 43%);
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: hsl(0, 0%, 91%);
}
.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 500;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: hsl(217, 71%, 53%);
  box-shadow: 0 0 0 0.125em rgba(50.0565, 115.29485, 220.2435, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: hsl(0, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: hsl(171, 100%, 41%);
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: hsl(217, 71%, 53%);
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 115.29485, 220.2435, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(204, 71%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 152.1687, 220.2435, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: hsl(141, 53%, 53%);
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 116.09385, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(48, 100%, 67%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 221.34, 86.7, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348, 86%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: hsl(217, 71%, 53%);
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: hsl(0, 0%, 95%);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: hsl(171, 100%, 36%);
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: hsl(217, 71%, 53%);
}
.select.is-link select {
  border-color: hsl(217, 71%, 53%);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: hsl(217, 71%, 48%);
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 115.29485, 220.2435, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(204, 71%, 53%);
}
.select.is-info select {
  border-color: hsl(204, 71%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: hsl(204, 71%, 48%);
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(50.0565, 152.1687, 220.2435, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(141, 53%, 53%);
}
.select.is-success select {
  border-color: hsl(141, 53%, 53%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: hsl(141, 53%, 48%);
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 116.09385, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(48, 100%, 67%);
}
.select.is-warning select {
  border-color: hsl(48, 100%, 67%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: hsl(48, 100%, 62%);
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221.34, 86.7, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: hsl(348, 86%, 56%);
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%);
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: hsl(217, 71%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50.0565, 115.29485, 220.2435, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: hsl(217, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: hsl(204, 71%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50.0565, 152.1687, 220.2435, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: hsl(204, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: hsl(141, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 116.09385, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: hsl(141, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: hsl(48, 100%, 64.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221.34, 86.7, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: hsl(48, 100%, 62%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: hsl(348, 86%, 58.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: hsl(348, 86%, 56%);
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}

.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0, 0%, 100%);
}
.help.is-black {
  color: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: hsl(171, 100%, 41%);
}
.help.is-link {
  color: hsl(217, 71%, 53%);
}
.help.is-info {
  color: hsl(204, 71%, 53%);
}
.help.is-success {
  color: hsl(141, 53%, 53%);
}
.help.is-warning {
  color: hsl(48, 100%, 67%);
}
.help.is-danger {
  color: hsl(348, 86%, 61%);
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(217, 71%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10.2, 10.2, 10.2, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 500;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0, 0%, 93%);
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 93%);
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.list {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}
.list-item:not(a) {
  color: hsl(0, 0%, 29%);
}
.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-item:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.list-item.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}

a.list-item {
  background-color: hsl(0, 0%, 96%);
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: hsl(0, 0%, 100%);
}
.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
}
.message.is-black {
  background-color: hsl(0, 0%, 98%);
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.message.is-light {
  background-color: hsl(0, 0%, 98%);
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.message.is-primary {
  background-color: hsl(171, 100%, 96%);
}
.message.is-primary .message-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 29%);
}
.message.is-link {
  background-color: hsl(217, 71%, 96%);
}
.message.is-link .message-header {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.message.is-link .message-body {
  border-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 45%);
}
.message.is-info {
  background-color: hsl(204, 71%, 96%);
}
.message.is-info .message-header {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(204, 71%, 53%);
  color: hsl(204, 71%, 39%);
}
.message.is-success {
  background-color: hsl(141, 53%, 96%);
}
.message.is-success .message-header {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(141, 53%, 53%);
  color: hsl(141, 53%, 31%);
}
.message.is-warning {
  background-color: hsl(48, 100%, 96%);
}
.message.is-warning .message-header {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(48, 100%, 67%);
  color: hsl(48, 100%, 29%);
}
.message.is-danger {
  background-color: hsl(348, 86%, 96%);
}
.message.is-danger .message-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.message.is-danger .message-body {
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 43%);
}

.message-header {
  align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0, 0%, 29%);
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: hsl(0, 0%, 100%);
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: hsl(171, 100%, 36%);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: hsl(171, 100%, 36%);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(171, 100%, 36%);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(171, 100%, 41%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: hsl(217, 71%, 48%);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: hsl(217, 71%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(217, 71%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(217, 71%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: hsl(204, 71%, 48%);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: hsl(204, 71%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(204, 71%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204, 71%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: hsl(141, 53%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: hsl(141, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(141, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(141, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: hsl(48, 100%, 62%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: hsl(48, 100%, 62%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(48, 100%, 62%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(48, 100%, 67%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: hsl(348, 86%, 56%);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: hsl(348, 86%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(348, 86%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348, 86%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.navbar-burger {
  margin-left: auto;
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: hsl(217, 71%, 53%);
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(217, 71%, 53%);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(217, 71%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(217, 71%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(217, 71%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(217, 71%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(217, 71%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: hsl(217, 71%, 53%);
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}

.pagination-ellipsis {
  color: hsl(0, 0%, 71%);
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 100%);
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-heading {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: hsl(171, 100%, 41%);
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: hsl(171, 100%, 41%);
}
.panel.is-link .panel-heading {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: hsl(217, 71%, 53%);
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: hsl(217, 71%, 53%);
}
.panel.is-info .panel-heading {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: hsl(204, 71%, 53%);
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: hsl(204, 71%, 53%);
}
.panel.is-success .panel-heading {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(141, 53%, 53%);
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(141, 53%, 53%);
}
.panel.is-warning .panel-heading {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(48, 100%, 67%);
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(48, 100%, 67%);
}
.panel.is-danger .panel-heading {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(348, 86%, 61%);
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(348, 86%, 61%);
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 93%);
}

.panel-heading {
  background-color: hsl(0, 0%, 93%);
  border-radius: 6px 6px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

.panel-list a {
  color: hsl(0, 0%, 29%);
}
.panel-list a:hover {
  color: hsl(217, 71%, 53%);
}

.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: hsl(217, 71%, 53%);
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0, 0%, 48%);
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}
.tabs.is-toggle li.is-active a {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(171, 100%, 41%);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: hsl(171, 100%, 36%);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(171, 100%, 41%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
  }
}
.hero.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(217, 71%, 53%);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: hsl(217, 71%, 48%);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(217, 71%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, hsl(207, 81%, 43%) 0%, hsl(217, 71%, 53%) 71%, hsl(227, 76%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(207, 81%, 43%) 0%, hsl(217, 71%, 53%) 71%, hsl(227, 76%, 58%) 100%);
  }
}
.hero.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(204, 71%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: hsl(204, 71%, 48%);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(204, 71%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, hsl(194, 81%, 43%) 0%, hsl(204, 71%, 53%) 71%, hsl(214, 76%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(194, 81%, 43%) 0%, hsl(204, 71%, 53%) 71%, hsl(214, 76%, 58%) 100%);
  }
}
.hero.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(141, 53%, 53%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: hsl(141, 53%, 48%);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(141, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(131, 63%, 43%) 0%, hsl(141, 53%, 53%) 71%, hsl(151, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(131, 63%, 43%) 0%, hsl(141, 53%, 53%) 71%, hsl(151, 58%, 58%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(48, 100%, 67%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: hsl(48, 100%, 62%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348, 86%, 61%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: hsl(348, 86%, 56%);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(348, 86%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: hsl(0, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}

/***********************************************************************
default setting
**********************************************************************/
html {
  height: 100%;
}

body {
  color: #000 !important;
  min-width: 980px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  box-sizing: border-box;
  letter-spacing: 1px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    width: 100%;
    min-width: inherit;
  }
}
body.ch-contents {
  font-family: "Noto Sans SC", sans-serif !important;
}
body .ch-font {
  font-family: "Noto Sans SC", sans-serif !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
}

body.ch-contents h1,
body.ch-contents h2,
body.ch-contents h3,
body.ch-contents h4,
body.ch-contents h5,
body.ch-contents h6 {
  font-family: "Noto Sans SC", sans-serif;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a {
  transition: 0.5s;
}
a img {
  transition: 0.5s;
}
a.external {
  padding-right: 20px !important;
  background-image: url(~assets/svg/external.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
a:hover img {
  opacity: 0.7;
  /*filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));*/
}

.div-click:hover {
  cursor: pointer;
}

.scroll-box {
  overflow-x: scroll;
  padding-bottom: 12px;
}
.scroll-box::-webkit-scrollbar {
  height: 12px;
}
.scroll-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #ccc;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
.scroll-box {
  overflow-x: scroll;
  padding-bottom: 12px;
}
.scroll-box::-webkit-scrollbar {
  height: 12px;
}
.scroll-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #ccc;
}

.error404 .content-wrapper {
  text-align: center;
}
.error404 h2 {
  font-size: 30vw;
  font-weight: bold;
  color: #eee;
  line-height: 1;
  margin-bottom: 20px;
}
.error404 h3 {
  font-size: 25px;
  color: #999;
  font-weight: bold;
}
.error404 p {
  padding: 10px 20px;
}
.error404 .contact-box .contact-btn a {
  color: white;
}
.error404 .contact-box .contact-btn a span {
  transform: skew(45deg);
  display: block;
}

/***********************************************************************
body setting
**********************************************************************/
header {
  height: 60px;
  width: 100%;
  min-width: 1390px;
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) and (max-width: 1400px) {
  header {
    min-width: 1000px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  header {
    height: 42px;
  }
}
header .logo {
  width: 45%;
  max-width: 470px;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) and (max-width: 1400px) {
  header .logo {
    max-width: 385px;
  }
}
@media (max-width: 768px) {
  header .logo {
    min-width: 280px;
    width: 20%;
  }
}
header .tel {
  max-width: 182px;
  position: absolute;
  top: 12px;
  right: 190px;
}
@media screen and (max-width: 1529px) {
  header .tel {
    max-width: 120px;
    right: 130px;
    top: 18px;
  }
}
header .language-change {
  background: #ff5c08;
  display: inline-block;
  font-size: 12px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (min-width: 769px) and (max-width: 1400px) {
  header .language-change {
    height: 50px;
  }
}
header .language-change ul {
  padding: 20px 47px 0 5px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (min-width: 769px) and (max-width: 1400px) {
  header .language-change ul {
    padding-top: 16px;
  }
}
header .language-change ul li {
  display: inline-block;
}
header .language-change ul li a {
  color: #000;
  border-right: 1px solid #fff;
  padding: 0 1em;
}
@media screen and (max-width: 1529px) {
  header .language-change ul li a {
    padding: 0 3px;
  }
}
header .language-change ul li a.active {
  color: #fff;
}
header .language-change ul li a:hover {
  color: #fff;
}
header .language-change ul li:last-child a {
  border: none;
}

body.en-contents header,
body.ch-contents header {
  min-width: auto;
}
body.en-contents header .logo,
body.ch-contents header .logo {
  max-width: 560px;
}
body.en-contents header .logo img.sp,
body.ch-contents header .logo img.sp {
  height: 42px;
}

.recruit header {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit header .logo {
    top: 5px;
  }
}
.recruit .header-entry-btn {
  background: #ff5c08;
  display: inline-block;
  font-size: 12px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.recruit .header-entry-btn a {
  color: #fff;
  padding: 24px 40px 12px 40px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit .header-entry-btn a {
    padding: 14px 40px 12px 40px;
  }
}

.top-main {
  height: calc(100vh - 60px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-main {
    height: calc(100vh - 200px);
  }
}
.top-main .scroll-arrow {
  position: absolute;
  bottom: 5%;
  left: 2.5%;
  width: 9px;
  z-index: 9;
}
.top-main .news {
  background: #fff;
  position: absolute;
  bottom: -4%;
  left: 50%;
  width: 80%;
  max-width: 1430px;
  min-width: 1100px;
  -webkit-transform: translate(-50%, 0) skew(-45deg);
  -moz-transform: translate(-50%, 0) skew(-45deg);
  -o-transform: translate(-50%, 0) skew(-45deg);
  transform: translate(-50%, 0) skew(-45deg);
  z-index: 9;
}
@media (max-width: 768px) {
  .top-main .news {
    width: 84%;
    min-width: inherit;
  }
}
.top-main .news .title,
.top-main .news ul {
  font-size: 15px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
.top-main .news .title {
  float: left;
  margin: 18px 2em 0 2em;
  max-width: 160px;
}
@media (max-width: 768px) {
  .top-main .news .title {
    margin: 18px 0 0 1.5em;
    width: 42%;
  }
}
.top-main .news ul {
  float: left;
  margin: 18px 0 0;
}
@media (max-width: 768px) {
  .top-main .news ul {
    display: none;
  }
}
.top-main .news ul li span {
  margin-right: 3em;
}
.top-main .news ul li a {
  color: #000;
}
.top-main .news ul li a:hover {
  color: #ff5c08;
}
.top-main .news .more-link {
  background: #ff5c08;
  display: block;
  float: right;
  padding: 18px 24px;
  width: 20%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .top-main .news .more-link {
    width: 45%;
  }
}
.top-main .news .more-link p {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .top-main .news .more-link p {
    font-size: 13px;
  }
}
.top-main .news .more-link p a {
  color: #fff;
  position: relative;
}
.top-main .news .more-link p a:before {
  content: "";
  background: url("../images/common/arrow-white.png") no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 30px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .top-main .news .more-link p a:before {
    height: 5px;
    width: 23px;
  }
}
.top-main .news .more-link p a:hover:before {
  right: -3em;
}

.head-box {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .head-box {
    margin-bottom: 3em;
  }
}
.head-box .head {
  font-size: 56px;
  font-weight: bold;
  line-height: 90%;
  margin-bottom: 0.5em;
  padding-bottom: 42px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .head-box .head {
    font-size: 24px;
  }
}
.head-box .head span {
  font-size: 25px;
}
@media (max-width: 768px) {
  .head-box .head span {
    font-size: 14px;
  }
}
.head-box .head:before {
  content: "";
  background: #ff5c08;
  height: 42px;
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .head-box .head:before {
    height: 42px;
  }
}
.head-box .sub-head {
  font-size: 40px;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .head-box .sub-head {
    font-size: 18px;
  }
}
.head-box p {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .head-box p {
    font-size: 14px;
  }
}

.banner-btn {
  background-size: cover;
  background-position: center;
  height: 329px;
  width: 1200px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .banner-btn {
    margin: 0 auto;
    height: 90px;
    width: 100%;
  }
}
.banner-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-btn p a {
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .banner-btn p a {
    font-size: 16px;
    white-space: nowrap;
  }
}
.banner-btn p span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .banner-btn p span {
    font-size: 14px;
  }
}
.banner-btn p span:before {
  content: "";
  background: url("../images/common/arrow-white.png") no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 29px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .banner-btn p span:before {
    height: 5px;
    width: 23px;
  }
}
.banner-btn:hover {
  opacity: 0.8;
}
.banner-btn:hover span:before {
  right: -3em;
}
.banner-btn.btn1 {
  background-image: url("../images/top/banner01.png");
  margin-left: 250px;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .banner-btn.btn1 {
    background-image: url("../images/top/banner01-sp.png");
    margin-left: 0;
  }
}
.banner-btn.btn2 {
  background-image: url("../images/top/banner02.png");
  margin-left: -80px;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .banner-btn.btn2 {
    background-image: url("../images/top/banner02-sp.png");
    margin-left: 0;
  }
}
.banner-btn.btn3 {
  background-image: url("../images/top/banner03.png");
  margin-left: -80px;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .banner-btn.btn3 {
    margin-left: 0;
  }
}
.banner-btn.btn4 {
  background-image: url("../images/top/banner04.png");
  margin-left: 250px;
}
@media (max-width: 768px) {
  .banner-btn.btn4 {
    margin-left: 0;
  }
}

.section-first {
  min-width: 1345px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-first {
    min-width: inherit;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-first {
    min-width: inherit;
    width: 100%;
  }
}
.section-first .inner {
  margin: 0 auto 0;
  padding-top: 215px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .section-first .inner {
    padding-top: 105px;
    width: 90%;
  }
}
.section-first .inner .head-box {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .section-first .inner .head-box {
    margin-left: 0;
  }
}

.section-second {
  min-width: 1345px;
  padding-bottom: 142px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-second {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-second {
    padding-bottom: 80px;
    min-width: inherit;
    width: 100%;
  }
}
.section-second .inner {
  margin: 0 auto 0;
  padding-top: 130px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .section-second .inner {
    padding-top: 52px;
    width: 90%;
  }
}
.section-second .inner .head-box {
  margin-bottom: 10%;
  margin-left: 50%;
}
@media (max-width: 768px) {
  .section-second .inner .head-box {
    margin-left: 0;
  }
}
.section-second .inner .flow-img {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-second .inner .flow-img {
    max-width: 90%;
  }
}
.section-second .inner .flow-img img {
  min-width: 720px;
}

.section-third {
  background: url("../images/top/triangle-img3.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center top;
  min-width: 1345px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-third {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-third {
    min-width: inherit;
    width: 100%;
  }
}
.section-third .inner {
  margin: 0 auto 0;
  padding: 300px 0 60px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .section-third .inner {
    padding: 100px 0 80px;
  }
}
.section-third .inner .catch {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 3em 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-third .inner .catch {
    font-size: 21px;
    margin: 0 auto 2em;
  }
}
.section-third .inner .catch span {
  display: inline-block;
  text-align: left;
}
.section-third .link-btn-list {
  margin: 0 auto;
  width: 980px;
}
@media (max-width: 768px) {
  .section-third .link-btn-list {
    width: 78%;
  }
}
.section-third .link-btn-list li {
  background: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
  width: 100%;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
}
@media (max-width: 768px) {
  .section-third .link-btn-list li {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
  }
}
.section-third .link-btn-list li:nth-child(1) {
  margin-left: 120px;
}
@media (max-width: 768px) {
  .section-third .link-btn-list li:nth-child(1) {
    margin-left: 0;
  }
}
.section-third .link-btn-list li:nth-child(3) {
  margin-left: -120px;
}
@media (max-width: 768px) {
  .section-third .link-btn-list li:nth-child(3) {
    margin-left: 0;
  }
}
.section-third .link-btn-list li a {
  color: #000;
  display: block;
  padding: 1em 0 1em 4.5em;
  position: relative;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .section-third .link-btn-list li a {
    padding: 1em 0 1em 0em;
  }
}
.section-third .link-btn-list li a:hover span:before {
  right: -3em;
}
.section-third .link-btn-list li a span {
  color: #0000a1;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .section-third .link-btn-list li a span {
    font-size: 14px;
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.section-third .link-btn-list li a span::before {
  content: "";
  background: url(../images/common/arrow-black.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 29px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}

.section-fourth {
  background: url("../images/top/triangle-img4.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center;
  min-width: 1345px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fourth {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-fourth {
    background-image: url("../images/top/triangle-img4-sp.jpg");
    background-position: center top;
    min-width: inherit;
    width: 100%;
  }
}
.section-fourth .inner {
  margin: 0 auto 0;
  padding: 150px 0 80px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .section-fourth .inner {
    padding: 40px 0 170px;
    width: 90%;
  }
}
.section-fourth .inner .catch {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-fourth .inner .catch {
    font-size: 21px;
  }
}
.section-fourth .inner .catch + p {
  color: #fff;
  font-size: 21px;
  margin-bottom: 12em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-fourth .inner .catch + p {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
.section-fourth .inner .link-btn {
  text-align: center;
}
.section-fourth .inner .link-btn a {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 24px 80px;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .section-fourth .inner .link-btn a {
    font-size: 16px;
    padding: 10px 80px;
  }
}
.section-fourth .inner .link-btn a span {
  position: relative;
}
.section-fourth .inner .link-btn a span::before {
  content: "";
  background: url(../images/common/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 29px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}
.section-fourth .inner .link-btn a:hover span:before {
  right: -3em;
}

.section-instagram {
  padding: 50px;
}
@media (max-width: 768px) {
  .section-instagram {
    padding: 50px 20px 30px;
  }
}

.section-fifth {
  min-width: 1345px;
  padding-bottom: 200px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-fifth {
    padding-bottom: 0px;
    min-width: inherit;
    width: 100%;
  }
}
.section-fifth .inner {
  margin: 0 auto 0;
  padding-top: 152px;
  max-width: 1500px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth .inner {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-fifth .inner {
    padding: 40px 0;
    width: 90%;
  }
}
.section-fifth .inner .head-box {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .section-fifth .inner .head-box {
    margin-left: 0;
  }
}
.section-fifth .inner .banner-btn2 {
  margin: 0 auto;
  width: 1355px;
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 {
    width: 100%;
  }
}
.section-fifth .inner .banner-btn2 a {
  color: #000;
}
.section-fifth .inner .banner-btn2 .btn1,
.section-fifth .inner .banner-btn2 .btn2 {
  position: relative;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth .inner .banner-btn2 .btn1,
  .section-fifth .inner .banner-btn2 .btn2 {
    margin-left: -150px;
  }
}
.section-fifth .inner .banner-btn2 .btn1 .text-box,
.section-fifth .inner .banner-btn2 .btn2 .text-box {
  background: #fff;
  padding: 2.5em;
  position: absolute;
  top: 50%;
  right: -100px;
  width: 700px;
  -webkit-transform: translate(0, -50%) skew(-45deg);
  -moz-transform: translate(0, -50%) skew(-45deg);
  -o-transform: translate(0, -50%) skew(-45deg);
  transform: translate(0, -50%) skew(-45deg);
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth .inner .banner-btn2 .btn1 .text-box,
  .section-fifth .inner .banner-btn2 .btn2 .text-box {
    right: 0;
  }
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 .btn1 .text-box,
  .section-fifth .inner .banner-btn2 .btn2 .text-box {
    padding: 0.5em 0.5em 0;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 0 0 4em;
    width: 90%;
  }
}
.section-fifth .inner .banner-btn2 .btn1 .text-box p,
.section-fifth .inner .banner-btn2 .btn2 .text-box p {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
.section-fifth .inner .banner-btn2 .btn1 .text-box .head,
.section-fifth .inner .banner-btn2 .btn2 .text-box .head {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 .btn1 .text-box .head,
  .section-fifth .inner .banner-btn2 .btn2 .text-box .head {
    font-size: 18px;
    margin-left: 0.5em;
  }
}
.section-fifth .inner .banner-btn2 .btn1 .text-box .head + p,
.section-fifth .inner .banner-btn2 .btn2 .text-box .head + p {
  margin-left: 48px;
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 .btn1 .text-box .head + p,
  .section-fifth .inner .banner-btn2 .btn2 .text-box .head + p {
    margin-left: 0;
  }
}
.section-fifth .inner .banner-btn2 .btn1 p.sp,
.section-fifth .inner .banner-btn2 .btn2 p.sp {
  font-size: 14px;
  margin: -0.5em auto 2em;
  width: 82%;
}
.section-fifth .inner .banner-btn2 .btn2 {
  margin-left: -335px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth .inner .banner-btn2 .btn2 {
    margin-left: -150px;
  }
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 .btn2 {
    margin-left: 0;
  }
}
.section-fifth .inner .banner-btn2 .btn2 .text-box {
  right: 215px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .section-fifth .inner .banner-btn2 .btn2 .text-box {
    right: 0;
  }
}
@media (max-width: 768px) {
  .section-fifth .inner .banner-btn2 .btn2 .text-box {
    right: inherit;
  }
}

.contact-box {
  margin: 2em 0 4em;
}
.contact-box .head {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .contact-box .head {
    font-size: 18px;
  }
}
.contact-box .head + p {
  text-align: center;
}
.contact-box .tel {
  margin-bottom: 1.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-box .tel {
    margin: 0 auto 1.25em;
    width: 80%;
  }
}
.contact-box .contact-btn {
  text-align: center;
}
.contact-box .contact-btn a {
  background: #ff5c08;
  display: inline-block;
  padding: 1.5em 3em;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
}
@media (max-width: 768px) {
  .contact-box .contact-btn a {
    padding: 1em 0em;
    width: 76%;
    margin-bottom: 10px;
  }
}
.contact-box .contact-btn a img {
  max-width: 310px;
  width: 60%;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}

.recruit .entry-box {
  /*background: #fff;*/
  padding: 4em 0 4em;
}
.recruit .entry-box .head-en {
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .recruit .entry-box .head-en img {
    height: 22px;
  }
}
.recruit .entry-box .head {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .recruit .entry-box .head {
    font-size: 16px;
  }
}
.recruit .entry-box .head + p {
  margin-bottom: 2em;
  text-align: center;
}
.recruit.recruit-internship .entry-box, .recruit.recruit-application .entry-box {
  padding: 6em 0 4em;
}
@media (max-width: 768px) {
  .recruit.recruit-internship .entry-box, .recruit.recruit-application .entry-box {
    padding: 2em 0;
  }
}
.recruit .contact-btn {
  background: #ff5c08;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  max-width: 700px;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
  transition: 0.5s;
}
.recruit .contact-btn.youkou {
  background: #00004F;
}
.recruit .contact-btn.jinzai {
  background: #15C6C1;
}
.recruit .contact-btn.entry {
  background: #FF0000;
  margin-bottom: 3em;
}
.recruit .contact-btn:hover {
  opacity: 0.8;
}
.recruit .contact-btn a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: block;
  padding: 1em 0;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .recruit .contact-btn a {
    font-size: 16px;
    padding: 1em 0em;
  }
}
.recruit .float-btn {
  margin: 0 auto 1em;
  max-width: 1080px;
}
.recruit .float-btn .contact-btn {
  float: left;
  width: 48%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .recruit .float-btn .contact-btn {
    float: none;
    width: 76%;
  }
}
.recruit .float-btn .contact-btn + .contact-btn {
  float: right;
}
@media (max-width: 768px) {
  .recruit .float-btn .contact-btn + .contact-btn {
    float: none;
    margin-top: 0.25em;
  }
}
.recruit.recruit-interview .entry-box, .recruit.recruit-work .entry-box, .recruit.recruit-company .entry-box {
  padding: 4em 0 4em;
}
@media (max-width: 768px) {
  .recruit.recruit-interview .entry-box, .recruit.recruit-work .entry-box, .recruit.recruit-company .entry-box {
    padding: 0.5em 0 0.5em;
  }
}

.footer-scroll-arrow {
  position: fixed;
  bottom: 50px;
  right: 2%;
  width: 22px;
  z-index: 100;
}
.footer-scroll-arrow a {
  background-color: white;
  display: block;
  transform: skewY(-45deg);
  padding: 10px 0;
}
.footer-scroll-arrow a img {
  transform: skewY(45deg);
}
@media (max-width: 768px) {
  .footer-scroll-arrow {
    bottom: 50px;
  }
}

footer {
  background: #001933;
  padding: 42px 50px 16px;
  position: relative;
}
@media (max-width: 768px) {
  footer {
    padding: 0 0 16px;
  }
}
footer .footer-inner {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1400px) {
  footer .footer-inner {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  footer .footer-inner {
    width: 90%;
  }
}
footer .footer-inner > .columns {
  margin-top: 0 !important;
  gap: 2%;
}
@media (min-width: 769px) and (max-width: 1400px) {
  footer .footer-inner > .columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-inner .footer-logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  footer .footer-inner .footer-logo {
    padding-top: 24px;
    position: relative;
    text-align: center;
  }
}
footer .footer-inner .footer-catch {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  footer .footer-inner .footer-catch {
    position: relative;
    text-align: center;
  }
}
footer .footer-inner .company {
  color: #fff;
  margin: 82px 0 0;
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1400px) {
  footer .footer-inner .company {
    min-width: 0;
    width: 100%;
    margin: 82px 0 0;
  }
  footer .footer-inner .company .columns {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer .footer-inner .company {
    margin: 0px 0 0;
    margin-right: 0;
    padding-top: 32px;
    text-align: center;
  }
}
footer .footer-inner .company .company-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
}
footer .footer-inner .company .company-name a {
  color: white;
}
footer .footer-inner .company .address {
  font-size: 13px;
  line-height: 180%;
  margin-bottom: 16px;
}
footer .footer-inner .company .google-map a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px 8px;
}
footer .footer-inner .sitemap {
  color: #fff;
  margin: 82px 0 0;
}
@media (min-width: 769px) and (max-width: 1400px) {
  footer .footer-inner .sitemap {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-inner .sitemap {
    display: none;
  }
}
footer .footer-inner .sitemap .category {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
footer .footer-inner .sitemap .category span {
  font-size: 10px;
}
footer .footer-inner .sitemap ul {
  justify-content: space-between;
}
footer .footer-inner .sitemap ul li a {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
footer .footer-inner .sitemap ul li a:hover {
  color: #ff5c08;
}
footer .footer-inner .sitemap ul li .category {
  margin-bottom: 1em;
}
footer .footer-inner .sitemap ul + .category {
  margin-top: 2em;
}
footer .copy {
  color: #fff;
  font-size: 11px;
  margin: 5em 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer .copy {
    margin: 2em 0 0;
  }
}

/*footer*/
body.en-contents footer .footer-inner .footer-logo,
body.ch-contents footer .footer-inner .footer-logo {
  width: 100%;
  text-align: center;
}
body.en-contents footer .footer-inner .company,
body.ch-contents footer .footer-inner .company {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/***********************************************************************
recruit
**********************************************************************/
.recruit .tate {
  color: #000;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.recruit .tate .border-text-line1,
.recruit .tate .border-text-line2 {
  background: #fff;
  border: 10px solid #000;
  display: inline-block;
  font-weight: bold;
  padding: 16px 0;
}
.recruit .tate .border-text-line1 {
  font-size: 100px;
}
.recruit .tate .border-text-line1 span {
  font-size: 75px;
}
.recruit .tate .border-text-line2 {
  font-size: 65px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .recruit .tate .border-text-line1,
  .recruit .tate .border-text-line2 {
    border: 5px solid #000;
  }
  .recruit .tate .border-text-line1 {
    font-size: 40px;
  }
  .recruit .tate .border-text-line1 span {
    font-size: 25px;
  }
  .recruit .tate .border-text-line2 {
    font-size: 25px;
    margin-right: -5px;
  }
}

/*recruit*/
.recruit-interview .tate .border-text-line1,
.recruit-interview .tate .border-text-line2,
.recruit-work .tate .border-text-line1,
.recruit-work .tate .border-text-line2,
.recruit-company .tate .border-text-line1,
.recruit-company .tate .border-text-line2 {
  border: 4px solid #000;
}
.recruit-interview .tate .border-text-line1,
.recruit-work .tate .border-text-line1,
.recruit-company .tate .border-text-line1 {
  font-size: 58px;
}
.recruit-interview .tate .border-text-line1 span,
.recruit-work .tate .border-text-line1 span,
.recruit-company .tate .border-text-line1 span {
  font-size: 38px;
}
.recruit-interview .tate .border-text-line2,
.recruit-work .tate .border-text-line2,
.recruit-company .tate .border-text-line2 {
  font-size: 38px;
  margin-right: -4px;
}

/*  top  */
.recruit-top {
  background: #0061ff;
}
.recruit-top hr.whiteline {
  border: 500px solid #fff;
  position: absolute;
  z-index: -1;
  width: 263%;
  transform: rotate(-45deg);
  left: -90%;
}
@media (max-width: 768px) {
  .recruit-top hr.whiteline {
    width: 1000%;
    left: -400%;
  }
}
.recruit-top header {
  background: rgb(255, 255, 255);
  margin: 0 auto;
  padding-left: 25px;
  width: 70%;
  min-width: 1152px;
  z-index: 10;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
}
@media (max-width: 768px) {
  .recruit-top header {
    padding-left: 11px;
    padding-top: 3px;
  }
}
.recruit-top header .logo,
.recruit-top header nav {
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit-top header .logo {
    top: 4px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit-top header nav {
    top: 9px;
  }
}
.recruit-top #know-company {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .recruit-top #know-company {
    width: 112px;
    top: -50px;
  }
}
.recruit-top .top-main {
  background: #0061ff;
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .recruit-top .top-main {
    min-height: inherit;
  }
}
.recruit-top .top-main .inner {
  background: url("../images/recruit/top/main.webp") no-repeat 0px 0;
  background-size: cover;
  height: 100vh;
  margin-top: -60px;
  margin-left: 25%;
  position: relative;
  width: 75%;
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner {
    background-image: url("../images/recruit/top/main-sp.webp");
    background-position: center;
    margin-top: 30px;
    margin-left: 8%;
    width: 92%;
  }
}
.recruit-top .top-main .inner .catch {
  padding: 108px 0 0;
  margin-left: -20%;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch {
    padding: 0px 0 0;
    margin-left: 0%;
  }
}
.recruit-top .top-main .inner .catch img {
  width: 360px;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch img {
    width: 200px;
  }
}
.recruit-top .top-main .inner .catch h1 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1.5;
  margin: -0.25em 0 0.25em;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch h1 {
    font-size: 24px;
    margin: 0.5em 0 0.75em;
    letter-spacing: 5px;
  }
}
.recruit-top .top-main .inner .catch h1 + p {
  color: #fff;
  font-size: 20px;
  line-height: 200%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch h1 + p {
    font-size: 15px;
  }
}
.recruit-top .top-main .inner .catch p.en {
  font-size: 30px;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch p.en {
    font-size: 18px;
  }
}
.recruit-top .top-main .inner .catch2 {
  margin-left: -20%;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
}
.recruit-top .top-main .inner .catch2 strong {
  color: white;
  font-weight: bold;
  font-size: 85px;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .catch2 {
    margin-left: 0;
    font-size: 15px;
    text-shadow: 0 0 10px #0061ff;
  }
  .recruit-top .top-main .inner .catch2 strong {
    font-size: 33px;
  }
}
.recruit-top .top-main .inner .scroll-arrow {
  left: -31.5%;
}
@media (max-width: 768px) {
  .recruit-top .top-main .inner .scroll-arrow {
    left: -5.5%;
  }
}
.recruit-top {
  /*top-main*/
}
.recruit-top .wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.recruit-top .news-back {
  position: relative;
  z-index: 9;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .recruit-top .news-back {
    background-color: #fff;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
.recruit-top .news {
  background: #fff;
  margin: 0 auto;
  width: 80%;
  max-width: 1430px;
  min-width: 1100px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .recruit-top .news {
    width: 84%;
    min-width: inherit;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-top .news .title,
.recruit-top .news ul {
  font-size: 15px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-top .news .title,
  .recruit-top .news ul {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-top .news .title {
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 21px 2em 24px 2em;
  max-width: 160px;
}
@media (max-width: 768px) {
  .recruit-top .news .title {
    border-bottom: 5px solid #0061ff;
    margin: 18px 0 5px 0em;
    width: 100%;
    display: block;
    max-width: 100%;
    padding-bottom: 5px;
  }
}
.recruit-top .news ul {
  float: left;
  margin: 18px 0 0;
}
@media (max-width: 768px) {
  .recruit-top .news ul {
    margin: 0em 0 10px;
    float: none;
  }
}
.recruit-top .news ul li span {
  margin-right: 3em;
}
@media (max-width: 768px) {
  .recruit-top .news ul li span {
    display: block;
  }
}
.recruit-top .news ul li a {
  color: #000;
}
@media (max-width: 768px) {
  .recruit-top .news ul li a {
    font-size: 0.8em;
    letter-spacing: 0;
  }
}
.recruit-top .news ul li a:hover {
  color: #ff5c08;
}
.recruit-top .news .more-link {
  background: #ff5c08;
  display: block;
  float: right;
  padding: 18px 24px;
  width: 20%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .recruit-top .news .more-link {
    float: none;
    width: 100%;
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.recruit-top .news .more-link p {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-top .news .more-link p {
    font-size: 13px;
    transform: none;
    text-align: center;
  }
}
.recruit-top .news .more-link p a {
  color: #fff;
  position: relative;
}
.recruit-top .news .more-link p a:before {
  content: "";
  background: url("../images/common/arrow-white.png") no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 30px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .recruit-top .news .more-link p a:before {
    height: 5px;
    width: 23px;
  }
}
.recruit-top .news .more-link p a:hover:before {
  right: -3em;
}
.recruit-top {
  /*news*/
}
.recruit-top #intern-banner a {
  display: block;
  width: 700px;
  padding: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  margin: 0 auto 5em;
  background: #FF5F00 url("../images/recruit/top/chevron-right.png") no-repeat 97%;
  transition: all 0.5s;
}
.recruit-top #intern-banner a span {
  font-size: 0.8em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .recruit-top #intern-banner a span {
    font-size: 0.6em;
    line-height: 1.5;
    display: block;
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .recruit-top #intern-banner a {
    width: 90%;
    background: #FF5F00 url("../images/recruit/top/chevron-right.png") no-repeat 95%;
  }
}
.recruit-top #intern-banner a:before {
  content: "";
  position: absolute;
  width: 690px;
  height: 90%;
  border: 1px solid #fff;
  top: 5%;
  left: 5px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .recruit-top #intern-banner a:before {
    width: 97%;
  }
}
.recruit-top #intern-banner a:hover {
  opacity: 0.7;
  background-position: 98%;
}
.recruit-top .company-section {
  padding: 0 0 120px;
}
@media (max-width: 768px) {
  .recruit-top .company-section {
    padding: 0 0 0px;
  }
}
.recruit-top .company-section .inner {
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-top .company-section .inner {
    max-width: 90%;
  }
}
.recruit-top .company-section .inner .tate {
  /*float: right;*/
}
.recruit-top .company-section .inner .head-en {
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-top .company-section .inner .head-en {
    text-align: left;
    margin-left: 0px;
  }
  .recruit-top .company-section .inner .head-en img {
    width: 150px;
  }
}
.recruit-top .company-section .inner .sub-head {
  font-weight: bold;
  font-size: 36px;
  width: 65%;
  margin: 0 auto 0.25em;
  white-space: nowrap;
}
.recruit-top .company-section .inner .sub-head + p {
  font-size: 18px;
  line-height: 180%;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .recruit-top .company-section .inner .sub-head {
    padding-top: 50px;
    font-size: 20px;
    width: 100%;
  }
  .recruit-top .company-section .inner .sub-head + p {
    font-size: 14px;
    width: 100%;
  }
}
.recruit-top {
  /*company-section*/
}
.recruit-top .president-message,
.recruit-top .know-data {
  width: 90%;
  height: 300px;
  -webkit-clip-path: polygon(0% 100%, calc(100% - 300px) 100%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 100%, calc(100% - 300px) 100%, 100% 0%, 0% 0%);
}
@media (max-width: 768px) {
  .recruit-top .president-message,
  .recruit-top .know-data {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.recruit-top .president-message p,
.recruit-top .know-data p {
  top: 45%;
  left: 25%;
}
@media (max-width: 768px) {
  .recruit-top .president-message p,
  .recruit-top .know-data p {
    top: 70%;
    left: 0%;
    transform: translate(0, 0) !important;
    position: relative;
    width: 80%;
    margin: auto;
  }
}
.recruit-top .president-message p a,
.recruit-top .know-data p a {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .recruit-top .president-message p a,
  .recruit-top .know-data p a {
    padding: 10px 20px;
    border: 5px solid white;
  }
}
.recruit-top .president-message p span,
.recruit-top .know-data p span {
  font-size: 12px;
  padding: 15px 100px;
  color: #0000A1;
}
@media (max-width: 768px) {
  .recruit-top .president-message p span,
  .recruit-top .know-data p span {
    display: none;
  }
}
.recruit-top .president-message p span:before,
.recruit-top .know-data p span:before {
  display: none;
}
.recruit-top .president-message p span:after,
.recruit-top .know-data p span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-45deg, 0deg);
}
.recruit-top .president-message {
  background-image: url("../images/recruit/top/img1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
}
.recruit-top .know-data {
  background-image: url("../images/recruit/top/img2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-top .work-section {
  padding: 200px 0 120px 0;
}
@media (max-width: 768px) {
  .recruit-top .work-section {
    padding: 100px 0 0px 0;
  }
}
.recruit-top .work-section .inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-top .work-section .inner {
    max-width: 90%;
  }
}
.recruit-top .work-section .inner #know-work {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .recruit-top .work-section .inner #know-work {
    top: -50px;
  }
}
.recruit-top .work-section .inner .tate {
  /*float: left;*/
}
.recruit-top .work-section .inner .head-en {
  margin: 0 0 3em 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-top .work-section .inner .head-en {
    text-align: right;
  }
  .recruit-top .work-section .inner .head-en img {
    width: 92px;
  }
}
.recruit-top .work-section .inner .sub-head {
  font-weight: bold;
  font-size: 36px;
  width: 40%;
  margin: auto;
  margin-bottom: 0.25em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit-top .work-section .inner .sub-head {
    padding-top: 50px;
    font-size: 20px;
    width: 100%;
    text-align: right;
  }
}
.recruit-top .work-section .inner .sub-head + p {
  font-size: 18px;
  line-height: 180%;
  position: relative;
  z-index: 1;
  width: 40%;
  margin: auto;
}
.recruit-top {
  /*work-section*/
}
.recruit-top .work-engineers,
.recruit-top .work-operator {
  width: 90%;
  height: 300px;
  margin-left: 10%;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 300px 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 300px 0%);
}
@media (max-width: 768px) {
  .recruit-top .work-engineers,
  .recruit-top .work-operator {
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-top .work-engineers p,
.recruit-top .work-operator p {
  top: 45%;
  left: auto;
  right: 0%;
}
@media (max-width: 768px) {
  .recruit-top .work-engineers p,
  .recruit-top .work-operator p {
    top: 70%;
    left: 0%;
    transform: translate(0, 0) !important;
    position: relative;
    width: 80%;
    margin: auto;
  }
}
.recruit-top .work-engineers p a,
.recruit-top .work-operator p a {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .recruit-top .work-engineers p a,
  .recruit-top .work-operator p a {
    padding: 10px 20px;
    border: 5px solid white;
  }
}
.recruit-top .work-engineers p span,
.recruit-top .work-operator p span {
  font-size: 12px;
  padding: 15px 100px;
  color: #0000A1;
}
@media (max-width: 768px) {
  .recruit-top .work-engineers p span,
  .recruit-top .work-operator p span {
    display: none;
  }
}
.recruit-top .work-engineers p span:before,
.recruit-top .work-operator p span:before {
  display: none;
}
.recruit-top .work-engineers p span:after,
.recruit-top .work-operator p span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-45deg, 0deg);
}
.recruit-top .work-engineers p span.small,
.recruit-top .work-operator p span.small {
  display: block;
  background: none;
  color: white;
  margin-top: -40px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .recruit-top .work-engineers p span.small,
  .recruit-top .work-operator p span.small {
    padding: 30px 0 0;
    font-size: 0.8em;
  }
}
.recruit-top .work-engineers p span.small:after,
.recruit-top .work-operator p span.small:after {
  display: none;
}
.recruit-top .work-engineers {
  background-image: url("../images/recruit/top/img3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
}
.recruit-top .work-operator {
  background-image: url("../images/recruit/top/img4.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-top .work-operator-section {
  background: #0061ff;
  padding: 120px 0 1500px;
}
.recruit-top .work-operator-section .work-operator {
  background-image: url("../images/recruit/top/img4.webp");
  height: 495px;
  width: 1355px;
  position: relative;
}
.recruit-top .work-operator-section .work-operator p {
  top: 60%;
  left: 40%;
}
.recruit-top .work-operator-section .work-operator p.small {
  color: #fff;
  font-size: 24px;
  margin-top: -130px;
}
.recruit-top .work-operator-section .work-operator p a {
  border: 1px solid #fff;
  margin-bottom: 1.5em;
  padding: 8px 12px;
}
.recruit-top .work-operator-section .work-operator:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  opacity: 1;
}
.recruit-top .preson-section {
  padding: 200px 0 120px;
  /*margin-top: -1300px;*/
}
@media (max-width: 768px) {
  .recruit-top .preson-section {
    padding: 100px 0 50px;
  }
}
.recruit-top .preson-section .inner {
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-top .preson-section .inner {
    max-width: 90%;
  }
}
.recruit-top .preson-section .inner #know-person {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .recruit-top .preson-section .inner #know-person {
    width: 112px;
    top: -50px;
  }
}
.recruit-top .preson-section .inner .tate {
  /*float: right;*/
}
.recruit-top .preson-section .inner .head-en {
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-top .preson-section .inner .head-en {
    text-align: left;
  }
  .recruit-top .preson-section .inner .head-en img {
    height: 22px;
  }
}
.recruit-top .preson-section .inner .sub-head {
  font-weight: bold;
  font-size: 36px;
  white-space: nowrap;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .recruit-top .preson-section .inner .sub-head {
    padding-top: 50px;
    font-size: 20px;
    width: 100%;
  }
}
.recruit-top .preson-section .inner .sub-head + p {
  font-size: 18px;
  line-height: 180%;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-top .preson-section .inner .sub-head + p {
    font-size: 14px;
    width: 100%;
  }
}
.recruit-top {
  /*preson-section*/
}
.recruit-top .float-banner-kochi-kyujin {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 980;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}
.recruit-top .float-banner-kochi-kyujin a {
  display: block;
}
.recruit-top .float-banner-kochi-kyujin a img {
  width: 200px;
}
@media (max-width: 768px) {
  .recruit-top .float-banner-kochi-kyujin a img {
    width: 150px;
  }
}

/*recruit-top*/
.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*height: 画像の高さ;  崩れる場合にはこちらも設定 */
}

.simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 300px;
  height: 600px;
  margin: 0px;
  padding: 0;
}
@media (max-width: 768px) {
  .simply-scroll-list li {
    width: 200px;
    height: 400px;
  }
}

.simply-scroll-list li img {
  display: block;
}

.person-card-list {
  margin: 0px auto;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.person-card-list .person-card {
  position: relative;
  transition: 0.5s;
  margin: 0px 50px;
}
.person-card-list .person-card:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .person-card-list .person-card {
    margin: 0px 20px;
  }
}
.person-card-list .person-card .ph {
  width: 300px;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
  -webkit-clip-path: polygon(0% 100%, 100% calc(100% - 300px), 100% 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% calc(100% - 300px), 100% 0%, 0% 0%);
  */
}
@media (max-width: 768px) {
  .person-card-list .person-card .ph {
    width: 200px;
    height: 400px;
    /*-webkit-clip-path: polygon(0% 100%, 100% calc(100% - 200px), 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 100% calc(100% - 200px), 100% 0%, 0% 0%);*/
  }
}
.person-card-list .person-card img {
  margin-top: -210px;
}
.person-card-list .person-card .catch {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 52%;
}
.person-card-list .person-card .catch span {
  background: #000;
  padding: 12px 0;
}
.person-card-list .person-card .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 120px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .person-card-list .person-card .text {
    padding: 100px 10px 10px;
  }
}
.person-card-list .person-card .text:after {
  content: "";
  background-color: #000087;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.person-card-list .person-card .text p {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: right;
}
.person-card-list .person-card .text p.name {
  font-size: 45px;
  letter-spacing: 5px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .person-card-list .person-card .text p.name {
    font-size: 30px;
  }
}
.person-card-list .person-card .text p.post, .person-card-list .person-card .text p.year {
  font-size: 12px;
}
@media (max-width: 768px) {
  .person-card-list .person-card .text p.post, .person-card-list .person-card .text p.year {
    font-size: 10px;
  }
}
.person-card-list .person-card .text .link {
  color: #fff;
  margin: 160px 0 0 50px;
}
.person-card-list .person-card .text .link span {
  position: relative;
}
.person-card-list .person-card .text .link span:before {
  content: "";
  background: url(../images/common/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 7px;
  width: 29px;
  position: absolute;
  bottom: 5px;
  right: -2em;
  transition: 0.5s;
}

/*person-card-list*/
@media (max-width: 768px) {
  .recruit-interview .main {
    min-height: inherit;
  }
}
.recruit-interview .main .inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 710px;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-interview .main .inner {
    background-position: center;
    height: 300px;
  }
}
.recruit-interview .main .inner .catch {
  margin: 0 auto;
  padding: 5% 0;
  position: relative;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .recruit-interview .main .inner .catch .border-text-line1 {
    font-size: 30px;
  }
  .recruit-interview .main .inner .catch .border-text-line1 span {
    font-size: 25px;
  }
  .recruit-interview .main .inner .catch .border-text-line2 {
    font-size: 25px;
  }
}
.recruit-interview {
  /*main*/
}
.recruit-interview .profile-wrapper {
  margin: -120px auto 0;
  position: relative;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .recruit-interview .profile-wrapper {
    margin: 0 0 20px;
  }
}
.recruit-interview .profile-wrapper .profile {
  background: rgb(0, 0, 0);
  color: #fff;
  display: inline-block;
  padding: 25px 125px 18px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .recruit-interview .profile-wrapper .profile {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    padding: 30px 20px;
    display: block;
  }
}
.recruit-interview .profile-wrapper .profile::before {
  content: "INTERVIEW";
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  bottom: -1.25em;
  right: -300px;
  bottom: -10px;
  letter-spacing: 2px;
  -webkit-transform: translate(-42%, 0) skew(45deg);
  -moz-transform: translate(-42%, 0) skew(45deg);
  -o-transform: translate(-42%, 0) skew(45deg);
  transform: translate(-42%, 0) skew(45deg);
}
@media (max-width: 768px) {
  .recruit-interview .profile-wrapper .profile::before {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-interview .profile-wrapper .profile .text {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-interview .profile-wrapper .profile .text {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-interview .profile-wrapper .profile .text .name {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 70%;
  margin-bottom: 0.5em;
  text-align: left;
}
.recruit-interview .profile-wrapper .profile .text .name small {
  font-size: 10px;
}
.recruit-interview .profile-wrapper .profile .text .department {
  font-size: 18px;
}
.recruit-interview .profile-wrapper .profile .text .joined {
  font-size: 12px;
  margin-top: 1em;
}
.recruit-interview .profile-wrapper {
  /*profile*/
}
.recruit-interview {
  /*profile-wrapper*/
}
.recruit-interview .interview-content {
  margin: 0 auto 82px;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .recruit-interview .interview-content {
    width: 90%;
  }
}
.recruit-interview .interview-content .txt-left-center {
  margin: 120px 0 62px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-interview .interview-content .txt-left-center {
    margin: 50px 0 20px;
  }
}
.recruit-interview .interview-content .txt-left-center h1 {
  font-size: 60px;
  letter-spacing: 15px;
  line-height: 1.7;
  font-weight: bold;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .recruit-interview .interview-content .txt-left-center h1 {
    font-size: 30px;
    letter-spacing: 0.3em;
  }
}
.recruit-interview .interview-content p {
  line-height: 180%;
}
@media (max-width: 768px) {
  .recruit-interview .interview-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.recruit-interview .interview-content .image {
  margin: 2em 0 5em;
  width: 100%;
}
.recruit-interview .interview-content h2,
.recruit-interview .interview-content h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .recruit-interview .interview-content h2,
  .recruit-interview .interview-content h3 {
    font-size: 20px;
  }
}
.recruit-interview .interview-content .message-wrapper {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 42px 0;
  position: relative;
}
.recruit-interview .interview-content .message-wrapper::before {
  content: "MESSAGE";
  background: #fff;
  padding-right: 0.5em;
  display: block;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: -0.85em;
  left: 0;
  letter-spacing: 2px;
}
.recruit-interview {
  /*interview-content*/
}
.recruit-interview .etc-interview-list {
  background: #e4e4e4;
  padding: 62px 0;
}
.recruit-interview .etc-interview-list .head {
  font-size: 38px;
  font-weight: bold;
  line-height: 90%;
  margin-bottom: 0.5em;
  text-align: center;
}
.recruit-interview .etc-interview-list .head span {
  font-size: 18px;
}
.recruit-interview .etc-interview-list .sub {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .recruit-interview .etc-interview-list .sub {
    font-size: 12px;
  }
}
.recruit-interview {
  /*etc-interview-list*/
}

/*recruit-interview*/
@media (max-width: 768px) {
  .recruit-work .main,
  .recruit-work .main-second {
    min-height: inherit;
  }
}
.recruit-work .main .inner,
.recruit-work .main-second .inner {
  background: url("../images/recruit/work/main1.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-work .main .inner,
  .recruit-work .main-second .inner {
    background-position: right;
  }
}
.recruit-work .main .inner .catch,
.recruit-work .main-second .inner .catch {
  margin: 0 auto;
  padding: 8% 0;
  position: relative;
  max-width: 1080px;
  width: 90%;
}
.recruit-work .main .inner .catch h1,
.recruit-work .main-second .inner .catch h1 {
  color: #fff;
  font-size: 67px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-work .main .inner .catch h1,
  .recruit-work .main-second .inner .catch h1 {
    font-size: 20px;
  }
}
.recruit-work .main .inner .catch h1 + .sub,
.recruit-work .main-second .inner .catch h1 + .sub {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .recruit-work .main .inner .catch h1 + .sub,
  .recruit-work .main-second .inner .catch h1 + .sub {
    font-size: 16px;
  }
}
.recruit-work .main .inner .catch h1 + .sub + p,
.recruit-work .main-second .inner .catch h1 + .sub + p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1080px;
  line-height: 2;
}
@media (max-width: 768px) {
  .recruit-work .main .inner .catch h1 + .sub + p,
  .recruit-work .main-second .inner .catch h1 + .sub + p {
    font-size: 12px;
  }
}
.recruit-work {
  /*main*/
}
.recruit-work .main-second {
  margin: 82px 0 0;
}
@media (max-width: 768px) {
  .recruit-work .main-second {
    margin: 24px 0 0;
  }
}
.recruit-work .main-second .inner {
  background-image: url("../images/recruit/work/main2.webp");
}
@media (max-width: 768px) {
  .recruit-work .main-second .inner {
    background-position: center;
  }
}
.recruit-work .work-content {
  padding: 82px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-work .work-content {
    padding: 24px 0 0;
  }
}
.recruit-work .work-content .inner {
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit-work .work-content .inner {
    width: 75%;
  }
}
.recruit-work .work-content .inner .decoration {
  display: inline-block;
  margin: 0 0 3em;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration {
    margin: 0 0 2em;
  }
}
.recruit-work .work-content .inner .decoration .item1 {
  background: #ff5c08;
  display: inline-block;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.recruit-work .work-content .inner .decoration .item1 h2 {
  color: #fff;
  font-size: 47px;
  font-weight: bold;
  padding: 0 42px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item1 h2 {
    font-size: 18px;
    padding: 8px 19px;
  }
}
.recruit-work .work-content .inner .decoration .item2 {
  font-size: 35px;
  position: absolute;
  top: 0.7em;
  left: 52%;
  z-index: 9;
  color: white;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item2 {
    font-size: 15px;
    top: 1em;
    left: 44%;
  }
}
.recruit-work .work-content .inner .decoration .item2.short {
  left: 48%;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item2.short {
    left: 39%;
  }
}
.recruit-work .work-content .inner .decoration .item3 {
  background: #0061ff;
  display: block;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  float: right;
  margin: 37px 0 0 -32px;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item3 {
    margin: 17px 0 0 -16px;
  }
}
.recruit-work .work-content .inner .decoration .item3 p {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  padding: 8px 25px;
  white-space: nowrap;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item3 p {
    font-size: 15px;
    padding: 8px 16px;
  }
}
.recruit-work .work-content .inner .decoration .item3 p span {
  font-size: 23px;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .decoration .item3 p span {
    font-size: 15px;
  }
}
.recruit-work .work-content .inner .job-point {
  margin: 0 auto 72px;
  width: 98%;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .job-point {
    margin: 0 auto 24px;
    width: 93%;
  }
}
.recruit-work .work-content .inner .job-point li {
  border-bottom: 3px dotted #b1b1b1;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .job-point li {
    padding-bottom: 1em;
  }
}
.recruit-work .work-content .inner .job-point li:last-child {
  border: none;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
.recruit-work .work-content .inner .job-point li .num {
  background: #535a3a;
  color: #fff;
  display: inline;
  font-size: 45px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .job-point li .num {
    font-size: 16px;
    padding: 0;
  }
}
.recruit-work .work-content .inner .job-point li .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  padding: 0 0 0 1em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .job-point li .text {
    font-size: 16px;
    line-height: 140%;
  }
  .recruit-work .work-content .inner .job-point li .text br {
    display: none;
  }
}
.recruit-work .work-content .inner .step-flow {
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .step-flow {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.recruit-work .work-content .inner .step-flow .desc {
  text-indent: -1em;
}
.recruit-work .work-content .inner .step-flow .desc li {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .step-flow .desc li {
    font-size: 14px;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 0.5em;
    margin-bottom: 1em;
  }
}
.recruit-work .work-content .inner .step-flow .desc li:last-child {
  border: none;
}
.recruit-work .work-content .inner .step-flow .desc li.head {
  color: #0014ab;
  border: none;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0 0 0 0.5em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .step-flow .desc li.head {
    font-size: 18px;
    margin-bottom: 0.5em;
    text-indent: 0;
    padding-left: 0;
  }
}
.recruit-work .work-content .inner .step-flow .desc .asterisk {
  font-size: 14px;
}
.recruit-work .work-content .inner .step-flow .desc .asterisk:before {
  content: "※";
}
.recruit-work .work-content .inner h3 {
  color: #0014ab;
  font-size: 28px;
  font-weight: bold;
  margin: 1em 0 1em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner h3 {
    font-size: 18px;
  }
}
.recruit-work .work-content .inner h3 span {
  border-bottom: 4px dotted #000;
}
.recruit-work .work-content .inner .time-list li {
  position: relative;
  margin-bottom: 1.5em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.recruit-work .work-content .inner .time-list .column {
  padding: 0.25rem;
}
.recruit-work .work-content .inner .time-list .column + p {
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .time-list .column + p {
    padding-left: 1em;
    font-size: 14px;
  }
}
.recruit-work .work-content .inner .time-list .num {
  background: #001933;
  color: #fff;
  font-size: 18px;
  padding: 18px 0;
  position: relative;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .recruit-work .work-content .inner .time-list .num {
    margin-left: 5%;
    width: 60%;
  }
}
.recruit-work .work-content .inner .time-list .num p {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%) skew(45deg);
  -moz-transform: translate(0%, -50%) skew(45deg);
  -o-transform: translate(0%, -50%) skew(45deg);
  transform: translate(0%, -50%) skew(45deg);
}
.recruit-work {
  /*work-content*/
}

/*recruit-work*/
.recruit-internship .main {
  padding: 150px 0 82px;
}
@media (max-width: 768px) {
  .recruit-internship .main {
    padding: 32px 0 24px;
  }
}
.recruit-internship .main .box-head {
  border: 5px solid #000;
  font-size: 42px;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 8px 24px;
  text-align: center;
  max-width: 654px;
}
@media (max-width: 768px) {
  .recruit-internship .main .box-head {
    font-size: 18px;
    padding: 8px 0;
    width: 80%;
  }
}
.recruit-internship {
  /*main*/
}
.recruit-internship .intern-box {
  margin: 0 auto 0;
  position: relative;
  max-width: 620px;
}
.recruit-internship .intern-box p.first-copy {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 5em;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box p.first-copy {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 3em;
    text-align: justify;
  }
  .recruit-internship .intern-box p.first-copy br {
    display: none;
  }
}
.recruit-internship .intern-box .head {
  background: #0061ff;
  display: block;
  padding: 12px 0;
  position: relative;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .recruit-internship .intern-box .head {
    margin: 0 auto;
    width: 80%;
  }
}
.recruit-internship .intern-box .head:before {
  content: "";
  background: #ff5c08;
  display: block;
  height: 100%;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box .head:before {
    width: 30px;
  }
}
.recruit-internship .intern-box .head h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-internship .intern-box .head h2 {
    font-size: 16px;
  }
}
.recruit-internship .intern-box ul {
  margin: 2em 0 5em;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box ul {
    margin: 1em auto 2em;
    width: 90%;
  }
}
.recruit-internship .intern-box ul li {
  font-size: 19px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box ul li {
    font-size: 14px;
    margin-bottom: 0.25em;
  }
}
.recruit-internship .intern-box table {
  font-size: 19px;
  margin: 2em 0 0;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box table {
    font-size: 14px;
    margin: 1em auto 0;
    width: 90%;
  }
}
.recruit-internship .intern-box table th {
  padding: 4px;
  padding-right: 1em;
  position: relative;
  white-space: nowrap;
}
.recruit-internship .intern-box table th:after {
  content: "／";
  position: absolute;
  top: 5px;
  right: 0;
}
.recruit-internship .intern-box table td {
  padding: 4px;
}
.recruit-internship .intern-box .intern-img {
  display: flex;
  gap: 0px;
  padding-top: 2em;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 768px) {
  .recruit-internship .intern-box .intern-img {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.recruit-internship .intern-box .intern-img img {
  display: block;
  width: 100%;
  height: auto;
}

/*recruit-internship*/
/**/
.recruit-application .main {
  padding: 150px 0 120px;
}
@media (max-width: 768px) {
  .recruit-application .main {
    padding: 32px 0 24px;
  }
}
.recruit-application .main h1 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-application .main h1 {
    font-size: 20px;
    padding: 8px 0;
  }
}
.recruit-application .main h1 + p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-application .main h1 + p {
    font-size: 12px;
  }
}
.recruit-application {
  /*main*/
}
.recruit-application .person-box {
  margin: 0 auto 82px;
  max-width: 1160px;
  width: 90%;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit-application .person-box {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .recruit-application .person-box {
    margin: 0 auto 24px;
  }
}
.recruit-application .person-box h2 {
  color: #0000a1;
  font-size: 31px;
  margin-bottom: 2em;
  padding-bottom: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-application .person-box h2 {
    font-size: 18px;
  }
}
.recruit-application .person-box h2 {
  /*
  span{
      border-bottom: 8px solid #000;

      @include tab{
          border-bottom: 3px solid #000;
      }
  }*/
}
.recruit-application .person-box ul {
  border-bottom: 1px solid #000;
}
.recruit-application .person-box ul li {
  border-top: 1px solid #000;
  font-size: 37px;
  font-weight: bold;
  padding: 12px 0 12px 42px;
}
@media (max-width: 768px) {
  .recruit-application .person-box ul li {
    font-size: 16px;
    padding: 6px 0 6px 12px;
  }
}
.recruit-application .person-box .sup {
  font-size: 18px;
  padding-left: 42px;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .recruit-application .person-box .sup {
    font-size: 13px;
    padding-left: 12px;
  }
}
.recruit-application {
  /*person-box*/
}
.recruit-application .application-box {
  margin: 0 auto;
  max-width: 1160px;
  width: 90%;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit-application .application-box {
    width: 75%;
  }
}
.recruit-application .application-box h3 {
  color: #0000a1;
  font-size: 31px;
  margin-bottom: 3em;
  padding-bottom: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-application .application-box h3 {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
.recruit-application .application-box h3 {
  /*
  span{
      border-bottom: 8px solid #000;

      @include tab{
          border-bottom: 3px solid #000;
      }
  }*/
}
.recruit-application .application-box .sub-head {
  font-size: 35px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-application .application-box .sub-head {
    font-size: 17px;
  }
}
.recruit-application .application-box table {
  border-collapse: collapse;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-bottom: 5em;
}
.recruit-application .application-box table td:first-child {
  background: #e5e5e5;
  border: 1px solid #000;
  font-weight: bold;
  padding: 12px 2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .recruit-application .application-box table td:first-child {
    font-size: 14px;
    padding: 6px 1em;
  }
}
.recruit-application .application-box table td:not(:first-child) {
  border: 1px solid #000;
  padding: 2em 0 2em 3em;
}
@media (max-width: 768px) {
  .recruit-application .application-box table td:not(:first-child) {
    font-size: 14px;
    padding: 0.5em 0 0.5em 1em;
  }
}
.recruit-application .application-box table + .sub-head {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .recruit-application .application-box table + .sub-head {
    margin-top: 2em;
  }
}
.recruit-application {
  /*application-box*/
}

/*recruit-application*/
/***********************************************************************
navigation
**********************************************************************/
@media (max-width: 768px) {
  #pc-nav {
    display: none;
  }
}

nav {
  position: absolute;
  /*right: 380px;*/
  top: 17px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1400px) {
  nav {
    top: 10px;
  }
}
nav .main-menu {
  font-size: 13px;
  font-weight: bold;
}
nav .main-menu:hover {
  color: #ff5c08;
}
@media screen and (min-width: 1530px) {
  nav .main-menu {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  nav .main-menu {
    font-size: 11px;
  }
}
nav .main-menu span {
  font-size: 9px;
}
nav > ul {
  text-align: right;
  margin-right: 380px;
}
@media screen and (min-width: 769px), print {
  nav > ul {
    margin-right: 250px;
  }
}
@media screen and (min-width: 1530px) {
  nav > ul {
    margin-right: 380px;
  }
}
nav > ul > li {
  display: inline-block;
  line-height: 100%;
  margin-right: 1vw;
  text-align: center;
}
@media screen and (min-width: 1530px) {
  nav > ul > li {
    margin-right: 1vw;
  }
}
nav > ul > li .sub-menu-box {
  background: #001933;
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 42px;
  text-align: center;
  transition: all 0.2s ease-in;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1530px) {
  nav > ul > li .sub-menu-box {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  nav > ul > li .sub-menu-box {
    top: 40px;
  }
}
nav > ul > li .sub-menu-box .sub-menu {
  padding: 45px 0px;
  /*width: calc(100vw + 560px);*/
  width: 100vw;
}
@media screen and (min-width: 1530px) {
  nav > ul > li .sub-menu-box .sub-menu {
    width: 100vw;
  }
}
nav > ul > li .sub-menu-box .sub-menu .sub-menu-head {
  color: #fff;
  font-weight: bold;
  padding-left: 0.75rem;
  text-align: left;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto 15px;
}
nav > ul > li .sub-menu-box .sub-menu .sub-menu-head span {
  font-size: 12px;
  margin-left: 1em;
}
nav > ul > li .sub-menu-box .sub-menu ul {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
nav > ul > li .sub-menu-box .sub-menu ul.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
}
nav > ul > li .sub-menu-box .sub-menu ul.flex-wrap li {
  flex-basis: 20%;
  flex-grow: 0;
}
nav > ul > li .sub-menu-box .sub-menu ul li {
  display: inline;
  margin-bottom: 12px;
  position: relative;
}
nav > ul > li .sub-menu-box .sub-menu ul li::last-child {
  margin-right: 0;
}
nav > ul > li .sub-menu-box .sub-menu ul li.sp-only {
  display: none;
}
@media (max-width: 768px) {
  nav > ul > li .sub-menu-box .sub-menu ul li.sp-only {
    display: inline;
  }
}
nav > ul > li .sub-menu-box .sub-menu ul li p {
  margin: 0.5em 0 0;
}
nav > ul > li .sub-menu-box .sub-menu ul li p span {
  /*padding-left: 1.5em;*/
  position: relative;
  /*
  &::before{
      border-bottom: 1px solid #fff;
      content: "";
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%;
      width: 15px;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
  }*/
}
nav > ul > li .sub-menu-box .sub-menu ul li .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 150px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  nav > ul > li .sub-menu-box .sub-menu ul li .thumb {
    height: 120px;
  }
}
nav > ul > li .sub-menu-box .sub-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
nav > ul > li .sub-menu-box .sub-menu ul li a:hover {
  color: #ff5c08;
}
@media (min-width: 769px) and (max-width: 1400px) {
  nav > ul > li .sub-menu-box .sub-menu ul li a {
    font-size: 12px;
  }
}
nav > ul > li .sub-menu-box .sub-menu ul li ul li {
  border-bottom: 1px solid #fff;
  display: block;
  text-align: left;
  padding: 0 0 8px 24px;
}
nav > ul > li .sub-menu-box .sub-menu ul li ul li::before {
  content: "●";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
nav > ul > li .sub-menu-box .sub-menu ul {
  /*li*/
}
nav > ul > li .sub-menu-box .sub-menu {
  /*ul*/
}
nav > ul > li:hover .sub-menu-box {
  max-height: 9999px;
  opacity: 1;
}
nav > ul > li > a {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding: 0 0 12px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1075px) {
  nav > ul > li {
    padding-right: 0px;
  }
}
@media screen and (max-width: 962px) {
  nav > ul > li {
    padding-right: 0px;
  }
  nav > ul > li > a {
    font-size: 14px;
  }
}

/*nav*/
body.en-contents nav > ul,
body.ch-contents nav > ul {
  margin-right: 190px !important;
}
@media (max-width: 768px) {
  body.en-contents nav > ul,
  body.ch-contents nav > ul {
    margin-right: auto !important;
  }
}
body.en-contents nav > ul > li,
body.ch-contents nav > ul > li {
  margin-right: 4vw !important;
}

.recruit nav {
  top: 0px;
}
.recruit nav > ul {
  margin-right: 68px;
}
.recruit nav > ul > li {
  margin-right: 2vw;
}
@media screen and (min-width: 1530px) {
  .recruit nav > ul > li {
    margin-right: 3vw;
    vertical-align: middle;
  }
}
.recruit nav > ul > li:last-child {
  margin-right: 0;
}
.recruit nav > ul > li > a {
  padding: 0 0 0px;
}
.recruit nav > ul > li .sub-menu-box {
  top: 60px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .recruit nav > ul > li .sub-menu-box {
    top: 50px;
  }
}
@media screen and (min-width: 1530px) {
  .recruit.recruit-top nav > ul > li {
    margin-right: 1.5vw;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1830px) and (min-width: 1400px) {
  .recruit.recruit-top nav > ul > li {
    margin-right: 1vw;
  }
  .recruit.recruit-top nav > ul > li a {
    font-size: 13px;
  }
  .recruit.recruit-top nav > ul > li a span {
    font-size: 9px;
  }
}
.recruit.recruit-top nav > ul > li .sub-menu-box {
  top: 47px;
  left: -55px;
}

.recruit-top nav {
  top: 13px;
}

#sp-nav nav {
  position: relative;
}
#sp-nav nav > ul {
  margin: 0;
  padding: 0;
}
#sp-nav nav > ul > li {
  display: block !important;
  padding-right: 0;
  margin-right: 0;
}
#sp-nav nav > ul > li .sub-menu-box {
  display: none;
  transition: none;
}
#sp-nav nav > ul > li .sub-menu-box .sub-menu {
  padding: 8px 0;
}
#sp-nav nav > ul > li .sub-menu-box .sub-menu li {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
}
#sp-nav nav > ul > li .sub-menu-box .sub-menu li::before {
  content: none;
}
#sp-nav nav > ul > li .sub-menu-box .sub-menu li a {
  display: block;
  padding: 8px 0;
}
#sp-nav .sub-menu-box {
  max-height: inherit;
  opacity: 1;
  position: relative;
  right: inherit;
  top: inherit;
}
#sp-nav .sub-menu {
  padding: 0;
}
#sp-nav .language-change {
  padding-top: 50px;
}
#sp-nav .language-change ul li {
  display: inline-block;
}
#sp-nav .language-change ul li a {
  border-right: 1px solid #fff;
  padding: 0 1em;
}
#sp-nav .language-change ul li a.active {
  color: #000;
}
#sp-nav .language-change ul li a:hover {
  color: #fff;
}
#sp-nav .language-change ul li:last-child a {
  border: none;
}

/*ハンバーガーメニュー*/
#nav-toggle {
  background: #ff5c08;
  display: none;
  position: fixed;
  top: 0px;
  right: -21px;
  height: 42px;
  cursor: pointer;
  padding: 12px;
  padding-right: 36px;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
}
@media (max-width: 768px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 36px;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#sp-nav {
  background: #ff5c08;
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#sp-nav a {
  color: #fff;
}
#sp-nav li {
  margin-bottom: 2em;
}
#sp-nav li:last-child {
  margin-bottom: 0;
}

.open #sp-nav {
  visibility: visible;
  opacity: 1;
}

/***********************************************************************
swiper
**********************************************************************/
.swiper-container {
  width: 100%;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 768px) {
  .swiper-container {
    height: calc(100vh - 200px);
  }
}
.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.s-three-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  text-shadow: 0 0 10px #000, 0 0 20px #000;
}
.s-three-wrap .float-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
@media (min-width: 769px) and (max-width: 1400px) {
  .s-three-wrap .float-text {
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .s-three-wrap .float-text {
    bottom: 35%;
  }
  .s-three-wrap .float-text h2 {
    margin-bottom: 20px;
  }
}

.s-three-text,
.s-three-sub,
.s-three-button {
  display: block;
  width: 100%;
  color: #fff;
}

.s-three-text {
  font-size: 5vw;
  width: 50%;
  min-width: 600px;
}
@media screen and (min-width: 1530px) {
  .s-three-text {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .s-three-text {
    width: 40%;
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .s-three-text {
    width: 80%;
    min-width: inherit;
  }
}

.s-three-sub {
  font-size: 59px;
  font-weight: bold;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .s-three-sub {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .s-three-sub {
    font-size: 25px;
  }
}
.s-three-sub .small {
  font-size: 0.6em;
  font-weight: normal;
}

body.en-contents .s-three-sub,
body.ch-contents .s-three-sub {
  font-size: 50px;
}
@media (max-width: 768px) {
  body.en-contents .s-three-sub,
  body.ch-contents .s-three-sub {
    padding-right: 30px;
    font-size: 25px;
  }
  body.en-contents .s-three-sub br,
  body.ch-contents .s-three-sub br {
    display: none;
  }
  body.en-contents .s-three-sub .small,
  body.ch-contents .s-three-sub .small {
    display: block;
    padding-top: 1em;
  }
}

.s-three-button {
  top: 75%;
  left: calc(50% - 75px);
  display: block;
  width: 150px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #535353;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.s-three-button:hover {
  background: white;
  color: #1b1b1b;
}

.swiper-slide-active .s-three-text {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}

.swiper-slide-active .s-three-sub {
  animation: slideFromRightSub 2s ease 0s 1 normal;
}

.swiper-slide-active .s-three-button {
  animation: slideFromRightBtn 2.5s ease 0s 1 normal;
}

@keyframes slideFromRight {
  0%, 25% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRightSub {
  0%, 45% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRightBtn {
  0%, 65% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
/***********************************************************************
             curtain
**********************************************************************/
/*anim*/
.curtain-right,
.curtain-left {
  /*display: inline-block;*/
  position: relative;
  overflow: hidden;
}

.curtain-right:after,
.curtain-left:after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 67, 255) 0%, rgb(0, 68, 240) 20%, rgb(0, 179, 255) 100%);
}
@media (max-width: 768px) {
  .curtain-right:after,
  .curtain-left:after {
    /*background-color: #0075c2;*/
  }
}

.curtain-right:after {
  transform: translate3d(-101%, 0, 0);
}

.curtain-left:after {
  transform: translate3d(101%, 0, 0);
}

.curtain-box.show .curtain-right:after,
.curtain-box.show .curtain-left:after {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0.2, 0.1, 1);
  transform: translate3d(0, 0, 0);
}

.curtain-box.done .curtain-right:after,
.curtain-box.done .curtain-left:after {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0.2, 0.1, 1);
}

.curtain-box.done .curtain-right:after {
  transform: translate3d(103%, 0, 0);
}

.curtain-box.done .curtain-left:after {
  transform: translate3d(-103%, 0, 0);
}

.curtain-right .curtain-inner,
.curtain-left .curtain-inner {
  /*display: inline-block;*/
  opacity: 0;
}
.curtain-box.done .curtain-right .curtain-inner,
.curtain-box.done .curtain-left .curtain-inner {
  opacity: 1;
}

/***********************************************************************
accordion
**********************************************************************/
#accordion {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
}

.accordion-container .accordion-title {
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  margin: 0;
  padding: 18px 0;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .accordion-container .accordion-title {
    font-size: 16px;
    padding: 10px 0;
  }
}
.accordion-container .accordion-title:hover {
  background: rgba(253, 253, 253, 0.3);
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 36px;
}
@media (max-width: 768px) {
  .accordion-container .accordion-title.open::before {
    top: 24px;
  }
}

.accordion-container .accordion-title.open::after {
  content: "";
  opacity: 0;
}

.accordion-content a {
  color: #fff;
  display: block;
  font-size: 19px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .accordion-content a {
    font-size: 15px;
  }
}
.accordion-content a:hover {
  background: rgba(253, 253, 253, 0.3);
}

/* CSS for CodePen */
.accordion-container {
  width: 60%;
  min-width: 280px;
  max-width: 380px;
  margin: 0 auto;
}

/***********************************************************************
quality
**********************************************************************/
.quality .page-main {
  background-image: url(../images/quality/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .quality .page-main {
    padding: 24px 0 20px;
  }
}
.quality .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .quality .page-main h1 {
    font-size: 18px;
  }
}
.quality .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .quality .page-main .en {
    font-size: 12px;
  }
}
.quality .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .quality .content-wrapper {
    padding: 24px 0 0;
  }
}
.quality .content-wrapper .page-top-head {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .quality .content-wrapper .page-top-head {
    margin-bottom: 1em;
  }
}
.quality .content-wrapper .page-top-head h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .quality .content-wrapper .page-top-head h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .quality .content-wrapper .page-top-head h2 {
    font-size: 20px;
  }
  .quality .content-wrapper .page-top-head h2 br {
    display: none;
  }
}
.quality .content-wrapper .page-top-head h2.quality-head {
  font-size: 24px;
}
@media (max-width: 768px) {
  .quality .content-wrapper .page-top-head h2.quality-head {
    font-size: 16px;
  }
}
.quality .content-wrapper .page-top-head h2 + .en {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .quality .content-wrapper .page-top-head h2 + .en {
    font-size: 12px;
  }
}
.quality .content-wrapper p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .quality .content-wrapper p {
    font-size: 14px;
  }
}
.quality .content-wrapper .name {
  margin: 1em 0 0;
  text-align: right;
}
.quality .content-wrapper .quality-list {
  margin: 2em 0 2em 1em;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-list {
    margin: 1em 0 1em 0.5em;
  }
}
.quality .content-wrapper .quality-list li {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-list li {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
}
.quality .content-wrapper .quality-list li:before {
  content: "";
  background: #000;
  height: 2px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-list li:before {
    top: 15px;
  }
}
.quality .content-wrapper .management {
  margin: 62px 0;
}
@media (max-width: 768px) {
  .quality .content-wrapper .management {
    margin: 24px 0;
  }
}
.quality .content-wrapper .management .text h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .quality .content-wrapper .management .text h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .quality .content-wrapper .management img {
    display: block;
    margin: 0 auto;
  }
}
.quality .content-wrapper .quality-table h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 0.25em;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-table h4 {
    font-size: 16px;
  }
}
.quality .content-wrapper .quality-table .scroll-box {
  margin: 0 auto 0.5em;
}
.quality .content-wrapper .quality-table table {
  border-collapse: collapse;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 17px;
  min-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-table table {
    font-size: 13px;
  }
}
.quality .content-wrapper .quality-table table tr:nth-child(odd) {
  background: #e5e5e5;
}
.quality .content-wrapper .quality-table table th {
  background: #e5e5e5;
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-table table th {
    padding: 2px;
  }
}
.quality .content-wrapper .quality-table table td {
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .quality .content-wrapper .quality-table table td {
    padding: 2px;
  }
}
.quality .content-wrapper .quality-table table td p {
  display: inline-block;
  text-align: left;
}
.quality {
  /*content-wrapper*/
}

/***********************************************************************
new-initiative
**********************************************************************/
.new-initiative .page-main {
  background-image: url(../images/new-initiative/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .new-initiative .page-main {
    padding: 24px 0 20px;
  }
}
.new-initiative .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .page-main h1 {
    font-size: 18px;
  }
}
.new-initiative .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .page-main .en {
    font-size: 12px;
  }
}
.new-initiative .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper {
    padding: 24px 0 0;
  }
}
.new-initiative .content-wrapper .page-top-head {
  border-bottom: 1px solid #000;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .page-top-head {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.new-initiative .content-wrapper .page-top-head h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .page-top-head h2 {
    font-size: 20px;
  }
}
.new-initiative .content-wrapper .page-top-head h2 + .en {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .page-top-head h2 + .en {
    font-size: 12px;
  }
}
.new-initiative .content-wrapper .initiative-list {
  margin: 2em 0 2em 1em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list {
    margin: 1em 0 1em 0;
  }
}
.new-initiative .content-wrapper .initiative-list h4 {
  color: #0014ab;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list h4 {
    font-size: 16px;
  }
}
.new-initiative .content-wrapper .initiative-list ul {
  flex-wrap: wrap;
}
.new-initiative .content-wrapper .initiative-list ul li {
  border: 1px solid #000;
  margin-bottom: 2%;
  padding: 3.5%;
  position: relative;
  width: 32%;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list ul li {
    width: 100%;
    border: none;
  }
}
.new-initiative .content-wrapper .initiative-list ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list ul li:nth-child(3n+2) {
    margin: 0 0 2%;
  }
}
.new-initiative .content-wrapper .initiative-list ul li .sub-head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list ul li .sub-head {
    font-size: 15px;
    text-align: center;
  }
}
.new-initiative .content-wrapper .initiative-list ul li .sub-head + p {
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list ul li .sub-head + p {
    font-size: 14px;
  }
}
.new-initiative .content-wrapper .initiative-list ul li img {
  display: block;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-list ul li img {
    width: 100%;
  }
}
.new-initiative .content-wrapper .management {
  margin: 62px 0;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management {
    margin: 24px 0 0;
  }
  .new-initiative .content-wrapper .management .column {
    padding: 5px;
  }
  .new-initiative .content-wrapper .management .column p {
    font-size: 12px;
    margin-bottom: 2em;
  }
}
.new-initiative .content-wrapper .management .text h3,
.new-initiative .content-wrapper .management .text h5 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management .text h3,
  .new-initiative .content-wrapper .management .text h5 {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management .text p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management .sub-image {
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .management-sub {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.new-initiative .content-wrapper .initiative-table h6 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table h6 {
    font-size: 16px;
    margin: 0 0 1em;
  }
}
.new-initiative .content-wrapper .initiative-table h6 + img {
  display: block;
  margin: 0 auto 4em;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table h6 + img {
    margin: 0 auto 1em;
  }
}
.new-initiative .content-wrapper .initiative-table .scroll-box {
  margin: 0 auto 0.5em;
}
.new-initiative .content-wrapper .initiative-table table {
  border-collapse: collapse;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 16px;
  min-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table table {
    font-size: 13px;
  }
}
.new-initiative .content-wrapper .initiative-table table thead th {
  background: #dbdbdb;
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table table thead th {
    padding: 2px;
  }
}
.new-initiative .content-wrapper .initiative-table table tbody th {
  background: #e5e5e5;
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table table tbody th {
    padding: 2px;
    white-space: nowrap;
  }
}
.new-initiative .content-wrapper .initiative-table table tbody td {
  border: 1px solid #000;
  padding: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .new-initiative .content-wrapper .initiative-table table tbody td {
    padding: 2px;
    white-space: nowrap;
  }
}
.new-initiative .content-wrapper .initiative-table table tbody td p {
  display: inline-block;
  text-align: left;
}
.new-initiative .content-wrapper .initiative-table table tbody td.line {
  background: #e5e5e5;
}
.new-initiative .content-wrapper .initiative-table table tbody .num div {
  border: 1px solid #000;
  display: inline-block;
  padding: 1px 3px;
}
@media (max-width: 768px) {
  .new-initiative .contact-box {
    margin: 1em 2em;
  }
}
.new-initiative .contact-box p:not(.contact-btn) {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .new-initiative .contact-box p:not(.contact-btn) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .new-initiative .contact-box .contact-btn a {
    width: 100%;
  }
}
.new-initiative .contact-box .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .new-initiative .contact-box .contact-btn a span {
    font-size: 16px;
  }
}
.new-initiative {
  /*content-wrapper*/
}

/***********************************************************************
access
**********************************************************************/
.access .page-main {
  background-image: url(../images/access/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .access .page-main {
    padding: 24px 0 20px;
  }
}
.access .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .access .page-main h1 {
    font-size: 18px;
  }
}
.access .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .access .page-main .en {
    font-size: 12px;
  }
}
.access .content-wrapper .page-top-head {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .access .content-wrapper .page-top-head {
    margin-bottom: 1em;
  }
}
.access .content-wrapper h2,
.access .content-wrapper h3,
.access .content-wrapper h4 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .access .content-wrapper h2,
  .access .content-wrapper h3,
  .access .content-wrapper h4 {
    font-size: 18px;
  }
}
.access .content-wrapper h2 + .en,
.access .content-wrapper h3 + .en,
.access .content-wrapper h4 + .en {
  font-size: 20px;
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .access .content-wrapper h2 + .en,
  .access .content-wrapper h3 + .en,
  .access .content-wrapper h4 + .en {
    font-size: 12px;
    margin-bottom: 1em;
  }
}
.access .content-wrapper h2 + .en + p,
.access .content-wrapper h3 + .en + p,
.access .content-wrapper h4 + .en + p {
  font-size: 21px;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .access .content-wrapper h2 + .en + p,
  .access .content-wrapper h3 + .en + p,
  .access .content-wrapper h4 + .en + p {
    font-size: 15px;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .access .content-wrapper h2 + .en + p:not(.address) br,
  .access .content-wrapper h3 + .en + p:not(.address) br,
  .access .content-wrapper h4 + .en + p:not(.address) br {
    display: none;
  }
}
.access .content-wrapper .map1,
.access .content-wrapper .map2,
.access .content-wrapper .map-content {
  margin: 0 auto 6em;
  max-width: 1200px;
  width: 80%;
}
@media (max-width: 768px) {
  .access .content-wrapper .map1,
  .access .content-wrapper .map2,
  .access .content-wrapper .map-content {
    margin: 0 auto 1em;
  }
}
.access .content-wrapper .map-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 6em;
}
.access .content-wrapper .map1,
.access .content-wrapper .map-content {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .access .content-wrapper .map1,
  .access .content-wrapper .map-content {
    margin-top: 24px;
  }
}
.access .content-wrapper img {
  background: #fff;
  border: 1px solid #000;
  padding: 0;
}
@media (max-width: 768px) {
  .access .content-wrapper img {
    border: none;
  }
}
.access {
  /*content-wrapper*/
}
.access .google-map-line {
  height: 470px;
}
@media (max-width: 768px) {
  .access .google-map-line {
    height: 360px;
  }
}

/***********************************************************************
privacy
**********************************************************************/
.privacy .page-main {
  background-image: url(../images/privacy/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .privacy .page-main {
    padding: 24px 0 20px;
  }
}
.privacy .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy .page-main h1 {
    font-size: 18px;
  }
}
.privacy .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy .page-main .en {
    font-size: 12px;
  }
}
.privacy .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .privacy .content-wrapper {
    padding: 24px 0 0;
  }
}
.privacy .content-wrapper .page-top-head {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .page-top-head {
    margin-bottom: 1em;
  }
}
.privacy .content-wrapper .page-top-head h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .page-top-head h2 {
    font-size: 18px;
  }
}
.privacy .content-wrapper .page-top-head h2 + p {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .privacy .content-wrapper .page-top-head h2 + p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .privacy .content-wrapper .page-top-head h2 + p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  .privacy .content-wrapper .page-top-head h2 + p br {
    display: none;
  }
}
.privacy .content-wrapper .privacy-list {
  border-top: 1px solid #000;
  padding: 62px 0;
  margin: 62px 0 0;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list {
    padding: 24px 0 24px;
    margin: 24px 0 0;
  }
  .privacy .content-wrapper .privacy-list p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.privacy .content-wrapper .privacy-list .head {
  background: url("../images/privacy/icon.jpg") no-repeat 0 center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 82px;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list .head {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.privacy .content-wrapper .privacy-list .head + p {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list .head + p {
    margin-bottom: 2em;
  }
}
.privacy .content-wrapper .privacy-list .margin-none {
  margin-bottom: 0 !important;
}
.privacy .content-wrapper .privacy-list ul {
  margin: 2em 0 6em 1em;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list ul {
    margin: 1em 0 2em 1em;
  }
}
.privacy .content-wrapper .privacy-list ul li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list ul li {
    margin-bottom: 0.5em;
  }
}
.privacy .content-wrapper .privacy-list ul li:before {
  content: "";
  background: #000;
  height: 2px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list ul li:before {
    top: 12px;
  }
}
.privacy .content-wrapper .privacy-list .contact {
  border-top: 1px solid #000;
  padding: 24px 0 0;
  margin: 62px 0 0;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list .contact {
    margin: 24px 0 0;
  }
}
.privacy .content-wrapper .privacy-list .contact .sub-head {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .privacy .content-wrapper .privacy-list .contact .sub-head {
    font-size: 18px;
  }
}
.privacy .content-wrapper .privacy-list .contact .name {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.privacy .content-wrapper {
  /*privacy-list*/
}
.privacy {
  /*content-wrapper*/
}

/***********************************************************************
factory
**********************************************************************/
.factory .vr-factory-link {
  position: absolute;
  top: 0px;
  right: 0px;
}
.factory .vr-factory-link a {
  display: block;
  padding: 1.5em 3em;
  color: white;
  background-color: #ff5c08;
}
@media (max-width: 768px) {
  .factory .vr-factory-link a {
    padding: 0.5em 1em;
    font-size: 12px;
  }
}
.factory .wrapper {
  margin: 0 auto;
  /*min-width: 1400px;*/
}
@media (max-width: 768px) {
  .factory .wrapper {
    min-width: inherit;
  }
}
.factory .section-inner {
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.factory .tate {
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.factory .tate.head {
  font-size: 124px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .factory .tate.head {
    font-size: 60px;
  }
}
.factory .scroll-gallery {
  background: #000;
  padding: 5px 0;
}
.factory .simply-scroll-container {
  position: relative;
}
.factory .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.factory .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 画像の高さ;
  /* 崩れる場合にはこちらも設定 */
}
.factory .simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 380px;
  height: 237px;
  margin: 8px 5px;
  padding: 0;
}
@media (max-width: 768px) {
  .factory .simply-scroll-list li {
    width: 120px;
    height: 75px;
    margin: 3px 2px;
  }
}
.factory .simply-scroll-list li img {
  display: block;
}
.factory .section-top {
  background-image: url(../images/factory-top/back1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .factory .section-top {
    padding: 24px 0 12px;
  }
}
.factory .section-top .section-inner {
  padding-top: 172px;
}
@media (max-width: 768px) {
  .factory .section-top .section-inner {
    padding-top: 80px;
  }
}
.factory .section-top .page-main {
  position: relative;
  z-index: 2;
}
.factory .section-top .page-main .text {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.factory .section-top .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .factory .section-top .page-main h1 {
    font-size: 18px;
  }
}
.factory .section-top .page-main .en {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-left: 0.25em;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .factory .section-top .page-main .en {
    font-size: 12px;
  }
}
.factory .section-top .page-main .en {
  /*
  &:before{
      content: "";
      background: #fff;
      height: 3px;
      width: 66px;
      position: absolute;
      bottom: 0;
      left: 0;
  }*/
}
.factory .section-top table th {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 196px;
  font-weight: 400;
  line-height: 100%;
  padding: 0 42px;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .factory .section-top table th {
    font-size: 80px;
    padding: 0 12px;
  }
}
.factory .section-top table td {
  padding: 0 0 0 42px;
}
@media (max-width: 768px) {
  .factory .section-top table td {
    padding: 0 0 0 12px;
  }
}
.factory .section-top table td h2 {
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .factory .section-top table td h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.factory .section-top table td p {
  font-size: 20px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .factory .section-top table td p {
    font-size: 14px;
    line-height: 140%;
  }
}
.factory .section-top hr {
  height: 1px;
  margin: 2rem 0 4rem;
}
@media (max-width: 768px) {
  .factory .section-top hr {
    margin: 1rem 0 1.5rem;
  }
}
.factory {
  /*section-top*/
}
.factory .section-kanagata,
.factory .section-kigata,
.factory .section-jushi,
.factory .section-shellmold,
.factory .section-kaihatsu {
  background-image: url(../images/factory-top/back2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 24px;
}
@media (max-width: 768px) {
  .factory .section-kanagata,
  .factory .section-kigata,
  .factory .section-jushi,
  .factory .section-shellmold,
  .factory .section-kaihatsu {
    padding: 24px 0;
  }
}
.factory .section-kanagata .section-inner,
.factory .section-kigata .section-inner,
.factory .section-jushi .section-inner,
.factory .section-shellmold .section-inner,
.factory .section-kaihatsu .section-inner {
  padding-top: 680px;
}
@media (max-width: 768px) {
  .factory .section-kanagata .section-inner,
  .factory .section-kigata .section-inner,
  .factory .section-jushi .section-inner,
  .factory .section-shellmold .section-inner,
  .factory .section-kaihatsu .section-inner {
    padding-top: 200px;
  }
}
.factory .section-kanagata .section-inner .head,
.factory .section-kigata .section-inner .head,
.factory .section-jushi .section-inner .head,
.factory .section-shellmold .section-inner .head,
.factory .section-kaihatsu .section-inner .head {
  position: absolute;
  top: 0;
  right: 0;
}
.factory .section-kanagata .section-inner .content-box .page-head h4,
.factory .section-kigata .section-inner .content-box .page-head h4,
.factory .section-jushi .section-inner .content-box .page-head h4,
.factory .section-shellmold .section-inner .content-box .page-head h4,
.factory .section-kaihatsu .section-inner .content-box .page-head h4 {
  font-size: 83px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .factory .section-kanagata .section-inner .content-box .page-head h4,
  .factory .section-kigata .section-inner .content-box .page-head h4,
  .factory .section-jushi .section-inner .content-box .page-head h4,
  .factory .section-shellmold .section-inner .content-box .page-head h4,
  .factory .section-kaihatsu .section-inner .content-box .page-head h4 {
    text-align: left;
    font-size: 18px;
  }
}
.factory .section-kanagata .section-inner .content-box .page-head .en,
.factory .section-kigata .section-inner .content-box .page-head .en,
.factory .section-jushi .section-inner .content-box .page-head .en,
.factory .section-shellmold .section-inner .content-box .page-head .en,
.factory .section-kaihatsu .section-inner .content-box .page-head .en {
  font-size: 25px;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .factory .section-kanagata .section-inner .content-box .page-head .en,
  .factory .section-kigata .section-inner .content-box .page-head .en,
  .factory .section-jushi .section-inner .content-box .page-head .en,
  .factory .section-shellmold .section-inner .content-box .page-head .en,
  .factory .section-kaihatsu .section-inner .content-box .page-head .en {
    text-align: left;
    font-size: 13px;
  }
}
.factory .section-kanagata .section-inner .content-box .page-head .en + p,
.factory .section-kigata .section-inner .content-box .page-head .en + p,
.factory .section-jushi .section-inner .content-box .page-head .en + p,
.factory .section-shellmold .section-inner .content-box .page-head .en + p,
.factory .section-kaihatsu .section-inner .content-box .page-head .en + p {
  font-size: 17px;
  text-align: center;
  line-height: 180%;
}
@media (max-width: 768px) {
  .factory .section-kanagata .section-inner .content-box .page-head .en + p,
  .factory .section-kigata .section-inner .content-box .page-head .en + p,
  .factory .section-jushi .section-inner .content-box .page-head .en + p,
  .factory .section-shellmold .section-inner .content-box .page-head .en + p,
  .factory .section-kaihatsu .section-inner .content-box .page-head .en + p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 10px;
  }
  .factory .section-kanagata .section-inner .content-box .page-head .en + p br,
  .factory .section-kigata .section-inner .content-box .page-head .en + p br,
  .factory .section-jushi .section-inner .content-box .page-head .en + p br,
  .factory .section-shellmold .section-inner .content-box .page-head .en + p br,
  .factory .section-kaihatsu .section-inner .content-box .page-head .en + p br {
    display: none;
  }
}
.factory .section-kanagata .section-inner,
.factory .section-kigata .section-inner,
.factory .section-jushi .section-inner,
.factory .section-shellmold .section-inner,
.factory .section-kaihatsu .section-inner {
  /*content-box*/
}
.factory {
  /*section-kanagata*/
}
.factory .section-kigata {
  background-image: url(../images/factory-top/back3.webp);
}
@media (max-width: 768px) {
  .factory .section-kigata .page-head h4,
  .factory .section-kigata .page-head .en {
    text-align: right !important;
  }
}
.factory .section-kigata .section-inner .head {
  right: inherit;
  left: 0;
}
.factory .section-jushi {
  background-image: url(../images/factory-top/back4.jpg);
}
.factory .section-shellmold {
  background-image: url(../images/factory-top/back5.webp);
}
@media (max-width: 768px) {
  .factory .section-shellmold .tate.head {
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .factory .section-shellmold .page-head h4,
  .factory .section-shellmold .page-head .en {
    text-align: right !important;
  }
}
.factory .section-shellmold .section-inner {
  padding-top: 780px;
}
@media (max-width: 768px) {
  .factory .section-shellmold .section-inner {
    padding-top: 200px;
  }
}
.factory .section-shellmold .section-inner .head {
  right: inherit;
  left: 0;
}
.factory .section-shellmold .section-inner .float-text {
  position: absolute;
  top: 160px;
  left: 220px;
}
@media (max-width: 768px) {
  .factory .section-shellmold .section-inner .float-text {
    top: 7px;
    left: 166px;
  }
}
.factory .section-shellmold .section-inner .float-text p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .factory .section-shellmold .section-inner .float-text p {
    line-height: 1.7;
    font-size: 10px;
  }
}
.factory .section-kaihatsu {
  background-image: url(../images/factory-top/back6.jpg);
}
@media (max-width: 768px) {
  .factory .section-kaihatsu .tate.head {
    line-height: 1.2;
  }
}
.factory .section-kaihatsu .section-inner .content-box .page-head .en {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .factory .section-kaihatsu .section-inner .content-box .page-head .en {
    font-size: 14px;
    text-align: left;
  }
}
.factory .section-kaihatsu .section-inner .content-box .page-head p {
  font-size: 17px;
  text-align: center;
  line-height: 180%;
}
@media (max-width: 768px) {
  .factory .section-kaihatsu .section-inner .content-box .page-head p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  .factory .section-kaihatsu .section-inner .content-box .page-head p br {
    display: none;
  }
}
.factory .section-kaihatsu .section-inner .content-box .page-head .sub-head {
  font-size: 32px !important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .factory .section-kaihatsu .section-inner .content-box .page-head .sub-head {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
}
.factory .section-kaihatsu .section-inner {
  /*content-box*/
}
.factory .contact-box {
  margin: 2em 0;
}
@media (max-width: 768px) {
  .factory .contact-box {
    margin: 0.5em 0;
  }
}
.factory .contact-box .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .factory .contact-box .contact-btn a span {
    font-size: 12px;
  }
}
.factory {
  /*contact-box*/
}
.factory .table-section {
  padding: 42px 0;
}
@media (max-width: 768px) {
  .factory .table-section {
    padding: 24px 0;
  }
}
.factory .table-section .section-inner {
  color: #000;
}
.factory .table-section .section-inner h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .factory .table-section .section-inner h4 {
    font-size: 16px;
  }
}
.factory .table-section .section-inner table {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  min-width: 500px;
  width: 100%;
}
.factory .table-section .section-inner table thead th {
  background: #e8e8e8;
  border: 1px solid #000;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .factory .table-section .section-inner table thead th {
    font-size: 13px;
  }
}
.factory .table-section .section-inner table tbody th {
  border: 1px solid #000;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .factory .table-section .section-inner table tbody th {
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
  }
}
.factory .table-section .section-inner table tbody td {
  border: 1px solid #000;
  padding: 4px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .factory .table-section .section-inner table tbody td {
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
  }
}
.factory .table-section .section-inner table tbody td.num {
  text-align: center;
}
.factory .table-section .section-inner table .line td {
  background: #e8e8e8;
}

/*factory-top*/
@media (max-width: 768px) {
  body.en-contents .factory .page-head h4 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  body.en-contents .factory .page-head p {
    font-size: 12px !important;
    line-height: 1.7;
    text-align: left;
  }
}
body.en-contents .factory .tate {
  writing-mode: horizontal-tb;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.en-contents .factory .tate {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  body.en-contents .factory .section-kigata .section-inner .content-box .page-head h4 {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  body.en-contents .factory .section-shellmold .section-inner .float-text {
    top: 67px;
    left: 0;
  }
}
@media (max-width: 768px) {
  body.en-contents .factory .section-shellmold .section-inner .content-box .page-head h4 {
    text-align: left !important;
  }
}

/***********************************************************************
virtual-tour
**********************************************************************/
.virtual-tour #wpmem_login {
  padding: 0 3em;
  border: 5px solid #fff;
  width: 50%;
  margin: auto;
}
.virtual-tour #wpmem_login .buttons {
  margin: auto;
  background: #001933;
  border: none;
  padding: 10px 50px;
  color: white;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .virtual-tour #wpmem_login {
    width: 100%;
  }
}
.virtual-tour #wpmem_login .div_text,
.virtual-tour #wpmem_login .button_div {
  width: 100%;
}
.virtual-tour #wpmem_login label {
  color: white;
  font-size: 0.8em;
}
.virtual-tour .thview-modal {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0px;
  /*border-radius: 10px;*/
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
@media (max-width: 768px) {
  .virtual-tour .thview-modal {
    padding: 10px;
    max-width: 80%;
  }
}
.virtual-tour .thview-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: none;
}
.virtual-tour .thview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  background-color: #fff;
  border-radius: 50px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .virtual-tour .thview-close {
    top: -10px;
    right: -10px;
  }
}
.virtual-tour .thview-close:before {
  position: absolute;
  top: 13px;
  left: 7px;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #000;
  transform: rotate(-45deg);
}
.virtual-tour .thview-close:after {
  position: absolute;
  top: 13px;
  left: 7px;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
}
.virtual-tour #thview-container {
  transition: all 0.5s;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .virtual-tour #thview-container {
    max-width: 100%;
    height: auto !important;
  }
  .virtual-tour #thview-container canvas {
    width: 100% !important;
    height: auto !important;
  }
}
.virtual-tour .page-main {
  background-image: url(../images/factory/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 350px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .virtual-tour .page-main {
    padding: 24px 0 100px;
  }
}
.virtual-tour .page-main .text {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.virtual-tour .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .virtual-tour .page-main h1 {
    font-size: 18px;
  }
}
.virtual-tour .page-main .en {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-left: 0.25em;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .virtual-tour .page-main .en {
    font-size: 12px;
  }
}
.virtual-tour .page-main .en {
  /*
  &:before{
      content: "";
      background: #fff;
      height: 3px;
      width: 66px;
      position: absolute;
      bottom: 0;
      left: 0;
  }*/
}
.virtual-tour .back {
  background-image: url(../images/factory/back.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.virtual-tour .content-wrapper {
  margin: 0 auto;
  padding: 56px 0 1500px;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper {
    padding: 24px 0 500px;
  }
}
.virtual-tour .content-wrapper .page-top-head h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .page-top-head h2 {
    font-size: 18px;
  }
}
.virtual-tour .content-wrapper .page-top-head h2 + p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .page-top-head h2 + p {
    font-size: 14px;
  }
}
.virtual-tour .content-wrapper .page-top-head .sup {
  color: #fff;
  padding: 5em 0 0;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .page-top-head .sup {
    padding: 2em 0 0;
    font-size: 16px;
  }
}
.virtual-tour .content-wrapper .page-top-head .sup span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 2em;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .page-top-head .sup span {
    font-size: 14px;
    margin-left: 0;
  }
}
.virtual-tour .content-wrapper .map-area {
  position: relative;
}
.virtual-tour .content-wrapper .map-area ul li {
  position: absolute;
}
.virtual-tour .content-wrapper .map-area ul li a {
  background: url(../images/factory/icon_movie.png);
  background-size: cover;
  display: block;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .virtual-tour .content-wrapper .map-area ul li a {
    zoom: 0.5;
  }
}
.virtual-tour .content-wrapper .map-area ul li a:hover {
  opacity: 0.6;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(n+1):nth-child(-n+11) {
  font-size: 16px;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .map-area ul li:nth-child(n+1):nth-child(-n+11) {
    font-size: 10px;
  }
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(1) {
  top: 27%;
  left: 11%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(2) {
  top: 23%;
  left: 23%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(3) {
  top: 21%;
  left: 37%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(4) {
  top: 21%;
  left: 55%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(5) {
  top: 15.25%;
  right: 13%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(6) {
  top: 27%;
  right: 13%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(7) {
  top: 52%;
  left: 37%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(8) {
  top: 52%;
  left: 50%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(9) {
  top: 63%;
  right: 11.5%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(10) {
  bottom: 21%;
  left: 10%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(n+11):nth-child(-n+18) {
  font-size: 25px;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .map-area ul li:nth-child(n+11):nth-child(-n+18) {
    font-size: 15px;
  }
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(n+11):nth-child(-n+18) a {
  background-image: url(../images/factory/icon_photo.png);
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(11) {
  top: 20.5%;
  left: 60%;
}
@media (max-width: 768px) {
  .virtual-tour .content-wrapper .map-area ul li:nth-child(11) {
    left: 62%;
  }
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(12) {
  top: 20.5%;
  right: 19%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(13) {
  top: 34%;
  left: 17%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(14) {
  top: 34%;
  left: 36%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(15) {
  top: 34%;
  left: 56%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(16) {
  top: 34%;
  right: 19%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(17) {
  top: 63%;
  left: 50%;
}
.virtual-tour .content-wrapper .map-area ul li:nth-child(18) {
  bottom: 7%;
  left: 54%;
}
.virtual-tour {
  /*content-wrapper*/
}

/***********************************************************************
materials
**********************************************************************/
.materials .page-main {
  background-image: url(../images/materials/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .materials .page-main {
    padding: 24px 0 20px;
  }
}
.materials .page-main.architectural-head {
  background-image: url("../images/new-business/main.jpg");
  padding: 130px 0 130px;
}
@media (max-width: 768px) {
  .materials .page-main.architectural-head {
    padding: 50px 0;
  }
}
.materials .page-main.architectural-head .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.materials .page-main.architectural-head h1 {
  font-size: 100px;
  text-align: left;
}
@media (max-width: 768px) {
  .materials .page-main.architectural-head h1 {
    font-size: 40px;
  }
}
.materials .page-main.architectural-head h1 + .en {
  font-size: 23px;
  line-height: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .materials .page-main.architectural-head h1 + .en {
    font-size: 18px;
  }
}
.materials .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .page-main h1 {
    font-size: 18px;
  }
}
.materials .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .page-main .en {
    font-size: 12px;
  }
}
.materials .content-wrapper {
  margin: 0 auto;
  padding: 100px 0 42px;
}
@media (max-width: 768px) {
  .materials .content-wrapper {
    padding: 24px 0 0;
  }
}
.materials .content-wrapper .page-top-head {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .page-top-head {
    margin-bottom: 1em;
  }
}
.materials .content-wrapper .page-top-head h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .page-top-head h2 {
    font-size: 20px;
  }
}
.materials .content-wrapper .page-top-head h2 + .en {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .page-top-head h2 + .en {
    font-size: 12px;
  }
}
.materials .content-wrapper .network-image {
  margin: -9em auto 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-image {
    margin: -2em auto 2em;
  }
}
.materials .content-wrapper .network-text {
  margin: 0em auto 3em;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text {
    margin: -1em auto 1em;
  }
}
.materials .content-wrapper .network-text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.materials .content-wrapper .network-text h3 + p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text h3 + p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 1em;
  }
}
.materials .content-wrapper .network-text h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text h4 {
    font-size: 16px;
  }
}
.materials .content-wrapper .network-text h4 span {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
}
.materials .content-wrapper .network-text .columns {
  margin-bottom: 1.5em;
}
.materials .content-wrapper .network-text .columns h4 {
  background-color: hsl(217, 71%, 53%);
  color: white;
  font-size: 1.3em;
  padding: 10px 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text .columns h4 {
    font-size: 16px;
  }
}
.materials .content-wrapper .network-text .columns p {
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 768px) {
  .materials .content-wrapper .network-text .columns p {
    font-size: 14px;
  }
}
.materials .content-wrapper .network-text .scroll-box img {
  width: 100%;
  height: auto;
  min-width: 750px;
}
.materials .content-wrapper .dailian-wrapper {
  background: #f7f7f0;
}
.materials .content-wrapper .dailian-wrapper .image {
  background-image: url(../images/materials/img3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 320px 0 80px;
  position: relative;
  margin-left: 7vw;
  width: calc(100% - 7vw);
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .image {
    padding: 80px 0 14px;
    margin-left: 1vw;
    width: calc(100% - 1vw);
  }
}
.materials .content-wrapper .dailian-wrapper .image h4 {
  color: #fff;
  font-size: 77px;
  font-weight: bold;
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .image h4 {
    font-size: 18px;
    margin-left: 2.5em;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper {
  margin: 0 auto 0;
  padding: 42px 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper {
    padding: 24px 0;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper h5 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper h5 {
    font-size: 16px;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper h5 + p {
  font-size: 16px;
  margin-bottom: 2em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper h5 + p {
    font-size: 14px;
    text-align: justify;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper .columns {
  align-items: center;
}
.materials .content-wrapper .dailian-wrapper .text-wrapper .columns img {
  width: 100%;
}
.materials .content-wrapper .dailian-wrapper .text-wrapper .columns .youtube {
  padding: 0;
}
.materials .content-wrapper .dailian-wrapper .text-wrapper .columns .youtube iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper .columns .youtube iframe {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper .columns .youtube {
    padding: 0 0.75rem;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper table th {
  font-size: 48px;
  font-weight: bold;
  border-right: 1px solid #000;
  padding-right: 0.5em;
  padding-bottom: 6px;
  line-height: 110%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper table th {
    font-size: 16px;
    white-space: nowrap;
    padding-bottom: 0;
  }
}
.materials .content-wrapper .dailian-wrapper .text-wrapper table td {
  padding-left: 2em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .dailian-wrapper .text-wrapper table td {
    font-size: 12px;
    padding-left: 1em;
  }
}
.materials .content-wrapper .dailian-wrapper {
  /*text-wrapper*/
}
.materials .content-wrapper {
  /*dailian-wrapper*/
}
.materials .content-wrapper .method-wrapper {
  border-top: 1px solid #000;
  padding-top: 62px;
  margin: 62px auto 0;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper {
    padding-top: 32px;
    margin: 32px auto 0;
  }
}
.materials .content-wrapper .method-wrapper .section-title .sub-head {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .section-title .sub-head {
    font-size: 16px;
    margin: 0 0 1em;
  }
}
.materials .content-wrapper .method-wrapper .section-title h6 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .materials .content-wrapper .method-wrapper .section-title h6 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .section-title h6 {
    font-size: 20px;
  }
}
.materials .content-wrapper .method-wrapper .section-title h6 + .en {
  font-size: 16px;
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .section-title h6 + .en {
    font-size: 12px;
    margin-bottom: 2em;
  }
}
.materials .content-wrapper .method-wrapper .section-title h6 + .en + p {
  font-size: 16px;
  margin-bottom: 2em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .section-title h6 + .en + p {
    font-size: 14px;
    text-align: justify;
  }
}
.materials .content-wrapper .method-wrapper .flow-head {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.materials .content-wrapper .method-wrapper .flow li {
  background: #000;
  border: 1px solid #000;
  float: left;
  margin-left: 4.5%;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  width: 16%;
  max-width: 195px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .flow li {
    width: 42%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .flow li:nth-child(even) {
    margin-left: 12%;
  }
}
.materials .content-wrapper .method-wrapper .flow li:before {
  content: "";
  background: url(../images/materials/arrow.jpg) no-repeat 0 0;
  background-size: cover;
  height: 7px;
  width: 35px;
  position: absolute;
  top: calc(50% - 5px);
  right: -24%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .flow li:before {
    right: -30%;
  }
}
.materials .content-wrapper .method-wrapper .flow li:nth-child(5):before, .materials .content-wrapper .method-wrapper .flow li:nth-child(10):before {
  content: none;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .flow li:nth-child(5):before, .materials .content-wrapper .method-wrapper .flow li:nth-child(10):before {
    content: "";
    background: url(../images/materials/arrow.jpg) no-repeat 0 0;
    background-size: cover;
    height: 7px;
    width: 35px;
    position: absolute;
    top: calc(50% - 5px);
    right: -30%;
  }
}
.materials .content-wrapper .method-wrapper .flow li:nth-child(1), .materials .content-wrapper .method-wrapper .flow li:nth-child(6) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .flow li:nth-child(6) {
    margin-left: 12%;
  }
}
.materials .content-wrapper .method-wrapper .flow li:last-child:before {
  content: none;
}
.materials .content-wrapper .method-wrapper .flow li p {
  color: #fff;
  font-size: 15px;
  padding: 4px 0 8px;
}
.materials .content-wrapper .method-wrapper .difference-wrapper {
  background: #dceaf9;
  padding: 3%;
  margin: 0 0 4em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .difference-wrapper {
    margin: 0 0 1em;
    padding: 20px 25px 30px;
  }
}
.materials .content-wrapper .method-wrapper .difference-wrapper .text-wrapper {
  float: left;
  width: 49%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .difference-wrapper .text-wrapper {
    float: none;
    width: 100%;
  }
}
.materials .content-wrapper .method-wrapper .difference-wrapper .text-wrapper h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .difference-wrapper .text-wrapper h6 {
    font-size: 18px;
  }
}
.materials .content-wrapper .method-wrapper .difference-wrapper .text-wrapper p {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
.materials .content-wrapper .method-wrapper .difference-wrapper table {
  background: #fff;
  border-collapse: collapse;
  border-left: 2px solid #dceaf9;
  border-right: 2px solid #dceaf9;
  float: right;
  width: 49%;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .method-wrapper .difference-wrapper table {
    float: none;
    font-size: 10px;
    margin-top: 1em;
    width: 100%;
  }
}
.materials .content-wrapper .method-wrapper .difference-wrapper table thead th {
  border: 1px solid #000;
  padding: 8px 0;
  text-align: center;
}
.materials .content-wrapper .method-wrapper .difference-wrapper table tbody th,
.materials .content-wrapper .method-wrapper .difference-wrapper table tbody td {
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
}
.materials .content-wrapper .method-wrapper .difference-wrapper table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.materials .content-wrapper .method-wrapper {
  /*difference-wrapper*/
}
.materials .content-wrapper {
  /*method-wrapper*/
}
.materials .content-wrapper .performance-wrapper h6 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .performance-wrapper h6 {
    font-size: 18px;
  }
}
.materials .content-wrapper .performance-wrapper .item {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  margin-right: -1.25vw;
}
@media (max-width: 768px) {
  .materials .content-wrapper .performance-wrapper .item {
    margin-bottom: 1em;
  }
}
.materials .content-wrapper .performance-wrapper .item li {
  border: 1px solid #000;
  position: relative;
  text-align: center;
  width: calc(25% - 1.25vw);
  /*max-width: 224px;*/
}
@media (max-width: 768px) {
  .materials .content-wrapper .performance-wrapper .item li {
    width: calc(50% - 1.25vw);
    margin-left: 0%;
  }
}
.materials .content-wrapper .performance-wrapper .item li:nth-child(4n+1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .materials .content-wrapper .performance-wrapper .item li:nth-child(even) {
    float: right;
  }
}
.materials .content-wrapper .performance-wrapper .item li img {
  width: 100%;
}
.materials .content-wrapper .performance-wrapper .item li p {
  font-size: 12px;
  padding: 4px 0 8px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .performance-wrapper .item li p {
    font-size: 10px;
    padding: 4px 6px 8px;
  }
}
.materials .content-wrapper {
  /*performance-wrapper*/
}
.materials .content-wrapper .architectural-wrapper {
  margin: 0 auto 0;
  width: 80%;
  max-width: 1200px;
}
.materials .content-wrapper .architectural-wrapper .desc {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .desc {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box {
  margin: 0 0 7em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box {
    margin: 0 0 2em;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table thead th {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  width: 185px;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table thead th {
    font-size: 16px;
    padding: 8px 12px;
    width: inherit;
    display: block;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table thead td {
  border: 1px solid #000;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table thead td {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border-bottom: none;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table tbody td {
  border: 1px solid #000;
  padding: 5%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table tbody td {
    padding: 10px 15px 15px;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table tbody td h3,
.materials .content-wrapper .architectural-wrapper .case-box table tbody td h4 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table tbody td h3,
  .materials .content-wrapper .architectural-wrapper .case-box table tbody td h4 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table tbody td h4 {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table tbody td h4 {
    margin-top: 1em;
  }
}
.materials .content-wrapper .architectural-wrapper .case-box table tbody td p {
  font-size: 20px;
  line-height: 180%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .case-box table tbody td p {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0;
  }
}
.materials .content-wrapper .architectural-wrapper {
  /*case-box*/
}
.materials .content-wrapper .architectural-wrapper .characteristic {
  margin-bottom: 3em;
}
.materials .content-wrapper .architectural-wrapper .characteristic h5 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .characteristic h5 {
    font-size: 18px;
    margin: 0 0 1em;
  }
}
.materials .content-wrapper .architectural-wrapper .characteristic h5 + p {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .characteristic h5 + p {
    font-size: 14px;
  }
}
.materials .content-wrapper .architectural-wrapper .characteristic table {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
}
.materials .content-wrapper .architectural-wrapper .characteristic table th {
  background: #e1e1e1;
  border: 1px solid #000;
  padding: 12px 0;
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .characteristic table th {
    font-size: 14px;
  }
}
.materials .content-wrapper .architectural-wrapper .characteristic table td {
  border: 1px solid #000;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .characteristic table td {
    font-size: 14px;
  }
}
.materials .content-wrapper .architectural-wrapper .characteristic table tr:nth-child(odd) td {
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .materials .content-wrapper .architectural-wrapper .contact-box {
    margin: 1em -1em;
  }
}
.materials .content-wrapper {
  /*architectural-wrapper*/
}
.materials .content-wrapper .scroll-box {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .materials .content-wrapper .scroll-box {
    margin-bottom: 1.5em;
  }
}
.materials .content-wrapper .type1,
.materials .content-wrapper .type2 {
  border-collapse: collapse;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 16px;
  min-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .materials .content-wrapper .type1,
  .materials .content-wrapper .type2 {
    font-size: 12px;
  }
}
.materials .content-wrapper .type1 thead th,
.materials .content-wrapper .type2 thead th {
  background: #dbdbdb;
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .materials .content-wrapper .type1 thead th,
  .materials .content-wrapper .type2 thead th {
    padding: 2px;
  }
}
.materials .content-wrapper .type1 tbody th,
.materials .content-wrapper .type2 tbody th {
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .type1 tbody th,
  .materials .content-wrapper .type2 tbody th {
    padding: 4px 8px;
  }
}
.materials .content-wrapper .type1 tbody td,
.materials .content-wrapper .type2 tbody td {
  border: 1px solid #000;
  padding: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .materials .content-wrapper .type1 tbody td,
  .materials .content-wrapper .type2 tbody td {
    padding: 4px 8px;
  }
}
.materials .content-wrapper .type1 tbody td p,
.materials .content-wrapper .type2 tbody td p {
  display: inline-block;
  text-align: left;
}
.materials .content-wrapper .type1 tbody td.line,
.materials .content-wrapper .type2 tbody td.line {
  background: #e5e5e5;
  text-align: center;
}
.materials .content-wrapper {
  /*type1,type2*/
}
.materials .content-wrapper .type2 tbody th {
  padding: 4px 28px;
  white-space: nowrap;
}
.materials .content-wrapper .type2 tbody tr:nth-child(even) {
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .materials .content-wrapper .contact-box {
    margin: 1em 2em;
  }
}
.materials .content-wrapper .contact-box p:not(.contact-btn) {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .materials .content-wrapper .contact-box p:not(.contact-btn) {
    font-size: 20px;
  }
}
.materials .content-wrapper .contact-box .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .materials .content-wrapper .contact-box .contact-btn a span {
    font-size: 16px;
  }
}
.materials {
  /*content-wrapper*/
}

/***********************************************************************
new-business
**********************************************************************/
.new-business h1 span {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
.new-business h1 span img {
  height: 6vw;
  max-height: 100%;
  min-height: 50px;
  width: auto;
}
.new-business.supar .page-main {
  background-image: url("../images/new-business/main2-supar.jpg");
}
.new-business.supar .page-main h1 img {
  height: 9vw;
}
@media (max-width: 768px) {
  .new-business.supar .page-main h1 img {
    width: 200px;
    height: auto;
  }
}
.new-business.robco .page-main {
  background-image: url("../images/new-business/main2-robco.jpg");
}
.new-business.robco .page-main h1 img {
  height: 9vw;
}
@media (max-width: 768px) {
  .new-business.robco .page-main h1 img {
    width: 200px;
    height: auto;
  }
}
.new-business.robco .robco-feature-box {
  background: url("../images/new-business/robco-feature-bg.webp") no-repeat center center/cover;
  color: white;
  position: relative;
  padding: 3em;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .new-business.robco .robco-feature-box {
    margin-bottom: 2em;
    padding: 1em 1.5em 0;
  }
}
.new-business.robco .robco-feature-box h4 {
  font-size: 22px !important;
  margin: 0 0 2em 0 !important;
}
@media (max-width: 768px) {
  .new-business.robco .robco-feature-box h4 {
    margin-bottom: 1em !important;
  }
}
.new-business.robco .robco-feature-box ul {
  column-count: 2;
  max-width: calc(100% - 2em - 375px);
}
@media (max-width: 768px) {
  .new-business.robco .robco-feature-box ul {
    column-count: 1;
    max-width: 100%;
  }
}
.new-business.robco .robco-feature-box ul li {
  display: flex;
  gap: 5px;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .new-business.robco .robco-feature-box ul li {
    font-size: 14px;
    white-space: normal;
  }
}
.new-business.robco .robco-feature-box ul li:before {
  content: "●";
}
.new-business.robco .robco-feature-box .ph {
  position: absolute;
  bottom: -3px;
  right: 2em;
}
@media (max-width: 768px) {
  .new-business.robco .robco-feature-box .ph {
    position: relative;
    bottom: -3px;
    right: 0;
    padding: 0;
  }
}
.new-business.robco .robco-feature-box .ph img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.new-business .page-main {
  background-image: url("../images/new-business/main2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  height: 25vw;
  min-height: 200px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .new-business .page-main {
    padding: 50px 0;
  }
}
.new-business .page-main .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.new-business .page-main .head-mold {
  margin-top: 25px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .new-business .page-main .head-mold {
    padding-bottom: 20px;
  }
}
.new-business .page-main .head-mold::after {
  background: #fff;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
}
.new-business .page-main h1,
.new-business .page-main h2 {
  font-weight: bold;
}
.new-business .page-main h1 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .new-business .page-main h1 {
    font-size: 25px;
  }
}
.new-business .page-main h1 + .en {
  font-size: 20px;
}
@media (max-width: 768px) {
  .new-business .page-main h1 + .en {
    font-size: 16px;
  }
}
.new-business .content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 86px 0 165px;
  width: 80%;
}
@media (max-width: 768px) {
  .new-business .content-wrapper {
    padding: 24px 0 0;
  }
}
.new-business .content-wrapper .desc {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .desc {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
.new-business .content-wrapper .case-box {
  margin: 0 0 7em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box {
    margin: 0 0 2em;
  }
}
.new-business .content-wrapper .case-box table thead th {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  width: 185px;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box table thead th {
    font-size: 16px;
    padding: 8px 12px;
    width: inherit;
  }
}
.new-business .content-wrapper .case-box table thead td {
  border: 1px solid #000;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box table thead td {
    font-size: 16px;
  }
}
.new-business .content-wrapper .case-box table tbody td {
  border: 1px solid #000;
  padding: 5%;
}
.new-business .content-wrapper .case-box table tbody td h3,
.new-business .content-wrapper .case-box table tbody td h4 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box table tbody td h3,
  .new-business .content-wrapper .case-box table tbody td h4 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.new-business .content-wrapper .case-box table tbody td h4 {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box table tbody td h4 {
    margin-top: 1em;
  }
}
.new-business .content-wrapper .case-box table tbody td p {
  font-size: 20px;
  line-height: 180%;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .case-box table tbody td p {
    font-size: 14px;
  }
}
.new-business .content-wrapper {
  /*case-box*/
}
.new-business .content-wrapper .characteristic h5 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .characteristic h5 {
    font-size: 18px;
    margin: 0 0 1em;
  }
}
.new-business .content-wrapper .characteristic h5 + p {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .characteristic h5 + p {
    font-size: 14px;
  }
}
.new-business .content-wrapper .characteristic table {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
}
.new-business .content-wrapper .characteristic table th {
  background: #e1e1e1;
  border: 1px solid #000;
  padding: 12px 0;
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .characteristic table th {
    font-size: 14px;
  }
}
.new-business .content-wrapper .characteristic table td {
  border: 1px solid #000;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .characteristic table td {
    font-size: 14px;
  }
}
.new-business .content-wrapper .characteristic table tr:nth-child(odd) td {
  background: #f4f4f4;
}
.new-business .content-wrapper {
  /*characteristic*/
}
.new-business .content-wrapper .new-business-content {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content {
    margin-bottom: 50px;
  }
}
.new-business .content-wrapper .new-business-content video {
  cursor: pointer;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content#supar h2 {
    width: 205px;
  }
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content#robco h2 {
    width: 214px;
  }
}
.new-business .content-wrapper .new-business-content#bsc {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content#bsc h2 {
    width: 181px;
  }
}
.new-business .content-wrapper .new-business-content h3 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content h3 {
    letter-spacing: 0;
    font-size: 24px;
  }
}
.new-business .content-wrapper .new-business-content h4 {
  font-size: 33px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content p {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .sp-scroll {
    margin-right: -10%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.new-business .content-wrapper .new-business-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.new-business .content-wrapper .new-business-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-business .content-wrapper .new-business-content .supar-columns {
  display: flex;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns {
    margin-right: 10%;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col {
  flex: 1;
  padding: 2em;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns .col {
    padding: 20px;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col .ic {
  width: 90px;
  margin: 1em auto 1em;
}
.new-business .content-wrapper .new-business-content .supar-columns .col h2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  padding: 0.2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns .col h2 {
    font-size: 18px;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns .col h3 {
    font-size: 14px;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col ul li {
  font-size: 15px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns .col ul li {
    font-size: 12px;
    align-items: flex-start;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col ul li::before {
  content: "";
  display: block;
  background: #00d400;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 20px;
  line-height: 0;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns .col ul li::before {
    top: 8px;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns .col.report {
  border-left: none;
}
.new-business .content-wrapper .new-business-content .supar-columns .col.report ul li::before {
  background: #4179e7;
}
.new-business .content-wrapper .new-business-content .supar-columns .col.communication {
  border-left: none;
}
.new-business .content-wrapper .new-business-content .supar-columns .col.communication ul li::before {
  background: #ff3908;
}
.new-business .content-wrapper .new-business-content .supar-columns2 {
  display: flex;
  gap: 0px;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns2 {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns2 .col {
  border: 1px solid #000;
  padding: 2em;
  display: flex;
  gap: 2em;
  align-items: center;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns2 .col {
    flex-direction: column;
    justify-content: center;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns2 .col:first-child {
  border-right: none;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns2 .col:first-child {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.new-business .content-wrapper .new-business-content .supar-columns2 .col .ic {
  display: block;
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.new-business .content-wrapper .new-business-content .supar-columns2 .col h2 {
  padding: 0;
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 22px;
}
.new-business .content-wrapper .new-business-content .supar-columns2 .col p {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .new-business .content-wrapper .new-business-content .supar-columns2 .col p {
    font-size: 12px;
  }
}
.new-business {
  /*content-wrapper*/
}
.new-business .contact-box {
  margin: 4em 0 4em;
}
@media (max-width: 768px) {
  .new-business .contact-box {
    margin: 2em 0 2em;
  }
}
.new-business .contact-box .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .new-business .contact-box .contact-btn a span {
    font-size: 18px;
  }
}

/*new-business*/
/***********************************************************************
contact
**********************************************************************/
.contact h1 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin: 3em 0 0;
}
@media (max-width: 768px) {
  .contact h1 {
    font-size: 20px;
    margin: 1em 0 0;
  }
}
.contact .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1000px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .contact .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .contact .content-wrapper {
    padding: 24px 0 0;
  }
}
.contact .content-wrapper .tel {
  border-bottom: 1px solid #000;
  margin-bottom: 4em;
  padding: 0 0 3em;
}
@media (max-width: 768px) {
  .contact .content-wrapper .tel {
    margin-bottom: 1em;
    padding: 0 0 1em;
  }
}
.contact .content-wrapper .tel table {
  margin: 0 auto;
  max-width: 680px;
  width: 90%;
}
.contact .content-wrapper .tel table th {
  border: 1px solid #000;
  font-size: 17px;
  margin-right: 1em;
  padding: 16px;
}
@media (max-width: 768px) {
  .contact .content-wrapper .tel table th {
    display: list-item;
    font-size: 14px;
    list-style-type: none;
    padding: 8px;
    text-align: center;
    width: 100%;
  }
}
.contact .content-wrapper .tel table td {
  padding-left: 1em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .contact .content-wrapper .tel table td {
    display: list-item;
    padding: 1em 0 0 0em;
    list-style-type: none;
  }
}
.contact .content-wrapper {
  /*tel*/
}
.contact .content-wrapper .form-desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 180%;
  margin: 0 0 4em;
}
@media (max-width: 768px) {
  .contact .content-wrapper .form-desc {
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    margin: 0 0 3em;
  }
}
.contact {
  /*content-wraper*/
}

form .box {
  background: #ff5c08;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 8px;
  padding: 12px;
  border-radius: 0;
}
@media (max-width: 768px) {
  form .box {
    font-size: 12px;
    margin-right: 4px;
    padding: 4px;
  }
}
form .box.any {
  background: #B0B0B0;
}
form table {
  width: 100%;
}
form caption {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  form caption {
    font-size: 16px;
    margin: 0 0 1em;
  }
}
form th {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 24px;
  vertical-align: top;
  width: 250px;
}
@media (max-width: 768px) {
  form th {
    display: list-item;
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 8px;
    width: 100%;
  }
}
form td {
  padding-bottom: 24px;
  width: 75%;
}
@media (max-width: 768px) {
  form td {
    display: list-item;
    list-style-type: none;
    padding-bottom: 16px;
    width: 100%;
  }
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  outline: 0;
  width: 100%;
  padding: 10px 0px 10px 5px;
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  font-size: 16px;
  transition: border-color ease 0.2s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form .radio-sex label {
  font-size: 16px;
}
form input.birth[type=text],
form input.postnum,
form select {
  width: 12%;
}
@media (max-width: 768px) {
  form .mwform-tel-field input[type=text] {
    width: 25%;
  }
}
form textarea {
  border: 0;
  outline: 0;
  padding: 10px 0px 10px 5px;
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  font-size: 16px;
  transition: border-color ease 0.2s;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form .conf-btn {
  margin: 3em 0 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  form .conf-btn {
    margin: 30px 0 0 0;
  }
}
form .conf-btn input[type=submit] {
  border: 0px;
  width: 742px;
  height: 118px;
  background: url(../images/contact/conf-btn.png) no-repeat 0 0;
  transition: 0.2s;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 768px) {
  form .conf-btn input[type=submit] {
    background-size: cover;
    width: 308px;
    height: 50px;
    font-size: 1em;
  }
}
form .conf-btn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

/*form*/
.form {
  margin: 0 0 2em;
}

.form2 {
  background: #EFEFEF;
  margin-bottom: 16px;
  padding: 32px 16px 8px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form2-head {
  font-weight: bold;
  line-height: 100% !important;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .form2-head {
    font-size: 14px;
  }
}

.accept2 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .accept2 {
    font-size: 10px;
  }
}
.accept2 + p {
  color: #ff0008;
  font-size: 12px;
}
@media (max-width: 768px) {
  .accept2 + p {
    font-size: 10px;
  }
}

/***********************************************************************
   company-profile
**********************************************************************/
.company-profile .page-main {
  background-image: url(../images/company-profile/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .company-profile .page-main {
    padding: 24px 0 20px;
  }
}
.company-profile .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .company-profile .page-main h1 {
    font-size: 18px;
  }
}
.company-profile .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .company-profile .page-main .en {
    font-size: 12px;
  }
}
.company-profile .content-wrapper {
  padding: 115px 0 150px;
}
@media (max-width: 768px) {
  .company-profile .content-wrapper {
    padding: 45px 0 0;
  }
}
.company-profile .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.company-profile .head {
  margin-bottom: 65px;
  text-align: center;
}
@media (max-width: 768px) {
  .company-profile .head {
    margin-bottom: 30px;
  }
}
.company-profile .head h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .company-profile .head h2 {
    font-size: 19px;
  }
}
.company-profile .head .en {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .company-profile .head .en {
    font-size: 12px;
  }
}
.company-profile .company-message {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .company-profile .company-message {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .company-profile .company-message .image {
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: -50px;
  }
}
.company-profile .company-message .profile-wrapper {
  margin: 0 auto 20px;
  max-width: 1045px;
  text-align: right;
}
@media (max-width: 768px) {
  .company-profile .company-message .profile-wrapper {
    text-align: inherit;
  }
}
.company-profile .company-message .profile {
  background: #000;
  color: #fff;
  display: inline-block;
  margin-top: -65px;
  padding: 33px 95px 30px;
  text-align: left;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .company-profile .company-message .profile {
    font-size: 12px;
    margin-top: 21px;
    padding: 20px 80px;
  }
}
.company-profile .company-message .profile .text {
  color: #fff;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
.company-profile .company-message .profile .name {
  font-size: 25px;
  margin: 8px 0 2px;
}
@media (max-width: 768px) {
  .company-profile .company-message .profile .name {
    font-size: 18px;
  }
}
.company-profile .company-message .profile .name span {
  font-size: 16px;
  margin-right: 35px;
}
@media (max-width: 768px) {
  .company-profile .company-message .profile .name span {
    display: block;
    font-size: 14px;
  }
}
.company-profile .company-message .profile .en {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .company-profile .company-message .profile .en {
    font-size: 13px;
    text-align: left;
  }
}
.company-profile .company-message h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 23px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .company-profile .company-message h3 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .company-profile .company-message h3 {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
  .company-profile .company-message h3 br {
    display: none;
  }
}
.company-profile .company-message p {
  font-size: 20px;
  line-height: 2.15;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .company-profile .company-message p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .company-profile .company-message p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
}
.company-profile .company-message p + h3 {
  margin-bottom: 7px;
  margin-top: 16px;
}
.company-profile .vision {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  padding: 12px 0 145px;
}
@media (max-width: 768px) {
  .company-profile .vision {
    padding: 12px 0 30px;
  }
}
.company-profile .vision .desc {
  font-size: 53px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .company-profile .vision .desc {
    font-size: 16px;
  }
}
.company-profile .mision {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .company-profile .mision {
    margin-bottom: 40px;
  }
}
.company-profile .mision .mision-list {
  margin: 0 auto 95px;
  max-width: 1090px;
}
@media (max-width: 768px) {
  .company-profile .mision .mision-list {
    margin: 0 auto 50px;
    width: 76%;
  }
}
.company-profile .mision .mision-list li {
  background: #ff5c08;
  padding: 32px;
  margin-bottom: 42px;
  text-align: center;
  -webkit-transform: skew(-45.01deg);
  -moz-transform: skew(-45.01deg);
  -o-transform: skew(-45.01deg);
  transform: skew(-45.01deg);
}
@media (max-width: 768px) {
  .company-profile .mision .mision-list li {
    margin-bottom: 15px;
    padding: 13px 25px;
  }
}
.company-profile .mision .mision-list li span {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .company-profile .mision .mision-list li span {
    font-size: 14px;
    line-height: 1.3;
  }
}
.company-profile .mision h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .company-profile .mision h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.company-profile .mision p {
  font-size: 19px;
  line-height: 2.15;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .company-profile .mision p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .company-profile .mision p {
    font-size: 14px;
    line-height: 1.7;
  }
  .company-profile .mision p:not(.en) {
    text-align: justify;
  }
}
.company-profile .mision .ck-image {
  margin: 0 auto;
  /*max-width: 180px;*/
  padding-left: 20px;
}
.company-profile .diversity-management {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 15px;
  padding: 10px 0 100px;
}
@media (max-width: 768px) {
  .company-profile .diversity-management {
    padding: 30px 0 35px;
  }
}
.company-profile .diversity-management p:not(.en) {
  font-size: 19px;
  line-height: 2;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .company-profile .diversity-management p:not(.en) {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .company-profile .diversity-management p:not(.en) {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
}
.company-profile .diversity-management p:not(.en) span {
  display: block;
  text-align: right;
}
.company-profile table {
  border-collapse: collapse;
  min-width: 610px;
  width: 100%;
}
@media (max-width: 768px) {
  .company-profile table {
    font-size: 13px;
  }
}
.company-profile table tr:nth-child(odd) {
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .company-profile table tr:nth-child(odd) {
    background: none;
  }
}
.company-profile table th {
  background: #e5e5e5;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  padding: 16px 30px;
  text-align: center !important;
  vertical-align: middle;
  white-space: nowrap;
  width: 200px;
}
@media (max-width: 768px) {
  .company-profile table th {
    font-size: 14px;
    padding: 2px;
    width: 100px;
  }
}
.company-profile table td {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 17px;
  line-height: 2.1;
  padding: 16px 0 16px 115px;
  text-align: left;
}
@media (max-width: 768px) {
  .company-profile table td {
    font-size: 14px;
    line-height: 1.7;
    padding: 2px 8px;
  }
}
.company-profile table td a {
  color: #0000A1;
  text-decoration: underline;
}
.company-profile .co-profile {
  margin-bottom: 178px;
}
@media (max-width: 768px) {
  .company-profile .co-profile {
    margin-bottom: 40px;
  }
}
.company-profile .associated {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.company-profile .diagonal-image {
  margin: -30vw 0 -20vw;
  position: relative;
  pointer-events: none;
}
@media (max-width: 768px) {
  .company-profile .diagonal-image {
    margin: -5vw 0 -20vw;
  }
}
.company-profile .diagonal-image img {
  width: 100%;
}
.company-profile .history .history-box {
  border-left: 1px solid #000;
  padding: 115px 0 0 30px;
}
@media (max-width: 768px) {
  .company-profile .history .history-box {
    padding: 45px 0 0 15px;
  }
}
.company-profile .history .history-desc {
  position: relative;
}
.company-profile .history .history-desc .date {
  font-weight: bold;
}
.company-profile .history .history-desc p {
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .company-profile .history .history-desc p {
    font-size: 14px;
  }
}
.company-profile .history .history-desc::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  left: -34px;
  top: 8px;
  width: 8px;
}
@media (max-width: 768px) {
  .company-profile .history .history-desc::before {
    left: -19px;
  }
}
.company-profile .history .history-desc + .history-desc {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company-profile .history .history-desc + .history-desc {
    margin-top: 20px;
  }
}
.company-profile .history .president-profile {
  font-size: 17px;
  margin: 20px 0 100px;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile {
    font-size: 14px;
    margin: 20px 0 35px;
  }
}
.company-profile .history .president-profile .president-image {
  margin: 0 auto;
  max-width: 180px;
  padding-bottom: 0;
}
.company-profile .history .president-profile .name-box {
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile .name-box {
    margin-bottom: 25px;
    text-align: center;
  }
}
.company-profile .history .president-profile .name-box .name {
  font-size: 31px;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile .name-box .name {
    font-size: 21px;
    line-height: 1;
    margin-top: 5px;
  }
}
.company-profile .history .president-profile .name-box .name span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile .name-box .name span {
    font-size: 13px;
    margin-left: 0;
  }
}
.company-profile .history .president-profile .desc {
  line-height: 1.9;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile .desc {
    line-height: 1.7;
  }
}
.company-profile .history .president-profile .columns {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .company-profile .history .president-profile .columns {
    margin-top: 5px;
  }
}
.company-profile .history .president-profile .award-image-box {
  max-width: 300px;
  margin-top: 1em;
}
.company-profile .history .note {
  font-size: 13px;
}
@media (max-width: 768px) {
  .company-profile .history .note {
    font-size: 12px;
  }
}
.company-profile .history .note + img {
  margin-top: 20px;
}
.company-profile .history .image-box {
  margin-left: auto;
  max-width: 80%;
}
@media (max-width: 768px) {
  .company-profile .history .image-box {
    margin-left: inherit;
    max-width: 100%;
  }
}
.company-profile .history .sp-image-box {
  margin-top: 10px;
}
.company-profile .history .sp-image-box .note {
  font-size: 12px;
}

/***********************************************************************
   advantages
**********************************************************************/
.advantages .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.advantages h1 {
  text-align: center;
  margin-bottom: 190px;
  padding-left: 150px;
}
@media (max-width: 768px) {
  .advantages h1 {
    margin: 0 auto 90px;
    max-width: 235px;
    padding-left: 0;
  }
}
.advantages .advantage-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .advantages .advantage-box {
    padding-bottom: 35px;
  }
}
.advantages .advantage-box .advantage-desc {
  color: #fff;
  width: 50%;
}
@media (max-width: 768px) {
  .advantages .advantage-box .advantage-desc {
    width: 100%;
  }
}
.advantages .advantage-box .advantage-desc .advantage-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.15;
  text-align: justify;
}
@media (max-width: 768px) {
  .advantages .advantage-box .advantage-desc .advantage-text {
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
  }
}
.advantages .advantage-box h2 {
  color: #fff;
  font-size: 49px;
  font-weight: bold;
  margin-top: -180px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .advantages .advantage-box h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .advantages .advantage-box h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
  }
  .advantages .advantage-box h2 img {
    display: block;
    margin-bottom: 10px;
    max-width: 100px;
  }
}
.advantages .advantage-box:nth-child(odd) .advantage-desc {
  margin-right: auto;
}
.advantages .advantage-box:nth-child(odd) h2 {
  text-align: right;
}
@media (max-width: 768px) {
  .advantages .advantage-box:nth-child(odd) h2 {
    text-align: right;
  }
}
.advantages .advantage-box:nth-child(odd) h2 img {
  margin-left: 35px;
}
@media (max-width: 768px) {
  .advantages .advantage-box:nth-child(odd) h2 img {
    margin-left: auto;
    margin-right: 0px;
  }
}
.advantages .advantage-box:nth-child(even) .advantage-desc {
  margin-left: auto;
}
.advantages .advantage-box:nth-child(even) h2 img {
  margin-right: 35px;
}
@media (max-width: 768px) {
  .advantages .advantage-box:nth-child(even) h2 img {
    margin-left: 0px;
    margin-right: auto;
  }
}
.advantages .advantage-box:not(:last-child) {
  margin-bottom: 20px;
}
.advantages .advantage01 {
  background-image: url(../images/advantages/advantage01-back.webp);
  padding-top: 80px;
}
@media (max-width: 768px) {
  .advantages .advantage01 {
    padding-top: 50px;
  }
}
.advantages .advantage02 {
  background-image: url(../images/advantages/advantage02-back.webp);
  padding-top: 155px;
}
@media (max-width: 768px) {
  .advantages .advantage02 {
    padding-top: 50px;
  }
}
.advantages .advantage02 .advantage-text {
  margin-bottom: 320px;
}
@media (max-width: 768px) {
  .advantages .advantage02 .advantage-text {
    margin-bottom: 50px;
  }
}
.advantages .advantage02 li {
  border: 1px solid #fff;
  padding: 15px;
}
.advantages .advantage02 li h3 {
  border-bottom: 1px solid #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .advantages .advantage02 li h3 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
}
.advantages .advantage02 li p {
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .advantages .advantage02 li p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.advantages .advantage02 li:first-child {
  margin-bottom: 25px;
}
.advantages .advantage03 {
  background-image: url(../images/advantages/advantage03-back.webp);
  padding-top: 130px;
}
@media (max-width: 768px) {
  .advantages .advantage03 {
    padding-top: 50px;
  }
}
.advantages .advantage03 .title span {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  justify-content: flex-end;
}
.advantages .advantage03 p {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .advantages .advantage03 p {
    margin-bottom: 25px;
  }
}
.advantages .advantage04 {
  background-image: url(../images/advantages/advantage04-back.webp);
  padding-top: 245px;
}
@media (max-width: 768px) {
  .advantages .advantage04 {
    padding-top: 50px;
  }
}
.advantages .advantage04 .advantage-text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .advantages .advantage04 .advantage-text {
    margin-bottom: 55px;
  }
}
.advantages .advantage04 .link-btn {
  border: 1px solid #fff;
  margin: auto;
  text-align: center;
  width: 82%;
}
.advantages .advantage04 .link-btn a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .advantages .advantage04 .link-btn a {
    font-size: 18px;
    padding: 15px 0;
  }
}

body.en-contents .advantages .advantage-box h2,
body.ch-contents .advantages .advantage-box h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.en-contents .company-profile .inner,
  body.ch-contents .company-profile .inner {
    width: 100%;
  }
}

/***********************************************************************
   mold-manufacturing
**********************************************************************/
.mold-manufacturing .page-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 130px 0 240px;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main {
    padding: 50px 0;
  }
}
.mold-manufacturing .page-main .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.mold-manufacturing .page-main .head-mold {
  margin-bottom: 25px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main .head-mold {
    padding-bottom: 20px;
  }
}
.mold-manufacturing .page-main .head-mold {
  /*
  &::after{
  	background: #fff;
  	content: "";
  	height: 3px;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 66px;
  }*/
}
.mold-manufacturing .page-main h1,
.mold-manufacturing .page-main h2 {
  font-weight: bold;
}
.mold-manufacturing .page-main h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main h2 {
    font-size: 25px;
  }
}
.mold-manufacturing .page-main h2 + .en {
  font-size: 20px;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main h2 + .en {
    font-size: 16px;
  }
}
.mold-manufacturing .page-main h1 {
  display: inline-block;
  font-size: 100px;
  margin-bottom: 25px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main h1 {
    font-size: 40px;
    margin-bottom: 8px;
    margin-right: 10px;
  }
}
.mold-manufacturing .page-main h1 + .en {
  display: inline-block;
  font-size: 23px;
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main h1 + .en {
    font-size: 15px;
    margin-bottom: 2em;
  }
}
.mold-manufacturing .page-main .main-desc {
  font-size: 20px;
  line-height: 2.15;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .mold-manufacturing .page-main .main-desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mold-manufacturing .page-main .main-desc {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    text-shadow: 0px 0px 10px black;
  }
}
.mold-manufacturing .content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 70px 0 165px;
  width: 80%;
}
@media (max-width: 768px) {
  .mold-manufacturing .content-wrapper {
    padding: 45px 0 0;
  }
}
.mold-manufacturing .mold-desc-box h3 {
  border-bottom: 1px solid #0061ff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 21px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .mold-manufacturing .mold-desc-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
}
.mold-manufacturing .mold-desc-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: hsl(217, 71%, 53%);
}
@media (max-width: 768px) {
  .mold-manufacturing .mold-desc-box h4 {
    font-size: 17px;
  }
}
.mold-manufacturing .mold-desc-box p {
  font-size: 19px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mold-manufacturing .mold-desc-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 17px;
  }
}
.mold-manufacturing .mold-desc-box + .mold-desc-box {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .mold-manufacturing .mold-desc-box + .mold-desc-box {
    margin-top: 40px;
  }
}
.mold-manufacturing .mold-desc-box .mold-image {
  border-bottom: 1px solid #0061ff;
  border-top: 1px solid #0061ff;
  padding: 27px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .mold-manufacturing .mold-desc-box .mold-image img {
    mix-blend-mode: multiply;
  }
}
.mold-manufacturing .qa-box {
  margin: 100px 0 150px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box {
    margin: 50px 0 75px;
  }
}
.mold-manufacturing .qa-box .qa-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .qa-title {
    margin-bottom: 20px;
  }
}
.mold-manufacturing .qa-box .qa-title p {
  font-size: 28px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .qa-title p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .qa-title h3 img {
    max-width: 100px;
  }
}
.mold-manufacturing .qa-box .q-box {
  background: #D9D9D9;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  padding: 43px 53px;
  position: relative;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .q-box {
    font-size: 13px;
    padding: 15px 45px 15px 15px;
  }
}
.mold-manufacturing .qa-box .q-box p {
  padding-left: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .q-box p {
    padding-left: 30px;
  }
}
.mold-manufacturing .qa-box .q-box strong {
  position: absolute;
  left: 0;
  top: -5px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .q-box strong {
    top: 1px;
  }
  .mold-manufacturing .qa-box .q-box strong img {
    max-width: 16px;
  }
}
.mold-manufacturing .qa-box .q-box::before {
  content: "+";
  font-size: 35px;
  position: absolute;
  right: 53px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .q-box::before {
    right: 8px;
  }
}
.mold-manufacturing .qa-box .q-box.active::before {
  content: "-";
}
.mold-manufacturing .qa-box .a-box {
  background: #000;
  color: #fff;
  display: none;
  padding: 43px 53px;
}
.mold-manufacturing .qa-box .a-box:after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .a-box {
    padding: 15px 15px;
  }
}
.mold-manufacturing .qa-box .a-box .a-box-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .a-box .a-box-container {
    flex-direction: column;
  }
}
.mold-manufacturing .qa-box .a-box .gallery {
  width: 40%;
  min-width: 40%;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .a-box .gallery {
    min-width: 0;
    width: 100%;
  }
}
.mold-manufacturing .qa-box .a-box p {
  font-size: 19px;
  line-height: 2;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .a-box p {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 30px;
  }
}
.mold-manufacturing .qa-box .a-box strong {
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 768px) {
  .mold-manufacturing .qa-box .a-box strong {
    top: 5px;
  }
  .mold-manufacturing .qa-box .a-box strong img {
    max-width: 16px;
  }
}
.mold-manufacturing .contact-box p:not(.contact-btn) {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .mold-manufacturing .contact-box p:not(.contact-btn) {
    font-size: 16px;
  }
}
.mold-manufacturing .contact-box .contact-btn a {
  width: 90%;
}
.mold-manufacturing .contact-box .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .mold-manufacturing .contact-box .contact-btn a span {
    font-size: 18px;
  }
}

/** .metal-molds **/
.metal-molds .page-main {
  background-image: url("../images/mold-manufacturing/metal-molds/main.jpg");
}
.metal-molds .mold-desc-box:first-child ul {
  /*max-width: 960px;*/
}
.metal-molds .mold-desc-box .scroll-box img {
  min-width: 500px;
}

/*technical-molds*/
.technical-molds .page-main {
  background-image: url("../images/mold-manufacturing/technical-molds/main.webp");
}
@media (max-width: 768px) {
  .technical-molds .page-main {
    background-position: center right;
  }
}
.technical-molds .mold-desc-box:first-child ul {
  /*max-width: 960px;*/
}
.technical-molds .mold-desc-box .scroll-box img {
  min-width: 578px;
}

/*resin-molds*/
.resin-molds .page-main {
  background-image: url("../images/mold-manufacturing/resin-molds/main.jpg");
}
.resin-molds {
  /*
  .mold-desc-box:first-child ul{
  	max-width: 715px;
  }
  */
}
.resin-molds .mold-desc-box .scroll-box img {
  min-width: 578px;
}

/*shell-molds*/
.shell-molds .page-main {
  background-image: url("../images/mold-manufacturing/shell-molds/main.jpg");
}
.shell-molds .mold-desc-box .scroll-box img {
  min-width: 500px;
}
.shell-molds .mold-desc-box h5 {
  font-size: 27px;
  font-weight: bold;
  margin: 60px 0 10px;
}
@media (max-width: 768px) {
  .shell-molds .mold-desc-box h5 {
    font-size: 18px;
  }
}
.shell-molds .mold-desc-box {
  /*
  h4{
  	font-size: 30px;
  	font-weight: bold;
  	margin: 110px 0 12px;

  	@include tab{
  		font-size: 21px;
  		margin: 45px 0 10px;
  	}

  	& + p{
  		line-height: 2.15;

  		@include tab{
  			line-height: inherit;
  		}
  	}
  }*/
}
.shell-molds .mold-desc-box .part-image {
  margin: 0 auto;
  max-width: 770px;
}
.shell-molds .mold-desc-box .part-image .enlarge {
  position: relative;
}
.shell-molds .mold-desc-box .part-image .enlarge::before {
  background-image: url("../images/mold-manufacturing/shell-molds/img6.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 250px;
  max-width: 250px;
  position: absolute;
  right: -38%;
  top: -23%;
  width: 65%;
}
@media (max-width: 768px) {
  .shell-molds .mold-desc-box .part-image .enlarge::before {
    background-position: bottom;
    bottom: -15%;
    top: inherit;
    right: -3%;
    width: 50%;
  }
}
.shell-molds .mold-desc-box .red-text {
  color: #CC0008;
}
.shell-molds .mold-desc-box .scroll-box + p {
  font-size: 16px;
  margin-bottom: 150px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .shell-molds .mold-desc-box .scroll-box + p {
    font-size: 14px;
    margin-bottom: 75px;
  }
}
.shell-molds .feature-box {
  display: flex;
}
.shell-molds .feature-box .feature-table {
  border: 1px solid #000;
  width: 100%;
}
.shell-molds .feature-box .feature-table .title {
  background: #DEDEDE;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .shell-molds .feature-box .feature-table .title {
    font-size: 16px;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.shell-molds .feature-box .feature-table table {
  margin: 0 20px;
  width: 100%;
}
.shell-molds .feature-box .feature-table table th,
.shell-molds .feature-box .feature-table table td {
  font-weight: bold;
  padding: 30px;
}
@media (max-width: 768px) {
  .shell-molds .feature-box .feature-table table th,
  .shell-molds .feature-box .feature-table table td {
    display: block;
  }
}
.shell-molds .feature-box .feature-table table th {
  font-size: 23px;
  padding-right: 25px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shell-molds .feature-box .feature-table table th {
    font-size: 18px;
    padding: 10px 0 4px;
  }
}
.shell-molds .feature-box .feature-table table td {
  font-size: 19px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .shell-molds .feature-box .feature-table table td {
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 10px;
  }
}

/***********************************************************************
   dqc
**********************************************************************/
.dqc .wrapper::before {
  background: #F6F3EE;
  content: "";
  height: 3890px;
  position: absolute;
  left: 0;
  top: 8%;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  z-index: -1;
}
.dqc .page-main {
  background: url(../images/dqc/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 130px 0 270px;
}
@media (max-width: 768px) {
  .dqc .page-main {
    padding: 50px 0;
  }
}
.dqc .page-main .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.dqc .page-main .head-material {
  margin-bottom: 95px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .dqc .page-main .head-material {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
}
.dqc .page-main .head-material::after {
  background: #fff;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
}
.dqc .page-main h1,
.dqc .page-main h2 {
  font-weight: bold;
}
.dqc .page-main h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dqc .page-main h2 {
    font-size: 25px;
  }
}
.dqc .page-main h2 + .en {
  font-size: 20px;
}
@media (max-width: 768px) {
  .dqc .page-main h2 + .en {
    font-size: 16px;
  }
}
.dqc .page-main .name {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .dqc .page-main .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.dqc .page-main .name img {
  margin: 0 10px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .dqc .page-main .name img {
    max-width: 170px;
  }
}
.dqc .page-main h1 {
  display: inline-block;
  font-size: 90px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .dqc .page-main h1 {
    font-size: 30px;
  }
}
.dqc .content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 115px;
  width: 80%;
}
@media (max-width: 768px) {
  .dqc .content-wrapper {
    padding: 45px 0 0;
  }
}
.dqc .dqc-about {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .dqc .dqc-about {
    margin-bottom: 75px;
  }
}
.dqc .dqc-about h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dqc .dqc-about h3 {
    font-size: 21px;
  }
}
.dqc .dqc-about p {
  font-size: 19px;
  line-height: 2.3;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .dqc .dqc-about p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 27px;
  }
}
.dqc .dqc-about h4 {
  color: #0014AB;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .dqc .dqc-about h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.dqc .dqc-about img {
  min-width: 520px;
}
.dqc .comparison {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .dqc .comparison {
    margin-bottom: 55px;
  }
}
.dqc .comparison h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .dqc .comparison h4 {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.dqc .comparison .scroll-box {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .dqc .comparison .scroll-box {
    margin-bottom: 30px;
  }
}
.dqc .comparison img {
  min-width: 500px;
}
.dqc .comparison .comparison-table {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table {
    margin-bottom: 30px;
  }
}
.dqc .comparison .comparison-table > div {
  display: flex;
}
.dqc .comparison .comparison-table .table-title {
  font-size: 25px;
  font-weight: bold;
  padding: 17px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table .table-title {
    font-size: 18px;
    padding: 9px 0;
  }
}
.dqc .comparison .comparison-table ul {
  margin: 20px 25px;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table ul {
    margin: 15px 15px;
  }
  .dqc .comparison .comparison-table ul ul {
    margin: 15px 0;
  }
}
.dqc .comparison .comparison-table .main-list {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table .main-list {
    padding-bottom: 10px;
  }
}
.dqc .comparison .comparison-table .main-list li {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table .main-list li {
    font-size: 15px;
  }
}
.dqc .comparison .comparison-table .note-list li {
  line-height: 1.7;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .dqc .comparison .comparison-table .note-list li {
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
    padding-left: 1em;
    letter-spacing: 0;
    text-indent: -1em;
  }
  .dqc .comparison .comparison-table .note-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.dqc .comparison .comparison-table .note-list li span {
  position: absolute;
  left: 0;
}
.dqc .comparison .comparison-table .mold-box {
  border: 1px solid #45779E;
}
.dqc .comparison .comparison-table .mold-box .table-title {
  border-bottom: 1px solid #45779E;
}
.dqc .comparison .comparison-table .mold-box .main-list {
  border-bottom: 1px solid #45779E;
}
.dqc .comparison .comparison-table .mold-box .main-list li {
  color: #45779E;
}
.dqc .comparison .comparison-table .dqc-box {
  border: 1px solid #ff5c08;
}
.dqc .comparison .comparison-table .dqc-box .table-title {
  border-bottom: 1px solid #ff5c08;
}
.dqc .comparison .comparison-table .dqc-box .main-list {
  border-bottom: 1px solid #ff5c08;
}
.dqc .comparison .comparison-table .dqc-box .main-list li {
  color: #ff5c08;
}
.dqc .comparison h5 {
  border: 1px solid #0014AB;
  color: #0014AB;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 28px;
  padding: 14px 22px;
}
@media (max-width: 768px) {
  .dqc .comparison h5 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 7px 15px;
  }
}
.dqc .comparison h5 + p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .dqc .comparison h5 + p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.dqc .equipment {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .dqc .equipment {
    margin-bottom: 60px;
  }
  .dqc .equipment .column:first-child {
    padding: 0;
  }
}
.dqc .equipment .equipment-image {
  margin-top: -65px;
}
.dqc .equipment h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 105px;
  text-align: center;
}
@media (max-width: 768px) {
  .dqc .equipment h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.dqc .equipment h5 {
  font-size: 46px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dqc .equipment h5 {
    font-size: 25px;
  }
}
.dqc .equipment h5 span {
  margin-left: 15px;
}
.dqc .equipment p {
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .dqc .equipment p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
.dqc .equipment iframe {
  height: 330px;
  width: 100%;
}
@media (max-width: 768px) {
  .dqc .equipment iframe {
    height: 200px;
  }
}
.dqc .contact-btn a span {
  color: #fff;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  -webkit-transform: skew(45.01deg);
  -moz-transform: skew(45.01deg);
  -o-transform: skew(45.01deg);
  transform: skew(45.01deg);
}
@media (max-width: 768px) {
  .dqc .contact-btn a span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .dqc .contact-box .contact-btn a {
    width: 90%;
  }
}

body.en-contents .dqc .page-main h1,
body.ch-contents .dqc .page-main h1 {
  font-size: 60px;
}
@media (max-width: 768px) {
  body.en-contents .dqc .page-main h1,
  body.ch-contents .dqc .page-main h1 {
    font-size: 20px;
  }
}

/***********************************************************************
   recruit-company
**********************************************************************/
.recruit-company .content-wrapper {
  margin: 0 auto;
  max-width: 1060px;
  padding: 150px 0 130px;
  width: 90%;
}
@media (max-width: 768px) {
  .recruit-company .content-wrapper {
    padding: 45px 0 0;
  }
}
.recruit-company .head {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .head {
    margin-bottom: 30px;
  }
}
.recruit-company .head h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit-company .head h2 {
    font-size: 21px;
  }
}
.recruit-company .head .en {
  font-size: 20px;
}
@media (max-width: 768px) {
  .recruit-company .head .en {
    font-size: 12px;
  }
}
.recruit-company .company-message {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .recruit-company .company-message {
    margin-bottom: 85px;
  }
}
.recruit-company .company-message .profile-wrapper {
  margin: 0 auto 60px;
  max-width: 859px;
  text-align: right;
}
@media (max-width: 768px) {
  .recruit-company .company-message .profile-wrapper {
    text-align: inherit;
    margin: 0 auto 20px;
  }
}
.recruit-company .company-message .profile {
  background: #000;
  color: #fff;
  display: inline-block;
  margin-top: -105px;
  padding: 45px 115px 35px;
  text-align: left;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .recruit-company .company-message .profile {
    font-size: 8px;
    margin-top: 0px;
    padding: 16px 20px 15px;
    /* margin-left: 80px; */
    display: block;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-company .company-message .profile .text {
  color: #fff;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media (max-width: 768px) {
  .recruit-company .company-message .profile .text {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.recruit-company .company-message .profile .c-name {
  margin-bottom: 9px;
}
.recruit-company .company-message .profile .name {
  font-size: 36px;
  margin: 0px 0 -3px;
}
@media (max-width: 768px) {
  .recruit-company .company-message .profile .name {
    font-size: 23px;
    margin: -3px 0;
  }
}
.recruit-company .company-message .profile .en {
  font-size: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .company-message .profile .en {
    text-align: left;
  }
}
.recruit-company .company-message h3 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .recruit-company .company-message h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.recruit-company .company-message h3 + p {
  font-size: 21px;
  line-height: 2.15;
}
@media (max-width: 768px) {
  .recruit-company .company-message h3 + p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
}
.recruit-company .head-blue {
  border: 1px solid #0014AB;
  color: #0014AB;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto 55px;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .head-blue {
    font-size: 18px;
    margin: 0 auto 30px;
    padding: 5px 0;
  }
}
.recruit-company .data .head .en + p {
  font-size: 12px;
}
.recruit-company .data .data-box {
  margin-bottom: 165px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .data .data-box {
    margin-bottom: 80px;
  }
  .recruit-company .data .data-box.data2 img {
    max-width: 126px;
  }
  .recruit-company .data .data-box.data3 img {
    max-width: 160px;
  }
}
.recruit-company .data .data-box .head-blue {
  max-width: 320px;
}
.recruit-company .data .data-box .data-desc {
  display: inline-block;
}
.recruit-company .data .data-box p {
  border-bottom: 50px solid #000;
  font-size: 92px;
  font-weight: bold;
  line-height: 1;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .recruit-company .data .data-box p {
    border-bottom: 20px solid #000;
    font-size: 40px;
    margin-top: 5px;
  }
}
.recruit-company .data .data-box p strong {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 200px;
}
@media (max-width: 768px) {
  .recruit-company .data .data-box p strong {
    font-size: 85px;
  }
}
.recruit-company .data {
  /*************graph***************/
}
.recruit-company .data .graph {
  margin: 0 auto 1.5em;
  max-width: 560px;
  width: 90%;
  position: relative;
}
.recruit-company .data .graph ul li {
  position: absolute;
}
@media (max-width: 768px) {
  .recruit-company .data .graph ul li {
    width: 15%;
  }
  .recruit-company .data .graph ul li img {
    max-width: 50px;
  }
}
.recruit-company .data .graph ul li:nth-child(1) {
  top: 7%;
  right: 26%;
}
.recruit-company .data .graph ul li:nth-child(2) {
  top: 38%;
  right: 7%;
}
.recruit-company .data .graph ul li:nth-child(3) {
  top: 77%;
  right: 35%;
}
.recruit-company .data .graph ul li:nth-child(4) {
  top: 45%;
  right: 77%;
}
.recruit-company .data .graph ul li:nth-child(5) {
  top: 11%;
  right: 64%;
}
.recruit-company .data .graph ul li:nth-child(6) {
  top: 5%;
  right: 49%;
}
.recruit-company .career-plan .head + p {
  font-size: 18px;
  margin-bottom: 65px;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .head + p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.recruit-company .career-plan .head-blue {
  max-width: 605px;
}
.recruit-company .career-plan .plan-box {
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box {
    margin-bottom: 65px;
  }
}
.recruit-company .career-plan .plan-box .years {
  background-image: linear-gradient(to bottom, rgba(255, 217, 139, 0) 0, #FFD98B 100%);
  background-size: 100% calc(100% - 90px);
  background-repeat: no-repeat;
  margin-right: 2.5%;
  position: relative;
  width: 21.5%;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years {
    margin-right: 2%;
    width: 21.5%;
  }
}
.recruit-company .career-plan .plan-box .years li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li {
    font-size: 14px;
  }
}
.recruit-company .career-plan .plan-box .years li:first-child, .recruit-company .career-plan .plan-box .years li:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:first-child, .recruit-company .career-plan .plan-box .years li:nth-child(2) {
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(2) {
    margin-bottom: 69px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(3) {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(3) {
    margin-bottom: 110px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(4) {
  margin-bottom: 210px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(4) {
    margin-bottom: 135px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(5) {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(5) {
    margin-bottom: 48px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(6) {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(6) {
    margin-bottom: 87px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(7) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(7) {
    margin-bottom: 205px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(8) {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(8) {
    margin-bottom: 227px;
  }
}
.recruit-company .career-plan .plan-box .years li:nth-child(9) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .years li:nth-child(9) {
    margin-bottom: 144px;
  }
}
.recruit-company .career-plan .plan-box .years::before {
  background-image: url("../images/recruit/company/years-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.recruit-company .career-plan .plan-box .desc-list {
  border-left: 1px solid #000;
  padding-top: 60px;
  width: 76%;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list {
    width: 78%;
  }
}
.recruit-company .career-plan .plan-box .desc-list > li {
  margin-bottom: 35px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list > li {
    margin-bottom: 25px;
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.recruit-company .career-plan .plan-box .desc-list > li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  left: -8px;
  top: 6px;
  width: 15px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list > li::before {
    height: 10px;
    left: -5px;
    top: 6px;
    width: 10px;
  }
}
.recruit-company .career-plan .plan-box .desc-list > li li {
  font-size: 17px;
  padding-left: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list > li li {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 12px;
  }
}
.recruit-company .career-plan .plan-box .desc-list > li li:not(:last-child) {
  margin-bottom: 5px;
}
.recruit-company .career-plan .plan-box .desc-list > li li::before {
  content: "-";
  position: absolute;
  left: 3px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list > li .note {
    font-size: 14px;
  }
  .recruit-company .career-plan .plan-box .desc-list > li::after {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: -25%;
    top: 0;
  }
  .recruit-company .career-plan .plan-box .desc-list > li {
    /*
    &:nth-child(1)::after {
        content: "2日目";
    }

    &:nth-child(2)::after {
        content: "1週間";
    }

    &:nth-child(3)::after {
        content: "1ヶ月〜 \A 6ヶ月";
        white-space: pre;
    }

    &:nth-child(5)::after {
        content: "1年目";
    }

    &:last-child::after {
        content: "10年目";
    }*/
  }
}
.recruit-company .career-plan .plan-box .desc-list .desc-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .recruit-company .career-plan .plan-box .desc-list .desc-title {
    font-size: 14px;
  }
}
.recruit-company .career-plan .plan-box .desc-list .desc-title strong {
  color: #FF0000;
}
.recruit-company .qualification {
  margin-bottom: 125px;
}
@media (max-width: 768px) {
  .recruit-company .qualification {
    margin-bottom: 80px;
  }
}
.recruit-company .qualification ul {
  column-count: 2;
}
@media (max-width: 768px) {
  .recruit-company .qualification ul {
    column-count: 1;
    padding: 0 0.75rem;
  }
}
.recruit-company .qualification li {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-company .qualification li {
    margin-bottom: 5px;
  }
}
.recruit-company .qualification li::before {
  border-top: 1px solid #000;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.recruit-company .qualification li p {
  background: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .recruit-company .qualification li p {
    font-size: 14px;
    padding: 0 3px;
  }
}
.recruit-company .qualification li p + p {
  position: absolute;
  right: 0;
}
.recruit-company .diversity {
  position: relative;
}
@media (max-width: 768px) {
  .recruit-company .diversity {
    margin-bottom: 40px;
  }
}
.recruit-company .diversity .head-blue {
  margin: 0 auto;
}
.recruit-company .diversity img {
  margin-top: 30px;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .recruit-company .diversity img {
    margin-top: 15px;
  }
}
.recruit-company .diversity p {
  font-size: 17px;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .recruit-company .diversity p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 5px;
  }
}

/***********************************************************************
News (.archive, .category)
**********************************************************************/
.archive h1,
.category h1 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .archive h1,
  .category h1 {
    font-size: 20px;
    margin: 1em 0 0;
  }
}
.archive .content-wrapper,
.category .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .archive .content-wrapper,
  .category .content-wrapper {
    padding: 24px 0 0;
  }
}
.archive,
.category {
  /*content-wraper*/
}

article.post {
  padding: 2em;
  /*border: 1px solid #000;*/
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  article.post {
    padding: 0;
  }
}
article.post h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  article.post h2 {
    font-size: 18px;
  }
}
article.post .entry-meta {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  article.post .entry-meta {
    font-size: 14px;
  }
}
article.post p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  article.post p {
    font-size: 14px;
  }
}
article.post .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-top: 60%;
}
article.post .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

table.news-list {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
table.news-list tr {
  border-bottom: 1px dashed #ccc;
}
table.news-list tr:last-child {
  border-bottom: none;
}
table.news-list th,
table.news-list td {
  padding: 15px;
}
@media (max-width: 768px) {
  table.news-list th,
  table.news-list td {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 768px) {
  table.news-list th {
    padding-bottom: 0;
  }
}

/***********************************************************************
News (.single)
**********************************************************************/
.archive .page-main,
.category .page-main,
.single .page-main {
  background-image: url(../images/privacy/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .archive .page-main,
  .category .page-main,
  .single .page-main {
    padding: 24px 0 20px;
  }
}
.archive .page-main h1,
.category .page-main h1,
.single .page-main h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .archive .page-main h1,
  .category .page-main h1,
  .single .page-main h1 {
    font-size: 18px;
  }
}
.archive .page-main .en,
.category .page-main .en,
.single .page-main .en {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .archive .page-main .en,
  .category .page-main .en,
  .single .page-main .en {
    font-size: 12px;
  }
}

.single {
  /*h1{
      font-size: 33px;
      font-weight: bold;
      text-align: center;
      margin: 3em 0 0;

      @include tab{
          font-size: 20px;
          margin: 1em 0 0;
      }
  }*/
}
.single .content-wrapper {
  margin: 0 auto;
  padding: 56px 0;
  width: 80%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .single .content-wrapper {
    padding: 24px 0 0;
  }
}
.single {
  /*content-wraper*/
}

@media (max-width: 768px) {
  .recruit-lower-title.has-text-right {
    text-align: center !important;
    margin-bottom: 1em;
  }
}

hr.wp-block-separator {
  border: none;
}/*# sourceMappingURL=common.css.map */