@charset "UTF-8";
html {
  --color-white-100: #ffffff;
  --color-black-100: #1e1e1e;
  --color-gray-100: #313131;
  --color-gray-200: #4d4d4d;
  --color-gray-300: #6e6e6e;
  --color-gray-400: #8e8e8e;
  --color-gray-500: #e9e9e9;
  --color-gray-600: #f6f6f6;
  --color-red-100: #e31212;
  --color-blue-100: #3880ec;
  --select-fill-color: var(--color-black-100);
  --select-text-color: var(--color-white-100);
}

:root {
  --margin-1: 70rem;
  --margin-2: 240rem;
}
@media (max-width: 750px) {
  :root {
    --margin-1: 10rem;
    --margin-2: 15rem;
    --margin-3: 25rem;
  }
}

html {
  font-feature-settings: "palt" 1;
  font-size: calc(100 / var(--base-vw) * 1 * 1vw);
  --max-width: 1580px;
  --container-width: 820rem;
  margin-top: 0rem !important;
  scroll-padding-top: 80rem;
  scroll-behavior: smooth;
}
@media (min-width: 751px) {
  html {
    font-size: 1px;
    --base-vw: 1440;
    min-height: 100%;
  }
}
@media (max-width: 750px) {
  html {
    --base-vw: 393;
    scroll-padding-top: 60rem;
  }
}

html:has(vite-error-overlay) {
  font-size: normal !important;
}

html, body {
  max-width: 100vw;
  color: var(--color-black-100);
}
html ::selection, body ::selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
html ::-moz-selection, body ::-moz-selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}

body {
  color: var(--color-black-100);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
}

.container {
  min-height: 100svh;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-scrolling [data-lenis-prevent] {
  pointer-events: none;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --reading-trim: calc((1em - 1lh) / 2);
}

html {
  font-feature-settings: "palt" 1;
}

html, body {
  max-width: 100svw;
}
html ::selection, body ::selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
html ::-moz-selection, body ::-moz-selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}

body {
  max-width: 100svw;
  overflow-x: hidden;
}

span, div {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

img {
  object-fit: cover;
  pointer-events: none;
  touch-callout: none;
  user-select: none;
  user-drag: none;
  border-radius: inherit;
  width: inherit;
  height: inherit;
}

svg {
  width: inherit;
  height: inherit;
}
svg path {
  transform-origin: center center;
}

video {
  max-width: 100svw;
  object-fit: cover;
}

picture {
  display: block;
}
picture source, picture img {
  width: 100%;
  height: 100%;
}

a {
  cursor: pointer;
  line-height: 1;
}
a > * {
  pointer-events: none;
}

div, p, a {
  font-size: medium;
}

button, [expansion-area] {
  position: relative;
  width: fit-content;
}
button::after, [expansion-area]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 22px);
  width: calc(100% + 22px);
}

section {
  width: 100svw;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.container {
  position: relative;
  max-width: 100svw;
  overflow: hidden;
}
@media (min-width: 751px) {
  .container {
    min-height: 100vh;
  }
}

[hidden], .hidden {
  display: none !important;
}

[no-scroll], .no-scroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

@media (max-width: 750px) {
  [pc-only], .pc-only {
    display: none !important;
  }
}

@media (max-width: 992px) {
  [not-pc-sm-only], .not-pc-sm-only {
    display: none !important;
  }
}

@media (min-width: 993px) {
  [pc-sm-only], .pc-sm-only {
    display: none !important;
  }
}

@media (max-width: 1580px) {
  [lg-over-only], .lg-over-only {
    display: none !important;
  }
}

@media (min-width: 751px) {
  [sp-only], .sp-only {
    display: none !important;
  }
}

[hidden], .hidden {
  display: none !important;
}

#wpadminbar {
  opacity: 0.1;
  transition: opacity 0.5s;
}
#wpadminbar:hover {
  opacity: 1;
}

