/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --header-hight: 14.3rem;
  --color-base: #f0f3f8;
  --color-main: #1b3e69;
  --color-accent: #a5925f;
  --color-font: #222;
  --font-yu-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-jost: "Jost", sans-serif;
  --font-size-sm: 2rem;
  --font-size-base: 3rem;
  --font-size-lg: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --header-hight: 6.4rem;
    --font-size-sm: 1.2rem;
    --font-size-base: 1.4rem;
    --font-size-md: 1.8rem;
    --font-size-lg: 2.4rem;
  }
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
@media (min-width: 769px) {
  html {
    font-size: calc(1000vw / 2700);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: var(--color-font);
  font-family: var(--font-yu-mincho);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
body.fixed {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-color: #fff;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: 1s ease;
}
body.is-loaded::before {
  opacity: 0;
  visibility: hidden;
}

main {
  overflow: clip;
}

@media screen and (min-width: 0px) {
  :focus-visible {
    outline: 2px solid var(--color-main);
    outline-offset: 4px;
  }
}

:target {
  scroll-margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :target {
    scroll-margin-top: 8rem;
  }
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a,
button {
  transition: 0.2s ease;
}

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.js-animation {
  transition: opacity 1s ease, transform 1.2s ease;
}
.js-animation.up {
  opacity: 0;
  transform: translateY(2rem);
}
.js-animation.left {
  opacity: 0;
  transform: translateX(-3rem);
}
.js-animation.right {
  opacity: 0;
  transform: translateX(3rem);
}
.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animation-stagger [data-animation-delay] {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-animation-stagger [data-animation-delay].up {
  transform: translateY(3rem);
}
.js-animation-stagger [data-animation-delay].bottom {
  transform: translateY(-3rem);
}
.js-animation-stagger [data-animation-delay].left {
  transform: translateX(-3rem);
}
.js-animation-stagger [data-animation-delay].right {
  transform: translateX(3rem);
}
.js-animation-stagger [data-animation-delay].is-active {
  opacity: 1;
}
.js-animation-stagger [data-animation-delay].is-active:not(.mv .characters) {
  transform: translate(0);
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 8;
  opacity: 1;
  padding-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading {
    padding-top: 8rem;
  }
}
.loading .inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: min(72.5rem, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}
.loading .inner .circle {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 400vw;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
.loading .inner p {
  position: relative;
  z-index: 2;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p {
    font-size: 3.2rem;
  }
}
.loading .inner p span {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p span {
    font-size: 3.2rem;
  }
}
.loading .inner p span:last-of-type {
  margin-top: 9.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p span:last-of-type {
    margin-top: 6rem;
  }
}
.loading .inner svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 80s linear infinite rotation;
}
.loading .inner svg path {
  fill: rgba(255, 102, 0, 0.5);
}

.common-inner {
  padding-inline: calc(50% - 90.8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-inner {
    padding-inline: 2rem;
  }
}

.common-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1.2rem;
  border: 1px solid var(--color-accent);
  align-items: center;
  -moz-column-gap: 8.8rem;
       column-gap: 8.8rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.2rem 2.7rem 2.2rem 4.5rem;
  background-color: #fff;
  font-family: var(--font-jost);
  color: var(--color-accent);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link {
    grid-template-columns: auto 0.8rem;
    padding: 1rem 1.6rem 1rem 2.4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    font-size: 1.4rem;
  }
}
.common-link::after {
  content: "";
  aspect-ratio: 11/13.8;
  -webkit-mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
  background-color: var(--color-accent);
  transition: background-color 0.2s ease;
}
.common-link:focus {
  background-color: var(--color-accent);
  color: #fff;
}
.common-link:focus::after {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .common-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: var(--color-accent);
    color: #fff;
  }
  .common-link:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-accent);
    color: #fff;
  }
  .common-link:where(:-moz-any-link, :enabled, summary):hover::after {
    background-color: #fff;
  }
  .common-link:where(:any-link, :enabled, summary):hover::after {
    background-color: #fff;
  }
}

.common-logo {
  display: grid;
  grid-template-columns: 16.1rem auto;
  align-items: center;
  gap: 1.6rem 2.4rem;
  padding-left: 1.2rem;
}
@media (any-hover: hover) {
  .common-logo:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-logo {
    gap: 0.3rem 0.8rem;
    grid-template-columns: 4.8rem auto;
    padding-left: 0.6rem;
  }
}
.common-logo img {
  grid-row: 1/3;
}
.common-logo span {
  display: inline-block;
  grid-column: 2;
  font-family: var(--font-noto-sans);
}
.common-logo span.ja {
  grid-row: 1;
  align-self: flex-end;
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-logo span.ja {
    font-size: 1.6rem;
  }
}
.common-logo span.en {
  grid-row: 2;
  align-self: flex-start;
  white-space: nowrap;
  font-size: 1.52rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-logo span.en {
    font-size: 0.8rem;
  }
}

.common-heading {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--font-size-lg);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}
.common-heading::before {
  content: attr(data-en);
  position: absolute;
  bottom: 3rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  color: var(--color-base);
  white-space: nowrap;
  font-size: 25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading::before {
    font-size: 6.4rem;
  }
}
.common-heading::after {
  content: "";
  display: block;
  margin: 4rem auto 0;
  width: 7rem;
  height: 0.4rem;
  background-color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading::after {
    width: 4rem;
    height: 0.2rem;
    margin-top: 2.4rem;
  }
}

