@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

a {
  color: inherit;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  border: 0;
  border-top: 1px solid currentColor;
}

[hidden] {
  display: none !important;
}

:disabled {
  cursor: not-allowed;
}

svg {
  overflow: hidden;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

ruby {
  ruby-align: center;
}

::selection {
  background: #000;
  color: #fff;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
body .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1048px;
  width: 100%;
  margin-inline: auto;
  padding: 24px;
  min-height: 100svh;
}
@media only screen and (max-width: 767px) {
  body .wrap {
    padding-inline: 10px;
  }
}
body .logo {
  width: 296px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 22px;
}
body .company__intro {
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  line-height: 1.1333333333;
  margin-bottom: 66px;
}
body .company__info {
  width: 225px;
  margin-inline: auto 0;
}
body .company__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
}
body .company__data {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .company__intro {
    font-size: 65px;
    margin-bottom: 25px;
  }
  body .company__info {
    width: 190px;
  }
  body .company__title {
    font-size: 14px;
  }
  body .company__data {
    font-size: 12px;
  }
}/*# sourceMappingURL=index_2026.css.map */