* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  font-size: 16px;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: 1em;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #444444;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #444444;
}

a:hover {
  opacity: 0.5;
}

button:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .-pc {
    display: block;
  }
  .-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
header#header {
  display: flex;
  align-items: center;
  width: 90vw;
  margin: min(2.8125vw, 36px) auto;
}
header#header > h2 {
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  line-height: min(2.8125vw, 36px);
  color: #444444;
}
header#header > nav {
  margin-left: auto;
  margin-right: min(12.8125vw, 164px);
}
header#header > nav > ul {
  display: flex;
  gap: min(5vw, 64px);
}
header#header > nav > ul > li > a {
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  line-height: min(1.875vw, 24px);
  color: #444444;
}
header#header > button#header-modal-button {
  position: fixed;
  top: min(3.28125vw, 42px);
  right: 5%;
  display: block;
  width: min(2.8125vw, 36px);
  height: min(1.875vw, 24px);
  z-index: 1000;
  cursor: pointer;
}
header#header > button#header-modal-button > span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #444444;
  transition: all 500ms;
}
header#header > button.header-modal-button-open > span:nth-child(1) {
  top: 0;
  left: 0;
}
header#header > button.header-modal-button-open > span:nth-child(2) {
  top: min(0.8984375vw, 11.5px);
  left: 0;
}
header#header > button.header-modal-button-open > span:nth-child(3) {
  left: 0;
  bottom: 0;
}
header#header > button.header-modal-button-close > span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header > button.header-modal-button-close > span:nth-child(2) {
  top: min(0.8984375vw, 11.5px);
  left: 100%;
  opacity: 0;
}
header#header > button.header-modal-button-close > span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header#header > .header-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
}
header#header > .header-modal > header {
  width: min(80vw, 1024px);
}
header#header > .header-modal > header > h2 {
  margin-top: 7.5vw;
  font-size: min(2.5vw, 32px);
  font-weight: 600;
  line-height: min(2.5vw, 32px);
  color: #222222;
}
header#header > .header-modal > header > nav {
  margin-top: min(10vw, 128px);
}
header#header > .header-modal > header > nav > ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
header#header > .header-modal > header > nav > ul > li {
  width: min(21.875vw, 280px);
}
header#header > .header-modal > header > nav > ul > li > h3 {
  font-size: min(1.5625vw, 20px);
  font-weight: 600;
  line-height: min(1.5625vw, 20px);
  color: #222222;
}
header#header > .header-modal > header > nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: min(1.875vw, 24px);
  margin-top: min(3.75vw, 48px);
}
header#header > .header-modal > header > nav > ul > li > ul > li {
  padding-bottom: min(0.9375vw, 12px);
  border-bottom: 1px solid #444444;
}
header#header > .header-modal > header > nav > ul > li > ul > li > a {
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  line-height: min(1.25vw, 16px);
  color: #444444;
}
header#header > .header-modal > header > nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: min(0.9375vw, 12px);
  margin-top: min(2.8125vw, 36px);
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  line-height: min(1.25vw, 16px);
  color: #666666;
}
header#header > .header-modal > header > nav > ul > li > a::after {
  content: url(../../../../public/img/parts/header-modal-menu-more-arrow.svg);
}
header#header > .header-modal > .header-modal-content-footer {
  width: min(80vw, 1024px);
  margin-bottom: min(2.8125vw, 36px);
}
header#header > .header-modal > .header-modal-content-footer > hr {
  width: 100%;
  color: #666666;
}
header#header > .header-modal > .header-modal-content-footer > ul {
  margin-top: min(2.8125vw, 36px);
  display: flex;
  flex-direction: column;
  gap: min(0.9375vw, 12px);
}
header#header > .header-modal > .header-modal-content-footer > ul > li > p {
  text-align: right;
  font-size: min(0.9375vw, 12px);
  font-weight: 400;
  line-height: min(0.9375vw, 12px);
  color: #888888;
}

footer#footer {
  width: 90vw;
  margin: min(18.75vw, 240px) auto min(2.8125vw, 36px);
}
footer#footer > hr {
  color: #666666;
}
footer#footer > ul {
  display: flex;
  flex-direction: column;
  gap: min(0.9375vw, 12px);
  width: -moz-fit-content;
  width: fit-content;
  margin: min(2.8125vw, 36px) 0 0 auto;
}
footer#footer > ul > li {
  text-align: right;
  font-size: min(0.9375vw, 12px);
  font-weight: 400;
  line-height: min(0.9375vw, 12px);
  color: #444444;
}
footer#footer > ul > li > a {
  display: inline-block;
  color: #444444;
}

section#top-kv {
  width: 80vw;
  margin: min(10vw, 128px) auto 0;
}
section#top-kv > h1 {
  font-size: min(3.75vw, 48px);
  font-weight: 700;
  font-style: normal;
  line-height: min(5.46875vw, 70px);
  color: #444444;
}
section#top-kv > p {
  margin-top: min(3.75vw, 48px);
  font-size: min(1.5625vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: min(3.125vw, 40px);
  color: #666666;
}
section#top-kv > a {
  display: block;
  margin-top: min(5vw, 64px);
  font-size: min(1.875vw, 24px);
  text-decoration: underline;
}

