@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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: 700;
}

/**
 * 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: 100%;
}

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

[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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* font-size */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #231815;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100vh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.width {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w_narrow {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.outer {
  overflow: hidden;
}

/* parts */
/* ============================================ */
.common-btn {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.common-btn__link {
  display: block;
  padding: 0.8em 1em;
  background: linear-gradient(90deg, #e28543 0%, #b95a26 100%);
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.0625rem, 0.95rem + 0.48vw, 1.25rem);
  font-weight: 700;
  box-shadow: 0 0 0.24em rgba(0, 0, 0, 0.4);
}

.common-btn__request {
  text-align: center;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn__request {
    max-width: 356px;
  }
}
.common-btn__request__link {
  display: block;
  padding: 0.8em 2em;
  background: linear-gradient(90deg, #d8c06d 0%, #7a6c37 100%);
  color: #fff;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: 500;
  position: relative;
}
.common-btn__request__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.417em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 0.67em;
  translate: 0 -50%;
}

.notfound-ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
  font-weight: 600;
}
.notfound-txt {
  text-align: center;
  word-break: keep-all;
  line-height: 1.8;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .notfound-txt {
    margin-top: 24px;
  }
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes isShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes isShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header-container {
  flex-grow: 1;
  padding: 16px 20px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .header-container {
    padding: 10px;
  }
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 157.5px;
  }
}
.header-list {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  gap: 8px 16px;
}
@media all and (max-width: 896px) {
  .header-list {
    display: none;
  }
}
.header-list__link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-list__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #999a9a;
}
.header-request {
  width: 160px;
}
@media all and (max-width: 896px) {
  .header-request {
    display: none;
  }
}
.header-request__link {
  text-align: center;
  display: grid;
  place-content: center;
  background: linear-gradient(90deg, #d8c06d 0%, #7a6c37 100%);
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.header-global {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .header-global {
    display: none;
  }
}
.header-global__wrapper {
  width: 90%;
  margin-inline: auto;
}
@media all and (max-width: 1025px) {
  .header-global__wrapper {
    width: 100%;
  }
}
.header-global__list {
  text-align: center;
  font-size: clamp(0.75rem, 0.6406rem + 0.1953vw, 0.875rem);
  line-height: 1.4;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.header-global__list__item {
  border-left: 1px solid #aaaaab;
}
.header-global__list__item:first-of-type {
  border-left: none;
}
.header-global__list__link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 1em 10px;
  position: relative;
}
.header-global__list__link.--nolink {
  pointer-events: none;
}
.header-global__list__link.--nolink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 800;
  }
}
.header-hamburger.--active .header-hamburger__line {
  width: 25px;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
.header-hamburger__line {
  display: block;
  width: 27px;
  height: 3px;
  background: #9e8044;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -9px;
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 9px;
}
.header-nav {
  display: none;
}
@media all and (max-width: 896px) {
  .header-nav {
    display: block;
    padding: 72px 25px;
    width: 100%;
    height: 100dvh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    translate: 100% 0;
    transition: all 0.5s;
    overflow: auto;
  }
}
.header-nav.--open {
  translate: 0 0;
}
.header-nav__list__item {
  border-bottom: 1px solid #9e8044;
  color: #9e8044;
  font-weight: 500;
}
.header-nav__list__item:first-of-type {
  border-top: 1px solid #9e8044;
}
.header-nav__list__item.--request .header-nav__list__link {
  background: #9e8044;
  color: #fff;
  font-size: 1.3em;
}
.header-nav__list__link {
  display: block;
  padding: 12px 20px;
  text-align: center;
  word-break: keep-all;
}
.header-nav__inner {
  margin-top: 32px;
}
.header-nav__name {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: 500;
}
.header-nav__detail {
  text-align: center;
  margin-top: 4px;
}
.header-nav__detail__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.header-nav__detail__item dt::after {
  content: "／";
}

/* footer */
/* ============================================ */
.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
  background: #fff;
}
.footer-pagetop {
  padding: 8px 0;
  background: #D5D5D5;
}
.footer-pagetop__btn {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.4em;
  cursor: pointer;
}
.footer-pagetop__btn::before {
  content: "\e86b";
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-variation-settings: "FILL" 1;
}
@media (hover: hover) {
  .footer-pagetop__btn:hover {
    opacity: 0.7;
  }
}
.footer-first {
  padding: 16px calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}
