/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1441px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
:root {
  --font-noto-sans: "Noto Sans", sans-serif;
  --font-noto-sans-jp: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-inter: "Inter", sans-serif;
  --color-base: #f0f8fa;
  --color-main: #1c5fa6;
  --color-accent: #1ca695;
  --color-font: #001021;
  --color-link: #00118f;
}

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 / 1280);
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  color: var(--color-font);
  font-family: var(--font-noto-sans-jp);
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
}

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

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

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;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* スクロールアニメーション用 */
.js-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-animation.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.common-links {
  display: flex;
  gap: 1.2rem 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-links {
    flex-direction: column;
    align-items: center;
  }
}
.common-links a {
  position: relative;
  display: grid;
  place-content: center;
  width: 31rem;
  height: 7rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.31);
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-links a {
    width: 24rem;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.common-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  translate: 0 -50%;
  width: 3.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-links a::before {
    width: 3rem;
    right: 1.2rem;
  }
}
.common-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.1rem;
  translate: 0 -50%;
  width: 0.6rem;
  aspect-ratio: 4.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;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-links a::after {
    right: 2.4rem;
  }
}
.common-links a:nth-of-type(1) {
  background-color: var(--color-main);
}
.common-links a:nth-of-type(1)::after {
  -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: var(--color-main);
}
.common-links a:nth-of-type(2) {
  background-color: var(--color-accent);
}
.common-links a:nth-of-type(2)::after {
  background: var(--color-accent);
}
@media (any-hover: hover) {
  .common-links a:hover:nth-of-type(1) {
    color: var(--color-main);
    background-color: #fff;
  }
  .common-links a:hover:nth-of-type(1)::before {
    background-color: var(--color-main);
  }
  .common-links a:hover:nth-of-type(1)::after {
    background: #fff;
  }
  .common-links a:hover:nth-of-type(2) {
    color: var(--color-accent);
    background-color: #fff;
  }
  .common-links a:hover:nth-of-type(2)::before {
    background-color: var(--color-accent);
  }
  .common-links a:hover:nth-of-type(2)::after {
    background: #fff;
  }
}

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

.common-heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.common-heading::after {
  content: "";
  display: block;
  margin-inline: auto;
  margin-top: 1.6rem;
  width: 4rem;
  height: 0.4rem;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading::after {
    height: 0.2rem;
  }
}
.common-heading span {
  color: var(--color-main);
}

.common-contact {
  display: grid;
  place-content: center;
  background: url(../../assets/images/top/links-bg.png) no-repeat center/cover;
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact {
    padding-block: 4rem;
  }
}
.common-contact h2 {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact h2 {
    font-size: 2rem;
  }
}
.common-contact .common-links {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact .common-links {
    margin-top: 3.6rem;
  }
}
.common-contact .common-links a:nth-of-type(1) {
  background-color: #fff;
  color: var(--color-font);
}
.common-contact .common-links a:nth-of-type(1)::before {
  background-color: var(--color-font);
}
.common-contact .common-links a:nth-of-type(1)::after {
  background-color: #fff;
}
@media (any-hover: hover) {
  .common-contact .common-links a:nth-of-type(1):hover {
    color: #fff;
    background-color: var(--color-font);
  }
  .common-contact .common-links a:nth-of-type(1):hover::before {
    background-color: #fff;
  }
  .common-contact .common-links a:nth-of-type(1):hover::after {
    background: var(--color-font);
  }
}