.lower .fv {
  position: relative;
  display: grid;
  place-content: center;
  height: 70rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv {
    height: 20rem;
  }
}
.lower .fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.49);
}
.lower .fv h1 {
  display: grid;
  row-gap: 10rem;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv h1 {
    row-gap: 4rem;
    font-size: 3.2rem;
  }
}
.lower .fv h1::before {
  content: attr(data-en);
  color: #d8b969;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv h1::before {
    font-size: 2.4rem;
  }
}
.lower .fv h1::after {
  content: "";
  position: absolute;
  top: 9rem;
  left: 50%;
  translate: -50% 0;
  width: 7rem;
  height: 0.5rem;
  background-color: #d8b969;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv h1::after {
    top: 3.6rem;
    width: 4rem;
    height: 0.2rem;
  }
}
.lower .common-heading {
  color: var(--color-main);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lower .common-heading::before {
  bottom: 5.6rem;
  font-size: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-heading::before {
    bottom: 3.6rem;
    font-size: 6.4rem;
  }
}

.common-intro {
  position: relative;
  padding-block: 36rem 17rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-intro {
    padding-block: 12rem 6.4rem;
  }
}
.common-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: min(248rem, 100% - 4rem);
  height: 1px;
  margin-inline: auto;
  background-color: #1b3e69;
}
.common-intro .common-heading {
  margin-inline: initial;
  letter-spacing: initial;
}
@media screen and (min-width: 769px) {
  .common-intro .common-heading {
    white-space: nowrap;
  }
}
.common-intro .common-heading::before {
  top: -8rem;
  left: -5.3rem;
  translate: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-intro .common-heading::before {
    left: -1.6rem;
    top: -4rem;
    bottom: initial;
  }
}
.common-intro .common-heading::after {
  margin-inline: initial;
}
.common-intro p {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-intro p {
    margin-top: 4rem;
  }
}