.footer-first__name {
  text-align: center;
  word-break: keep-all;
  font-size: 0.875rem;
  font-weight: 700;
}
.footer-first__tel {
  text-align: center;
  margin-top: 8px;
}
.footer-first__tel__link {
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .footer-first__tel__link {
    pointer-events: auto;
  }
}
@media all and (max-width: 896px) {
  .footer-first__tel img {
    width: 280px;
  }
}
.footer-first__detail {
  text-align: center;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin-top: 8px;
}
.footer-first__detail__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.footer-first__detail__item dt::after {
  content: "／";
}
.footer-second {
  border-top: 1px solid #D5D5D5;
  padding: 16px calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}
.footer-second__list {
  display: flex;
  justify-content: center;
  gap: 24px 40px;
}
@media all and (max-width: 896px) {
  .footer-second__list {
    gap: 20px 24px;
  }
}
@media all and (max-width: 600px) {
  .footer-second__list {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .footer-second__list__item {
    text-align: center;
  }
}
.footer-second__list__item.--livest .footer-second__list__name {
  margin-bottom: 3px;
}
.footer-second__list__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .footer-second__list__link {
    display: inline-flex;
    align-items: center;
  }
}
.footer-second__list__name {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-third {
  text-align: center;
  border-top: 1px solid #D5D5D5;
  padding: 16px calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}
.footer-third__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .footer-third__wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .footer-third__wrapper {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .footer-third__logo img {
    width: 90px;
  }
}
@media all and (max-width: 896px) {
  .footer-third__banner img {
    width: 320px;
  }
}
.footer-link {
  padding: 8px calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background: #ededed;
}
.footer-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
}
.footer-link__list__item {
  padding-right: 1.6em;
  position: relative;
}
.footer-link__list__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #231815;
  position: absolute;
  top: 50%;
  right: 0.8em;
  translate: 0 -50%;
}
.footer-other {
  padding: 20px 0 40px;
}
@media all and (max-width: 480px) {
  .footer-other {
    padding-bottom: 100px;
  }
}
.footer-other__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 16px;
}
@media all and (max-width: 896px) {
  .footer-other__container {
    flex-direction: column-reverse;
  }
}
.footer-other__first {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
}
@media all and (max-width: 896px) {
  .footer-other__first {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.footer-other__second {
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .footer-other__second {
    width: 100%;
  }
}
.footer-other__second__list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.footer-other__second__list__item {
  padding-right: 2.4em;
  position: relative;
}
@media all and (max-width: 480px) {
  .footer-other__second__list__item {
    padding-right: 0;
    width: 100%;
  }
}
.footer-other__second__list__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background: #999;
  position: absolute;
  top: 50%;
  right: 1.2em;
  translate: 0 -50%;
}
@media all and (max-width: 480px) {
  .footer-other__second__list__item::after {
    content: none;
  }
}
.footer-other__copyright {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.5rem, 0.425rem + 0.32vw, 0.625rem);
  font-weight: 500;
  color: #999;
}
@media all and (max-width: 896px) {
  .footer-other__copyright {
    text-align: center;
  }
}
.footer-request {
  display: none;
}
@media all and (max-width: 896px) {
  .footer-request {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 600;
  }
}
.footer-request--visible {
  display: block;
  -webkit-animation: isShow 0.3s ease-out forwards;
          animation: isShow 0.3s ease-out forwards;
}
.footer-request--invisible {
  -webkit-animation: btnHide 0.3s ease-out forwards;
          animation: btnHide 0.3s ease-out forwards;
}
@media all and (max-width: 480px) {
  .footer-request img {
    width: 64px;
  }
}
@-webkit-keyframes btnHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes btnHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* second */
/* ============================================ */
.second-outer {
  padding: 64px 0 100px;
}
@media all and (max-width: 896px) {
  .second-outer {
    padding: 40px 0 64px;
  }
}