#top .mv {
  height: 70rem;
  background: url(../../assets/images/top/mv-bg.jpg) no-repeat center/cover;
  padding: 12rem 4rem 0;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv {
    height: 64rem;
    padding: 6rem 2rem 0;
    overflow: initial;
  }
}
#top .mv > .inner {
  position: relative;
  z-index: 2;
  width: min(128rem, 100%);
  height: 100%;
  margin-inline: auto;
}
#top .mv > .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -26rem;
  z-index: -1;
  width: 33.5rem;
  aspect-ratio: 1;
  background: url(../../assets/images/common/icon-motif.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv > .inner::before {
    bottom: initial;
    top: 8rem;
    right: -6rem;
    left: initial;
    width: 23rem;
  }
}
#top .mv h1 {
  position: relative;
  z-index: 2;
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv h1 {
    font-size: 3rem;
  }
}
#top .mv h1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding-inline: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv h1 span {
    padding-inline: 0.8rem;
  }
}
#top .mv h1 span + span {
  margin-top: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv h1 span + span {
    margin-top: 0.8rem;
  }
}
#top .mv h1 strong {
  color: var(--color-accent);
}
#top .mv p {
  margin-top: 1.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv p {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#top .mv .slider {
  position: absolute;
  z-index: -1;
  top: -26rem;
  right: -30rem;
  width: 82.2rem;
  transform: rotate(15deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .slider {
    top: 34rem;
    right: initial;
    left: -3rem;
    width: initial;
    transform: initial;
  }
}
#top .mv .slider .inner {
  position: relative;
  overflow: visible;
}
#top .mv .slider .splide__track {
  margin-inline: auto;
}
#top .mv .slider .splide__track .splide__list {
  animation: verticalScroll 40s linear infinite;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .slider .splide__track .splide__list {
    animation: horizontalScrollSp 40s linear infinite;
  }
}
#top .mv .slider .splide__track .splide__list .splide__slide {
  width: 100%;
}
#top .mv .slider .splide__track .splide__list .splide__slide img {
  border-radius: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .slider .splide__track .splide__list .splide__slide img {
    border-radius: 1.6rem;
  }
}
@keyframes verticalScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-157.2rem);
  }
}
@keyframes horizontalScrollSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-99rem);
  }
}
#top .mv .common-links {
  flex-direction: column;
  margin-top: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .common-links {
    margin-top: 2rem;
    align-items: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv .common-links a {
    width: 20rem;
    height: 4.6rem;
    padding-right: 2rem;
    font-size: 1.4rem;
  }
  #top .mv .common-links a::before {
    width: 2.6rem;
  }
  #top .mv .common-links a::after {
    right: 2.1rem;
  }
}
#top .about {
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about {
    padding-block: 8rem;
  }
}
#top .about .inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 28.8rem 1fr;
  -moz-column-gap: 5.3rem;
  column-gap: 5.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .inner {
    display: block;
  }
}
#top .about .inner::before {
  content: "";
  position: absolute;
  bottom: 6.5rem;
  right: -1rem;
  z-index: -1;
  width: 13.8rem;
  aspect-ratio: 1;
  background: url(../../assets/images/common/icon-motif.svg) no-repeat center/contain;
  opacity: 0.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .inner::before {
    bottom: 36rem;
    right: -1rem;
    width: 11rem;
  }
}
#top .about .common-heading {
  grid-column: 2;
  text-align: initial;
}
#top .about .common-heading::after {
  margin-inline: initial;
}
#top .about p {
  grid-column: 2;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about p {
    margin-top: 3.2rem;
    font-size: 1.6rem;
  }
}
#top .about p strong {
  color: var(--color-main);
}
#top .about .links {
  grid-column: 2;
  margin-top: 3.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .links {
    margin-top: 4rem;
  }
}
#top .about .links a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: var(--color-link);
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .links a {
    font-size: 1.4rem;
  }
}
#top .about .links a + a {
  margin-left: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .links a + a {
    margin: 2rem 0 0;
  }
}
#top .about .links a:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  #top .about .links a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #top .about .links a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
#top .about .images {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 4;
  height: 34.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .about .images {
    grid-row: 4;
    height: 29rem;
    margin-top: 5.4rem;
  }
}
#top .about .images figure {
  width: 19rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