.common-flow {
  position: relative;
}
.common-flow .labels {
  position: absolute;
  top: -16.8rem;
  left: 0;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(2, 76.6rem);
  justify-content: space-between;
  width: 100%;
  height: calc(100% + 27rem);
}
.common-flow .labels p {
  padding: 3.5rem;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .labels p {
    display: none;
  }
}
.common-flow .labels p:nth-of-type(1) {
  background-color: #e4eaf2;
  color: var(--color-main);
}
.common-flow .labels p:nth-of-type(2) {
  background-color: var(--color-main);
  color: #fff;
}
.common-flow .content {
  display: grid;
  row-gap: 9rem;
  margin-top: 32rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .content {
    row-gap: 6.4rem;
    margin-top: 6.4rem;
  }
}
.common-flow .row {
  display: grid;
  grid-template-columns: 81.6rem 85.4rem;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .row {
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
}
.common-flow .client {
  display: grid;
  background-color: #fff;
  border: 6rem solid #c5d0de;
  text-align: center;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .client {
    border-width: 2rem;
  }
}
.common-flow .client > p {
  display: grid;
  align-items: center;
  padding-block: 6.4rem;
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .client > p {
    padding-block: 2.4rem;
    font-size: 1.8rem;
  }
}
.common-flow .client dl dt {
  border-bottom: 3.2rem solid #c5d0de;
  padding: 3.2rem 4rem;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .client dl dt {
    border-bottom-width: 1.6rem;
    padding: 1.6rem 2rem;
    font-size: 2.2rem;
  }
}
.common-flow .client dl dd {
  padding-block: 5.6rem;
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .client dl dd {
    padding-block: 2.4rem;
    font-size: 1.8rem;
  }
}
.common-flow .service {
  position: relative;
  display: grid;
  align-items: center;
  padding: 7rem 2.4rem 7rem 16rem;
  background-color: #fff;
  border: 0.2rem solid var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .service {
    padding: 2.4rem;
  }
}
.common-flow .service::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  translate: 0 -50%;
  width: 7.3rem;
  aspect-ratio: 73/146;
  background-color: var(--color-main);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .service::before {
    top: -6rem;
    left: 50%;
    right: initial;
    translate: -50% 0;
    transform: rotate(90deg);
    width: 4rem;
  }
}
.common-flow .service ul li {
  color: var(--color-main);
}
.common-flow .service ul li::before {
  content: "・";
}
.common-flow .service ul li + li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-flow .service ul li + li {
    margin-top: 0.8rem;
  }
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
}
.site-header .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  height: var(--header-hight);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner {
    grid-template-columns: auto 5.6rem;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.site-header .common-logo {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-btn {
    position: relative;
    z-index: 2;
  }
  .site-header .drawer-btn button {
    display: grid;
    place-content: center;
    width: 100%;
    aspect-ratio: 1;
  }
  .site-header .drawer-btn button .line {
    position: relative;
    display: block;
    width: 3rem;
    height: 2px;
    background-color: var(--color-accent);
    transition: 0.3s ease;
  }
  .site-header .drawer-btn button .line::before, .site-header .drawer-btn button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-accent);
    transition: 0.3s ease;
  }
  .site-header .drawer-btn button .line::before {
    top: -1rem;
  }
  .site-header .drawer-btn button .line::after {
    top: 1rem;
  }
  .site-header .drawer-btn button[aria-expanded=true] .line {
    background-color: transparent;
  }
  .site-header .drawer-btn button[aria-expanded=true] .line::before, .site-header .drawer-btn button[aria-expanded=true] .line::after {
    top: 0;
  }
  .site-header .drawer-btn button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  .site-header .drawer-btn button[aria-expanded=true] .line::after {
    transform: rotate(-45deg);
  }
}
.site-header .drawer-menu {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: min(45rem, 100%);
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-menu[data-expanded=true] {
    visibility: visible;
  }
  .site-header .drawer-menu[data-expanded=true] nav {
    opacity: 1;
    translate: 0 0;
  }
}
.site-header .drawer-menu nav {
  display: grid;
  grid-template-columns: auto 26rem;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 6.3rem;
       column-gap: 6.3rem;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    display: block;
    height: auto;
    min-height: 100%;
    padding: 11rem 4rem 20rem;
    opacity: 0;
    translate: 0 2rem;
    transition: 0.5s 0.2s ease;
  }
}
.site-header .menu-list {
  display: flex;
  align-items: center;
  gap: 11rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .menu-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .menu-list > li {
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header .menu-list > li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (any-hover: hover) {
  .site-header .menu-list > li a:hover::after {
    transform-origin: center top;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .menu-list > li a {
    display: grid;
    grid-template-columns: 1fr 1rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    align-items: center;
    width: 100%;
    padding: 2rem 1rem 2rem 0.8rem;
    font-size: 1.7rem;
  }
}
.site-header .menu-list > li a::after {
  content: "";
}
@media screen and (min-width: 769px) {
  .site-header .menu-list > li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background: var(--color-accent);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.2s ease;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .menu-list > li a::after {
    aspect-ratio: 11/13;
    background: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
  }
}
.site-header .has-submenu {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu {
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header .has-submenu .toggle-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  background: none;
  border: none;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .site-header .has-submenu .toggle-btn::after {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .toggle-btn {
    width: 100%;
    padding: 2rem 1.5rem 2rem 0.8rem;
    font-size: 1.7rem;
    justify-content: space-between;
    cursor: pointer;
  }
}
.site-header .has-submenu .toggle-btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1;
  border-right: 1.2px solid var(--color-accent);
  border-bottom: 1.2px solid var(--color-accent);
  transform: rotate(45deg) translateY(-0.5rem);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .toggle-btn::after {
    width: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .site-header .has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    min-width: 24rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: visibility 0.2s, opacity 0.2s;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .submenu {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
  }
}
.site-header .has-submenu .submenu ul {
  list-style: none;
  min-height: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .submenu ul {
    background-color: #f8f8f8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .submenu li {
    border-bottom: 1px solid #d9d9d9;
  }
  .site-header .has-submenu .submenu li:last-of-type {
    border-bottom: none;
  }
}
.site-header .has-submenu .submenu li a {
  display: block;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 1.8rem 2.4rem;
}
@media (any-hover: hover) {
  .site-header .has-submenu .submenu li a:hover {
    background-color: var(--color-base);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu .submenu li a {
    font-size: 1.5rem;
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .site-header .has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .has-submenu.is-open .submenu {
    grid-template-rows: 1fr;
  }
}
.site-header .has-submenu.is-open .toggle-btn::after {
  transform: rotate(-135deg);
}
.site-header .cta-btn {
  display: grid;
  place-content: center;
  height: 100%;
  background-color: var(--color-main);
  color: #fff;
  white-space: nowrap;
  font-family: var(--font-jost);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .cta-btn {
    height: 6.4rem;
    margin-top: 6.4rem;
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .site-header .cta-btn:hover {
    background-color: var(--color-accent);
    color: #fff;
  }
  .site-header .cta-btn:hover .arrow {
    background-color: #fff;
  }
  .site-header .cta-btn:hover .arrow::after {
    border-color: var(--color-accent);
  }
}

.site-footer .cta {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  height: 104.7rem;
  background: url(/assets/images/common/cta-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta {
    display: block;
    padding: 4rem 2rem;
    height: calc(100% + 8rem);
  }
}
.site-footer .cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
.site-footer .cta .wrapper {
  display: grid;
  place-content: center;
  width: 94.5rem;
  aspect-ratio: 1;
  margin-inline: auto;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta .wrapper {
    display: block;
    width: 100%;
    aspect-ratio: initial;
    padding: 3.2rem 2.4rem;
  }
}
.site-footer .cta h2 {
  margin-bottom: 10rem;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta h2 {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}
.site-footer .cta h2::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 4.5rem;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta h2::before {
    margin-bottom: 1rem;
    font-size: 4.8rem;
  }
}
.site-footer .cta h2::after {
  content: "";
  display: block;
  width: 12rem;
  height: 1px;
  margin-top: 4.5rem;
  background-color: var(--color-accent);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta h2::after {
    width: 6.4rem;
    margin-top: 2.4rem;
  }
}
.site-footer .cta p {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta p {
    font-size: 1.4rem;
  }
}
.site-footer .cta .common-link {
  -moz-column-gap: 17.7rem;
       column-gap: 17.7rem;
  margin: 8.6rem auto 0;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .cta .common-link {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.site-footer > .inner {
  background-color: #fff;
  padding-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer > .inner {
    padding-top: 5.6rem;
    padding-inline: 2rem;
  }
}
.site-footer .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem 13.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .info {
    flex-direction: column;
    align-items: initial;
  }
}
.site-footer .info .common-logo {
  padding-left: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .info .common-logo {
    grid-template-columns: 5.6rem auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .info .common-logo span.ja {
    font-size: 2rem;
    line-height: 1.1;
  }
}
.site-footer .info address {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .info address {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.site-footer .menus {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 4rem 32.3rem;
  margin-block: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menus {
    grid-template-columns: 1fr;
    gap: 1.6rem 3rem;
    margin-block: 4rem 5.6rem;
  }
}
@media (any-hover: hover) {
  .site-footer .menus a:hover {
    color: var(--color-accent);
  }
}
.site-footer .menus .parent li a,
.site-footer .menus .parent li span {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menus .parent li a,
  .site-footer .menus .parent li span {
    font-size: 1.4rem;
  }
}
.site-footer .menus .sub {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menus .sub {
    justify-content: flex-start;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.site-footer .menus .sub li a::before {
  content: "- ";
}
.site-footer .copy {
  display: block;
  padding-block: 3.6rem;
  background-color: var(--color-main);
  text-align: center;
  color: #fff;
  font-family: var(--font-jost);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .copy {
    padding-block: 1rem;
    font-size: 1rem;
  }
}

#top .fv {
  position: relative;
}
#top .fv .fv-slider .splide__pagination {
  position: static;
  padding: 3.5rem 2rem 0;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__pagination {
    padding-top: 2.4rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
#top .fv .fv-slider .splide__pagination__page {
  background-color: #e3e3e3;
  width: 1.9rem;
  height: 1.9rem;
  margin: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__pagination__page {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#top .fv .fv-slider .splide__pagination__page.is-active {
  transform: initial;
  background-color: #878787;
}
#top .fv .fv-slider .splide__slide {
  position: relative;
  overflow: hidden;
}
#top .fv .fv-slider .splide__slide img {
  height: min(133rem, 100svh - var(--header-hight));
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide img {
    height: calc(100svh - var(--header-hight));
  }
}
#top .fv .fv-slider .splide__slide img.is-zooming {
  animation: fv-zoom 7s ease forwards;
}
@keyframes fv-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
#top .fv .fv-slider .splide__slide .catch {
  position: absolute;
  bottom: 19.8rem;
  right: 0;
  padding-right: 10rem;
  z-index: 1;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.69);
  text-align: end;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide .catch {
    bottom: 14rem;
    padding-right: 2rem;
  }
}
#top .fv .fv-slider .splide__slide .catch h1 {
  font-size: 11rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide .catch h1 {
    font-size: 3.2rem;
  }
}
#top .fv .fv-slider .splide__slide .catch h1::after {
  content: "";
  display: block;
  width: calc(100% + 12.8rem);
  height: 0.2rem;
  margin-block: 4rem 7rem;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.6);
  translate: -2.8rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide .catch h1::after {
    width: calc(100% + 5rem);
    margin-block: 1.6rem 2rem;
    translate: -1rem 0;
  }
}
#top .fv .fv-slider .splide__slide .catch p {
  font-family: var(--font-jost);
  font-size: var(--font-size-base);
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide .catch p {
    font-size: 1.4rem;
  }
}
#top .fv .fv-slider .splide__slide:nth-of-type(2) .catch, #top .fv .fv-slider .splide__slide:nth-of-type(3) .catch {
  bottom: initial;
  top: 52rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide:nth-of-type(2) .catch, #top .fv .fv-slider .splide__slide:nth-of-type(3) .catch {
    top: initial;
    bottom: 14rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .fv-slider .splide__slide:nth-of-type(2) .catch h1 {
    font-size: 2.8rem;
  }
}
#top .news {
  display: grid;
  grid-template-columns: auto 104.6rem;
  justify-content: space-between;
  padding-block: 18rem 47.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news {
    grid-template-columns: 1fr;
    padding-block: 15rem 14rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .inner {
    display: contents;
  }
}
#top .news .common-heading {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #top .news .common-heading::before {
    right: 9.5rem;
    left: initial;
    translate: initial;
  }
}
@media screen and (min-width: 769px) {
  #top .news .common-heading::after {
    margin-inline: initial;
  }
}
#top .news ul {
  border-top: 1px solid #8e8e8e;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul {
    margin-top: 4rem;
  }
}
#top .news ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem 6rem;
  padding: 4rem 4.6rem;
  border-bottom: 1px solid #8e8e8e;
  transition: background-color 0.2s ease;
}
#top .news ul li a:focus {
  background: rgba(0, 0, 0, 0.02);
}
@media (hover: hover) and (pointer: fine) {
  #top .news ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background: rgba(0, 0, 0, 0.02);
  }
  #top .news ul li a:where(:any-link, :enabled, summary):hover {
    background: rgba(0, 0, 0, 0.02);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a {
    grid-template-columns: 1fr;
    padding: 1.4rem 0;
  }
}
#top .news ul li a .meta {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a .meta {
    display: flex;
    gap: 1.4rem;
  }
}
#top .news ul li a .meta time {
  font-family: var(--font-jost);
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a .meta time {
    font-size: 1.4rem;
  }
}
#top .news ul li a .cat {
  display: grid;
  place-content: center;
  min-width: 12.8rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  border: 1px solid var(--color-accent);
  background-color: #fff;
  color: var(--color-accent);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a .cat {
    min-width: initial;
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
  }
}
#top .news ul li a p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a p {
    grid-column: 1/span 2;
    grid-row: 2;
    font-size: 1.6rem;
  }
}
#top .news ul .no-posts {
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul .no-posts {
    padding-block: 4rem;
  }
}
#top .news .common-link {
  margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .common-link {
    grid-row: 3;
    margin: 4rem auto 0;
  }
}
#top .about {
  padding-block: 20.1rem 23rem;
  background-color: var(--color-main);
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about {
    padding: 8rem 2rem;
  }
}
#top .about .common-heading {
  letter-spacing: 0.05em;
}
#top .about .common-heading::before {
  top: -42rem;
  left: calc(100% + 15rem);
  translate: initial;
  bottom: initial;
  color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .common-heading::before {
    top: -13.6rem;
    left: 1.4rem;
  }
}
#top .about .common-heading::after {
  background-color: #fff;
}
#top .about .inner {
  display: grid;
  grid-template-columns: 103.1rem 132.6rem;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4rem 14.7rem;
  margin-top: 17rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .inner {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
#top .about .body h3 {
  font-size: 4rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .body h3 {
    font-size: var(--font-size-md);
  }
}
#top .about .body .description {
  margin-top: 6rem;
  padding-block: 9rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .body .description {
    margin-top: 2.4rem;
    padding-block: 3.2rem;
  }
}
#top .about .body .description p + p {
  margin-top: 2em;
}
#top .service {
  padding-top: 32rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service {
    padding: 12rem 2rem 0;
  }
}
#top .service .common-heading {
  color: var(--color-main);
}
#top .service .description {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service .description {
    margin-top: 2.4rem;
  }
}
#top .service ul {
  display: grid;
  grid-template-columns: repeat(3, 70rem);
  grid-template-rows: auto auto 1fr auto;
  justify-content: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-top: 16rem;
  margin-bottom: -15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    margin-top: 4rem;
    margin-bottom: -5.6rem;
  }
}
#top .service ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: start;
  padding-bottom: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul li {
    padding-bottom: 5.6rem;
  }
}
#top .service ul li figure {
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.11);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul li figure {
    box-shadow: 1rem 1rem 1.6rem rgba(0, 0, 0, 0.08);
  }
}
#top .service ul li h3 {
  margin-top: 4rem;
  color: var(--color-main);
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul li h3 {
    margin-top: 1.6rem;
    font-size: var(--font-size-md);
  }
}
#top .service ul li p {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul li p {
    margin-top: 0.4rem;
  }
}
#top .service ul li .common-link {
  margin: 4.8rem 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service ul li .common-link {
    width: 100%;
    padding-left: 1.6rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 1.6rem;
  }
}
#top .information {
  padding: 42.4rem 11.3rem 19rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information {
    padding: 12rem 0 8rem;
  }
}
#top .information ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 11rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul {
    grid-template-columns: 1fr;
    margin-top: 4rem;
    row-gap: 6.4rem;
  }
}
#top .information ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  #top .information ul li:nth-child(n+3) figure {
    order: 2;
  }
  #top .information ul li:nth-child(n+3) .body {
    order: 1;
  }
}
#top .information ul li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li figure img {
    aspect-ratio: 4/3.5;
  }
}
#top .information ul li .body {
  display: grid;
  place-content: center;
  background-color: var(--color-main);
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li .body {
    width: calc(100% - 4rem);
    margin: -8rem auto 0;
    padding: 3.2rem 2.4rem;
  }
}
#top .information ul li .body h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li .body h3 {
    font-size: var(--font-size-md);
  }
}
#top .information ul li .body h3::before {
  content: attr(data-en);
  display: block;
  font-size: 7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li .body h3::before {
    font-size: 4rem;
    line-height: 1.3;
  }
}
#top .information ul li .body .common-link {
  margin: 7.5rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .information ul li .body .common-link {
    margin-top: 2.4rem;
  }
}

