.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  .visible-pc {
    display: none !important;
  }
}

.snippets-sns {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snippets-sns li a svg {
  vertical-align: middle;
}

.main--page {
  background-color: #EAEAEA;
  padding: 13.75rem 7.5rem 10rem 7.5rem;
}
@media screen and (max-width: 1024px) {
  .main--page {
    padding: calc(4.75rem + 2.5rem) 1.5rem 4rem 1.5rem;
  }
}
.main--page .page__inner {
  display: grid;
  grid-template-areas: "title content";
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1024px) {
  .main--page .page__inner {
    grid-template-areas: "title" "content";
    grid-template-columns: auto;
    gap: 2.5rem;
  }
}
.main--page .page__inner .page__title {
  grid-area: title;
  writing-mode: vertical-rl;
  margin: 0 12.75rem 0 5.75rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  letter-spacing: 0.325rem;
}
@media screen and (max-width: 1024px) {
  .main--page .page__inner .page__title {
    margin: 0 auto;
    max-height: 8.25rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 1.125rem;
    letter-spacing: 0.225rem;
    line-height: 1.625rem;
  }
}
.main--page .page__inner .page__content {
  grid-area: content;
}
.main--page .page__inner .page__content .content__inner {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.main--page .page__inner .page__content .content__inner::after {
  content: "";
  display: block;
  clear: both;
}
.main--page .page__inner .page__content h2, .main--page .page__inner .page__content h3, .main--page .page__inner .page__content h4, .main--page .page__inner .page__content h5, .main--page .page__inner .page__content h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.main--page .page__inner .page__content h2, .main--page .page__inner .page__content .style-h2 {
  font-size: 1.3125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content h2, .main--page .page__inner .page__content .style-h2 {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.main--page .page__inner .page__content h3, .main--page .page__inner .page__content .style-h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content h3, .main--page .page__inner .page__content .style-h3 {
    font-size: 0.9375rem;
    line-height: 1.1;
  }
}
.main--page .page__inner .page__content p {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.main--page .page__inner .page__content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (any-hover: hover) {
  .main--page .page__inner .page__content a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.main--page .page__inner .page__content section + section {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content section + section {
    margin-top: 3rem;
  }
}
.main--page .page__inner .page__content section section {
  margin-top: 2rem;
}
.main--page .page__inner .page__content .heading--number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content .heading--number {
    gap: 0.75rem;
  }
}
.main--page .page__inner .page__content .heading--number .number {
  color: #818181;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content .heading--number .number {
    font-size: 0.75rem;
  }
}
.main--page .page__inner .page__content .heading--underline {
  border-bottom: 1px solid;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page .page__inner .page__content .heading--underline {
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
  }
}

.main--page.page--document .page__inner .page__title {
  margin: 0 7.5rem 0 0;
}
@media screen and (max-width: 1024px) {
  .main--page.page--document .page__inner .page__title {
    margin: 0 auto;
  }
}
.main--page.page--document .page__inner .page__content {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .main--page.page--document .page__inner .page__content {
    margin-top: 0;
  }
}

.main--page.page--corp .corp {
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.main--page.page--corp .corp table {
  width: 100%;
  border-spacing: 0;
}
.main--page.page--corp .corp table tr:first-of-type th, .main--page.page--corp .corp table tr:first-of-type td {
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--corp .corp table tr:first-of-type th, .main--page.page--corp .corp table tr:first-of-type td {
    padding: 0 0 1.5rem 0;
  }
}
.main--page.page--corp .corp table th, .main--page.page--corp .corp table td {
  padding: 2.5rem 0 2.5rem 0;
  border-bottom: 1px solid #404A4D;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--corp .corp table th, .main--page.page--corp .corp table td {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.main--page.page--corp .corp table th {
  max-width: 7rem;
  text-align: left;
  font-weight: normal;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--corp .corp table th {
    font-size: 0.75rem;
    min-width: 5.25rem;
  }
}
.main--page.page--corp .corp table td {
  font-size: 1.1875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--corp .corp table td {
    font-size: 0.9375rem;
  }
}
.main--page.page--corp .corp p.note {
  margin-top: 2.5rem;
  font-size: 1.1875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--corp .corp p.note {
    margin: 1.5rem 0 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #404A4D;
    font-size: 0.9375rem;
  }
}

.main--page.page--flow .flow {
  max-width: 50rem;
  margin: 0 auto;
}
.main--page.page--flow .flow p {
  margin: 0;
}
.main--page.page--flow .flow .flow__img {
  width: 100%;
  max-height: 300px;
  margin: 0 0 2.5rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main--page.page--flow .flow .flow__header {
  margin: 0 0 5rem 0;
}
.main--page.page--flow .flow .flow__section section {
  margin-top: 3rem;
}
.main--page.page--flow .flow .flow__section .section-partition {
  font-size: 0.75rem;
  line-height: 1.8;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #818181;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main--page.page--flow .flow .flow__section .section-partition::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #818181;
}
.main--page.page--flow .flow .flow__section .section-title {
  margin: 0 0 1rem 0;
}
.main--page.page--flow .flow .flow__section .flow__img {
  margin-top: 2rem;
}
.main--page.page--flow .flow .flow__section .inline-border {
  width: fit-content;
  margin: 3rem 0 0 0;
  padding: 0.5rem 0.75rem;
  color: #818181;
  border: 1px solid;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--flow .flow .flow__img {
    max-height: unset;
  }
  .main--page.page--flow .flow .flow__header {
    margin-bottom: 4rem;
  }
  .main--page.page--flow .flow .flow__header .flow__img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .main--page.page--flow .flow .flow__section section {
    margin-top: 2rem;
  }
  .main--page.page--flow .flow .flow__section .section-title {
    margin-bottom: 0.75rem;
  }
  .main--page.page--flow .flow .flow__section .flow__img {
    margin-bottom: 2rem;
  }
  .main--page.page--flow .flow .flow__section .inline-border {
    margin-top: 0.75rem;
  }
}

.main--page.page--showroom .page__inner {
  grid-template-areas: "content title";
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 1024px) {
  .main--page.page--showroom .page__inner {
    grid-template-areas: "title" "content";
    grid-template-columns: auto;
  }
}
.main--page.page--showroom .page__inner .page__title {
  margin: 0 0 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .main--page.page--showroom .page__inner .page__title {
    margin: 0 auto;
  }
}
.main--page.page--showroom .page__inner .page__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .main--page.page--showroom .page__inner .page__content {
    margin-top: 0;
  }
}
.main--page.page--showroom .page__inner .showroom {
  margin: 0 auto;
  max-width: 61rem;
}
.main--page.page--showroom .page__inner .showroom .showroom__greeting, .main--page.page--showroom .page__inner .showroom .showroom__header {
  margin: 0 0 7.5rem 0;
}
.main--page.page--showroom .page__inner .showroom .showroom__greeting p, .main--page.page--showroom .page__inner .showroom .showroom__header p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.main--page.page--showroom .page__inner .showroom .showroom__greeting p + p, .main--page.page--showroom .page__inner .showroom .showroom__header p + p {
  margin-top: 1.6em;
}
@media screen and (max-width: 1024px) {
  .main--page.page--showroom .page__inner .showroom .showroom__greeting, .main--page.page--showroom .page__inner .showroom .showroom__header {
    margin-bottom: 5rem;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__greeting p, .main--page.page--showroom .page__inner .showroom .showroom__header p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__greeting p + p, .main--page.page--showroom .page__inner .showroom .showroom__header p + p {
    margin-top: 1.8em;
  }
}
.main--page.page--showroom .page__inner .showroom .showroom__contents {
  margin: 0;
  display: flex;
  max-height: 513px;
  gap: 3.75rem;
}
.main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(even) {
  flex-direction: row;
}
.main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__img img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__text {
  flex: 1;
  margin: 0;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 2.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .main--page.page--showroom .page__inner .showroom .showroom__contents {
    max-height: unset;
    gap: 1.5rem;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__img img {
    display: block;
    object-fit: contain;
    height: auto;
    max-height: 100%;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__text {
    display: block;
    padding: 0 1.5rem;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(odd) {
    flex-direction: column;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(odd) .showroom__text {
    text-align: left;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(even) {
    flex-direction: column;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents:nth-of-type(even) .showroom__text {
    text-align: right;
  }
}
@media screen and (max-width: 767.99px) {
  .main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .main--page.page--showroom .page__inner .showroom .showroom__contents .showroom__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    padding: 0;
  }
}
.main--page.page--showroom .page__inner .showroom .showroom__contents + .showroom__contents {
  margin-top: 5.5rem;
}/*# sourceMappingURL=page.css.map */