@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.com__square, section .card__media.square, section .card__media .square, section .media-object .media-object__img.square, section .media-object .media-object__img .square, section .media.square, section .media .square {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.com__square img, section .card__media.square img, section .card__media .square img, section .media-object .media-object__img.square img, section .media-object .media-object__img .square img, section .media.square img, section .media .square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.little__up, header nav ul li.nav-btn a, article.inquiry section .container .inquiry_input .actions button.back,
article.inquiry section .container .inquiry_confirm .actions button.back, article.inquiry section .container .inquiry_input .actions button.submit:not(.is-loading),
article.inquiry section .container .inquiry_confirm .actions button.submit:not(.is-loading), article.memberlogin .container form.loginform .login {
  transition: 0.3s;
}
.little__up:hover, header nav ul li.nav-btn a:hover, article.inquiry section .container .inquiry_input .actions button.back:hover,
article.inquiry section .container .inquiry_confirm .actions button.back:hover, article.inquiry section .container .inquiry_input .actions button.submit:hover:not(.is-loading),
article.inquiry section .container .inquiry_confirm .actions button.submit:hover:not(.is-loading), article.memberlogin .container form.loginform .login:hover {
  transform: translateY(-2px);
}

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

*, *::before, *::after {
  box-sizing: border-box;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

body {
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.75;
  }
}
body {
  text-rendering: optimizeSpeed;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 919px) {
  .header_pc {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .footer_pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media print, screen and (min-width: 920px) {
  .header_sp {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .footer_sp {
    display: none;
  }
}
article section {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  article section {
    padding: 2rem 0;
  }
}
article section {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  article section {
    margin-bottom: 3rem;
  }
}
article section + section {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  article section + section {
    margin-top: 2rem;
  }
}
article .container {
  max-width: 1100px;
}
article .container.text {
  max-width: 900px;
}
article .container {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  article .container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 375px) {
  article .container {
    padding: 0 0.75rem;
  }
}
article h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 1.375rem;
    line-height: 1.45;
    margin-bottom: 1rem;
  }
}
article h3 {
  font-size: 1.375rem;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  article h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}
article p {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  article p {
    margin-bottom: 0.5rem;
  }
}
article p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  article p {
    line-height: 1.75;
  }
}
article .section-title {
  margin-bottom: 1.5rem;
}

section .media {
  margin: 1.5rem auto;
  max-width: 85%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section .media {
    max-width: 100%;
    margin: 1rem auto;
  }
}
section .media img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
section .media figcaption {
  margin-top: 0.5rem;
  font-size: 0.9em;
  color: #666;
  line-height: 1.5;
}
section .media-grid {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem auto;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  section .media-grid {
    flex-direction: column;
  }
}
section .media-grid .media {
  max-width: none;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section .media-grid .media {
    width: 100%;
  }
}
section .media.media--wide,
section .media-grid.media--wide {
  max-width: 100%;
}
section .media.media--narrow,
section .media-grid.media--narrow {
  max-width: 70%;
}
section .media.media--wide {
  margin-left: 0;
  margin-right: 0;
}
section .media video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
section .media--video {
  aspect-ratio: 16/9;
}
section .media--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .media-object {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  section .media-object {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    display: block;
  }
}
section .media-object .media-object__img {
  margin-top: 0;
  flex: 0 0 40%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section .media-object .media-object__img {
    max-width: 100%;
  }
}
section .media-object .media-object__img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
section .media-object .media-object__body {
  flex: 1;
}
section .media-object.media-object--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section .media-object.media-object--reverse {
    flex-direction: column;
  }
}