#information main .fv {
  background-image: url(/assets/images/information/fv-bg.jpg);
}
#information main .fv::before {
  background-color: rgba(0, 0, 0, 0.1);
}
#information main .message {
  display: grid;
  grid-template-columns: 132rem 108.5rem;
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
  padding-top: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message {
    grid-template-columns: 1fr;
    padding: 12rem 2rem 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .inner {
    margin-top: 5.6rem;
  }
}
#information main .message .common-heading {
  margin-inline: initial;
}
#information main .message .common-heading::before {
  top: -10rem;
  left: -6rem;
  translate: initial;
  color: #f0f3f8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .common-heading::before {
    top: -4rem;
    left: -1rem;
  }
}
#information main .message .common-heading::after {
  margin-inline: initial;
}
#information main .message .body {
  margin-top: 8rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body {
    margin-top: 3.2rem;
  }
}
#information main .message .body .description p {
  line-height: 1.46;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .description p {
    line-height: 1.6;
  }
}
#information main .message .body .description p + p {
  margin-top: 1.5em;
}
#information main .message .body .from {
  display: grid;
  justify-content: flex-end;
  margin-top: 7.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .from {
    margin-top: 2.4rem;
  }
}
#information main .message .body .from .position {
  font-size: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .from .position {
    font-size: 1.4rem;
  }
}
#information main .message .body .from .name {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .from .name {
    margin-top: 0.8rem;
  }
}
#information main .message .body .from .name span {
  display: block;
}
#information main .message .body .from .name span.ja {
  font-size: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .from .name span.ja {
    font-size: 1.8rem;
  }
}
#information main .message .body .from .name span.en {
  font-size: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .message .body .from .name span.en {
    font-size: 1.4rem;
  }
}
#information main .philosophy {
  display: grid;
  place-content: center;
  gap: 11rem;
  margin-top: 21rem;
  padding-block: 34rem;
  width: min(114rem, 100%);
  margin-inline: auto;
  border: 1px solid #1b3e69;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .philosophy {
    gap: 4rem;
    width: calc(100% - 4rem);
    margin-top: 10rem;
    padding-block: 8rem;
  }
}
#information main .philosophy p {
  font-size: 4.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .philosophy p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#information main .guidelines {
  padding-top: 31rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .guidelines {
    padding-top: 12rem;
  }
}
#information main .guidelines ol {
  display: grid;
  row-gap: 4.5rem;
  counter-reset: item;
  margin-top: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .guidelines ol {
    row-gap: 2.4rem;
    margin-top: 5.6rem;
  }
}
#information main .guidelines ol li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.2rem 4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .guidelines ol li {
    gap: 1.2rem 1.6rem;
    padding-bottom: 2.4rem;
  }
}
#information main .guidelines ol li::before {
  grid-row: 1/span 2;
  align-self: flex-start;
  content: "0" counter(item);
  counter-increment: item;
  color: var(--color-accent);
  font-family: var(--font-jost);
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .guidelines ol li::before {
    font-size: 3.2rem;
  }
}
#information main .guidelines ol li h3 {
  grid-column: 2;
  grid-row: 1;
  padding-top: 1.6rem;
  color: var(--color-main);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .guidelines ol li h3 {
    font-size: var(--font-size-md);
    padding-top: 0.4rem;
  }
}
#information main .guidelines ol li p {
  grid-column: 2;
  grid-row: 2;
}
#information main .company {
  padding-top: 32rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .company {
    padding-top: 12rem;
  }
}
#information main .company dl {
  display: grid;
  grid-template-columns: 48rem 1fr;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .company dl {
    grid-template-columns: 1fr;
    border-top: 1px solid #696969;
    margin-top: 5.6rem;
  }
}
#information main .company dl dt {
  grid-column: 1;
  border-bottom: 3px solid var(--color-main);
  padding: 4.8rem 0 4.8rem 14rem;
  font-weight: 500;
  translate: 0 1px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .company dl dt {
    border-bottom: none;
    padding: 2.4rem 0 0.8rem;
    color: var(--color-main);
    font-size: 1.6rem;
    font-weight: 600;
  }
}
#information main .company dl dd {
  border-bottom: 1px solid #696969;
  padding: 4.8rem 0 4.8rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .company dl dd {
    padding: 0 0 2.4rem;
  }
}
#information main .access {
  padding-block: 27.7rem 21.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access {
    padding-block: 12rem;
  }
}
#information main .access .inner {
  display: grid;
  grid-template-columns: 56rem 1fr;
  align-items: center;
  gap: 4rem 10rem;
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access .inner {
    grid-template-columns: 1fr;
    margin-top: 5.6rem;
    gap: 4rem;
  }
}
#information main .access figure {
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.11);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access figure {
    width: 24rem;
    margin-inline: auto;
    box-shadow: 1rem 1rem 1.6rem rgba(0, 0, 0, 0.08);
  }
}
#information main .access dl {
  display: grid;
  row-gap: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access dl {
    row-gap: 3.2rem;
  }
}
#information main .access dl div:nth-of-type(1) dt::before {
  background: url(/assets/images/common/icon-map.svg) no-repeat center/contain;
}
#information main .access dl div:nth-of-type(2) dt::before {
  background: url(/assets/images/common/icon-train.svg) no-repeat center/contain;
}
#information main .access dl div:nth-of-type(3) dt::before {
  background: url(/assets/images/common/icon-car.svg) no-repeat center/contain;
}
#information main .access dl dt {
  display: grid;
  grid-template-columns: 6.5rem auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  color: var(--color-main);
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access dl dt {
    grid-template-columns: 2.4rem auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: var(--font-size-md);
  }
}
#information main .access dl dt::before {
  content: "";
  aspect-ratio: 1;
}
#information main .access dl dd {
  margin-top: 2rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access dl dd {
    margin-top: 0.8rem;
    font-size: var(--font-size-base);
  }
}
#information main .access iframe {
  margin-top: 12rem;
  width: 100%;
  height: 90rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #information main .access iframe {
    margin-top: 5.6rem;
    height: 32rem;
  }
}