.second-main {
  text-align: center;
  word-break: keep-all;
}
.second-main__ttl {
  font-size: clamp(1.25rem, 0.8rem + 1.92vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.second-main__en {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #9e8044;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .second-main__en {
    margin-top: 6px;
  }
}

/* top */
/* ============================================ */
.top-main__ttl img {
  width: 100%;
  max-width: none;
}

.top-feature {
  padding: 24px 0;
  background: linear-gradient(90deg, #e8e7df 0%, #e5e0c2 100%);
}
@media all and (max-width: 896px) {
  .top-feature {
    padding: 20px 0;
  }
}
.top-feature__wrapper {
  container-type: inline-size;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .top-feature__list {
    gap: 24px;
  }
}
@media all and (max-width: 480px) {
  .top-feature__list {
    flex-direction: column;
  }
}
.top-feature__list.--second {
  border-top: 1px solid #9e8f61;
  padding-top: 14px;
  margin-top: 14px;
}
.top-feature__list__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 480px) {
  .top-feature__list__item {
    justify-content: center;
  }
}
.top-feature__list__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #9e8f61;
  position: absolute;
  top: 0;
  left: -16px;
}
@media all and (max-width: 896px) {
  .top-feature__list__item::before {
    left: -12px;
  }
}
@media all and (max-width: 480px) {
  .top-feature__list__item::before {
    width: 100%;
    height: 1px;
    top: -12px;
    left: 0;
  }
}
.top-feature__list__item:first-of-type::before {
  content: none;
}
.top-feature__list__img.--feature01 {
  width: 37.2cqw;
}
@media all and (max-width: 480px) {
  .top-feature__list__img.--feature01 {
    width: 99%;
  }
}
.top-feature__list__img.--feature03 {
  width: 39.5cqw;
}
@media all and (max-width: 480px) {
  .top-feature__list__img.--feature03 {
    width: 95.8%;
  }
}
.top-feature__list__img.--feature04 {
  width: 28.6cqw;
}
@media all and (max-width: 480px) {
  .top-feature__list__img.--feature04 {
    width: 80.2%;
  }
}
.top-feature__detail {
  display: flex;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .top-feature__detail {
    gap: 24px;
  }
}
@media all and (max-width: 480px) {
  .top-feature__detail {
    flex-direction: column;
  }
}
.top-feature__detail__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 480px) {
  .top-feature__detail__item {
    justify-content: center;
  }
}
.top-feature__detail__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #9e8f61;
  position: absolute;
  top: 0;
  left: -16px;
}
@media all and (max-width: 896px) {
  .top-feature__detail__item::before {
    left: -12px;
  }
}
@media all and (max-width: 480px) {
  .top-feature__detail__item::before {
    width: 100%;
    height: 1px;
    top: -12px;
    left: 0;
  }
}
.top-feature__detail__item:first-of-type::before {
  content: none;
}
.top-feature__detail__img.--feature02_01 {
  width: 28.6cqw;
}
@media all and (max-width: 480px) {
  .top-feature__detail__img.--feature02_01 {
    width: 77.8%;
  }
}
.top-feature__detail__img.--feature02_02 {
  width: 33.4cqw;
}
@media all and (max-width: 480px) {
  .top-feature__detail__img.--feature02_02 {
    width: 78.2%;
  }
}