footer.base-footer .base-footer__contact {
  overflow: hidden;
  position: relative;
  width: fit-content;
  height: fit-content;
  height: 640rem;
  width: 100%;
  color: var(--color-white-100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer.base-footer .base-footer__contact > * {
  z-index: 1;
  position: relative;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact {
    height: 460rem;
  }
}
footer.base-footer .base-footer__contact__bg {
  height: 640rem;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__bg {
    height: 100%;
  }
}
footer.base-footer .base-footer__contact__title {
  font-size: max(10px, 70rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__title {
    font-size: 36rem;
  }
}
footer.base-footer .base-footer__contact__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 30rem;
  text-align: center;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__description {
    font-size: 14rem;
    margin-top: 15rem;
  }
}
footer.base-footer .base-footer__contact__link {
  width: 420rem;
  height: 70rem;
  background: var(--color-white-100);
  color: var(--color-black-100);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  margin-top: 60rem;
}
footer.base-footer .base-footer__contact__link svg {
  width: 17rem;
  height: auto;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__link {
    width: calc(100vw - 40rem);
    margin-top: 40rem;
  }
}
footer.base-footer .base-footer__bottom {
  display: flex;
  padding: 50rem 0;
  flex-direction: column;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__bottom {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
footer.base-footer .base-footer__bottom__top {
  width: 224rem;
}
footer.base-footer .base-footer__bottom__top svg {
  width: inherit;
  height: auto;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__bottom__top {
    width: 190rem;
  }
}
footer.base-footer .base-footer__bottom__pp {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  text-decoration: underline;
}
footer.base-footer .base-footer__bottom__copy {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
footer.base-footer .base-footer__bottom__top, footer.base-footer .base-footer__bottom__pp {
  will-change: opacity;
  transition: opacity 0.3s ease;
}
footer.base-footer .base-footer__contact__link {
  transition: background 0.3s ease, color 0.3s ease;
}
footer.base-footer .base-footer__contact__link svg * {
  transition: fill 0.3s ease;
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__bottom__top:hover, footer.base-footer .base-footer__bottom__pp:hover {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__bottom__top[hover-el], footer.base-footer .base-footer__bottom__pp[hover-el] {
    opacity: 0.5;
  }
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__contact__link:hover {
    background: var(--color-black-100);
    color: var(--color-white-100);
  }
  footer.base-footer .base-footer__contact__link:hover svg path {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__contact__link[hover-el] {
    background: var(--color-black-100);
    color: var(--color-white-100);
  }
  footer.base-footer .base-footer__contact__link[hover-el] svg path {
    fill: var(--color-white-100);
  }
}

.container[page-name*=contact] .base-footer__contact, .container[page-name*=privacy] .base-footer__contact {
  display: none;
}
.container[page-name*=contact] .base-footer__bottom, .container[page-name*=privacy] .base-footer__bottom {
  border-top: 1px solid var(--color-gray-500);
}

header.base-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-white-100);
  z-index: 100;
  height: 80rem;
  border-bottom: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  header.base-header {
    height: 50rem;
  }
}
header.base-header .base-header__logo {
  width: 140rem;
  margin-left: 30rem;
}
@media (max-width: 750px) {
  header.base-header .base-header__logo {
    width: 120rem;
    margin-left: var(--margin-1);
  }
}
header.base-header .base-header__nav {
  margin-left: auto;
  display: flex;
  --gap: 60rem;
  flex-direction: row;
  gap: var(--gap);
}
@media (max-width: 1200px) {
  header.base-header .base-header__nav {
    --gap: 40rem;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav {
    --gap: 20rem;
  }
}
header.base-header .base-header__nav__item {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
header.base-header .base-header__nav-contact {
  width: 240rem;
  height: 100%;
  background: var(--color-black-100);
  color: var(--color-white-100);
  display: flex;
  --gap: 2rem;
  flex-direction: column;
  gap: var(--gap);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80rem;
}
header.base-header .base-header__nav-contact span {
  font-size: max(10px, 18rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1;
}
header.base-header .base-header__nav-contact small {
  font-size: max(10px, 10rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  header.base-header .base-header__nav-contact {
    margin-left: 40rem;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav-contact {
    margin-left: 20rem;
    width: 200rem;
  }
}
@media (max-width: 750px) {
  header.base-header .base-header__nav-contact {
    width: 130rem;
    margin-left: auto;
  }
  header.base-header .base-header__nav-contact span {
    font-size: 12rem;
  }
  header.base-header .base-header__nav-contact small {
    font-size: 10rem;
  }
}
header.base-header .base-header__menu-btn {
  width: 50rem;
  height: 50rem;
  aspect-ratio: 1/1;
}
header.base-header .base-header__menu-btn-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20rem;
  height: 2rem;
  background: var(--color-black-100);
}
header.base-header .base-header__menu-btn-bar:nth-child(1) {
  transform: translateY(-5rem);
}
header.base-header .base-header__menu-btn-bar:nth-child(2) {
  transform: translateY(5rem);
}
header.base-header .base-header__menu-btn-bar {
  transition: transform 0.3s ease;
}
header.base-header .base-header__nav__item {
  transition: opacity 0.3s ease;
}
header.base-header .base-header__nav-contact {
  transition: background 0.3s ease;
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(3) {
  transform: translateY(0) scale(0);
}
@media (min-width: 993px) {
  header.base-header .base-header__nav__item:hover {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav__item[hover-el] {
    opacity: 0.5;
  }
}
@media (min-width: 993px) {
  header.base-header .base-header__nav-contact:hover {
    background: #333333;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav-contact[hover-el] {
    background: #333333;
  }
}

.base-menu {
  position: fixed;
  top: 0;
  z-index: 99;
}
.base-menu .base-menu__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.base-menu .base-menu__nav {
  top: 0;
  right: 0;
  width: 180rem;
  height: 100lvh;
  background: var(--color-white-100);
  z-index: 101;
  position: fixed;
  padding-top: 91rem;
  padding-bottom: 40rem;
  padding-left: 24rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.base-menu .base-menu__list {
  display: flex;
  --gap: 30rem;
  flex-direction: column;
  gap: var(--gap);
  font-size: max(10px, 14erm);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
.base-menu .base-menu__copy {
  font-size: max(10px, 10rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  margin-top: auto;
}
.base-menu .base-menu__cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@starting-style {
  .base-menu .base-menu__cover {
    opacity: 0;
  }
}
.base-menu .base-menu__nav {
  transform: translateX(101%);
  transition: transform 0.3s ease;
}
@starting-style {
  .base-menu .base-menu__nav {
    transform: translateX(101%);
  }
}
.base-menu[show-menu] .base-menu__cover {
  opacity: 1;
  pointer-events: auto;
}
.base-menu[show-menu] .base-menu__nav {
  transform: translateX(0);
}

a.parts-cta {
  position: fixed;
  bottom: 32rem;
  right: 20rem;
  z-index: 1000;
  background: var(--color-white-100);
  padding: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.4;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  max-height: 71rem;
  overflow: hidden;
}
a.parts-cta span {
  padding-left: 10rem;
  padding-right: 16rem;
}
a.parts-cta .parts-cta__image {
  height: 100%;
  aspect-ratio: 1/1;
  width: 63rem;
  height: 63rem;
}
a.parts-cta .parts-cta__icon {
  width: 71rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.parts-cta .parts-cta__icon svg {
  width: 18rem;
}
a.parts-cta .parts-cta__icon:after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 1rem;
  height: calc(100% + 8rem);
  background: color-mix(in srgb, var(--color-black-100) 20%, transparent 80%);
}
a.parts-cta {
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
a.parts-cta[hide-cta] {
  transform: translateY(100%);
  opacity: 0;
}
@media (min-width: 993px) {
  a.parts-cta:hover {
    background: #333333;
    color: var(--color-white-100);
  }
  a.parts-cta:hover .parts-cta__icon svg path {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  a.parts-cta[hover-el] {
    background: #333333;
    color: var(--color-white-100);
  }
  a.parts-cta[hover-el] .parts-cta__icon svg path {
    fill: var(--color-white-100);
  }
}

hgroup.parts-title {
  display: flex;
  --gap: 4rem;
  flex-direction: column;
  gap: var(--gap);
  width: fit-content;
}
@media (max-width: 750px) {
  hgroup.parts-title {
    --gap: 2rem;
  }
}
hgroup.parts-title .parts-title__title {
  font-size: max(10px, 42rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  width: fit-content;
}
@media (max-width: 750px) {
  hgroup.parts-title .parts-title__title {
    font-size: 28rem;
  }
}
hgroup.parts-title .parts-title__subtitle {
  font-size: max(10px, 16rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  width: fit-content;
}

.container[page-name=career] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=career] {
    margin-top: 50rem;
  }
}
.container[page-name=career] section.first {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  padding-top: 200rem;
  padding-bottom: 200rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}
.container[page-name=career] section.first .first__image {
  position: fixed;
  top: 0;
  height: 100svh;
  width: 100%;
}
.container[page-name=career] section.first .first__wrap {
  position: relative;
  z-index: 1;
  height: fit-content;
  color: var(--color-white-100);
  max-width: 680rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__wrap {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.container[page-name=career] section.first .first__contents {
  margin-top: 80rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents {
    margin-top: 40rem;
  }
}
.container[page-name=career] section.first .first__contents__title {
  font-size: max(10px, 36rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents__title {
    font-size: 28rem;
  }
}
.container[page-name=career] section.first .first__contents__description {
  margin-top: 30rem;
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 2;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents__description {
    font-size: 16rem;
    margin-top: 40rem;
  }
}
.container[page-name=career] section.career {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 96rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 160rem;
}
@media (max-width: 1200px) {
  .container[page-name=career] section.career {
    gap: 20rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=career] section.career {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    margin-top: 70rem;
    padding-bottom: 40rem;
  }
}
.container[page-name=career] section.career .career__info {
  width: 100%;
}
@media (min-width: 751px) {
  .container[page-name=career] section.career .career__info {
    max-width: 800rem;
  }
}
.container[page-name=career] section.career .career__info__item {
  min-height: 49rem;
  padding: 12rem 20rem;
  display: flex;
  align-items: flex-start;
  display: flex;
  --gap: 45rem;
  flex-direction: row;
  gap: var(--gap);
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__item {
    padding: 10rem;
    --gap: 0rem;
  }
}
.container[page-name=career] section.career .career__info__title {
  width: 180rem;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__title {
    width: 90rem;
    font-size: 12rem;
  }
}
.container[page-name=career] section.career .career__info__description {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  opacity: 0.7;
}
.container[page-name=career] section.career .career__info__description > * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.container[page-name=career] section.career .career__info__description ul {
  list-style: disc;
  padding-left: 20rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__description {
    font-size: 12rem;
  }
}
.container[page-name=career] section.entry {
  background: var(--color-black-100);
  color: var(--color-white-100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
  padding-top: 50rem;
  padding-bottom: 50rem;
  margin-bottom: 96rem;
}
@media (min-width: 751px) {
  .container[page-name=career] section.entry {
    --margin-inline: 70rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .container[page-name=career] section.entry {
    margin-bottom: 0rem;
  }
}
.container[page-name=career] section.entry .parts-title {
  align-items: center;
}
.container[page-name=career] section.entry .entry__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  margin-top: 30rem;
  line-height: 1.8;
  text-align: center;
}
.container[page-name=career] section.entry .entry__link {
  margin-top: 60rem;
  width: 420rem;
  height: 70rem;
  background: var(--color-white-100);
  color: var(--color-black-100);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
}
.container[page-name=career] section.entry .entry__link svg {
  width: 17rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name=career] section.entry .entry__link {
    width: calc(100vw - 40rem);
    margin-top: 40rem;
  }
}
.container[page-name=career] section.entry .entry__link {
  transition: background 0.3s ease, color 0.3s ease;
}
.container[page-name=career] section.entry .entry__link svg * {
  transition: fill 0.3s ease;
}
@media (min-width: 993px) {
  .container[page-name=career] section.entry .entry__link:hover {
    background: #333333;
    color: var(--color-white-100);
  }
  .container[page-name=career] section.entry .entry__link:hover svg * {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  .container[page-name=career] section.entry .entry__link[hover-el] {
    background: #333333;
    color: var(--color-white-100);
  }
  .container[page-name=career] section.entry .entry__link[hover-el] svg * {
    fill: var(--color-white-100);
  }
}

.container[page-name*=contact] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name*=contact] {
    margin-top: 50rem;
  }
}
.container[page-name*=contact] hgroup.header {
  position: relative;
  height: 360rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white-100);
  gap: 4rem;
}
.container[page-name*=contact] hgroup.header > * {
  z-index: 1;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header {
    height: 180rem;
  }
}
.container[page-name*=contact] hgroup.header .header__title {
  font-size: max(10px, 63rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header .header__title {
    font-size: 28rem;
  }
}
.container[page-name*=contact] hgroup.header .header__subtitle {
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header .header__subtitle {
    font-size: 16rem;
  }
}
.container[page-name*=contact] hgroup.header .header__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.container[page-name*=contact] section.notice {
  margin-top: 80rem;
  max-width: 680rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40rem;
  }
}
.container[page-name*=contact] section.notice .notice__progress {
  display: flex;
  align-items: center;
  gap: 20rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: var(--color-gray-300);
  margin-bottom: 40rem;
  align-items: center;
  justify-content: center;
  background: var(--color-black-100);
  height: 45rem;
  width: 100%;
}
.container[page-name*=contact] section.notice .notice__progress svg {
  width: 8rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__progress {
    font-size: 14rem;
    margin-bottom: 40rem;
  }
  .container[page-name*=contact] section.notice .notice__progress svg {
    width: 6rem;
  }
}
.container[page-name*=contact] section.notice .notice__progress__text {
  width: 100rem;
  text-align: center;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__progress__text {
    font-size: 14rem;
    width: 60rem;
  }
}
.container[page-name*=contact] section.notice .notice__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__description {
    font-size: 16rem;
  }
}
.container[page-name*=contact] section.notice .notice__require {
  margin-top: 20rem;
  display: flex;
  --gap: 10rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: baseline;
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
}
.container[page-name*=contact] section.notice .notice__require span:first-child {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  background: var(--color-red-100);
  color: var(--color-white-100);
  padding: 6rem 10rem;
  border-radius: 2rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__require {
    font-size: 16rem;
  }
}
.container[page-name*=contact] form.form {
  margin-top: 40rem;
  max-width: 680rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60rem;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name*=contact] form.form .form__wrap {
  border-radius: 10rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  padding: 40rem 20rem 20rem 20rem;
  display: flex;
  --gap: 45rem;
  flex-direction: column;
  gap: var(--gap);
  align-self: stretch;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form .form__wrap {
    --gap: 45rem;
  }
}
.container[page-name*=contact] form.form .form__group {
  display: flex;
  --gap: 14rem;
  flex-direction: column;
  gap: var(--gap);
  position: relative;
}
.container[page-name*=contact] form.form .form__group:has([required]) .form__label:after {
  content: "必須";
  font-size: max(10px, 10rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1;
  background: var(--color-red-100);
  color: var(--color-white-100);
  padding: 4rem 8rem;
  border-radius: 2rem;
  display: inline-block;
}
.container[page-name*=contact] form.form .form__group:has(.form__select):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath fill='%231E1E1E' d='m11.231 1.427-5.36 5.36-5.36-5.36L1.926.012 5.87 3.958 9.816.012l1.415 1.415Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
  color: var(--color-gray-400);
  width: 12rem;
  height: 12rem;
}
.container[page-name*=contact] form.form .form__group:has([name=mtg-date]) {
  margin-top: -30rem;
  display: none;
}
.container[page-name*=contact] form.form .form__group:has([name=mtg-date]) .form__label {
  display: none;
}
.container[page-name*=contact] form.form .form__group:has([value=お見積りについて]:checked) + .form__group:has([name=mtg-date]) {
  display: flex;
}
.container[page-name*=contact] form.form .form__label {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  display: flex;
  --gap: 10rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
}
.container[page-name*=contact] form.form .form__select:invalid {
  opacity: 0 !important;
}
.container[page-name*=contact] form.form .form__input, .container[page-name*=contact] form.form .form__select, .container[page-name*=contact] form.form .form__textarea {
  display: flex;
  padding: 11rem 16rem;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  border-radius: 2rem;
  border: 1px solid var(--color-gray-500);
  background: var(--color-gray-600);
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name*=contact] form.form .form__input::placeholder, .container[page-name*=contact] form.form .form__select::placeholder, .container[page-name*=contact] form.form .form__textarea::placeholder {
  color: color-mix(in srgb, var(--color-gray-400) 60%, transparent 40%);
}
.container[page-name*=contact] form.form .form__input:-webkit-autofill, .container[page-name*=contact] form.form .form__select:-webkit-autofill, .container[page-name*=contact] form.form .form__textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-gray-600) inset;
}
.container[page-name*=contact] form.form .form__input[name=mtg-date], .container[page-name*=contact] form.form .form__select[name=mtg-date], .container[page-name*=contact] form.form .form__textarea[name=mtg-date] {
  justify-content: flex-start;
  margin-top: -10rem;
}
.container[page-name*=contact] form.form .form__radio-group {
  display: flex;
  --gap: 15rem;
  flex-direction: column;
  gap: var(--gap);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.container[page-name*=contact] form.form .form__radio {
  display: flex;
  --gap: 9rem;
  flex-direction: row;
  gap: var(--gap);
  width: fit-content;
}
.container[page-name*=contact] form.form .form__note {
  font-size: max(10px, 12rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  color: var(--color-gray-400);
}
.container[page-name*=contact] form.form .form__textarea {
  width: 100%;
  min-height: 270rem;
  resize: none;
  field-sizing: content;
}
.container[page-name*=contact] form.form .form__confirm {
  margin-top: 40rem;
  margin-bottom: 80rem;
  display: flex;
  --gap: 20rem;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form .form__confirm {
    margin-bottom: 40rem;
  }
}
.container[page-name*=contact] form.form .form__checkbox {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  display: flex;
  --gap: 8rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
}
.container[page-name*=contact] form.form .form__checkbox input {
  position: relative;
  top: 1.5rem;
}
.container[page-name*=contact] form.form .form__checkbox a {
  text-decoration: underline;
}
.container[page-name*=contact] form.form .form__submit {
  margin-top: 40rem;
  margin-bottom: 80rem;
  display: flex;
  --gap: 20rem;
  flex-direction: row;
  gap: var(--gap);
  max-width: 620rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container[page-name*=contact] form.form .form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 420rem;
  width: 100%;
  background: var(--color-gray-300);
  color: var(--color-gray-400);
}
.container[page-name*=contact] form.form .form__button--back {
  background: transparent;
  color: var(--color-black-100);
  border: 1px solid var(--color-black-100);
}
.container[page-name*=contact] form.form .form__button--submit {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
.container[page-name*=contact] form.form .form__button--confirm[not-active] {
  background: var(--color-gray-300);
  color: var(--color-gray-400);
}
@media (min-width: 993px) {
  .container[page-name*=contact] form.form .form__button--confirm[not-active]:hover {
    background: var(--color-gray-300) !important;
    color: var(--color-gray-400) !important;
  }
}
@media (max-width: 992px) {
  .container[page-name*=contact] form.form .form__button--confirm[not-active][hover-el] {
    background: var(--color-gray-300) !important;
    color: var(--color-gray-400) !important;
  }
}
.container[page-name*=contact] form.form .form__button--confirm {
  color: var(--color-white-100);
  background: var(--color-black-100);
}
.container[page-name*=contact] a.back {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 420rem;
  width: 100%;
  background: var(--color-black-100);
  color: var(--color-white-100);
  margin-top: 80rem;
  margin-bottom: 80rem;
}
.container[page-name*=contact] .form__button, .container[page-name*=contact] a.back {
  transition: background 0.3s ease, color 0.3s ease;
}
.container[page-name*=contact] .form__button:hover {
  background: #333333 !important;
  color: var(--color-white-100) !important;
  border-color: #333333 !important;
}

.container[page-name=contact]:not([status=confirm]) section.notice .notice__progress > .notice__progress__text:first-child {
  color: var(--color-white-100);
}
.container[page-name=contact]:not([status=confirm]) section.notice .notice__description span:last-child {
  display: none;
}
.container[page-name=contact]:not([status=confirm]) form.form .form__submit {
  display: none;
}

.container[page-name=contact][status=confirm] section.notice .notice__progress > .notice__progress__text:nth-of-type(2) {
  color: var(--color-white-100);
}
.container[page-name=contact][status=confirm] section.notice .notice__description span:first-child {
  display: none;
}
.container[page-name=contact][status=confirm] section.notice .notice__require {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__label:after {
  display: none !important;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([no-valid]) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:has(input:placeholder-shown) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([name=mtg-date]) {
  margin-top: 0rem;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([name=mtg-date]) .form__label {
  display: inline-block;
}
.container[page-name=contact][status=confirm] form.form .form__group:has(#contact-email-confirm) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:after {
  display: none !important;
}
.container[page-name=contact][status=confirm] form.form .form__input, .container[page-name=contact][status=confirm] form.form .form__select, .container[page-name=contact][status=confirm] form.form .form__textarea, .container[page-name=contact][status=confirm] form.form .form__radio, .container[page-name=contact][status=confirm] form.form .form__radio-group {
  padding: 0;
  background: transparent;
  border: none;
  color: color-mix(in srgb, var(--color-gray-100) 60%, transparent 40%) !important;
}
.container[page-name=contact][status=confirm] form.form .form__note {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__radio:not(:has(input:checked)) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__radio input[type=radio] {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__textarea {
  min-height: 0rem;
}
.container[page-name=contact][status=confirm] form.form .form__confirm {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__input:-webkit-autofill, .container[page-name=contact][status=confirm] form.form .form__select:-webkit-autofill, .container[page-name=contact][status=confirm] form.form .form__textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white-100) inset;
}

.container[page-name=index] {
  position: relative;
  height: fit-content;
}
.container[page-name=index] section.first {
  padding-top: 170rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first {
    padding-top: 120rem;
  }
}
.container[page-name=index] section.first .first__header {
  display: flex;
  --gap: 40rem;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header {
    --gap: 20rem;
  }
}
.container[page-name=index] section.first .first__header__title {
  text-align: center;
  font-size: max(10px, 62rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header__title {
    font-size: 36rem;
  }
}
.container[page-name=index] section.first .first__header__sub {
  text-align: center;
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  letter-spacing: 0.18em;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header__sub {
    font-size: 18rem;
  }
}
.container[page-name=index] section.first .first__contents {
  margin-top: 73rem;
  position: relative;
  height: fit-content;
}
@media (min-width: 751px) {
  .container[page-name=index] section.first .first__contents {
    min-height: 810rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents {
    margin-top: 50rem;
  }
}
.container[page-name=index] section.first .first__contents__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.container[page-name=index] section.first .first__contents__info {
  color: var(--color-white-100);
  --margin-inline: 24rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  padding-top: 399rem;
  padding-bottom: 86rem;
  display: flex;
  --gap: 35rem;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__info {
    padding-top: 209rem;
    padding-bottom: 31rem;
    --gap: 20rem;
  }
}
.container[page-name=index] section.first .first__contents__title {
  font-size: max(10px, 36rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__title {
    font-size: 28rem;
  }
}
.container[page-name=index] section.first .first__contents__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__description {
    font-size: 14rem;
  }
}
.container[page-name=index] section.service {
  --margin-inline: var(--margin-1);
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 93rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service {
    margin-top: 56rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.service .service__sections {
  margin-top: 67rem;
  display: flex;
  --gap: 100rem;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__sections {
    margin-top: 40rem;
    --gap: 70rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=index] section.service .service__item {
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    flex-direction: column-reverse;
  }
}
@media (min-width: 751px) {
  .container[page-name=index] section.service .service__item:nth-child(odd) .service__item__contents {
    padding-left: 0;
    padding-right: var(--padding-left);
  }
}
@media (min-width: 993px) {
  .container[page-name=index] section.service .service__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .container[page-name=index] section.service .service__item:nth-child(even) .service__item__contents {
    order: 2;
    margin-left: auto;
  }
}
.container[page-name=index] section.service .service__item__contents {
  --padding-left: 50rem;
  max-width: calc(580rem + var(--padding-left));
}
@media (min-width: 751px) {
  .container[page-name=index] section.service .service__item__contents {
    padding-left: var(--padding-left);
  }
}
.container[page-name=index] section.service .service__item__title {
  font-size: max(10px, 48rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__title {
    font-size: 24rem;
  }
}
.container[page-name=index] section.service .service__item__subtitle {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 50rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__subtitle {
    font-size: 16rem;
    margin-top: 14rem;
  }
}
.container[page-name=index] section.service .service__item__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 14rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__description {
    font-size: 14rem;
    margin-top: 10rem;
  }
}
.container[page-name=index] section.service .service__item__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .container[page-name=index] section.service .service__item__image {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.container[page-name=index] section.flow {
  background: var(--color-black-100);
  color: var(--color-white-100);
  margin-top: 210rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow {
    margin-top: 70rem;
  }
}
.container[page-name=index] section.flow .flow__wrap {
  --margin-inline: var(--margin-1);
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 180rem;
  padding-bottom: 40rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__wrap {
    padding: 50rem 0rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.flow .flow__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .container[page-name=index] section.flow .flow__contents {
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
  }
}
.container[page-name=index] section.flow .flow__contents__title {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__contents__title {
    font-size: 18rem;
  }
}
.container[page-name=index] section.flow .flow__contents__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 50rem;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__contents__description {
    margin-top: 20rem;
    font-size: 14rem;
  }
}
.container[page-name=index] section.flow .flow__info {
  margin-top: 60rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info {
    margin-top: 40rem;
  }
}
.container[page-name=index] section.flow .flow__info__graphics {
  display: flex;
  --gap: 0rem;
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__graphics {
    display: flex;
    --gap: 0rem;
    flex-direction: column;
    width: 320rem;
  }
}
.container[page-name=index] section.flow .flow__info__graphics-item {
  background: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__graphics-item {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__graphics-item {
    min-height: 90rem;
  }
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__arrows {
    margin-top: 38rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__arrows {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(-5rem);
  }
}
.container[page-name=index] section.flow .flow__info__arrow-line {
  background: linear-gradient(90deg, #1E1E1E 0%, #8E8E8E 100%);
  width: 100%;
  height: 3rem;
  position: relative;
}
.container[page-name=index] section.flow .flow__info__arrow-line:after {
  content: "";
  width: 13.5rem;
  height: 16rem;
  position: absolute;
  right: -2rem;
  background: #8E8E8E;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__arrow-line:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__arrow-line {
    background: linear-gradient(180deg, #1E1E1E 0%, #8E8E8E 100%);
    height: calc(100% - 3rem);
    width: 3rem;
  }
  .container[page-name=index] section.flow .flow__info__arrow-line:after {
    min-width: 18rem;
    height: 18rem;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(3rem);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.container[page-name=index] section.message {
  position: relative;
  height: fit-content;
}
@media (min-width: 751px) {
  .container[page-name=index] section.message {
    min-height: 810rem;
  }
}
.container[page-name=index] section.message .message__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.container[page-name=index] section.message .message__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
}
.container[page-name=index] section.message .message__info {
  color: var(--color-white-100);
  --margin-inline: 24rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  padding-top: 301rem;
  padding-bottom: 86rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__info {
    padding-top: 180rem;
    padding-bottom: 30rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.message .message__header {
  display: flex;
  --gap: 10rem;
  flex-direction: column;
  gap: var(--gap);
}
.container[page-name=index] section.message .message__title {
  font-size: max(10px, 36rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__title {
    font-size: 28rem;
  }
}
.container[page-name=index] section.message .message__title-en {
  font-size: max(10px, 50rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__title-en {
    font-size: 36rem;
  }
}
.container[page-name=index] section.message .message__sub-title {
  margin-top: 40rem;
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__sub-title {
    font-size: 18rem;
  }
}
.container[page-name=index] section.message .message__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 20rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__description {
    font-size: 14rem;
  }
}
.container[page-name=index] section.company {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 96rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 160rem;
}
@media (max-width: 1200px) {
  .container[page-name=index] section.company {
    gap: 20rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=index] section.company {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    margin-top: 70rem;
    padding-bottom: 70rem;
  }
}
.container[page-name=index] section.company .company__info {
  width: 100%;
}
@media (min-width: 751px) {
  .container[page-name=index] section.company .company__info {
    max-width: 800rem;
  }
}
.container[page-name=index] section.company .company__info__item {
  min-height: 49rem;
  padding: 12rem 20rem;
  display: flex;
  align-items: flex-start;
  display: flex;
  --gap: 45rem;
  flex-direction: row;
  gap: var(--gap);
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__item {
    padding: 10rem;
    --gap: 0rem;
  }
}
.container[page-name=index] section.company .company__info__title {
  width: 180rem;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__title {
    width: 90rem;
    font-size: 12rem;
  }
}
.container[page-name=index] section.company .company__info__description-list {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  list-style: disc;
  padding-left: 20rem;
  display: flex;
  --gap: 0rem;
  flex-direction: column;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__description-list {
    font-size: 12rem;
  }
}
.container[page-name=index] section.company .company__info__description {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__description {
    font-size: 12rem;
  }
}

.container[page-name=privacy] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=privacy] {
    margin-top: 50rem;
  }
}
.container[page-name=privacy] hgroup.header {
  --margin-inline: 240rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80rem;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header {
    --margin-inline: 20rem;
    margin-top: 40rem;
  }
}
.container[page-name=privacy] hgroup.header .header__title {
  font-size: max(10px, 63rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header .header__title {
    font-size: 28rem;
  }
}
.container[page-name=privacy] hgroup.header .header__subtitle {
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header .header__subtitle {
    font-size: 16rem;
    margin-top: 2rem;
  }
}
.container[page-name=privacy] article.body {
  padding-top: 80rem;
  padding-bottom: 80rem;
  --margin-inline: 240rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name=privacy] article.body {
    --margin-inline: 20rem;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.container[page-name=privacy] article.body h2 {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name=privacy] article.body h2 + p {
  margin-bottom: 80rem;
}
.container[page-name=privacy] article.body h3 {
  font-size: max(10px, 20rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 40rem;
}
.container[page-name=privacy] article.body p, .container[page-name=privacy] article.body li, .container[page-name=privacy] article.body a {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name=privacy] article.body p, .container[page-name=privacy] article.body ul, .container[page-name=privacy] article.body ol {
  margin-top: 14rem;
}
.container[page-name=privacy] article.body ul, .container[page-name=privacy] article.body ol {
  padding-left: 36rem;
  display: flex;
  --gap: 6rem;
  flex-direction: column;
  gap: var(--gap);
}
.container[page-name=privacy] article.body > ol {
  counter-reset: list-counter;
}
.container[page-name=privacy] article.body > ol > li {
  counter-increment: list-counter;
  position: relative;
}
.container[page-name=privacy] article.body > ol > li::before {
  content: "（" counter(list-counter) "）";
  position: absolute;
  left: -34rem;
}
.container[page-name=privacy] article.body > ol ol {
  list-style-type: decimal;
  padding-left: 20rem;
}
.container[page-name=privacy] article.body > ol ol ol {
  list-style-type: lower-alpha;
  padding-left: 20rem;
}
.container[page-name=privacy] article.body ul {
  list-style-type: disc;
}
.container[page-name=privacy] article.body a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .container[page-name=privacy] article.body h2 + p {
    margin-bottom: 40rem;
  }
  .container[page-name=privacy] article.body h2 {
    font-size: 20rem;
  }
  .container[page-name=privacy] article.body h3 {
    font-size: 18rem;
  }
}