#service main .fv {
  background-image: url(/assets/images/service/fv-bg.jpg);
}
#service main .flow {
  position: relative;
  padding-block: 30rem 10.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .flow {
    padding-block: 8rem 0;
  }
}
#service main .support {
  padding: 25rem 10rem 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support {
    padding: 10rem 2rem 8rem;
  }
}
#service main .support .inner {
  border: 1px solid var(--color-main);
}
#service main .support header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 45rem;
  background-color: var(--color-main);
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support header {
    grid-template-columns: 1fr;
    height: auto;
  }
}
#service main .support header .body {
  padding: 8.8rem 10rem 0 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support header .body {
    order: 2;
    padding: 3rem 2.4rem;
  }
}
#service main .support header .body h2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support header .body h2 {
    font-size: 2.4rem;
  }
}
#service main .support header .body p {
  margin-top: 4rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support header .body p {
    margin-top: 2rem;
  }
}
#service main .support header figure {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support header figure {
    order: 1;
    height: 20rem;
  }
}
#service main .support header figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service main .support .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
#service main .support .cards ul {
  display: contents;
}
#service main .support .cards li {
  position: relative;
}
#service main .support .cards li:nth-child(1) a::before {
  background: url(/assets/images/service/support-icon01.svg) no-repeat center/contain;
}
#service main .support .cards li:nth-child(2) a::before {
  background: url(/assets/images/service/support-icon02.svg) no-repeat center/contain;
}
#service main .support .cards li:nth-child(3) a::before {
  background: url(/assets/images/service/support-icon03.svg) no-repeat center/contain;
}
#service main .support .cards li:nth-child(4) a::before {
  background: url(/assets/images/service/support-icon04.svg) no-repeat center/contain;
}
#service main .support .cards li:nth-child(5) a::before {
  background: url(/assets/images/service/support-icon05.svg) no-repeat center/contain;
}
#service main .support .cards li:nth-child(6) a::before {
  background: url(/assets/images/service/support-icon06.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  #service main .support .cards li:nth-of-type(2) a, #service main .support .cards li:nth-of-type(4) a, #service main .support .cards li:nth-of-type(5) a {
    background-color: #f8f8f8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards li:nth-of-type(2) a, #service main .support .cards li:nth-of-type(3) a, #service main .support .cards li:nth-of-type(6) a {
    background-color: #f8f8f8;
  }
}
#service main .support .cards li a {
  display: grid;
  grid-template-rows: auto 15rem auto;
  height: 60rem;
  padding: 4rem 9rem;
  text-decoration: none;
}
@media (any-hover: hover) {
  #service main .support .cards li a:hover {
    background-color: #dde5ee;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards li a {
    grid-template-rows: auto 5.6rem 1fr;
    gap: 1.6rem;
    padding: 2.4rem 1.6rem;
    height: 100%;
  }
}
#service main .support .cards li a::before {
  content: "";
  align-self: center;
  justify-self: center;
  width: 15rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards li a::before {
    width: 5.6rem;
  }
}
#service main .support .cards li h3 {
  align-self: flex-end;
  order: -1;
  margin-bottom: 2.4rem;
  color: var(--color-main);
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards li h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
}
#service main .support .cards li p {
  margin-top: 4.8rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards li p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#service main .support .cards .note {
  grid-column: span 2;
  display: grid;
  place-content: center;
  gap: 5.4rem;
  padding: 4rem 3rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards .note {
    grid-column: span 2;
    border-top: 1px solid #c5d0de;
    gap: 2rem;
    padding: 2.4rem;
  }
}
#service main .support .cards .note .common-link {
  padding: 5.5rem 3.8rem 5.5rem 12rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards .note .common-link {
    padding: 1.2rem 1.6rem 1.2rem 3.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#service main .support .cards .note p {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #service main .support .cards .note p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#policy main .fv {
  background-image: url(/assets/images/policy/fv-bg.jpg);
}
#policy main article {
  display: grid;
  row-gap: 12rem;
  padding-block: 21rem 14.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main article {
    row-gap: 6rem;
    padding-block: 8rem 6rem;
  }
}
#policy main article section h2 {
  border-left: 1.6rem solid var(--color-main);
  background-color: #efefef;
  padding: 3.2rem 5.6rem;
  font-size: 4.5rem;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main article section h2 {
    border-left-width: 0.6rem;
    padding: 1.2rem 1rem;
    font-size: 2rem;
  }
}
#policy main article section p {
  padding-right: 10.6rem;
  margin-top: 7.2rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main article section p {
    padding-right: 0;
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
#policy main article .contact {
  background-color: #efefef;
  padding: 3.6rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main article .contact {
    padding: 2.4rem;
  }
}