.top-new {
  text-align: center;
  background: url("../images/top/request_bg_tr.jpg") top -2vw right/39% auto no-repeat, url("../images/top/request_bg_bl.jpg") bottom -30vw left/36% auto no-repeat, #000;
  color: #fff;
  padding: 120px 0;
}
@media all and (max-width: 896px) {
  .top-new {
    background: url("../images/top/request_bg_tr.jpg") top right -24vw/60% auto no-repeat, url("../images/top/request_bg_bl.jpg") bottom -5vw left -16vw/45% auto no-repeat, #000;
    padding: 56px 0;
  }
}
.top-new__catch {
  word-break: keep-all;
  font-size: clamp(1rem, 0.55rem + 1.92vw, 1.75rem);
}
.top-new__ttl {
  word-break: keep-all;
  font-size: clamp(2.25rem, 1.05rem + 5.12vw, 4.25rem);
  font-weight: 600;
  line-height: 1.4;
  background: linear-gradient(90deg, #e28543 0%, #b95a26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .top-new__ttl {
    margin-top: 8px;
  }
}
.top-new__request {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-new__request {
    margin-top: 10px;
  }
}
.top-new__request__ttl {
  font-size: clamp(1.625rem, 0.8rem + 3.52vw, 3rem);
}
.top-new__inner {
  margin-top: 72px;
  border-top: 1px solid #fff;
  padding-top: 48px;
}
@media all and (max-width: 896px) {
  .top-new__inner {
    margin-top: 40px;
    padding-top: 24px;
  }
}
.top-new__txt {
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  line-height: 3.2;
  letter-spacing: 0.24em;
}
@media all and (max-width: 896px) {
  .top-new__txt {
    line-height: 2.4;
  }
}
.top-new__txt sup {
  font-size: 60%;
  vertical-align: 0.4em;
}

.top-info {
  padding: 120px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  .top-info {
    padding: 32px 0;
  }
}
.top-info__ttl {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  font-weight: 500;
  border-bottom: 1px solid #231815;
  padding-bottom: 12px;
}
@media all and (max-width: 896px) {
  .top-info__ttl {
    padding-bottom: 10px;
  }
}
.top-info__list {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-info__list {
    margin-top: 16px;
  }
}
.top-info__list__item {
  font-size: clamp(0.9375rem, 0.675rem + 1.12vw, 1.375rem);
  font-weight: 500;
}
.top-info__list__link {
  display: flex;
  gap: 8px 1em;
}
@media all and (max-width: 896px) {
  .top-info__list__link {
    flex-direction: column;
  }
}
.top-info__list__date {
  flex-shrink: 0;
  width: 8em;
}
@media all and (max-width: 480px) {
  .top-info__list__date {
    width: 100%;
  }
}
.top-info__list__txt {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .top-info__list__txt {
    width: 100%;
  }
}

.top-map {
  padding: 100px 0;
  background: #cbcbcd;
}
@media all and (max-width: 896px) {
  .top-map {
    padding: 32px 0;
  }
}
.top-map__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.625rem + 1.6vw, 1.625rem);
  font-weight: 600;
}
.top-map__contents {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-map__contents {
    margin-top: 20px;
  }
}
.top-map__img img {
  width: 100%;
  max-width: none;
}
.top-map__img + .top-map__img {
  margin-top: 36px;
}
@media all and (max-width: 896px) {
  .top-map__img + .top-map__img {
    margin-top: 16px;
  }
}