section .card {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}
section .card:hover {
  opacity: 0.85;
}
section .card .card__title {
  margin-bottom: 1rem;
}
section .card p {
  margin-bottom: 1rem;
}
section .card-grid {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  section .card-grid {
    flex-direction: column;
  }
}
section .card-grid .card {
  flex: 1;
}
section .card__media {
  margin-bottom: 1rem;
  text-align: center;
}
section .card__media img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
section .card__inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section .card__inner {
    flex-direction: column;
  }
}
section .card__inner.card__inner_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section .card__inner.card__inner_reverse {
    flex-direction: column;
  }
}
section .card__inner .card__media {
  flex: 0 0 40%;
  margin-top: 0;
  margin-bottom: 0;
}
section .card__inner .card__body {
  flex: 1;
}
section .card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
section .card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

section .pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2b6cb0;
  text-decoration: none;
}
section .pdf-link .pdf-link__icon {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}
section .pdf-link .pdf-link__icon:hover {
  text-decoration: underline;
}
section .pdf-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
section .pdf-list li + li {
  margin-top: 0.75rem;
}
section .pdf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4em 0.8em;
  border-radius: 999px;
  background: #f1f5f9;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
section .pdf-badge:hover {
  background: #e2e8f0;
}
section .pdf-badge .pdf-badge__icon {
  width: 1em;
  height: 1em;
}
section .pdf-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
section .pdf-label {
  font-size: 0.75em;
  background: #e11d48;
  color: #fff;
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
section .pdf-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
section .pdf-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  color: #333333;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
section .pdf-links a:hover {
  background: #f7f7f7;
  border-color: #bbb;
  transform: translateY(-1px);
}
section .pdf-links a .pdf-badge {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e60033;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
section .pdf-links a .pdf-title {
  line-height: 1.6;
  word-break: break-word;
}

section .btn {
  display: inline-block;
  font-size: 1rem;
  padding: 0.75em 1.2em;
  border-radius: 0.5rem;
  background: #2b6cb0;
  color: #fff;
  text-decoration: none;
}

section .inquiry_input dl,
section .inquiry_confirm dl {
  margin: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  section .inquiry_input dl,
  section .inquiry_confirm dl {
    flex-direction: row;
    justify-content: space-between;
  }
}
section .inquiry_input dl dt,
section .inquiry_confirm dl dt {
  margin-bottom: 6px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  section .inquiry_input dl dt,
  section .inquiry_confirm dl dt {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 200px;
  }
}
section .inquiry_input dl dt .required,
section .inquiry_confirm dl dt .required {
  background: #e53935;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}
section .inquiry_input dl dd,
section .inquiry_confirm dl dd {
  margin: 0;
  flex: 1;
}
section .inquiry_input .inline,
section .inquiry_confirm .inline {
  display: flex;
  gap: 20px;
}
section .inquiry_input .preview,
section .inquiry_confirm .preview {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
section .inquiry_input .preview .thumb,
section .inquiry_confirm .preview .thumb {
  width: 80px;
  height: 80px;
  position: relative;
}
section .inquiry_input .preview .thumb figure,
section .inquiry_confirm .preview .thumb figure {
  margin: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section .inquiry_input .preview .thumb figure img,
section .inquiry_confirm .preview .thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section .inquiry_input .actions,
section .inquiry_confirm .actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
section .inquiry_input .actions button,
section .inquiry_confirm .actions button {
  font-size: 1rem;
  padding: 0.75em 1.2em;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 15px;
  min-height: 48px;
}
section .inquiry_input .actions button.back,
section .inquiry_confirm .actions button.back {
  background: #cccccc;
  color: inherit;
}
section .inquiry_input .actions button.back:hover,
section .inquiry_confirm .actions button.back:hover {
  background: color-mix(in srgb, #cccccc 90%, black);
}
section .inquiry_input .actions button.submit,
section .inquiry_confirm .actions button.submit {
  background: #1a73e8;
  color: #fff;
}
section .inquiry_input .actions button.submit:hover,
section .inquiry_confirm .actions button.submit:hover {
  background: color-mix(in srgb, #1a73e8 90%, white);
}
section .inquiry_input .actions button.submit.is-loading,
section .inquiry_confirm .actions button.submit.is-loading {
  background: color-mix(in srgb, #1a73e8 80%, black);
}
section .inquiry_input input:not([type=radio]):not([type=checkbox]):not([type=file]),
section .inquiry_input textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: 0.2s;
}
section .inquiry_input input:not([type=radio]):not([type=checkbox]):not([type=file]).error,
section .inquiry_input textarea.error {
  border-color: #e53935;
}
section .inquiry_input textarea {
  min-height: 140px;
}
section .inquiry_input select {
  width: fit-content;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
section .inquiry_input input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
section .inquiry_input textarea:focus, section .inquiry_input select:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
}
section .inquiry_input input:not([type=radio]):not([type=checkbox]):not([type=file]):focus.error,
section .inquiry_input textarea:focus.error, section .inquiry_input select:focus.error {
  border-color: #e53935;
}
section .inquiry_input input:-webkit-autofill,
section .inquiry_input input:-webkit-autofill:hover,
section .inquiry_input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
section .inquiry_input textarea:-webkit-autofill,
section .inquiry_input textarea:-webkit-autofill:hover,
section .inquiry_input textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
section .inquiry_input p.error {
  margin: 0;
  color: #e53935;
  font-size: 12px;
  display: none;
}
section .inquiry_input .address-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section .inquiry_input .address-group .zip-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
section .inquiry_input .address-group .zip-wrap input[name=zip1] {
  width: 100px;
}
section .inquiry_input .address-group .zip-wrap input[name=zip2] {
  width: 120px;
}
section .inquiry_input .address-group select {
  min-width: 220px;
}
section .inquiry_input .floating {
  position: relative;
}
section .inquiry_input .floating label {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 13px;
  color: #888;
  transition: 0.2s;
  background: #fff;
  padding: 0 4px;
  cursor: text;
}
section .inquiry_input .floating input:focus + label,
section .inquiry_input .floating input:not(:placeholder-shown) + label,
section .inquiry_input .floating textarea:focus + label,
section .inquiry_input .floating textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 11px;
  color: #1a73e8;
}
section .inquiry_input .floating + .floating {
  margin-top: 0.75rem;
}
section .inquiry_input label.radio {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
section .inquiry_input label.radio input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  position: relative;
  border-radius: 50%;
}
section .inquiry_input label.radio input[type=radio]:checked {
  border-color: #1a73e8;
}
section .inquiry_input label.radio input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1a73e8;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
section .inquiry_input .inline label.radio {
  margin-bottom: 0;
}
section .inquiry_input label.checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
section .inquiry_input label.checkbox input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  position: relative;
  border-radius: 4px;
}
section .inquiry_input label.checkbox input[type=checkbox]:checked {
  border-color: #1a73e8;
  background: #1a73e8;
}
section .inquiry_input label.checkbox input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  position: absolute;
  top: -2px;
  left: 3px;
}
section .inquiry_input .inline label.checkbox {
  margin-bottom: 0;
}
section .inquiry_input .drop-area {
  border: 2px dashed #c9d3e0;
  padding: 60px;
  text-align: center;
  border-radius: 10px;
  background: #fafbfc;
  cursor: pointer;
  transition: 0.2s;
  color: #8a9bb5;
}
section .inquiry_input .drop-area:hover {
  border-color: #1a73e8;
  background: #f0f6ff;
  color: #4a6fa5;
}
section .inquiry_input .drop-area.dragover {
  transform: scale(1.02);
  border-color: #1a73e8;
  background: #e8f0fe;
}
section .inquiry_input .preview .thumb .check {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #1a73e8;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
}
section .inquiry_input .preview .thumb .remove {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 1;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .inquiry_input .error-upload {
  color: #e53935;
  font-size: 12px;
}
section .inquiry_confirm {
  display: none;
}
section .inquiry_confirm .preview .thumb {
  width: 120px;
  height: 120px;
}
section .inquiry_finish {
  display: none;
}

section form.loginform {
  background: #fff;
  padding: 40px;
  width: 360px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  section form.loginform {
    padding: 20px;
  }
}
section form.loginform .title {
  font-size: 22px;
  margin-bottom: 20px;
}
section form.loginform .field {
  position: relative;
  margin-bottom: 20px;
}
section form.loginform .field .inputwrap {
  position: relative;
}
section form.loginform .field input {
  width: 100%;
  padding: 12px 44px 12px 12px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  box-sizing: border-box;
}
section form.loginform .field input.error {
  border: 2px solid #e53935;
  padding: 11px 43px 11px 11px;
}
section form.loginform .field input:focus {
  outline: none;
  border: 2px solid #1a73e8;
  padding: 11px 43px 11px 11px;
}
section form.loginform .field input:focus.error {
  border-color: #e53935;
}
section form.loginform .field input:-webkit-autofill, section form.loginform .field input:-webkit-autofill:hover, section form.loginform .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
section form.loginform .field label {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 13px;
  color: #888;
  transition: 0.2s;
  background: #fff;
  padding: 0 4px;
  cursor: text;
}
section form.loginform .field input:focus + label,
section form.loginform .field input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #1a73e8;
}
section form.loginform .field .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #1a73e8;
  transition: width 0.25s ease;
}
section form.loginform .field input:focus ~ .underline {
  width: 100%;
}
section form.loginform .field .toggle-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
section form.loginform .field .toggle-btn svg {
  width: 20px;
  height: 20px;
  stroke: #5f6368;
}
section form.loginform .field p.error {
  margin: 0;
  margin-top: 6px;
  color: #e53935;
  font-size: 12px;
  display: none;
}
section form.loginform .remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  color: #5f6368;
}
section form.loginform .remember input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1a73e8;
  cursor: pointer;
}
section form.loginform .login {
  width: 100%;
  background: #1a73e8;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  min-height: 48px;
}
section form.loginform .login:hover {
  background: color-mix(in srgb, #1a73e8 90%, white);
}
section form.loginform .login.is-loading {
  background: color-mix(in srgb, #1a73e8 80%, black);
}

button.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
button.loading-spinner.is-loading .default {
  display: none;
}
button.loading-spinner.is-loading .loading {
  display: flex;
}
button.loading-spinner .loading {
  display: none;
  align-items: center;
  gap: 8px;
}
button.loading-spinner .loading .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
button.loading-dots.is-loading .default {
  display: none;
}
button.loading-dots.is-loading .loading {
  display: inline-flex;
  align-items: center;
}
button.loading-dots .loading {
  display: none;
}
button.loading-dots .loading .dots {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  margin-left: 0.5em;
}
button.loading-dots .loading .dots span {
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: currentColor;
  animation: loadingDots 1.2s infinite ease-in-out;
}
button.loading-dots .loading .dots span:nth-child(2) {
  animation-delay: 0.2s;
}
button.loading-dots .loading .dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loadingDots {
  0%, 80%, 100% {
    opacity: 0.2;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-0.25em);
  }
}
.overlay_animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.01);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.overlay_animation.show {
  opacity: 1;
  visibility: visible;
  cursor: wait;
}

body.no-scroll {
  overflow: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

article {
  flex: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  transition: 0.4s;
  z-index: 1000;
}
header.transparent {
  background: transparent;
}
header .header {
  margin: auto;
  max-width: 1200px;
  padding: 6px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  header .header {
    padding: 10px;
  }
}
header .header h1, header .header p {
  margin: 0;
  padding: 0;
  height: 30px;
  background: url(image/logo.png) no-repeat left center;
  background-size: contain;
}
header .header h1 a, header .header p a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 50px;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
header .header h1 a:hover, header .header p a:hover {
  color: #ffffff;
  text-decoration: none;
}
header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header.scrolled h1 a, header.scrolled h1 a:hover, header.scrolled p a, header.scrolled p a:hover {
  color: #333333;
}

header .spnavi {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  z-index: 5020;
}
@media print, screen and (min-width: 920px) {
  header .spnavi {
    display: none;
  }
}
header .spnavi .spnavi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  margin-left: -11px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.5s;
}
header .spnavi .spnavi-icon::before, header .spnavi .spnavi-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.5s;
}
header .spnavi .spnavi-icon::before {
  margin-top: -7px;
}
header .spnavi .spnavi-icon::after {
  margin-top: 5px;
}
header .spnavi .spnavi-icon.close {
  background: transparent;
  left: 100%;
}
header .spnavi .spnavi-icon.close::before, header .spnavi .spnavi-icon.close::after {
  margin-top: 0;
  background: #202020;
}
header .spnavi .spnavi-icon.close.close::before {
  left: -100%;
  transform: rotate(-45deg);
}
header .spnavi .spnavi-icon.close.close::after {
  left: -100%;
  transform: rotate(45deg);
}
header.scrolled .spnavi-icon {
  background: #202020;
}
header.scrolled .spnavi-icon::before, header.scrolled .spnavi-icon::after {
  background: #202020;
}
header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 4990;
}
header .overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 919px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background: #ffffff;
    transition: 0.3s;
    padding-top: 80px;
    z-index: 5010;
    overflow-y: auto;
  }
  header nav.open {
    right: 0;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 920px) {
  header nav ul {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 0;
  }
}
header nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
}
@media print, screen and (min-width: 920px) {
  header nav ul li a {
    font-size: 0.875rem;
    color: #ffffff;
  }
}
header nav ul li a:hover {
  text-decoration: none;
  color: inherit;
}
@media print, screen and (min-width: 920px) {
  header nav ul li a:hover {
    color: #ffffff;
  }
}
header nav ul li.nav-btn a {
  padding: 8px 14px;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight: 400;
  transition: 0.3s;
}
header nav ul li.nav-btn.inquiry a {
  background: #0077cc;
}
header nav ul li.nav-btn.inquiry a:hover {
  background: color-mix(in srgb, #0077cc 80%, white);
}
header nav ul li.nav-btn.member a {
  background: #004a99;
}
header nav ul li.nav-btn.member a:hover {
  background: #0060cc;
}
header.scrolled nav ul li:not(.nav-btn) a, header.scrolled nav ul li:not(.nav-btn) a:hover {
  color: #333333;
}

footer {
  background: #003366;
  color: #fff;
  padding: 40px 20px;
}
footer .footer {
  margin: auto;
  max-width: 1200px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
footer .footer .footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer .footer-nav {
    gap: 20px;
  }
}
footer .footer .footer-nav .footer-group {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .footer .footer-nav .footer-group {
    text-align: center;
  }
}
footer .footer .footer-nav .footer-group .footer-title {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
footer .footer .footer-nav .footer-group a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 6px;
}
footer .footer .footer-nav .footer-group a:hover {
  text-decoration: underline;
}
footer .footer .footer-cta {
  text-align: center;
  margin: 30px 0 10px;
}
footer .footer .footer-cta .member-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #004a99;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: 0.3s;
}
footer .footer .footer-cta .member-btn:hover {
  background: #0060cc;
}
footer .footer .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.8;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #0077cc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 999;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pagetop:hover {
  transform: translateY(0) scale(1.1);
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.pagetop a svg {
  width: 22px;
  height: 22px;
}