#contact .fv {
  background-image: url(/assets/images/contact/fv-bg.jpg);
}
#contact .tel {
  padding-block: 20rem 17rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .tel {
    padding-block: 10rem 8rem;
  }
}
#contact .form {
  padding-block: 10rem 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .form {
    padding-block: 8rem 12rem;
  }
}
#contact .form .lead {
  margin-top: 6rem;
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .form .lead {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
#contact .form .lead .attention {
  color: #b11111;
}
#contact .contact-form {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form {
    margin-top: 4rem;
  }
}
#contact .contact-form dl > div {
  display: grid;
  grid-template-columns: 48rem 1fr;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl > div {
    grid-template-columns: 1fr;
    border-top: 1px solid #696969;
    margin-top: 5.6rem;
  }
}
#contact .contact-form dl dt {
  grid-column: 1;
  border-bottom: 3px solid var(--color-main);
  padding: 4rem 0 4rem 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  translate: 0 1px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl dt {
    border-bottom: none;
    padding: 2.4rem 0 0.8rem;
    color: var(--color-main);
    font-size: 1.6rem;
    font-weight: 600;
  }
}
#contact .contact-form dl dt .req {
  margin-left: 1.7rem;
  color: #b11111;
  font-size: 3.5rem;
}
#contact .contact-form dl dt .note {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl dt .note {
    font-size: 1.2rem;
  }
}
#contact .contact-form dl dd {
  border-bottom: 1px solid #696969;
  padding: 4rem 2.4rem 4rem 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl dd {
    padding: 0 0 2.4rem;
  }
}
#contact .contact-form dl dd input,
#contact .contact-form dl dd textarea {
  width: 100%;
  background: transparent;
  padding: 1.6rem 4rem;
  background-color: var(--color-base);
  font-size: 2.8rem;
  font-family: var(--font-noto-sans);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl dd input,
  #contact .contact-form dl dd textarea {
    font-size: 1.6rem;
  }
}
#contact .contact-form dl dd textarea {
  height: 22rem;
  resize: vertical;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form dl dd textarea {
    height: 12rem;
  }
}
#contact .contact-form .submit-area {
  display: grid;
  place-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form .submit-area {
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
#contact .contact-form .submit-area .privacy-check {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
#contact .contact-form .submit-area .privacy-check input[type=checkbox] {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  accent-color: var(--color-main);
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form .submit-area .privacy-check input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#contact .contact-form .submit-area .privacy-check span {
  font-size: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form .submit-area .privacy-check span {
    font-size: 1.4rem;
  }
}
#contact .contact-form .submit-area button[type=submit] {
  width: 24rem;
  padding: 2.4rem 0;
  background-color: var(--color-main);
  color: #fff;
  font-size: 2.8rem;
  font-family: var(--font-noto-sans);
  letter-spacing: 0.2em;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .contact-form .submit-area button[type=submit] {
    width: 18rem;
    padding: 1.6rem 0;
    font-size: 1.6rem;
  }
}
#contact .contact-form .submit-area button[type=submit]:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  #contact .contact-form .submit-area button[type=submit]:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  #contact .contact-form .submit-area button[type=submit]:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

