/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 {
  --font-zen-kaku-gothic: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, sans-serif;
  --font-jakarta-sans: "Plus Jakarta Sans", sans-serif;
  --font-size-md: 2rem;
  --font-size-base: 1.6rem;
  --color-main: #ff6600;
  --color-base: #fffcf7;
  --color-sub01: #fff2df;
  --color-sub02: #fdbe92;
  --color-accent: #fdef92;
  --color-font: #2c3e50;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --font-size-md: 1.6rem;
    --font-size-base: 1.4rem;
  }
}

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

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-base);
  color: var(--color-font);
  font-family: var(--font-zen-kaku-gothic);
  font-size: var(--font-size-base);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  body {
    letter-spacing: 0.02em;
  }
}
body.fixed {
  overflow: hidden;
}
body.is-loading {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

main {
  overflow: hidden;
}

@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 0.8s ease, transform 0.8s ease;
}
.js-animation.up {
  opacity: 0;
  transform: translateY(3rem);
}
.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% - 60rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-inner {
    padding-inline: 2rem;
  }
}

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

.common-cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-block: 12rem 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta {
    padding-inline: initial;
    padding-block: 8rem 0;
    margin-bottom: -4rem;
  }
}
.common-cta .slide-texts {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  animation: slideLeft 80s linear infinite;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .slide-texts {
    top: 4rem;
    z-index: 2;
    pointer-events: none;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
.common-cta .slide-texts .texts {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .slide-texts .texts {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
.common-cta .slide-texts .texts span {
  color: rgba(255, 102, 0, 0.05);
  font-family: var(--font-jakarta-sans);
  font-size: 24rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .slide-texts .texts span {
    font-size: 12rem;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.common-cta a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  justify-content: space-between;
  height: 44rem;
  margin: 8rem auto 0;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2rem 8rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta a {
    grid-template-columns: 1fr;
    border-radius: initial;
    height: initial;
    margin-top: 6rem;
    padding: 4rem 2rem 8rem;
  }
}
.common-cta a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/assets/images/top/cta-bg02.jpg) no-repeat center/cover;
  transition: background-image 0.3s ease, transform 0.8s ease;
}
.common-cta a hgroup h2 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta a hgroup h2 {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.common-cta a hgroup p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta a hgroup p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.common-cta a .circle {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta a .circle {
    width: 18rem;
    margin: 4rem auto 0;
  }
}
.common-cta a .circle span {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto 1rem;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: var(--font-size-md);
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta a .circle span {
    grid-template-columns: auto 0.6rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.common-cta a .circle span::after {
  content: "";
  z-index: 2;
  aspect-ratio: 5/9;
  background: url(/assets/images/common/icon-arrow-white.svg) no-repeat center/contain;
}
.common-cta a .circle svg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  animation: rotation 30s linear infinite;
}
@media (any-hover: hover) {
  .common-cta a:hover::before {
    background-image: url(/assets/images/top/cta-bg01.jpg);
    transform: scale(1.08);
  }
}

.common-link a {
  display: grid;
  grid-template-columns: 1fr 0.8rem;
  place-content: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 20rem;
  height: 5rem;
  padding-inline: 2.4rem;
  border: 1px solid var(--color-font);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-base);
  font-weight: 500;
}
.common-link a::after {
  content: "";
  aspect-ratio: 5/11;
  background: url(/assets/images/common/icon-arrow-navy.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
  .common-link a:hover {
    background-color: var(--color-font);
    color: #fff;
  }
  .common-link a:hover::after {
    background-image: url(/assets/images/common/icon-arrow-white.svg);
  }
}

.lower {
  display: grid;
  min-height: 100lvh;
}
.lower .page-header {
  position: relative;
  z-index: 2;
  background: url(/assets/images/common/lower-fv-bg.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .page-header {
    background-image: url(/assets/images/common/lower-fv-bg-sp.png);
  }
}
.lower .page-header .common-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .page-header .common-inner {
    display: block;
    height: 26rem;
    padding: 10rem 4rem 0 2rem;
  }
}
.lower .page-header h1 {
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.lower .page-header h1::before {
  content: attr(data-en);
  display: block;
  font-family: var(--font-jakarta-sans);
  font-size: 9.6rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .page-header h1::before {
    font-size: 4.8rem;
    line-height: 1.3;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    translate: 0;
  }
}

.breadcrumb {
  margin-block: auto 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
}
.breadcrumb ol li:not(:first-of-type)::before {
  content: "";
  display: block;
  border-top: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  width: 0.6rem;
  aspect-ratio: 1;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .breadcrumb ol li a:hover {
    color: var(--color-main);
  }
}

html.skip-loading .mv .circle::before {
  transform: initial !important;
}
html.skip-loading .mv .circle .logo {
  display: none !important;
}
html.skip-loading .mv .circle h1 {
  opacity: 1 !important;
}
html.skip-loading .mv .circle .en {
  transform: scale(1) !important;
  animation: loading-shrink02 1s ease-out forwards !important;
}
html.skip-loading .mv .circle .en svg {
  animation: rotation 80s linear infinite !important;
}
html.skip-loading .mv .characters img {
  opacity: 1 !important;
}

#top .common-heading {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .common-heading {
    font-size: 1.4rem;
  }
}
#top .common-heading::before {
  content: attr(data-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-jakarta-sans);
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .common-heading::before {
    font-size: 4rem;
  }
}
#top .line-decoration {
  height: auto;
}
#top .mv {
  --mv-circle-width: min(70rem, 100%);
  position: relative;
  z-index: 1;
  width: 100vw;
  padding-top: 8.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv {
    padding-top: 8rem;
  }
}
#top .mv::after {
  content: "";
  position: relative;
  z-index: -1;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 250rem;
  margin-top: -20rem;
  aspect-ratio: 2420/570;
  background: url(/assets/images/top/mv-bg.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv::after {
    width: 54rem;
    margin-top: -15rem;
    aspect-ratio: 768/629;
    background-image: url(/assets/images/top/mv-bg-sp.png);
  }
}
#top .mv .circle {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  width: var(--mv-circle-width);
  aspect-ratio: 1;
  margin-inline: auto;
}
#top .mv .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 8rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
  transform: scale(10);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .circle::before {
    width: calc(100% - 4.5rem);
  }
}
#top .mv .circle.is-loaded::before {
  animation: loading-shrink 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes loading-shrink {
  0% {
    transform: scale(10);
    @media screen and (min-width: 0px) and (max-width: 768px) {
      #top .mv .circle {
        transform: scale(20);
      }
    }
  }
  100% {
    transform: scale(1);
  }
}
#top .mv .circle .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
  width: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .circle .logo {
    width: 15rem;
  }
}
#top .mv .circle h1 {
  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;
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .circle h1 {
    font-size: 3.2rem;
    font-weight: 500;
  }
}
#top .mv .circle h1 span {
  display: block;
}
#top .mv .circle h1 span:last-of-type {
  margin-top: 9.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .circle h1 span:last-of-type {
    margin-top: 6rem;
  }
}
#top .mv .circle .en {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--mv-circle-width);
  aspect-ratio: 1;
  transform: scale(10);
}
#top .mv .circle .en.is-loaded {
  animation: loading-shrink02 1.6s ease-out 0.4s forwards;
}
@keyframes loading-shrink {
  0% {
    transform: scale(10);
    @media screen and (min-width: 0px) and (max-width: 768px) {
      #top .mv .circle {
        transform: scale(20);
      }
    }
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-shrink03 {
  0% {
    transform: scale(10) rotate(0);
    @media screen and (min-width: 0px) and (max-width: 768px) {
      #top .mv .circle {
        transform: scale(20);
      }
    }
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes loading-shrink02 {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
#top .mv .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotation 80s 6.6s linear infinite;
}
#top .mv .circle svg path {
  fill: rgba(255, 102, 0, 0.5);
}
#top .mv figure {
  position: absolute;
  z-index: 0;
  width: min(37rem, 100%);
  aspect-ratio: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv figure {
    display: none;
  }
}
#top .mv figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 19rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-accent);
  opacity: 0.8;
}
#top .mv figure img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .mv figure:nth-of-type(1) {
  top: 30rem;
  right: calc(50% + 40rem);
}
#top .mv figure:nth-of-type(1)::before {
  top: -5rem;
  left: -5rem;
}
#top .mv figure:nth-of-type(2) {
  top: 19rem;
  left: calc(50% + 42rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv figure:nth-of-type(2) {
    top: 15rem;
    left: calc(50% + 30rem);
  }
}
#top .mv figure:nth-of-type(2)::before {
  bottom: 1rem;
  right: -10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv figure:nth-of-type(2)::before {
    bottom: 0;
    right: -6rem;
  }
}
#top .mv .characters img {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(3rem);
  animation: swing-1 1.8s steps(2, end) infinite;
}
#top .mv .characters img:nth-of-type(1) {
  top: 60.5rem;
  left: clamp(50% - 100rem, 7%, 50% - 70rem);
  width: 17.6rem;
}
#top .mv .characters img:nth-of-type(2) {
  top: 88.1rem;
  right: calc(50% + 46.6rem);
  width: 16.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .characters img:nth-of-type(2) {
    top: 67rem;
    left: 2rem;
    width: 10.5rem;
  }
}
#top .mv .characters img:nth-of-type(3) {
  top: 69.4rem;
  right: calc(50% + 21.8rem);
  width: 15.5rem;
  animation-name: swing-2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .characters img:nth-of-type(3) {
    top: 54rem;
    right: 5rem;
    width: 10.6rem;
  }
}
#top .mv .characters img:nth-of-type(4) {
  top: 86.1rem;
  left: calc(50% + 1rem);
  width: 20.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .characters img:nth-of-type(4) {
    top: 37rem;
    left: 27rem;
    width: 13rem;
  }
}
#top .mv .characters img:nth-of-type(5) {
  top: 65.2rem;
  left: calc(50% + 29.2rem);
  width: 21rem;
}
#top .mv .characters img:nth-of-type(6) {
  top: 51.1rem;
  right: clamp(50% - 100rem, 7%, 50% - 72rem);
  width: 22.7rem;
  animation-name: swing-2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .characters img:nth-of-type(6) {
    top: 45rem;
    left: 2rem;
    width: 15.2rem;
  }
}
#top .mv .characters img:nth-of-type(7) {
  top: 80.9rem;
  right: clamp(50% - 90rem, 7%, 50% - 62.9rem);
  width: 16.2rem;
}
@keyframes swing-1 {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes swing-2 {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
#top .intro {
  position: relative;
  padding-block: 28rem 16rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro {
    padding-block: 15rem 10rem;
  }
}
#top .intro h2 {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5.4rem;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro h2 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
    letter-spacing: 0.05em;
  }
}
#top .intro h2 svg {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0rem;
  left: -1rem;
  width: 31.4rem;
  aspect-ratio: 314/92;
  -webkit-mask: url(/assets/images/top/line01.svg) no-repeat center/contain;
          mask: url(/assets/images/top/line01.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro h2 svg {
    top: -0.1rem;
    left: -1.1rem;
    width: 19.4rem;
  }
}
#top .intro p {
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 2.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro p {
    padding-inline: 2rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
#top .intro .images figure {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro .images figure {
    z-index: -1;
    opacity: 0.4;
  }
}
#top .intro .images figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .intro .images figure:nth-of-type(1) {
  top: 18rem;
  left: clamp(50% - 84rem, 4%, 50% - 78rem);
  width: 40rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro .images figure:nth-of-type(1) {
    top: 29rem;
    left: -3rem;
    width: 13rem;
  }
}
#top .intro .images figure:nth-of-type(1) img {
  -o-object-position: -1rem center;
     object-position: -1rem center;
}
#top .intro .images figure:nth-of-type(2) {
  top: 68rem;
  right: calc(50% + 37rem);
  width: 29rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro .images figure:nth-of-type(2) {
    display: none;
  }
}
#top .intro .images figure:nth-of-type(2) img {
  -o-object-position: -13rem center;
     object-position: -13rem center;
}
#top .intro .images figure:nth-of-type(3) {
  top: 30rem;
  left: calc(50% + 40rem);
  width: 28rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro .images figure:nth-of-type(3) {
    display: none;
  }
}
#top .intro .images figure:nth-of-type(3) img {
  -o-object-position: -3rem center;
     object-position: -3rem center;
}
#top .intro .images figure:nth-of-type(4) {
  top: 66rem;
  right: clamp(50% - 84rem, 4%, 50% - 78rem);
  width: 40rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .intro .images figure:nth-of-type(4) {
    top: 60rem;
    right: -2rem;
    width: 16rem;
  }
}
#top .service {
  padding-block: 18rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service {
    padding-block: 10rem 6rem;
  }
}
#top .service .common-heading svg {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4.2rem;
  left: -4rem;
  width: 42.2rem;
  aspect-ratio: 422/65;
  -webkit-mask: url(/assets/images/top/line02.svg) no-repeat center/contain;
          mask: url(/assets/images/top/line02.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service .common-heading svg {
    top: 2.2rem;
    left: -2rem;
    width: 19rem;
  }
}
#top .service section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60rem;
  -moz-column-gap: 5.4rem;
       column-gap: 5.4rem;
  padding-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }
}
#top .service section::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section::before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section hgroup {
    grid-row: 1;
  }
}
#top .service section hgroup h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section hgroup h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
#top .service section hgroup h3 strong {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section hgroup h3 strong {
    font-size: 2.4rem;
  }
}
#top .service section hgroup p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section hgroup p {
    line-height: 1.8;
  }
}
#top .service section ol {
  grid-column: 2;
  grid-row: 1/span 3;
  counter-reset: item;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol {
    grid-column: 1;
    grid-row: 2;
    margin-top: 4rem;
  }
}
#top .service section ol li {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
  border-radius: 1rem;
  padding: 2.4rem 2.4rem 2.4rem 3.2rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol li {
    grid-template-columns: 6rem 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 2rem;
  }
}
#top .service section ol li::before {
  content: "";
  grid-row: 1/span 3;
  aspect-ratio: 1;
}
#top .service section ol li + li {
  margin-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol li + li {
    margin-top: 1.6rem;
  }
}
#top .service section ol li h4 {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol li h4 {
    grid-template-columns: 3.2rem 1fr;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    font-size: 1.8rem;
  }
}
#top .service section ol li h4::before {
  content: "0" counter(item);
  counter-increment: item;
  font-family: var(--font-jakarta-sans);
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol li h4::before {
    font-size: 2.4rem;
  }
}
#top .service section ol li p {
  grid-column: 2;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section ol li p {
    line-height: 1.6;
  }
}
#top .service section .note {
  margin-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section .note {
    margin-top: 1.6rem;
  }
}
#top .service section .note p {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section .note p {
    font-size: 1.2rem;
  }
}
#top .service section .note p::before {
  content: "※";
}
#top .service section + section {
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section + section {
    margin-top: 8rem;
  }
}
#top .service section:nth-of-type(1)::before {
  bottom: 0;
  left: 8rem;
  width: 29.4rem;
  aspect-ratio: 294/245;
  background: url(/assets/images/top/service01-img.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section:nth-of-type(1)::before {
    top: -2rem;
    bottom: initial;
    left: initial;
    right: 0rem;
    width: 16rem;
  }
}
#top .service section:nth-of-type(1) ol li:nth-of-type(1)::before {
  background: url(/assets/images/top/service01-icon01.svg) no-repeat center/contain;
}
#top .service section:nth-of-type(1) ol li:nth-of-type(2)::before {
  background: url(/assets/images/top/service01-icon02.svg) no-repeat center/contain;
}
#top .service section:nth-of-type(1) ol li:nth-of-type(3)::before {
  background: url(/assets/images/top/service01-icon03.svg) no-repeat center/contain;
}
#top .service section:nth-of-type(2)::before {
  left: 4rem;
  bottom: 0;
  width: 38rem;
  aspect-ratio: 375/246;
  background: url(/assets/images/top/service02-img.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .service section:nth-of-type(2)::before {
    top: -2rem;
    bottom: initial;
    left: initial;
    right: 0rem;
    width: 20rem;
  }
}
#top .service section:nth-of-type(2) ol li:nth-of-type(1)::before {
  background: url(/assets/images/top/service02-icon01.svg) no-repeat center/contain;
}
#top .service section:nth-of-type(2) ol li:nth-of-type(2)::before {
  background: url(/assets/images/top/service02-icon02.svg) no-repeat center/contain;
}
#top .service section:nth-of-type(2) ol li:nth-of-type(3)::before {
  background: url(/assets/images/top/service02-icon03.svg) no-repeat center/contain;
}
#top .works {
  position: relative;
  padding: 16rem 0 8rem calc(50% - 60rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works {
    padding: 12rem 2rem 0;
  }
}
#top .works::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 50%;
  translate: -50% 0;
  width: 350rem;
  aspect-ratio: 3225/1320;
  background: url(/assets/images/top/works-bg.png) no-repeat top center/100% 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works::before {
    top: 3rem;
    width: 250rem;
  }
}
#top .works .slider {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
#top .works .slider .common-heading {
  grid-column: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .common-heading {
    grid-row: 1;
  }
}
#top .works .slider .common-heading svg {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: -4rem;
  width: 35rem;
  aspect-ratio: 350/75;
  -webkit-mask: url(/assets/images/top/line03.svg) no-repeat center/contain;
          mask: url(/assets/images/top/line03.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .common-heading svg {
    top: 1.9rem;
    left: -1.2rem;
    width: 17rem;
  }
}
#top .works .slider .splide__arrows {
  grid-column: 1;
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__arrows {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    margin-top: initial;
  }
}
#top .works .slider .splide__arrow {
  position: relative;
  overflow: visible;
  top: initial;
  left: initial;
  right: initial;
  transform: initial;
  width: 5.6rem;
  height: 5.6rem;
  opacity: 1;
  border: 1px solid var(--color-font);
  background-color: transparent;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__arrow {
    width: 4rem;
    height: 4rem;
    background-color: var(--color-font);
  }
}
@media (any-hover: hover) {
  #top .works .slider .splide__arrow:hover {
    background-color: var(--color-font);
  }
  #top .works .slider .splide__arrow:hover::before {
    background-image: url(/assets/images/common/icon-arrow-white.svg);
  }
}
#top .works .slider .splide__arrow::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.8rem;
  aspect-ratio: 5/9;
  background: url(/assets/images/common/icon-arrow-navy.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__arrow::before {
    background-image: url(/assets/images/common/icon-arrow-white.svg);
  }
}
#top .works .slider .splide__arrow--prev::before {
  transform: rotate(-180deg) translate(0.1rem, 0.1rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__arrow--next {
    left: initial;
  }
}
#top .works .slider .splide__arrow--next::before {
  transform: translateX(0.1rem);
}
#top .works .slider .splide__arrow svg {
  display: none;
}
#top .works .slider .splide__track {
  grid-column: 2;
  grid-row: 1/span 3;
  cursor: grab;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__track {
    grid-column: 1/span 2;
    grid-row: 3;
    margin-top: 4rem;
  }
}
#top .works .slider .splide__track:active {
  cursor: grabbing;
}
#top .works .slider .splide__slide figure {
  height: 21rem;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__slide figure {
    margin-bottom: 1.2rem;
  }
}
#top .works .slider .splide__slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .works .slider .splide__slide p {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .works .slider .splide__slide p {
    margin-bottom: 0.5rem;
  }
}
#top .works .slider .splide__slide h3 {
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 1.3;
}
#top .news {
  position: relative;
  z-index: 2;
  padding-block: 10rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news {
    padding-block: 12rem 8rem;
  }
}
#top .news .common-heading {
  margin: 0 0 -4.8rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .common-heading {
    margin: 0 0 -3rem 2rem;
  }
}
#top .news .inner {
  border-radius: 1rem;
  padding: 6.4rem 5rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .inner {
    padding: 4rem 2rem;
  }
}
#top .news ul {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul {
    grid-template-columns: auto 1fr;
  }
}
#top .news ul li {
  border-bottom: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li {
    grid-column: span 2;
  }
}
#top .news ul li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  align-items: baseline;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  background: url(/assets/images/common/icon-arrow-navy.svg) no-repeat center right 4rem/1rem auto;
  padding: 2.4rem 4rem 2.4rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a {
    grid-column: span 2;
    background-position: top 5.1rem right 0.8rem;
    background-size: 0.8rem auto;
    padding: 1.6rem 2.4rem 1.6rem 0.8rem;
    gap: 1rem 2rem;
  }
}
#top .news ul li a[href=""] {
  pointer-events: none;
  background: initial;
}
@media (any-hover: hover) {
  #top .news ul li a:hover {
    background-position: center right 3rem;
  }
  #top .news ul li a:hover p {
    color: var(--color-main);
  }
}
#top .news ul li a time {
  font-family: var(--font-jakarta-sans);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a time {
    font-size: 1.4rem;
  }
}
#top .news ul li a span {
  display: grid;
  place-content: center;
  min-width: 12rem;
  height: 3rem;
  border: 0.5rem;
  background-color: #f3f3f3;
  padding-inline: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a span {
    grid-column: 2;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 8rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
#top .news ul li a p {
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news ul li a p {
    grid-column: 1/span 3;
    font-size: 1.4rem;
  }
}
#top .company {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 64rem;
  padding-block: 12rem 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company {
    grid-template-columns: 1fr;
    padding-block: 7rem 10rem;
  }
}
#top .company::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 120%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company::before {
    width: 240%;
  }
}
#top .company .common-heading::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22rem;
  left: 6rem;
  width: 22rem;
  aspect-ratio: 220/205;
  background: url(/assets/images/top/company-img.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .common-heading::after {
    top: -9rem;
    right: -2rem;
    left: initial;
    width: 14rem;
  }
}
#top .company .common-heading svg {
  position: absolute;
  z-index: -1;
  top: 36.5rem;
  left: 0rem;
  width: 41rem;
  -webkit-mask: url(/assets/images/top/company-line.svg) no-repeat center/contain;
          mask: url(/assets/images/top/company-line.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .common-heading svg {
    top: 0.6rem;
    left: initial;
    right: -5.9rem;
    width: 20rem;
  }
}
#top .company .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .inner {
    grid-template-columns: 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-top: 4.8rem;
  }
}
#top .company .inner dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .inner dl {
    padding: 1.2rem 0;
  }
}
#top .company .inner dl dt {
  font-weight: 700;
}
#top .company .inner dl dd {
  font-weight: 500;
}