.top-content {
  width: 80vw;
  margin: min(12.5vw, 160px) auto 0;
}
.top-content > h2 {
  font-size: min(2.8125vw, 36px);
  font-weight: 700;
  font-style: normal;
  line-height: min(4.0625vw, 52px);
  color: #444444;
}
.top-content > ul {
  display: flex;
  flex-direction: column;
  gap: min(1.875vw, 24px);
  margin-top: min(5vw, 64px);
}
.top-content > ul > li > a {
  display: flex;
  flex-direction: column;
  gap: min(1.25vw, 16px);
  padding: 0 0 min(1.875vw, 24px);
  border-bottom: 1px solid #666666;
}
.top-content > ul > li > a > h3 {
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  color: #444444;
}
.top-content > ul > li > a > p {
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  font-style: normal;
  line-height: min(1.25vw, 16px);
  color: #666666;
}

section#page-kv {
  width: 80vw;
  margin: min(10vw, 128px) auto 0;
}
section#page-kv > h3 {
  font-size: min(1.5625vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  color: #666666;
}
section#page-kv > h2 {
  margin-top: min(1.25vw, 16px);
  font-size: min(3.75vw, 48px);
  font-weight: 600;
  font-style: normal;
  line-height: min(3.75vw, 48px);
  color: #444444;
}
section#page-kv > p {
  margin-top: min(3.75vw, 48px);
  font-size: min(1.5625vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: min(3.125vw, 40px);
  color: #666666;
}

section#page-article {
  width: min(80vw, 1024px);
  margin: min(12.5vw, 160px) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(80vw, 1024px);
}
section#page-article > .page-article-description {
  width: min(40vw, 512px);
}
section#page-article > .page-article-description > h4 {
  font-size: min(2.5vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: min(2.5vw, 32px);
  color: #444444;
}
section#page-article > .page-article-description > p {
  margin-top: min(2.8125vw, 36px);
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  font-style: normal;
  line-height: min(2.5vw, 32px);
  color: #666666;
}
section#page-article > .page-article-more {
  display: flex;
  align-items: center;
  gap: min(1.875vw, 24px);
}
section#page-article > .page-article-more > p {
  font-size: min(1.5625vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: min(1.5625vw, 20px);
  color: #666666;
}
section#page-article > .page-article-more .page-article-more-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3.75vw, 48px);
  height: min(3.75vw, 48px);
  border-radius: 50%;
  background-color: #444444;
}
section#page-article > .page-article-more .page-article-more-arrow > img {
  width: min(1.875vw, 24px);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(345deg) brightness(99%) contrast(105%);
}

section#article-kv {
  width: 80%;
  margin: min(10vw, 128px) auto 0;
}
section#article-kv > h2 {
  font-size: min(1.5625vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: min(1.5625vw, 20px);
  color: #666666;
}
section#article-kv > h1 {
  margin-top: min(1.875vw, 24px);
  font-size: min(2.5vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: min(2.5vw, 32px);
  color: #444444;
}
section#article-kv > .download {
  display: block;
  margin-top: min(3.75vw, 48px);
  font-size: min(1.5625vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: min(1.5625vw, 20px);
  color: #444444;
}
section#article-kv > .download > a {
  font-weight: 400;
  text-decoration: underline;
}

section.article-content {
  margin-top: min(18.75vw, 240px);
}
section.article-content .article-content-title {
  width: min(80vw, 1024px);
  margin: 0 auto;
  text-align: center;
  font-size: min(2.5vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: min(2.5vw, 32px);
  color: #444444;
}
section.article-content .article-content-sample {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(30vw, 384px);
  margin-top: min(5vw, 64px);
  padding: min(5vw, 64px) 0;
  background-color: #666666;
}
section.article-content .article-content-sample > .box {
  width: min(30vw, 384px);
  height: min(30vw, 384px);
  background-color: #cccccc;
}
section.article-content .article-content-sample > p {
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(80vw, 1024px);
  font-size: min(3.75vw, 48px);
  font-weight: 400;
  font-style: normal;
  line-height: min(3.75vw, 48px);
  letter-spacing: 0.2em;
  color: #ffffff;
}
section.article-content .article-content-description {
  width: min(80vw, 1024px);
  margin: min(5vw, 64px) auto 0;
}
section.article-content .article-content-description > h3 {
  margin-top: min(5vw, 64px);
  font-size: min(2.5vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  color: #444444;
}
section.article-content .article-content-description > h4 {
  margin-top: min(3.75vw, 48px);
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  color: #444444;
}
section.article-content .article-content-description > p {
  margin-top: min(2.8125vw, 36px);
  text-align: justify;
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  color: #666666;
}
section.article-content .article-content-description > pre {
  margin-top: min(2.8125vw, 36px);
  padding: min(2.8125vw, 36px) 0;
  font-size: min(1.25vw, 16px);
  font-weight: 400;
  font-style: normal;
  line-height: min(1.875vw, 24px);
  background-color: #dddddd;
  border: none;
  border-radius: min(0.78125vw, 10px);
}/*# sourceMappingURL=style.css.map */