#coming-soon main {
  display: grid;
  place-content: center;
  min-height: 80vh;
}
#coming-soon main p {
  text-align: center;
  font-size: 5.4rem;
  font-weight: 600;
  color: var(--color-main);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #coming-soon main p {
    font-size: 2rem;
  }
}

#healthcare .fv {
  background-image: url(/assets/images/healthcare/fv-bg.jpg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #healthcare .common-intro .common-heading {
    font-size: 2.3rem;
  }
}
#healthcare .flow {
  padding-block: 30rem 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #healthcare .flow {
    padding-block: 8rem;
  }
}

#inheritance main .fv {
  background-image: url(/assets/images/inheritance/fv-bg.jpg);
}
#inheritance main .flow {
  padding-block: 30rem 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .flow {
    padding-block: 8rem;
  }
}
#inheritance main .schedule {
  background-color: #eaeaea;
  padding-block: 30rem 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule {
    padding-block: 8rem;
  }
}
#inheritance main .schedule .common-heading::before {
  color: #f0f3f8;
}
#inheritance main .schedule .schedule-chart {
  display: grid;
  grid-template-columns: 1fr 18rem;
  gap: 2rem;
  margin-top: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .schedule-chart {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}
#inheritance main .schedule .chart-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#inheritance main .schedule .chart-main > p,
#inheritance main .schedule .chart-main .chart-branch > div > p:last-child,
#inheritance main .schedule .chart-main .chart-split > div:last-child > p,
#inheritance main .schedule .chart-main .chart-triple > p {
  background-color: var(--color-base);
  padding: 2.4rem 4rem;
  text-align: center;
  font-size: 2.4rem;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-main > p,
  #inheritance main .schedule .chart-main .chart-branch > div > p:last-child,
  #inheritance main .schedule .chart-main .chart-split > div:last-child > p,
  #inheritance main .schedule .chart-main .chart-triple > p {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
