﻿@import url("https://fonts.googleapis.com/css2?family=Yuji+Boku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.noDisplay {
  display: none;
}

.loadingOverlay {
  position: fixed;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(13, 0, 21);
}

.loadingImage {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../media/images/loadingImage/Lightblue_6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(0cqw, 67cqw, 500px);
}

html {
  font-family: "BIZ UDPMincho";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  transform: scale(1, 1.25);
  padding-bottom: 0.33rem;
}

a {
  color: rgb(234, 244, 252);
}
a:visited {
  color: rgb(234, 244, 252);
}

@media screen and (width < 744px) {
  html {
    font-size: 0.75em;
  }
  html body {
    width: 100%;
  }
}
@media screen and (width >= 744px) {
  html {
    font-size: 1em;
  }
  html body {
    width: 100%;
  }
  html body footer p.copyright small br {
    display: none;
  }
}
@media screen and (width > 1920px) {
  html body {
    width: 1920px;
    margin: 0 calc((100% - 1920px) / 2);
    overflow: visible;
  }
}
html {
  width: 100%;
  background-color: rgb(13, 0, 21);
  color: rgb(234, 244, 252);
}
html body {
  line-height: 1.67;
  min-height: 100dvh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
html body header {
  flex: 0 1 auto;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
html body header h1 {
  font-family: "Yuji Boku";
  font-weight: 500;
  font-size: 3.5rem;
  margin: calc(-0.5rem * 3.5 * 1.25 / 2) 0;
}
html body header h1 > span:nth-child(1) {
  letter-spacing: calc(-0.15rem * 3.5);
}
html body header h1 > span:nth-child(2) {
  letter-spacing: calc(-0.1rem * 3.5);
}
html body header h1 > span:nth-child(3) {
  letter-spacing: calc(-0.07rem * 3.5);
}
html body header h1 > span:nth-child(4) {
  letter-spacing: calc(-0.1rem * 3.5);
}
html body header h1 > span:nth-child(5) {
  letter-spacing: calc(-0.02rem * 3.5);
}
html body header h1 > span:nth-child(6) {
  letter-spacing: calc(-0.02rem * 3.5);
}
html body header h1 > span:nth-child(7) {
  letter-spacing: normal;
}
html body main {
  flex: 1 1 100%;
}
html body main section {
  width: min(67%, 1024px);
  margin: 0 auto 1rem auto;
}
html body main section div {
  margin-left: 1rem;
  text-indent: 1rem;
}
html body main section div.contacts ul {
  list-style-position: inside;
}
html body main section div.services {
  text-indent: 0;
}
html body main section div.services dl dt {
  font-weight: bold;
}
html body main section div.services dl dd {
  margin-left: 1rem;
}
html body footer {
  flex: 0 1 auto;
}
html body footer p.copyright {
  text-align: right;
  padding: 0 0.5rem;
}
html body footer p.copyright small {
  font-style: italic;
}