article .page-title {
  padding: calc(4rem + 60px) 1.5rem 4rem 1.5rem;
  text-align: center;
  position: relative;
}
article .page-title h1 {
  font-size: 32px;
}
article .page-title h1.en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
article section .container.text > p {
  max-width: 50em;
  margin-inline: auto;
}
article section .container .here, article section .container.text .here {
  text-align: right;
  max-width: 100%;
  font-size: 0.9em;
  color: #666;
}
article section .container .here a, article section .container.text .here a {
  color: inherit;
  text-decoration: none;
}
article section .container .here::after, article section .container.text .here::after {
  content: " →";
}
article section h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  article section h2 {
    font-size: 1.3rem;
  }
}
article section h2 {
  padding-left: 12px;
  border-left: 6px solid #0077cc;
  color: #0077cc;
  position: relative;
}
article section h2.en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
article section h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
article section h3:first-of-type {
  margin-top: 0;
}
article section h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #0077cc;
}
article section p {
  line-height: 1.6;
}
article section p + h3 {
  margin-top: 2rem;
}
article section.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
article section.fade.show {
  opacity: 1;
  transform: translateY(0);
}
article section .media img {
  border-radius: 0;
  display: block;
}
@media print, screen and (min-width: 769px) {
  article section .media-grid {
    margin-left: 40px;
    margin-right: 0;
    gap: 4rem;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  article section .media-grid .media {
    width: fit-content;
  }
}
article section .pdf-links {
  margin-left: 2.5rem;
  margin-left: 20px;
}
@media print, screen and (min-width: 769px) {
  article section .pdf-links {
    margin-left: 40px;
  }
}
article section .media.movie-card {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  article section .media.movie-card {
    margin-left: 30px;
    margin-right: 0;
    padding: 20px;
  }
}
article section .media.movie-card video {
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width: 960px;
  background: #000;
  overflow: hidden;
}
article section .media.movie-card figcaption {
  padding: 10px;
}
@media print, screen and (min-width: 769px) {
  article section .media.movie-card figcaption {
    padding: 20px;
  }
}
article section .media video {
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  article section .media video:hover {
    transform: translateY(-2px);
  }
}

article.home section {
  margin-bottom: 5rem;
}

.hero {
  height: 100vh;
  height: 100svh;
  position: relative;
  margin-bottom: 1.5rem;
}
.hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .hero-text {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  z-index: 3;
}
.hero .hero-text h2 {
  position: absolute;
  top: 15%;
  left: 5%;
  margin: 0;
  font-size: min(2.5rem, 8vw);
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.4rem;
  text-shadow: 0 0 15px rgba(0, 120, 255, 0.8), 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.hero .scroll-indicator {
  display: block;
  position: absolute;
  bottom: calc(env(safe-area-inset-bottom) + 30px);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 4;
}
.hero .scroll-indicator span {
  display: block;
  width: 20px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
}
.hero .scroll-indicator span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 6px;
  background: #fff;
  border-radius: 2px;
  animation: scroll-indicator 1.5s infinite;
}

@keyframes scroll-indicator {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}
section.information dl {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.information dl {
    display: block;
  }
}
section.information dl dt {
  width: 110px;
  flex-shrink: 0;
  color: #999;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  section.information dl dt {
    width: auto;
    margin-bottom: 4px;
  }
}
section.information dl dd {
  margin: 0;
  line-height: 1.6;
}
section.information dl dd.info, section.information dl dd.info-lowcarbon {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left center;
}
section.information dl dd.info {
  background-image: url(image/info-levelock.png);
}
section.information dl dd.info-lowcarbon {
  background-image: url(image/info-low-carbon.png);
}
section.information .more {
  text-align: center;
  margin-top: 24px;
}
section.information .more a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.2s;
  font-size: 0.9rem;
}
section.information .more a::after {
  content: " →";
}
section.information .more a:hover {
  background: #333;
  color: #fff;
}