#works.lower {
  background-color: var(--color-sub01);
}
#works.lower .page-header {
  background: url(/assets/images/common/lower-fv-bg02.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #works.lower .page-header {
    background-image: url(/assets/images/common/lower-fv-bg02-sp.png);
  }
}
#works.lower main .inner {
  padding-block: 16rem 12rem;
}
#works.lower main .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem 8rem;
}
#works.lower main article {
  position: relative;
  border-radius: 1rem;
  padding: 4rem 4rem;
  background-color: #fff;
  box-shadow: 1rem 1rem 0 var(--color-sub02);
}
#works.lower main article::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 50%;
  translate: -50% 0;
  width: 3.2rem;
  aspect-ratio: 40/43;
  background: url(/assets/images/works/archive-pin.svg) no-repeat center/contain;
}
#works.lower main article figure {
  height: 21rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #works.lower main article figure {
    margin-bottom: 1.2rem;
  }
}
#works.lower main article figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works.lower main article h3 {
  margin-bottom: 0.8rem;
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 1.3;
}
#works.lower main article .company {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #works.lower main article .company {
    margin-bottom: 0.5rem;
  }
}
#works.lower main article .description {
  font-size: var(--font-size-base);
  line-height: 1.3;
}
#policy main .inner {
  padding-block: 10rem 12rem;
}
#policy main .inner :where(p, li) {
  line-height: 1.8;
}
#policy main .inner .intro {
  margin-bottom: 4rem;
}
#policy main .inner section + section {
  margin-top: 4rem;
}
#policy main .inner p + p {
  margin-top: 1em;
}
#policy main .inner h2 {
  margin-bottom: 1.6rem;
  padding-block: 0.8rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