.top-posture__intro {
  padding: 80px 0;
  background: linear-gradient(90deg, #ebe8d3 20%, #fffff2 50%, #ebe8d3 80%);
}
@media all and (max-width: 896px) {
  .top-posture__intro {
    padding: 32px 0;
  }
}
.top-posture__intro__catch {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.8;
}
.top-posture__main {
  padding: max(40px, 4.17vw) 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-posture__main {
    padding: 0;
  }
}
.top-posture__main__wrapper {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-posture__main__wrapper {
    padding: 32px 0 24px;
  }
}
.top-posture__main__ttl {
  font-size: clamp(1.5rem, 0.9rem + 2.56vw, 2.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.4em;
  color: #5B6466;
}
.top-posture__main__txt {
  font-weight: 500;
  line-height: 1.8;
  color: #5B6466;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-posture__main__txt {
    margin-top: 20px;
  }
}
.top-posture__main__txt + .top-posture__main__txt {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-posture__main__txt + .top-posture__main__txt {
    margin-top: 12px;
  }
}
.top-posture__main__catch {
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  font-weight: 600;
  color: #5B6466;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-posture__main__catch {
    margin-top: 20px;
  }
}
.top-posture__main__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-posture__main__img {
    position: static;
  }
}
.top-posture__main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
@media all and (max-width: 896px) {
  .top-posture__main__img img {
    -o-object-position: 100% 70%;
       object-position: 100% 70%;
    aspect-ratio: 3/1;
  }
}
@media all and (max-width: 480px) {
  .top-posture__main__img img {
    aspect-ratio: 5/3;
  }
}