#top .about .images figure:nth-of-type(2) {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
#top .merit {
  padding-block: 8rem 20rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit {
    padding-block: 8rem 10rem;
  }
}
#top .merit ol {
  margin-top: 9.2rem;
  counter-reset: item;
}
#top .merit ol li {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 12.2rem 1fr;
  -moz-column-gap: 9.5rem;
  column-gap: 9.5rem;
  min-height: 22.4rem;
  padding: 5.4rem 5.7rem 3.4rem 9.3rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li {
    grid-template-columns: 6.3rem 1fr;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    min-height: initial;
    padding: 4rem 2rem;
  }
}
#top .merit ol li + li {
  margin-top: 6.8rem;
}
#top .merit ol li .label {
  position: absolute;
  top: -5.3rem;
  left: 10rem;
  display: grid;
  place-content: center;
  width: 10.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li .label {
    top: -4.4rem;
    left: 50%;
    translate: -50%;
    width: 8rem;
    padding: 0.8rem;
    line-height: 1.2;
  }
}
#top .merit ol li .label b {
  color: var(--color-main);
  font-family: var(--font-inter);
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li .label b {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}
#top .merit ol li figure {
  width: 12.2rem;
  grid-column: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li figure {
    width: 5rem;
    margin-inline: auto;
    grid-row: 1;
  }
}
#top .merit ol li .body {
  border-left: 1px solid var(--color-main);
  padding-left: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li .body {
    display: contents;
    border-left: initial;
    padding: initial;
  }
}
#top .merit ol li .body h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li .body h3 {
    grid-column: 2;
    grid-row: 1;
    font-feature-settings: "palt";
    font-size: 1.8rem;
  }
}
#top .merit ol li .body h3 strong {
  color: var(--color-main);
}
#top .merit ol li .body p {
  margin-top: 1.3rem;
  font-size: 1.5rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .merit ol li .body p {
    grid-column: 1 / span 2;
    grid-row: 2;
    margin-top: 1.2rem;
    border-top: 1px solid var(--color-main);
    padding-top: 1.2rem;
    font-size: 1.4rem;
  }
}
#top .reason {
  padding-block: 8rem 16.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason {
    padding-block: 8rem 10rem;
  }
}
#top .reason ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem 1.7rem;
  margin-top: 4.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin-top: 4rem;
  }
}
#top .reason ol li .intro {
  display: grid;
  grid-template-columns: 12rem 1fr 10.4rem;
  align-items: center;
  border-radius: 1rem;
  border: 0.4rem solid var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li .intro {
    grid-template-columns: 7rem 1fr 8rem;
    border-radius: 0.8rem;
    border-width: 0.3rem;
  }
}
#top .reason ol li .intro .label {
  display: grid;
  place-content: center;
  height: 100%;
  background-color: var(--color-main);
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li .intro .label {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#top .reason ol li .intro .label b {
  font-size: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li .intro .label b {
    font-size: 2.8rem;
  }
}
#top .reason ol li .intro h3 {
  padding-inline: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li .intro h3 {
    padding-inline: 1rem;
    font-size: 1.6rem;
  }
}
#top .reason ol li .intro figure {
  margin: 0.4rem 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li .intro figure {
    margin: 0.4rem;
  }
}
#top .reason ol li p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .reason ol li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#top .features {
  padding-block: 8rem 18.5rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features {
    padding-block: 8rem 10rem;
  }
}
#top .features ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  margin-top: 4.2rem;
  overflow: hidden;
  counter-reset: "item";
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol {
    grid-template-columns: 1fr;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
    margin-top: 4.2rem;
  }
}
#top .features ol li {
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom: 2.4rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li {
    padding-bottom: 2.4rem;
  }
}
#top .features ol li:nth-of-type(2) {
  margin-top: 7.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li:nth-of-type(2) {
    margin-top: 4rem;
  }
}
#top .features ol li .label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  background-color: var(--color-main);
  padding: 0.2rem 3.5rem 0.2rem 2.4rem;
  color: #fff;
  font-family: var(--font-inter);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li .label {
    padding: 0.2rem 3rem 0.2rem 2rem;
    font-size: 1.7rem;
  }
}
#top .features ol li .label b {
  padding-left: 0.3rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li .label b {
    font-size: 2rem;
  }
}
#top .features ol li h3 {
  padding: 3.2rem 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li h3 {
    padding: 2.6rem 2rem;
    font-size: 1.8rem;
  }
}
#top .features ol li h3 b {
  color: var(--color-main);
}
#top .features ol li p {
  padding-inline: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li p {
    padding-inline: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#top .features ol li figure {
  width: 15rem;
  margin-inline: auto 1.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features ol li figure {
    width: 12rem;
    margin-inline: auto 2rem;
  }
}
#top .features .slider {
  width: 100vw;
  margin: 4rem 0 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider {
    margin: 4rem calc(50% - 50vw) 0;
    padding-left: initial;
  }
}
#top .features .slider .splide__track {
  cursor: grab;
}
#top .features .slider .splide__track:active {
  cursor: grabbing;
}
#top .features .slider .splide__arrow {
  overflow: visible;
  width: 3.7rem;
  height: 3.7rem;
  opacity: 1;
  background-color: var(--color-font);
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  #top .features .slider .splide__arrow:hover {
    background-color: var(--color-accent);
  }
}
#top .features .slider .splide__arrow::before {
  content: "";
  position: absolute;
  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: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__arrow::before {
    width: 0.8rem;
  }
}
#top .features .slider .splide__arrow--prev {
  left: -1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__arrow--prev {
    left: 1.8rem;
  }
}
#top .features .slider .splide__arrow--prev::before {
  transform: rotate(-180deg) translate(0.1rem, 0.1rem);
}
#top .features .slider .splide__arrow--next {
  left: 94rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__arrow--next {
    right: 1.8rem;
    left: initial;
  }
}
#top .features .slider .splide__arrow--next::before {
  transform: translateX(0.1rem);
}
#top .features .slider .splide__arrow svg {
  display: none;
}
#top .features .slider .splide__slide {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide {
    border-radius: 0.5rem;
  }
}
#top .features .slider .splide__slide .label {
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0 0 0 1rem;
  padding: 1rem 2.2rem;
  background-color: var(--color-accent);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .label {
    border-radius: 0 0 0 0.8rem;
    padding: 0.6rem 1.8rem;
    font-size: 1.3rem;
  }
}
#top .features .slider .splide__slide blockquote {
  padding-inline: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide blockquote {
    padding: 0.6rem 4rem 0;
  }
}
#top .features .slider .splide__slide blockquote p {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide blockquote p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#top .features .slider .splide__slide .license {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: flex-start;
  padding: 4rem 3rem 3.4rem 4rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .license {
    grid-template-columns: 6rem 1fr;
    padding: 3rem 4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
}
#top .features .slider .splide__slide .license figure {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 50%;
  box-shadow: 0 1px 0.4rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#top .features .slider .splide__slide .license .level {
  display: grid;
  grid-template-columns: 3rem auto 1fr;
  align-items: baseline;
  grid-column: 2;
  color: var(--color-main);
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .license .level {
    grid-template-columns: 2.6rem auto 1fr;
    font-size: 1.2rem;
  }
}
#top .features .slider .splide__slide .license .level::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  background: url(../../assets/images/top/features-icon-license.png) no-repeat center/contain;
  translate: 0 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .license .level::before {
    width: 2.6rem;
    translate: 0 0.6rem;
  }
}
#top .features .slider .splide__slide .license .level strong {
  margin-left: 0.6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .license .level strong {
    margin-left: 0.4rem;
    font-size: 1.6rem;
  }
}
#top .features .slider .splide__slide .license p {
  grid-column: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .features .slider .splide__slide .license p {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}