#inheritance main .schedule .chart-main > * + *::before,
#inheritance main .schedule .chart-main .chart-branch > div > p + p::before,
#inheritance main .schedule .chart-main .chart-split > div:last-child > p::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 2.8rem;
  background-color: var(--color-main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0.8rem auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-main > * + *::before,
  #inheritance main .schedule .chart-main .chart-branch > div > p + p::before,
  #inheritance main .schedule .chart-main .chart-split > div:last-child > p::before {
    width: 2.5rem;
    height: 1.6rem;
    margin: 0.5rem auto;
  }
}
#inheritance main .schedule .chart-branch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-branch {
    gap: 1.2rem;
  }
}
#inheritance main .schedule .chart-branch > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inheritance main .schedule .chart-branch > div > p:first-child {
  font-size: 2rem;
  text-align: center;
  color: var(--color-main);
  margin-bottom: 0.4rem;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-branch > div > p:first-child {
    font-size: 1.2rem;
  }
}
#inheritance main .schedule .chart-branch > div > p:last-child {
  width: 100%;
}
#inheritance main .schedule .chart-split {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-split {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
  }
}
#inheritance main .schedule .chart-split > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-top: 4rem;
}
#inheritance main .schedule .chart-split > div:first-child span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-split > div:first-child span {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#inheritance main .schedule .chart-split > div:last-child {
  display: flex;
  flex-direction: column;
}
#inheritance main .schedule .chart-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-triple {
    gap: 0.8rem;
  }
}
#inheritance main .schedule .chart-triple > p {
  font-size: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-triple > p {
    font-size: 1.1rem;
    padding: 1rem 0.6rem;
  }
}
#inheritance main .schedule .chart-brackets {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #inheritance main .schedule .chart-brackets {
    display: none;
  }
}
#inheritance main .schedule .chart-brackets > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  border-right: 0.2rem solid var(--color-main);
  border-top: 0.2rem solid var(--color-main);
  border-bottom: 0.2rem solid var(--color-main);
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
}
#inheritance main .schedule .chart-brackets > div[data-months="3"] {
  height: 32rem;
}
#inheritance main .schedule .chart-brackets > div[data-months="4"] {
  height: 65rem;
}
#inheritance main .schedule .chart-brackets > div[data-months="10"] {
  height: 124rem;
}

#succession .fv {
  background-image: url(/assets/images/succession/fv-bg.jpg);
}
#succession .flow {
  padding-block: 30rem 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #succession .flow {
    padding-block: 8rem;
  }
}
#succession .flow .common-flow .content {
  grid-template-columns: 81.6rem 85.4rem;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #succession .flow .common-flow .content {
    row-gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
#succession .flow .common-flow .content .service {
  grid-row: 1/4;
  grid-column: 2;
  align-self: stretch;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #succession .flow .common-flow .content .service {
    grid-row: auto;
    grid-column: auto;
    align-self: auto;
    margin-top: 4rem;
  }
}

#seminar .fv {
  background-image: url(/assets/images/seminar/fv-bg.jpg);
}
#seminar .flow {
  padding-block: 30rem 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #seminar .flow {
    padding-block: 8rem;
  }
}
#seminar .flow .heading {
  margin-bottom: 1.6rem;
  color: var(--color-main);
}
#seminar .flow .heading::before {
  content: "■";
}

/*# sourceMappingURL=styles.css.map*/