.top-results {
  padding: 80px 0 40px;
}
@media all and (max-width: 896px) {
  .top-results {
    padding: 32px 0 24px;
  }
}
.top-results__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  font-weight: 600;
}
.top-results__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-results__list {
    margin-top: 16px;
  }
}
.top-results__list__item {
  width: calc((100% - 48px) / 5);
}
@media all and (max-width: 896px) {
  .top-results__list__item {
    width: calc((100% - 24px) / 3);
  }
}
@media all and (max-width: 480px) {
  .top-results__list__item {
    width: calc((100% - 12px) / 2);
  }
}
.top-results__list__img {
  position: relative;
}
.top-results__list__year {
  width: 80%;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 600;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  color: #fff;
  background: linear-gradient(90deg, #231815 50%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-results__list__ttl {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .top-results__list__ttl {
    margin-top: 6px;
  }
}
.top-results__list__txt {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 600;
  line-height: 1.4;
}
.top-results__new {
  padding: 16px;
  background: rgba(158, 128, 68, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  margin-inline: auto;
  max-width: 680px;
}
@media all and (max-width: 896px) {
  .top-results__new {
    padding: 12px;
    gap: 10px;
    margin-top: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-results__new {
    flex-direction: column;
  }
}
.top-results__new__contents {
  flex-grow: 1;
  color: #9e8044;
}
@media all and (max-width: 600px) {
  .top-results__new__contents {
    text-align: center;
    width: 100%;
  }
}
.top-results__new__txt {
  font-size: clamp(0.625rem, 0.2408rem + 1.6393vw, 0.9375rem);
  font-weight: 600;
}
.top-results__new__txt .txt_large {
  font-size: 1.33em;
}
.top-results__new__ttl {
  font-size: clamp(1.125rem, 0.3566rem + 3.2787vw, 1.75rem);
  font-weight: 600;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .top-results__new__ttl {
    margin-top: 2px;
  }
}
.top-results__new__img {
  flex-shrink: 0;
  width: 58%;
}
@media all and (max-width: 600px) {
  .top-results__new__img {
    width: 100%;
  }
}

.top-group {
  padding: 40px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  .top-group {
    padding: 32px 0;
  }
}
.top-group__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #8e8044;
}
.top-group__subttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(0.9375rem, 0.75rem + 0.8vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .top-group__subttl {
    margin-top: 10px;
  }
}
.top-group__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(0.8125rem, 0.7375rem + 0.32vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-group__txt {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-group__txt {
    text-align: left;
    word-break: normal;
  }
}
.top-group__inner {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-group__inner {
    margin-top: 24px;
  }
}
.top-group__catch {
  text-align: center;
  font-size: clamp(0.8125rem, 0.7rem + 0.48vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.top-group__img {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-group__img {
    margin-top: 12px;
  }
}
.top-group__img img {
  width: 100%;
  max-width: none;
}

.top-example {
  padding: 32px 0 16px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  background: #fff;
}
@media all and (max-width: 896px) {
  .top-example {
    padding-top: 20px;
  }
}

/* request */
/* ============================================ */
@media all and (max-width: 480px) {
  .request .footer-other {
    padding-bottom: 40px;
  }
}
.request .footer-request {
  display: none !important;
}
.request .formLayout.input_now .display_check {
  display: none;
}
.request .formLayout.check_now .display_input {
  display: none;
}
.request .check_false {
  display: none;
}
.request .errmsg, .request #errorMessage {
  background: #fff;
  border: 1px solid #e56c2c;
  padding: 10px;
  color: #e56c2c;
  margin-bottom: 24px;
}
.request-outer {
  padding: 64px 0 100px;
}
@media all and (max-width: 896px) {
  .request-outer {
    padding: 40px 0 64px;
  }
}
.request-container {
  margin-top: 48px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media all and (max-width: 896px) {
  .request-container {
    margin-top: 32px;
  }
}
.request-ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.875rem, 1.425rem + 1.92vw, 2.625rem);
  font-weight: 600;
  color: #9e8044;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.request-catch {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
}
.request-inner {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .request-inner {
    margin-top: 32px;
  }
}
.request-contents {
  font-size: 1rem;
}
.request-item {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px 40px;
  background: #fff;
  border-bottom: 1px solid #D5D5D5;
}
@media all and (max-width: 896px) {
  .request-item {
    padding: 16px 0;
    flex-direction: column;
  }
}
.request-item dt {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 10px;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: 500;
  position: relative;
}
@media all and (max-width: 896px) {
  .request-item dt {
    width: 100%;
    gap: 10px;
  }
}
.request-item dd {
  padding-top: 2px;
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .request-item dd {
    padding-top: 0;
    width: 100%;
  }
}
.request-name {
  flex-shrink: 0;
  display: block;
  margin-bottom: 10px;
}
.request-name.--name_fix {
  width: 2.5em;
}
.request label {
  display: block;
}
.request label:has(> input[type=radio]) {
  display: inline-block;
  margin-right: 12px;
}
.request label:has(> input[type=checkbox]) {
  display: inline-block;
  margin-right: 12px;
}
.request input[type=text], .request input[type=email], .request input[type=tel], .request select, .request textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
@media all and (max-width: 896px) {
  .request input[type=text], .request input[type=email], .request input[type=tel], .request select, .request textarea {
    padding: 8px;
  }
}
.request input[type=text].input_middle, .request input[type=email].input_middle, .request input[type=tel].input_middle, .request select.input_middle, .request textarea.input_middle {
  max-width: 320px;
}
@media all and (max-width: 896px) {
  .request input[type=text].input_middle, .request input[type=email].input_middle, .request input[type=tel].input_middle, .request select.input_middle, .request textarea.input_middle {
    max-width: 280px;
  }
}
.request input[type=text].input_short, .request input[type=email].input_short, .request input[type=tel].input_short, .request select.input_short, .request textarea.input_short {
  max-width: 240px;
}
@media all and (max-width: 896px) {
  .request input[type=text].input_short, .request input[type=email].input_short, .request input[type=tel].input_short, .request select.input_short, .request textarea.input_short {
    max-width: 200px;
  }
}
.request input[type=text].input_mini, .request input[type=email].input_mini, .request input[type=tel].input_mini, .request select.input_mini, .request textarea.input_mini {
  max-width: 120px;
}
.request textarea {
  height: 200px;
}
.request input[type=radio], .request input[type=checkbox] {
  margin-right: 5px;
  vertical-align: -0.05em;
}
.request-search {
  text-align: center;
  padding: 0.8em 1.4em;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  background: #e56c2c;
  box-shadow: 0 0 0.24em rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .request-search:hover {
    opacity: 0.7;
  }
}
.request-note {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.request-required {
  text-align: center;
  display: inline-block;
  background: #a71118;
  padding: 0.3em 0.8em 0.3em 1em;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
}
.request-any {
  text-align: center;
  display: inline-block;
  background: #2d497d;
  padding: 0.3em 0.8em 0.3em 1em;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
}
.request-privacy {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .request-privacy {
    margin-top: 32px;
  }
}
.request-privacy__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: 700;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.request-privacy__list {
  margin-top: 32px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .request-privacy__list {
    margin-top: 24px;
  }
}
.request-privacy__list > li {
  padding-left: 1em;
  position: relative;
}
.request-privacy__list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.request-privacy__list a {
  color: #e56c2c;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.request-privacy__agree {
  margin-top: 32px;
  text-align: center;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
}
@media all and (max-width: 896px) {
  .request-privacy__agree {
    margin-top: 24px;
  }
}
.request-submit {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .request-submit {
    margin-top: 40px;
  }
}
.request-submit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.request-submit__list + .request-submit__list {
  margin-top: 24px;
}
.request-submit__list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .request-submit__list > li {
    width: 100%;
  }
}
.request-submit__list > li.prev .request-submit__btn {
  background: #a5a5a5;
}
.request-submit__btn {
  text-align: center;
  padding: 0.8em 1em;
  width: 100%;
  background: linear-gradient(90deg, #e28543 0%, #b95a26 100%);
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.0625rem, 0.95rem + 0.48vw, 1.25rem);
  font-weight: 700;
  box-shadow: 0 0 0.24em rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .request-submit__btn:hover {
    opacity: 0.6;
  }
}
.request .--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .request .--flex {
    gap: 12px;
  }
}
.request .--flex .request-name {
  margin-bottom: 0;
}
.request .--flex_small {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 5px;
}
@media all and (max-width: 896px) {
  .request .--flex_small {
    gap: 12px 5px;
  }
}
.request .--flex_small .request-name {
  margin-bottom: 0;
}
.request .--flex_inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.request .--flex_inline .request-name {
  margin-bottom: 0;
}
.request #vl032,
.request #vl038 {
  margin-left: -16px;
}
@media all and (max-width: 896px) {
  .request #vl032,
.request #vl038 {
    margin-left: -12px;
  }
}