#policy main .inner ol {
  margin-block: 2.4rem;
  counter-reset: item;
  padding-left: 1.6em;
}
#policy main .inner ol > li {
  position: relative;
}
#policy main .inner ol > li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: -2rem;
  margin-right: 1rem;
  font-weight: 500;
}
#policy main .inner ol > li ul {
  margin-block: 2.4rem;
}
#policy main .inner ol > li ul li::before {
  content: "・";
}

#contact main .intro {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .intro {
    text-align: initial;
    font-size: var(--font-size-base);
  }
}
#contact main .form {
  width: min(88rem, 100%);
  margin-inline: auto;
  padding-block: 10rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form {
    padding: 6rem 2rem 10rem;
  }
}
#contact main .form :is(label) {
  cursor: pointer;
}
#contact main .form :where(input[type=checkbox], input[type=radio]) {
  accent-color: var(--color-font);
  aspect-ratio: 1;
}
#contact main .form .wpcf7-list-item {
  margin: initial;
}
#contact main .form .error-message {
  position: absolute;
  padding-block: 0.3rem;
  color: #e74c3c;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0;
  animation: slideIn 0.2s ease-out forwards;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .error-message {
    padding-block: 0.2rem;
    font-size: 1.3rem;
  }
}
#contact main .form .contents {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 5rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    margin-top: 4rem;
  }
}
#contact main .form .contents .wpcf7-not-valid-tip {
  display: none;
}
#contact main .form .contents dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/span 2;
  align-items: flex-start;
  gap: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl {
    grid-template-columns: 1fr;
    grid-column: initial;
    row-gap: 0.6rem;
    font-size: 1.8rem;
  }
}
#contact main .form .contents dl dt {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl dt {
    padding-top: initial;
  }
}
#contact main .form .contents dl dt span {
  position: absolute;
  top: 5rem;
  left: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl dt span {
    top: 0.5rem;
    left: 10.9rem;
    font-feature-settings: "palt";
    font-size: 1.2rem;
  }
}
#contact main .form .contents dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
#contact main .form .contents dl dd :is(input, textarea, select) {
  width: 100%;
  background-color: #eee;
  padding: 1.4rem 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl dd :is(input, textarea, select) {
    padding: 1rem 1.6rem;
  }
}
#contact main .form .contents dl dd :is(input, textarea, select)::-moz-placeholder {
  color: #aeaeae;
}
#contact main .form .contents dl dd :is(input, textarea, select)::placeholder {
  color: #aeaeae;
}
#contact main .form .contents dl dd [data-name=your-pref] {
  position: relative;
}
#contact main .form .contents dl dd [data-name=your-pref]::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 2.4rem;
  transform: rotate(90deg);
  z-index: 2;
  width: 0.8rem;
  aspect-ratio: 5/9;
  -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: #555;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl dd [data-name=your-pref]::before {
    width: 0.8rem;
  }
}
#contact main .form .contents dl dd :is(textarea) {
  resize: vertical;
}
#contact main .form .contents dl dd :is(textarea)[name=your-message] {
  height: 27.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl dd :is(textarea)[name=your-message] {
    height: 22rem;
  }
}
#contact main .form .contents dl.required dt::after {
  content: "必須";
  display: inline-block;
  border-radius: 0.3rem;
  padding-inline: 0.8rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl.required dt::after {
    padding-inline: 0.6rem;
    font-size: 1.3rem;
  }
}
#contact main .form .policy {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .policy {
    margin-top: 4rem;
  }
}
#contact main .form .policy p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .policy p {
    font-size: 1.6rem;
  }
}
#contact main .form .policy p a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
#contact main .form .policy p a:focus {
  text-decoration: initial;
  color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  #contact main .form .policy p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
    color: var(--color-main);
  }
  #contact main .form .policy p a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
    color: var(--color-main);
  }
}
#contact main .form .policy p.accept {
  margin-top: 2.4rem;
}
#contact main .form .policy p.accept label {
  display: grid;
  grid-template-columns: 2rem auto;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .policy p.accept label {
    grid-template-columns: 1.4rem auto;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
#contact main .form .policy p.accept .error-message {
  top: 2rem;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  text-align: center;
}
#contact main .form .confirm-button {
  margin: 5rem auto 0;
}
#contact main .form .confirm-button input {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  padding: 1.8rem 6rem;
  background-color: var(--color-font);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  #contact main .form .confirm-button input:not(:disabled):hover {
    background-color: var(--color-main);
  }
}
#contact main h2 {
  margin-bottom: 2.4rem;
  text-align: center;
  font-family: var(--font-shippori-mincho);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main h2 {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
#contact main .confirm {
  width: min(80rem, 100%);
  margin-inline: auto;
  padding-block: 10rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm {
    padding: 6rem 2rem 10rem;
  }
}
#contact main .confirm .confirm-content {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-content {
    margin-top: 4rem;
  }
}
#contact main .confirm .confirm-list {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list {
    row-gap: 4rem;
  }
}
#contact main .confirm .confirm-list dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/span 2;
  gap: 1rem 4rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list dl {
    grid-template-columns: 1fr;
    padding-bottom: 0.6rem;
  }
}
#contact main .confirm .confirm-list dl dt {
  font-size: 1.6rem;
}
#contact main .confirm .confirm-list dl dd {
  font-size: 1.6rem;
}
#contact main .thanks {
  text-align: center;
  padding-block: 10rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .thanks {
    padding: 8rem 2rem 12rem;
  }
}
#contact main .thanks p {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14em;
}
#contact main .thanks p + p {
  margin-top: 1.5em;
}
#contact main .thanks .common-link {
  margin-top: 8rem;
}
#contact main .form-buttons {
  display: flex;
  justify-content: center;
  gap: 2.6rem 4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
  }
}
#contact main .form-buttons button {
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  padding-block: 1.8rem;
  min-width: 20rem;
  background-color: var(--color-font);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form-buttons button {
    min-width: 28rem;
  }
}
@media (any-hover: hover) {
  #contact main .form-buttons button:not(:disabled):hover {
    background-color: var(--color-main);
  }
}
#contact main .form-buttons button.back {
  background-color: #888888;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#contact main {
  /* エラー状態のフィールド */
}
#contact main .form-list input.error,
#contact main .form-list textarea.error {
  box-shadow: 0 0 0 1px rgb(231, 76, 60);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-100%);
}
.site-header.is-top .inner {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: initial;
}
.site-header .inner {
  display: grid;
  grid-template-columns: 14rem 1fr;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  height: 8rem;
  padding-inline: 3.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.4rem);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner {
    grid-template-columns: 10rem 1fr;
    height: 7rem;
    padding-inline: 2rem 0;
  }
}
.site-header .logo {
  position: relative;
  z-index: 6;
}
@media (any-hover: hover) {
  .site-header .logo:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button {
    grid-column: 3;
    position: relative;
    z-index: 2;
    aspect-ratio: 1;
  }
  .site-header .drawer-button button {
    position: relative;
    display: grid;
    place-content: center;
    width: 100%;
    aspect-ratio: 1;
    padding: 0.8rem 2rem;
  }
  .site-header .drawer-button button .line {
    position: relative;
    display: block;
    width: 3rem;
    height: 2px;
    background-color: var(--color-main);
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before, .site-header .drawer-button button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-main);
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before {
    top: -1rem;
  }
  .site-header .drawer-button button .line::after {
    top: 1rem;
  }
  .site-header .drawer-button button[aria-expanded=true] .line {
    background-color: transparent;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before, .site-header .drawer-button button[aria-expanded=true] .line::after {
    top: 0;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  .site-header .drawer-button button[aria-expanded=true] .line::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100lvh;
    width: min(45rem, 100%);
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--color-base);
    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: 1fr 14rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    grid-template-columns: 1fr;
    padding: 11rem 4rem 20rem;
    opacity: 0;
    translate: 0 2rem;
    transition: 0.5s 0.2s ease;
  }
}
.site-header .drawer-menu nav .menu-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list {
    display: grid;
    margin-left: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li {
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header .drawer-menu nav .menu-list li a {
  font-size: var(--font-size-base);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .site-header .drawer-menu nav .menu-list li a:hover {
    color: var(--color-main);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li a {
    display: grid;
    grid-template-columns: 1fr 0.8rem;
    align-items: center;
    padding: 2.4rem 0.8rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li a::after {
    content: "";
    aspect-ratio: 5/9;
    background: url(/assets/images/common/icon-arrow-navy.svg) no-repeat center/contain;
  }
}
.site-header .drawer-menu nav .contact a {
  display: grid;
  place-content: center;
  height: 4rem;
  width: 14rem;
  border: 1px solid var(--color-font);
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  color: var(--color-font);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .site-header .drawer-menu nav .contact a:hover {
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
    color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .contact a {
    width: 100%;
    height: 7.2rem;
    margin: 6.4rem auto 0;
    border-color: var(--color-main);
    background-color: var(--color-main);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
  }
}
.site-header .drawer-menu nav .policy {
  margin-top: 2.4rem;
  text-align: center;
}
.site-header .drawer-menu nav .policy a {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: space-between;
  background-color: var(--color-font);
  border-radius: 4rem 4rem 0 0;
  padding-block: 6.4rem 4rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    grid-template-columns: 1fr;
    border-radius: 2rem 2rem 0 0;
    padding: 5.6rem 2rem 6.4rem;
  }
}
.site-footer .access {
  grid-row: 1/span 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .access {
    grid-row: 1;
  }
}
.site-footer .access .logo {
  display: block;
  width: 16rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .access .logo {
    width: 16rem;
  }
}
@media (any-hover: hover) {
  .site-footer .access .logo:hover {
    opacity: 0.75;
  }
}
.site-footer .access dl dt {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .access dl dt {
    font-size: var(--font-size-base);
    font-weight: 500;
  }
}
.site-footer .access dl dd {
  font-size: var(--font-size-base);
  line-height: 1.6;
}
.site-footer .menu-list {
  align-self: flex-end;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: 2.4rem 3.2rem;
  margin-left: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menu-list {
    grid-column: 1;
    grid-row: 2;
    flex-direction: column;
    margin: 3.2rem 0 0;
    border-top: 1px solid #fff;
    padding-top: 3.2rem;
  }
}
.site-footer .menu-list li a {
  font-size: var(--font-size-base);
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .site-footer .menu-list li a:hover {
    text-decoration: underline;
  }
}
.site-footer .sub-menu-list {
  grid-column: 2;
  margin: auto 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .sub-menu-list {
    grid-column: 1;
    border-bottom: 1px solid #fff;
    margin: 2.4rem 0 0;
    padding-bottom: 3.2rem;
  }
}
.site-footer .sub-menu-list li a {
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .site-footer .sub-menu-list li a:hover {
    text-decoration: underline;
  }
}
.site-footer .copy {
  grid-column: 2;
  align-self: flex-end;
  text-align: end;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .copy {
    grid-column: 1;
    margin-top: 4rem;
    text-align: center;
  }
}

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