.yith-infs-loader {
  text-align: left;
}

article.levelock section .description_subheading,
article.lowcarbon section .description_subheading {
  max-width: 50em;
  margin-inline: auto;
  margin-bottom: 1rem;
}
article.levelock section .description_subheading h3,
article.lowcarbon section .description_subheading h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border: none;
}
article.levelock section .description_subheading h3.no1::before,
article.lowcarbon section .description_subheading h3.no1::before {
  content: "1.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no2::before,
article.lowcarbon section .description_subheading h3.no2::before {
  content: "2.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no3::before,
article.lowcarbon section .description_subheading h3.no3::before {
  content: "3.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no4::before,
article.lowcarbon section .description_subheading h3.no4::before {
  content: "4.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no5::before,
article.lowcarbon section .description_subheading h3.no5::before {
  content: "5.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no6::before,
article.lowcarbon section .description_subheading h3.no6::before {
  content: "6.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no7::before,
article.lowcarbon section .description_subheading h3.no7::before {
  content: "7.";
  margin-right: 5px;
}
article.levelock section .description_subheading h3.no8::before,
article.lowcarbon section .description_subheading h3.no8::before {
  content: "8.";
  margin-right: 5px;
}
article.levelock section .description_subheading p,
article.lowcarbon section .description_subheading p {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  article.levelock section .description_subheading p,
  article.lowcarbon section .description_subheading p {
    margin-left: 1rem;
  }
}

article.member section {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  article.member section {
    margin-bottom: 0.75rem;
  }
}
article.member section + section {
  margin-top: 0;
}
article.member .table-wrap {
  overflow-x: auto;
}
article.member .table-wrap table {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  article.member .table-wrap table {
    width: 1068px;
  }
}
article.member .table-wrap table {
  border-collapse: collapse;
}
article.member .table-wrap table tr:hover {
  background: #f9fbff;
}
article.member .table-wrap table th {
  background: #f0f6ff;
  text-align: left;
  padding: 0.75rem;
  font-size: 0.875rem;
  border-bottom: 2px solid #0077cc;
}
article.member .table-wrap table td {
  padding: 0.75rem;
  font-size: 0.875rem;
  padding: 12px;
  border-bottom: 1px solid #eee;
}
article.member .table-wrap table td.name {
  width: 15rem;
}
article.member .table-wrap table td.tel, article.member .table-wrap table td.fax {
  width: 8rem;
}
article.member .table-wrap table td.url {
  width: 14rem;
}
article.member .table-wrap table td a {
  color: #0077cc;
  text-decoration: none;
}
article.member .table-wrap table td a:hover {
  text-decoration: underline;
}

article.inquiry section .container .inquiry_input {
  margin-top: 1rem;
}
article.inquiry section .container .inquiry_input dl:first-of-type {
  margin-top: 1rem;
}
article.inquiry section .container .inquiry_confirm dl {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  article.inquiry section .container .inquiry_confirm dl {
    gap: 0.75rem;
  }
}
article.inquiry section .container .inquiry_confirm dl dt {
  background: #f7f7f7;
  padding: 1em;
  font-weight: 600;
  border-radius: 8px;
}
article.inquiry section .container .inquiry_confirm dl dd {
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  article.inquiry section .container .inquiry_confirm dl dd {
    align-self: center;
  }
}
article.inquiry section .container .inquiry_input .actions button,
article.inquiry section .container .inquiry_confirm .actions button {
  padding: 8px 14px;
  border-radius: 4px;
  transition: 0.3s;
}
article.memberlogin .container {
  max-width: 920px;
}
article.memberlogin .container .description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: fit-content;
}
article.memberlogin .container .card-grid {
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  article.memberlogin .container .card-grid {
    gap: 0;
    align-items: center;
  }
}
article.memberlogin .container .card {
  width: 100%;
  max-width: 408px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
article.memberlogin .container .card:hover {
  opacity: 1;
}
article.memberlogin .container form.loginform {
  box-shadow: none;
  width: 100%;
}
article.memberlogin .container form.loginform figure img {
  max-width: 100%;
  height: auto;
}
article.memberlogin .container form.loginform .title {
  font-size: 1rem;
}
article.memberlogin .container .without_login {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 500px) {
  article.memberlogin .container .without_login p {
    text-align: center;
  }
}
article.memberlogin .container .without_login .card {
  margin: 0;
  box-shadow: none;
  text-align: center;
}
article.memberlogin .container .without_login .card a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.2s;
  font-size: 0.9rem;
}
article.memberlogin .container .without_login .card a::after {
  content: " →";
}
article.memberlogin .container .without_login .card a:hover {
  background: #333;
  color: #fff;
}

article.memberonly,
article.memberonly-lowcarbon {
  background: #f9f9f9;
}
article.memberonly .page-title,
article.memberonly-lowcarbon .page-title {
  background: #ececec;
}
article.memberonly .page-title .container,
article.memberonly-lowcarbon .page-title .container {
  position: relative;
}
article.memberonly .page-title .container .logout,
article.memberonly-lowcarbon .page-title .container .logout {
  position: absolute;
  bottom: -48px;
  right: 0;
  color: #666;
  font-size: 0.875rem;
  text-decoration: none;
}
article.memberonly section:first-of-type,
article.memberonly-lowcarbon section:first-of-type {
  padding-top: 0;
}
article.memberonly ul.category,
article.memberonly-lowcarbon ul.category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
article.memberonly ul.category li,
article.memberonly-lowcarbon ul.category li {
  list-style: none;
}
article.memberonly ul.category li a,
article.memberonly-lowcarbon ul.category li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.75em 1.2em;
  color: #0b1f33;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #d6dde5;
  border-radius: 999px;
  background: #fff;
  transition: 0.2s;
}
article.memberonly ul.category li a:hover,
article.memberonly-lowcarbon ul.category li a:hover {
  color: #0068c9;
  border-color: #0068c9;
  border-color: #0077cc;
  background: #f7fbff;
}
article.memberonly section p.term_descriptionin,
article.memberonly-lowcarbon section p.term_descriptionin {
  max-width: 100%;
  margin: 0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  article.memberonly section p.term_descriptionin,
  article.memberonly-lowcarbon section p.term_descriptionin {
    margin-left: 10px;
  }
}
article.memberonly section ul.list,
article.memberonly-lowcarbon section ul.list {
  padding-left: 0;
}
article.memberonly section ul.list li,
article.memberonly-lowcarbon section ul.list li {
  list-style: none;
}
article.memberonly section ul.list li span:not(.new),
article.memberonly-lowcarbon section ul.list li span:not(.new) {
  display: inline-flex;
}
article.memberonly section ul.list li a,
article.memberonly-lowcarbon section ul.list li a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
article.memberonly section ul.list li a:hover,
article.memberonly-lowcarbon section ul.list li a:hover {
  color: #004a99;
}
article.memberonly section ul.list li .new,
article.memberonly-lowcarbon section ul.list li .new {
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.5em;
  border-radius: 999px;
  margin-left: 4px;
}
article.memberonly section ul.list li p,
article.memberonly-lowcarbon section ul.list li p {
  margin-left: 1em;
  font-size: 0.9em;
  color: #666;
}
article.memberonly section ul.list li + li,
article.memberonly-lowcarbon section ul.list li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
article.memberonly section ul.list li,
article.memberonly-lowcarbon section ul.list li {
  transition: background 0.5s;
}
article.memberonly section ul.list li.highlight,
article.memberonly-lowcarbon section ul.list li.highlight {
  background: #fff8cc;
  transition: background 0.5s;
}

article.privacypolicy section .container .beginning {
  max-width: 100%;
}
article.privacypolicy section .container h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  border: none;
  padding: 0;
  color: inherit;
}

article.notfound section {
  text-align: center;
}
article.notfound section .error404__code {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: clamp(5rem, 15vw, 10rem);
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.12;
  font-weight: 500;
  letter-spacing: 0.04em;
}
article.notfound section h1 {
  font-size: 2rem;
  color: #666;
  margin-top: 1rem;
}
article.notfound section .error404__buttons {
  margin-top: 2rem;
}
article.notfound section .error404__buttons a {
  padding: 8px 14px;
  border-radius: 4px;
  color: #ffffff !important;
  transition: 0.3s;
  background: #0077cc;
  text-decoration: none;
}
article.notfound section .error404__buttons a:hover {
  background: #1b8ada;
}

.debug {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #eeeeee;
  font-size: 0.75rem;
  z-index: 99999;
}/*# sourceMappingURL=style.css.map */