/* outline */
/* ============================================ */
.outline-wrapper {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .outline-wrapper {
    margin-top: 24px;
  }
}

.outline-inner + .outline-inner {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .outline-inner + .outline-inner {
    margin-top: 64px;
  }
}

.outline-ttl {
  text-align: center;
  word-break: keep-all;
  padding: 0.4em 0.8em;
  background: #989085;
  color: #fff;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  font-weight: 600;
}

.outline-list {
  font-weight: 500;
}
.outline-list__item {
  display: flex;
  border-bottom: 1px solid #727171;
}
@media all and (max-width: 896px) {
  .outline-list__item {
    flex-direction: column;
  }
}
.outline-list__item:first-of-type {
  border-top: 1px solid #727171;
}
.outline-list__item dt, .outline-list__item dd {
  padding: 0.4em 0.8em;
}
.outline-list__item dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 16em;
  background: #eae9e7;
}
@media all and (max-width: 896px) {
  .outline-list__item dt {
    width: 100%;
    border-bottom: 1px solid #727171;
  }
}
.outline-list__item dd {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .outline-list__item dd {
    width: 100%;
  }
}

.outline-yokoku {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .outline-yokoku {
    margin-top: 24px;
  }
}
.outline-yokoku__ttl {
  font-size: clamp(0.9375rem, 0.825rem + 0.48vw, 1.125rem);
  font-weight: 600;
}
.outline-yokoku__txt {
  font-weight: 500;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .outline-yokoku__txt {
    margin-top: 2px;
  }
}