#top .case {
  padding-top: 8rem;
}
#top .case .contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.6rem;
  margin-top: 4.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .case .contents {
    grid-template-columns: 1fr;
  }
}
#top .case .contents article .body {
  padding: 0.8rem 0.9rem;
  line-height: 1.5;
}
#top .case .contents article .body .corp {
  font-size: 1.4rem;
}
#top .case .contents article .body h3 {
  margin-block: 0.6rem 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
#top .case .contents article .body .description {
  font-size: 1.4rem;
}
#top .flow {
  padding-block: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow {
    padding-block: 8rem 10rem;
  }
}
#top .flow picture {
  margin-top: 4rem;
}
#top .flow ol {
  display: grid;
  grid-template-columns: auto auto 1fr;
  margin-top: 5.6rem;
  padding-inline: 8.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol {
    grid-template-columns: auto 1fr;
    margin-top: 4rem;
    padding-inline: 3.2rem;
  }
}
#top .flow ol li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / span 3;
  counter-increment: item;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol li {
    grid-column: 1 / span 2;
  }
}
#top .flow ol li::before {
  content: "step0" counter(item);
  margin-right: 1.5rem;
  font-family: var(--font-inter);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol li::before {
    margin-right: 1rem;
  }
}
#top .flow ol li + li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol li + li {
    margin-top: 2.8rem;
  }
}
#top .flow ol li h3 {
  margin-right: 4.6rem;
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol li h3 {
    grid-column: 2;
    margin-right: initial;
    font-size: 1.8rem;
  }
}
#top .flow ol li p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .flow ol li p {
    grid-column: 1 / span 2;
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
#top .faq {
  padding-block: 8rem 16.5rem;
  background-color: #fefbf4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .faq {
    padding-block: 8rem 10rem;
  }
}
#top .faq .content {
  margin-top: 4rem;
}
#top .faq .content dl {
  border-radius: 0.4rem;
  border: 1px solid #eee;
  box-shadow: 0 0.4rem #e6ebef;
  background-color: #fff;
}
#top .faq .content dl + dl {
  margin-top: 1.6rem;
}
#top .faq .content dl dt {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  padding: 2.4rem 4rem;
  cursor: pointer;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  #top .faq .content dl dt:hover {
    background-color: rgba(238, 238, 238, 0.8);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .faq .content dl dt {
    grid-template-columns: 3rem 1fr 2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    padding: 2rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
#top .faq .content dl dt::before {
  content: "Q";
  aspect-ratio: 1;
  border-radius: 50%;
  padding-top: 0.4rem;
  text-align: center;
  background-color: var(--color-accent);
  color: #fff;
  font-family: var(--font-noto-sans);
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .faq .content dl dt::before {
    padding-top: 0.4rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
#top .faq .content dl dt::after {
  content: "";
  width: 1.7rem;
  aspect-ratio: 17/8;
  margin-inline: auto;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background-color: var(--color-font);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .faq .content dl dt::after {
    width: 1.7rem;
  }
}
#top .faq .content dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
#top .faq .content dl dd .wrapper {
  overflow: hidden;
}
#top .faq .content dl dd .body {
  border-top: 1px solid #ddd;
  margin-inline: 4rem;
  padding-block: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .faq .content dl dd .body {
    margin-inline: 1.6rem;
    padding-block: 1.4rem 1.8rem;
    font-size: 1.4rem;
  }
}
#top .faq .content dl.is-open dt::after {
  transform: scaleY(-1);
}
#top .faq .content dl.is-open dd {
  grid-template-rows: 1fr;
}
#top .company {
  padding-block: 9.5rem 8.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company {
    padding-block: 8rem 10rem;
  }
}
#top .company h3 {
  text-align: center;
  margin-top: 4.4rem;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company h3 {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
#top .company .content {
  margin-top: 4rem;
  padding-inline: 8.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .content {
    padding-inline: initial;
  }
}
#top .company .content dl {
  display: grid;
  grid-template-columns: 20.7rem 1fr;
  border-top: 1px solid #ddd;
  padding-block: 3.3rem 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .content dl {
    grid-template-columns: 12rem 1fr;
    padding-block: 2.4rem;
  }
}
#top .company .content dl:last-of-type {
  border-bottom: 1px solid #ddd;
}
#top .company .content dl dt,
#top .company .content dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .content dl dt,
  #top .company .content dl dd {
    font-size: 1.4rem;
  }
}
#top .company .link {
  display: grid;
  grid-template-columns: auto 1.2rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: var(--color-link);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .company .link {
    grid-template-columns: auto 1rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
    font-size: 1.4rem;
  }
}
#top .company .link::after {
  content: "";
  aspect-ratio: 1;
  background: url(../../assets/images/common/icon-tab.svg) no-repeat center/contain;
}
#top .company .link:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  #top .company .link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #top .company .link:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}

