@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- line-height, letter-spacing ----- */
a {
  color: #565654;
}
a img {
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0s;
}
svg path {
  transition: all 0s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  letter-spacing: 0.04em;
  position: relative;
  font-family: "秀英角ゴシック銀 L", sans-serif;
  font-feature-settings: "palt";
  color: #565654;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

p {
  line-height: 2;
}

main {
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 40px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h1 {
    font-size: 32px;
    margin: 0;
  }
}

h2 {
  font-size: 32px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h2 {
    font-size: 24px;
    margin: 0;
  }
}

h3 {
  font-size: 24px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h3 {
    font-size: 20px;
    margin: 0;
  }
}

h4 {
  font-size: 20px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h4 {
    font-size: 18px;
    margin: 0;
  }
}

h5 {
  font-size: 16px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h5 {
    font-size: 14px;
    margin: 0;
  }
}

h6 {
  font-size: 14px;
  color: #1E0E07;
  margin: 0;
}
@media only screen and (max-width: 600) {
  h6 {
    font-size: 12px;
    margin: 0;
  }
}

p {
  font-size: 14px;
  color: #565654;
  margin: 0;
}
@media only screen and (max-width: 600) {
  p {
    font-size: 12px;
    margin: 0;
  }
}

ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
@media only screen and (max-width: 600) {
  ul {
    gap: 8px;
    margin: 0;
  }
}
ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  color: #565654;
}
@media only screen and (max-width: 600) {
  ul li {
    gap: 4px;
    font-size: 12px;
  }
}
ul li:before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #565654;
  transform: translate3d(0, 5px, 0);
}
@media only screen and (max-width: 600) {
  ul li:before {
    width: 8px;
    min-width: 8px;
    height: 8px;
    transform: translate3d(0, 4px, 0);
  }
}

ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: none;
  counter-reset: item;
  margin: 0;
}
@media only screen and (max-width: 600) {
  ol {
    gap: 8px;
    margin: 0;
  }
}
ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  color: #565654;
  counter-increment: item;
  line-height: 1.6;
}
@media only screen and (max-width: 600) {
  ol li {
    font-size: 12px;
    gap: 4px;
  }
}
ol li:before {
  content: "(" counter(item) ")";
  font-size: 14px;
  color: #565654;
}
@media only screen and (max-width: 600) {
  ol li:before {
    font-size: 12px;
  }
}

a {
  font-size: 14px;
  color: #82919B;
  margin: 0;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 600) {
  a {
    font-size: 12px;
    margin: 0;
  }
}
@media (hover: hover) {
  a:hover {
    color: #565654;
  }
}
@media (hover: none) {
  a:active {
    color: #565654;
  }
}

figure {
  margin: 0;
}
@media only screen and (max-width: 600) {
  figure {
    margin: 0;
  }
}

img {
  max-width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

video {
  width: 100%;
  max-width: 100%;
  height: initial;
}

blockquote {
  background-color: #fff;
  padding: 24px 32px;
  color: #565654;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 600) {
  blockquote {
    padding: 24px;
    font-size: 12px;
    margin: 0;
  }
}