#contact main .mv {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 26rem;
  background: url(../../assets/images/top/mv-bg.jpg) no-repeat center/cover;
  padding: 0 4rem 2rem 8rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .mv {
    height: 19rem;
    padding: 0 4rem 0 2rem;
  }
}
#contact main .mv::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -3rem;
  z-index: -1;
  width: 24rem;
  aspect-ratio: 1;
  background: url(../../assets/images/common/icon-motif.svg) no-repeat center/contain;
  opacity: 0.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .mv::before {
    bottom: 0rem;
    right: -2rem;
    width: 15rem;
  }
}
#contact main .mv h1 {
  position: relative;
  z-index: 2;
  color: var(--color-main);
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .mv h1 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
#contact main .mv h1::after {
  content: attr(data-en);
  display: block;
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .mv h1::after {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    translate: 0;
  }
}
#contact main .form {
  width: min(88.8rem, 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 .intro {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .intro {
    font-size: 1.6rem;
  }
}
#contact main .form :is(label) {
  cursor: pointer;
}
#contact main .form :where(input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--color-main);
  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-accent);
  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 .contents dl:is(.zip, .pref) dd {
  width: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl:is(.zip, .pref) dd {
    width: 100%;
  }
}
#contact main .form .contents dl:is(.check, .radio) dt {
  padding-top: initial;
}
#contact main .form .contents dl:is(.check, .radio) dd :is(.checkbox, .radiobutton) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl:is(.check, .radio) dd :is(.checkbox, .radiobutton) {
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
#contact main .form .contents dl:is(.check, .radio) dd :is(.checkbox, .radiobutton) label {
  display: grid;
  grid-template-columns: 2rem auto;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .contents dl:is(.check, .radio) dd :is(.checkbox, .radiobutton) label {
    grid-template-columns: 1.4rem auto;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
#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;
}
@media (hover: hover) and (pointer: fine) {
  #contact main .form .policy p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #contact main .form .policy p a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
#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-main);
  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-accent);
  }
}
#contact main h2 {
  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 .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-main);
  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-accent);
  }
}
#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: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.site-header .inner {
  display: grid;
  grid-template-columns: 16rem auto;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
  padding-inline: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner {
    grid-template-columns: 12rem auto;
    justify-content: space-between;
    height: 6rem;
    padding-inline: 2rem;
  }
}
.site-header .drawer-button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button {
    position: relative;
    z-index: 2;
    margin-left: 1.2rem;
    display: block;
  }
  .site-header .drawer-button button {
    position: relative;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--color-main);
    padding: 0.8rem 1rem;
  }
  .site-header .drawer-button button .line {
    position: relative;
    display: block;
    width: 1.7rem;
    height: 2px;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before,
  .site-header .drawer-button button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease;
    height: 2px;
  }
  .site-header .drawer-button button .line::before {
    top: -0.4rem;
  }
  .site-header .drawer-button button .line::after {
    top: 0.4rem;
  }
  .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: 6rem;
    right: 0;
    width: min(45rem, 100%);
    height: 100lvh;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
  }
}
.site-header .drawer-menu nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    display: block;
    padding: 6rem 2rem 20rem;
    opacity: 0;
    translate: 0 2rem;
    transition: 0.3s 0.2s ease;
  }
}
.site-header .drawer-menu nav ul {
  display: flex;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav ul {
    flex-direction: column;
  }
}
.site-header .drawer-menu nav ul li a {
  padding-inline: 0.2rem;
  background: linear-gradient(transparent 60%, rgba(225, 185, 65, 0.8) 40%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--color-base);
    padding-block: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    aspect-ratio: 1;
    border-top: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main);
    transform: rotate(45deg) translateY(-50%);
    transition: translate 0.2s ease;
    right: 1.6rem;
    width: 0.9rem;
  }
}
.site-header .drawer-menu nav ul li a:focus {
  background-size: 100% 100%;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background-size: 100% 100%;
  }
  .site-header .drawer-menu nav ul li a:where(:any-link, :enabled, summary):hover {
    background-size: 100% 100%;
  }
}
.site-header .drawer-menu nav .links {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .links {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
.site-header .drawer-menu nav .links a {
  padding: 1.2rem 2.4rem;
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .links a {
    margin-top: 6rem;
    padding: 1.2rem 3.2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}
.site-header .drawer-menu nav .links a:nth-of-type(1) {
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
}
.site-header .drawer-menu nav .links a:nth-of-type(2) {
  border: 1px solid var(--color-accent);
  background-color: var(--color-accent);
}
.site-header .drawer-menu nav .links a:focus {
  background-color: #fff;
}
.site-header .drawer-menu nav .links a:focus:nth-of-type(1) {
  border: 1px solid var(--color-main);
  color: var(--color-main);
}
.site-header .drawer-menu nav .links a:focus:nth-of-type(2) {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .links a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
  }
  .site-header .drawer-menu nav .links a:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
  }
  .site-header .drawer-menu nav .links a:where(:-moz-any-link, :enabled, summary):hover:nth-of-type(1) {
    border: 1px solid var(--color-main);
    color: var(--color-main);
  }
  .site-header .drawer-menu nav .links a:where(:any-link, :enabled, summary):hover:nth-of-type(1) {
    border: 1px solid var(--color-main);
    color: var(--color-main);
  }
  .site-header .drawer-menu nav .links a:where(:-moz-any-link, :enabled, summary):hover:nth-of-type(2) {
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
  }
  .site-header .drawer-menu nav .links a:where(:any-link, :enabled, summary):hover:nth-of-type(2) {
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
  }
}
.site-header .drawer-menu[data-expanded="true"] {
  opacity: 1;
  visibility: visible;
}
.site-header .drawer-menu[data-expanded="true"] nav {
  opacity: 1;
  translate: 0 0;
}

.site-footer .inner {
  background-color: #f5f5f5;
  padding-block: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner {
    padding: 4rem 8rem;
  }
}
.site-footer .inner .logo {
  display: block;
  width: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner .logo {
    width: 16rem;
    margin-inline: auto;
  }
}
.site-footer .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner ul {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.site-footer .inner ul li a {
  display: grid;
  grid-template-columns: 1fr 2.4rem;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-block: 1.6rem;
  font-family: var(--font-noto-sans);
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner ul li a {
    padding-block: 1.4rem;
    font-size: 1.4rem;
  }
}
.site-footer .inner ul li a::after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  margin-inline: auto;
  border-top: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(45deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner ul li a::after {
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.site-footer .inner ul li a:focus {
  color: var(--color-main);
}
.site-footer .inner ul li a:focus::after {
  border-color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .inner ul li a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-main);
  }
  .site-footer .inner ul li a:where(:any-link, :enabled, summary):hover {
    color: var(--color-main);
  }
  .site-footer .inner ul li a:where(:-moz-any-link, :enabled, summary):hover::after {
    border-color: var(--color-main);
  }
  .site-footer .inner ul li a:where(:any-link, :enabled, summary):hover::after {
    border-color: var(--color-main);
  }
}
.site-footer .copy {
  display: block;
  padding-block: 0.8rem;
  background-color: var(--color-font);
  text-align: center;
  color: #fff;
  font-family: var(--font-noto-sans);
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .copy {
    font-size: 1rem;
  }
}

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