@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: 18vw;
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
@media (min-width: 768px) {
  .scroll-hint-icon {
    display: none;
  }
}
.scroll-hint-icon.is-active {
  opacity: 1 !important;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: '';
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: '';
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .scroll-hint-shadow-wrap::after {
    display: none;
  }
}

.scroll-hint-shadow-wrap::before {
  content: '';
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .scroll-hint-shadow-wrap::before {
    display: none;
  }
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

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

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

body,
input,
textarea,
select {
  font-size: 1rem;
  line-height: 1.4;
  overflow-x: clip;
  text-align: left;
  font-family: 'Noto Sans CJK JP','Hiragino Kaku Gothic ProN',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  body,
  input,
  textarea,
  select {
    font-size: 4vw;
  }
}

input,
textarea,
select {
  font-size: 0.875rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.625rem;
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  html {
    min-height: 100lvh;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style: none;
}

figcaption {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 20vw;
  }
}

.page-header {
  display: none !important;
}

/*-------------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------------*/
/* フレックス */
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dflex-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* ブロック */
.dblock {
  display: block;
}

/* グリッド */
.dgrid {
  display: grid;
}

/* テキスト */
.txt-bold {
  font-weight: 700;
}

.txt-normal {
  font-weight: 400;
}

.txt-narrow {
  font-weight: 100;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-white {
  color: #fff;
}

.txt-eng {
  font-family: 'Outfit', sans-serif;
}

.txt-primary {
  color: #192350;
}

.txt-paleblue {
  color: #0064c3;
}

.txt-outfit {
  font-family: 'Outfit', sans-serif;
}

ul.pdflist .txt-outfit {
  font-family: sans-serif;
}

.txt-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.txt-gold {
  color: #d7be7d;
}

.txt-yumincho {
  font-family: 'Yu Mincho', 'YuMincho', serif;
}

.stxt {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .stxt {
    font-size: 3.5vw;
  }
}

/* 背景 */
.bg-primary {
  background-color: #192350;
}

.bg-lightblue {
  background-color: #e1ebf0;
}

.bg-paleblue {
  background-color: #0064c3;
}

.bg-gray {
  background-color: #464646;
}

.bg-white {
  background-color: #fff;
}

.bg-lightblue02 {
  background-color: #f0f5f5;
}

.bg-gold {
  background-color: #d7be7d;
}

/* リンク */
.link a {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .link a:hover {
    text-decoration: underline;
  }
}

.link-blue a {
  color: #0064c3;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-blue a:hover {
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* 画像 */
.img-center {
  margin: 0 auto;
}

/* 大枠 */
.wrapper {
  overflow-x: clip;
}
.wrapper .l-main {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper .l-main {
    padding-top: 16vw;
  }
}
.wrapper .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* ボタン */
.btn a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 3.5vw;
  }
}
.btn a:after,
.btn a:before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn a:after,
  .btn a:before {
    width: 5vw;
    height: 5vw;
  }
}
.btn.btn-arrow a:after,
.btn.btn-arrow a:before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn.btn-arrow a:hover:before {
    opacity: 0;
  }
  .btn.btn-arrow a:hover:after {
    opacity: 1;
  }
  .btn.btn-arrow a:hover:before,
  .btn.btn-arrow a:hover:after {
    -webkit-transform: translate(0.3125rem, -50%);
    transform: translate(0.3125rem, -50%);
  }
}
.btn.disabled a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn.disabled a:hover {
    color: unset;
    background-color: unset;
  }
}

.btn-blue a {
  color: #fff;
  border: 0.0625rem solid #192350;
  background-color: #192350;
}
@media screen and (min-width: 768px) {
  .btn-blue a:hover {
    background-color: #fff;
    color: #192350;
  }
}
.btn-blue.btn-arrow a:before {
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-blue.btn-arrow a:after {
  background: url('../images/common/icon_arrow_btn_blue.svg') no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .btn-blue.btn-movie a {
    font-size: 4vw;
    padding: 0 4vw 0 28vw;
    border-radius: 0;
    height: 100%;
    line-height: 15vw;
  }
}
.btn-blue.btn-movie a:before,
.btn-blue.btn-movie a:after {
  right: 0.625rem;
  width: 1.6875rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .btn-blue.btn-movie a:before,
  .btn-blue.btn-movie a:after {
    width: 8vw;
    height: 8vw;
    right: 4vw;
  }
}
.btn-blue.btn-movie a:before {
  background: url('../images/common/icon_movie_white.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-blue.btn-movie a:after {
  background: url('../images/common/icon_movie_blue.svg') no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .btn-blue.btn-movie a:hover:before {
    opacity: 0;
  }
  .btn-blue.btn-movie a:hover:after {
    opacity: 1;
  }
}

.btn-gold a {
  color: #192350;
  border: 0.0625rem solid #d7be7d;
  background-color: #d7be7d;
}
@media screen and (min-width: 768px) {
  .btn-gold a:hover {
    background-color: #192350;
    color: #d7be7d;
  }
}
.btn-gold.btn-arrow a:before {
  background: url('../images/common/icon_arrow_btn_blue.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-gold.btn-arrow a:after {
  background: url('../images/common/icon_arrow_btn_gold.svg') no-repeat center center/contain;
  opacity: 0;
}

.btn-lightblue a {
  color: #192350;
  border: 0.0625rem solid #e1ebf0;
  background-color: #e1ebf0;
}
@media screen and (min-width: 768px) {
  .btn-lightblue a:hover {
    background-color: #192350;
    color: #e1ebf0;
  }
}
.btn-lightblue.btn-arrow a:before {
  background: url('../images/common/icon_arrow_btn_blue.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-lightblue.btn-arrow a:after {
  background: url('../images/common/icon_arrow_btn_lightblue.svg') no-repeat center center/contain;
  opacity: 0;
}

.btn-paleblue a {
  background-color: #0064c3;
  color: #fff;
  border: 0.0625rem solid #0064c3;
}
@media screen and (min-width: 768px) {
  .btn-paleblue a:hover {
    background-color: #fff;
    color: #0064c3;
  }
}
.btn-paleblue.btn-arrow a:before {
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-paleblue.btn-arrow a:after {
  background: url('../images/common/icon_arrow_btn_paleblue.svg') no-repeat center center/contain;
  opacity: 0;
}

.btn-targetblank a:before {
  background: url('../images/common/icon_targetblank_white.svg') no-repeat center center/contain;
  opacity: 1;
  right: 1.375rem;
}
.btn-targetblank a:after {
  background: url('../images/common/icon_targetblank_blue.svg') no-repeat center center/contain;
  opacity: 0;
  right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .btn-targetblank a:hover:before {
    opacity: 0;
  }
  .btn-targetblank a:hover:after {
    opacity: 1;
  }
}

.btn-pink a {
  color: #fff;
  border: 0.0625rem solid #d74b82;
  background-color: #d74b82;
}
@media screen and (min-width: 768px) {
  .btn-pink a:hover {
    background-color: #fff;
    color: #d74b82;
  }
}
.btn-pink.btn-pmovie {
  position: fixed;
  right: 0;
  top: 31.125rem;
  width: 14.375rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .btn-pink.btn-pmovie {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 15vw;
  }
}
.btn-pink.btn-pmovie a {
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 1.25rem 1.25rem 1.25rem 5.25rem;
  line-height: 1.4;
  font-size: 1.0625rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .btn-pink.btn-pmovie a {
    font-size: 4vw;
    padding: 0 4vw 0 28vw;
    border-radius: 0;
    height: 100%;
    line-height: 15vw;
  }
}
.btn-pink.btn-pmovie a:before,
.btn-pink.btn-pmovie a:after {
  right: unset;
  left: 1.25rem;
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .btn-pink.btn-pmovie a:before,
  .btn-pink.btn-pmovie a:after {
    width: 12vw;
    height: 12vw;
    left: 12vw;
  }
}
.btn-pink.btn-pmovie a:before {
  background: url('../images/common/icon_video_white.svg') no-repeat center center/contain;
  opacity: 1;
}
.btn-pink.btn-pmovie a:after {
  background: url('../images/common/icon_video_pink.svg') no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .btn-pink.btn-pmovie a:hover:before {
    opacity: 0;
  }
  .btn-pink.btn-pmovie a:hover:after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-supply + .footer,
  .l-list + .footer {
    margin-bottom: 15vw;
  }
}

.btn-red a {
  border: 0.0625rem solid #962d37;
  background-color: #962d37;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-red a:hover {
    background-color: #fff;
    color: #962d37;
  }
}

/* フォーム */
input.btn-blue,
button.btn-blue {
  background-color: #192350;
  color: #fff;
  border: 0.0625rem solid #192350;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input.btn-blue:hover,
  button.btn-blue:hover {
    background-color: #fff;
    color: #192350;
  }
}

.selectwrap {
  position: relative;
}
.selectwrap:after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.375rem;
  background: url('../images/common/icon_arrow_select.svg') no-repeat center center/contain;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.item-radio label:not(:last-of-type) {
  margin-bottom: 17px;
}
.item-radio label input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 25px !important;
  height: 25px;
  border: 1px solid #afafaf;
  border-radius: 50% !important;
  cursor: pointer;
}
.item-radio label input[type='radio']:checked::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 9999px;
  background-color: #0064c3;
}
.item-radio .field .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.0625rem;
}

.wpcf7-spinner,
.js-cf7-2step .btn-submit,
.js-cf7-2step .btn-back {
  display: none;
}

/* 確認モードに入ったら .is-confirm を付与して表示切替 */
.js-cf7-2step.is-confirm .btn-confirm {
  display: none;
}

.js-cf7-2step.is-confirm .btn-submit,
.js-cf7-2step.is-confirm .btn-back {
  display: inline-block;
}

/* 入力欄とミラーを切替している場合は以下も（任意） */
.js-cf7-2step .field__mirror {
  display: none;
}

.js-cf7-2step.is-confirm .field__mirror {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .js-cf7-2step.is-confirm .field__mirror {
    font-size: 4vw;
  }
}

.js-cf7-2step.is-confirm #search-btn,
.js-cf7-2step.is-confirm .sec_txt,
.js-cf7-2step.is-confirm .stxt,
.js-cf7-2step.is-confirm .item-name .txt,
.js-cf7-2step.is-confirm .item-name .wpcf7-form-control-wrap,
.js-cf7-2step.is-confirm .wpcf7-form-control {
  display: none;
}
.js-cf7-2step.is-confirm .wpcf7-acceptance,
.js-cf7-2step.is-confirm .btn-submit {
  display: block !important;
}
.js-cf7-2step.is-confirm .item-name .dflex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.js-cf7-2step.is-confirm .ttl {
  padding-top: 0 !important;
}

/* ラベル */
.label {
  text-align: center;
  display: block;
  font-weight: 700;
}

.label-paleblue {
  background-color: #0064c3;
  color: #fff;
}
.label-paleblue a {
  border: 0.0625rem solid #0064c3;
}
@media screen and (min-width: 768px) {
  .label-paleblue a:hover {
    color: #0064c3;
    background-color: #fff;
  }
}

.label-lightblue {
  background-color: #e1ebf0;
  color: #0064c3;
}

/* アコーディオン */
.accordion .accordion-header {
  width: 100%;
  border: none;
  padding: 1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  background: #fafafa;
  padding: 1rem;
}
.accordion .accordion-header[aria-expanded='true'] + .accordion-content {
  /* max-height は JS で content.scrollHeight をセットします */
  padding: 1rem; /* 上下 padding を追加 */
}

/* パンくずナビ */
.breadcrumbs {
  font-size: 0.625rem;
  line-height: 1;
  margin-bottom: 1.125rem;
  padding: 0 4rem;
}
.breadcrumbs .inner {
  max-width: inherit !important;
}
@media (max-width: 960px) {
  .breadcrumbs {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 10vw;
    margin-bottom: 3vw;
  }
}
.breadcrumbs ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  line-height: 1.2;
}
.breadcrumbs ul li:not(:last-of-type):after {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
  margin: 0 0.25rem;
}
.breadcrumbs ul li a {
  color: #000;
}

/* 下層ページ共通パーツ */
.l-page {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-bottom: 16vw;
  }
}
.l-page .l-dfleximg .upper {
  gap: min(3.75rem, 5vw);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-dfleximg .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-page .l-dfleximg .upper .contents {
    max-width: 25.1875rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-page .l-dfleximg .upper .contents {
    padding: 0 8vw;
  }
}
.l-page .l-dfleximg .upper .contents .sec_ttl {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-dfleximg .upper .contents .sec_ttl {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}
.l-page .l-dfleximg .upper .contents .sec_sttl {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-dfleximg .upper .contents .sec_sttl {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.l-page .l-dfleximg .upper .img {
  margin-right: calc(50% - 50vw);
}
.l-page .kv.l-dfleximg {
  margin-bottom: 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-page .kv.l-dfleximg {
    padding: 0 2vw;
    margin-bottom: 12vw;
  }
}
.l-page .sec_ttlx {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page .sec_ttlx {
    font-size: 7vw;
    margin-bottom: 6vw;
  }
}
.l-page .sec_sttl {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-page .sec_sttl {
    font-size: 6.5vw;
    line-height: 1.3;
  }
}
.l-page .ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page .ttl {
    font-size: 5vw;
    padding-bottom: 0.5rem;
  }
}
.l-page .mtxt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page .mtxt {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page .box_ttl {
    font-size: 6.5vw;
  }
}
.l-page .sec_txt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-page .box_sttl {
    font-size: 5vw;
  }
}
.l-page .inner {
  max-width: 56.25rem;
}
.l-page .sec_ttl-logo {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.8125rem;
  background: url('../images/common/icon_headline_logo.svg') no-repeat left center/4.875rem auto;
  padding: 0.25rem 0 0 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-page .sec_ttl-logo {
    font-size: 7vw;
    line-height: 1.3;
    background-size: 20vw auto;
    padding: 0 0 0 23vw;
    margin-bottom: 10vw;
  }
}
.l-page .navigation {
  border-top: 0.0625rem solid #192350;
  border-bottom: 0.0625rem solid #192350;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .l-page .navigation {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page .navigation ul {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
.l-page .navigation ul li {
  padding: 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-page .navigation ul li {
    padding: 2vw;
  }
}
.l-page .navigation ul li a {
  color: #192350;
  font-size: 1.125rem;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-page .navigation ul li a {
    font-size: 2.5vw;
  }
}
.l-page .navigation ul li:not(:last-of-type) {
  position: relative;
}
.l-page .navigation ul li:not(:last-of-type):after {
  content: '';
  display: block;
  width: 0.0625rem;
  background-color: #192350;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .l-page .navigation ul li:nth-child(3):after {
    display: none;
  }
  .l-page .navigation ul li:last-of-type {
    position: relative;
  }
  .l-page .navigation ul li:last-of-type:after {
    content: '';
    display: block;
    width: 0.0625rem;
    background-color: #192350;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 80%;
  }
}
.l-page .fv {
  background: #e1ebf0 url('../images/common/bg_kv_right_pc.jpg') no-repeat right center/auto 100%;
  margin-bottom: 7.5rem;
  margin-bottom: 4rem;
  min-height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .l-page .fv {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page .fv {
    background: #e1ebf0 url('../images/common/bg_kv_right_sp.jpg') no-repeat right center/auto 100%;
    min-height: 48vw;
    padding: 0 10vw;
    margin-bottom: 13vw;
  }
}
.l-page .fv .fv_ttl {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-page .fv .fv_ttl {
    line-height: 1.1;
  }
}
.l-page .fv .fv_ttl .ja {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-page .fv .fv_ttl .ja {
    font-size: 6vw;
  }
}
.l-page .fv .fv_ttl .en {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page .fv .fv_ttl .en {
    font-size: 12vw;
  }
}
.l-page .fv .fv_ttl-huge .ja {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-page .fv .fv_ttl-huge .ja {
    font-size: 7.5vw;
  }
}
.l-page .fv .fv_ttl-huge .ja span {
  font-size: 2.5rem;
  position: relative;
  top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-page .fv .fv_ttl-huge .ja span {
    font-size: 9vw;
  }
}
.l-page .pagination {
  display: block;
}
.l-page .pagination .navigation {
  border: none;
  margin-bottom: 0;
  padding: 0;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-page .pagination .navigation {
    padding: 0 4vw;
  }
}
.l-page .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: outfit;
  gap: 1.5rem;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page .pagination .nav-links {
    gap: 3vw;
  }
}
.l-page .pagination .nav-links a.page-numbers {
  text-align: center;
  width: 1.25rem;
  line-height: 2.125rem;
  font-size: 1.4375rem;
  width: 2.125rem;
  line-height: 2.125rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-page .pagination .nav-links a.page-numbers:hover {
    background-color: #0064c3;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-page .pagination .nav-links a.page-numbers {
    width: 9vw;
    line-height: 9vw;
    border-radius: 1vw;
    font-size: 6.2vw;
  }
}
.l-page .pagination .nav-links a.page-numbers.prev,
.l-page .pagination .nav-links a.page-numbers.next {
  width: unset;
  position: absolute;
  width: 1.875rem;
}
.l-page .pagination .nav-links a.page-numbers.prev.prev,
.l-page .pagination .nav-links a.page-numbers.next.prev {
  left: 0;
}
.l-page .pagination .nav-links a.page-numbers.prev.prev:hover,
.l-page .pagination .nav-links a.page-numbers.next.prev:hover {
  -webkit-transform: translateX(-0.3125rem);
  transform: translateX(-0.3125rem);
}
.l-page .pagination .nav-links a.page-numbers.prev.next,
.l-page .pagination .nav-links a.page-numbers.next.next {
  right: 0;
}
.l-page .pagination .nav-links a.page-numbers.prev.prev img,
.l-page .pagination .nav-links a.page-numbers.next.next img{
  display: none;
}

.l-page .pagination .nav-links a.page-numbers.prev.next:hover,
.l-page .pagination .nav-links a.page-numbers.next.next:hover {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}
@media screen and (min-width: 768px) {
  .l-page .pagination .nav-links a.page-numbers.prev:hover,
  .l-page .pagination .nav-links a.page-numbers.next:hover {
    background-color: unset;
    color: unset;
  }
}
.l-page .pagination .nav-links .current {
  font-family: outfit;
  color: #fff;
  background-color: #0064c3;
  text-align: center;
  width: 2.125rem;
  line-height: 2.125rem;
  border-radius: 0.25rem;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-page .pagination .nav-links .current {
    width: 9vw;
    line-height: 9vw;
    border-radius: 1vw;
    font-size: 5.2vw;
  }
}

/* スクロール時要素fade in */
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  /* 遅延アニメーション用のクラス */
}
.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fade-in.delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fade-in.delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* テーブル(表) */
.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9rem;
}
.table thead th {
  padding: 0.125rem;
  height: 2.5rem;
}
.table thead th:not(:last-of-type) {
  position: relative;
}
.table thead th:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.625rem;
  right: 0;
  border-right: 0.0625rem solid #fff;
  background-color: #fff;
}
.table td {
  border: 0.0625rem solid #192350;
}
.table td:first-of-type {
  border-left: none;
}
.table td:last-of-type {
  border-right: none;
}
.table td.tdbgray {
  border-bottom-color: #d2d2d2;
}

/* モーダル内のテーブルスタイル */
.l-list .wall .box .contents .table {
  border-top: 0.0625rem solid #192350;
  border-bottom: 0.0625rem solid #192350;
}
.l-list .wall .box .contents .table tr th,
.l-list .wall .box .contents .table tr td {
  padding: 0.875rem;
  letter-spacing: -0.05rem;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .l-list .wall .box .contents .table tr th,
  .l-list .wall .box .contents .table tr td {
    padding: 2.3vw;
  }
}
.l-list .wall .box .contents .table tr td,
.l-list .wall .box .contents .table tr th {
  border-bottom: none;
}
.l-list .wall .box .contents .table tr:not(:last-of-type) th,
.l-list .wall .box .contents .table tr:not(:last-of-type) td {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.l-list .wall .box .contents .table th {
  width: 33%;
  background-color: #f3ecd8;
}
.l-list .wall .box .contents .table td {
  width: 67%;
}

/* ナビゲーション(供給実績、会社案内,お知らせ,お問い合わせ) */
.l-company .navigation,
.l-page-news .navigation,
.l-page-contact .navigation {
  margin-bottom: 4.375rem;
}
.l-supply .subnav.is-fixed {
  position: relative;
  height: 62px;
  margin-bottom: 4.375rem;
}
.l-supply .navigation {
  position: absolute;
  width: 100%;
  background-color: #fff;
}
.l-supply .navigation.is-fixed {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 100%;
  z-index: 10;
}
.l-business-content .navigation.is-fixed {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 100%;
  z-index: 100;
  background: white;
}



@media screen and (max-width: 767px) {
  .l-company .navigation,
  .l-page-news .navigation,
  .l-page-contact .navigation {
    margin-bottom: 14vw;
  }
  .l-supply .subnav.is-fixed {
    height: 112px;
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .l-supply .navigation ul,
  .l-company .navigation ul,
  .l-page-news .navigation ul,
  .l-page-contact .navigation ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-supply .navigation ul li,
.l-company .navigation ul li,
.l-page-news .navigation ul li,
.l-page-contact .navigation ul li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-supply .navigation ul li,
  .l-company .navigation ul li,
  .l-page-news .navigation ul li,
  .l-page-contact .navigation ul li {
    width: 33.33%;
  }
  .l-supply .navigation ul li:first-of-type,
  .l-supply .navigation ul li:nth-child(2),
  .l-supply .navigation ul li:nth-child(3),
  .l-company .navigation ul li:first-of-type,
  .l-company .navigation ul li:nth-child(2),
  .l-company .navigation ul li:nth-child(3),
  .l-page-news .navigation ul li:first-of-type,
  .l-page-news .navigation ul li:nth-child(2),
  .l-page-news .navigation ul li:nth-child(3),
  .l-page-contact .navigation ul li:first-of-type,
  .l-page-contact .navigation ul li:nth-child(2),
  .l-page-contact .navigation ul li:nth-child(3) {
    border-bottom: 0.0625rem solid #192350;
  }
}
.l-supply .navigation ul li a,
.l-company .navigation ul li a,
.l-page-news .navigation ul li a,
.l-page-contact .navigation ul li a {
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-supply .navigation ul li a:hover,
  .l-company .navigation ul li a:hover,
  .l-page-news .navigation ul li a:hover,
  .l-page-contact .navigation ul li a:hover {
    color: #fff;
    background-color: #0064c3;
  }
}
.l-supply .navigation ul li.active a,
.l-company .navigation ul li.active a,
.l-page-news .navigation ul li.active a,
.l-page-contact .navigation ul li.active a {
  color: #fff;
  background-color: #0064c3;
}
.l-supply .navigation ul li:hover:not(.active) a,
.l-company .navigation ul li:hover:not(.active) a,
.l-page-news .navigation ul li:hover:not(.active) a,
.l-page-contact .navigation ul li:hover:not(.active) a {
  color: #fff;
  background-color: #0064c3;
}

.l-supply .navigation ul li:nth-of-type(2) a {
  line-height: 1.25rem;
  text-align: center;
  margin: 0 auto;
  padding: 0rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-supply .navigation ul li:nth-of-type(2) a {
    padding: 0rem 3vw;
  }
}

/* PDFアイコン付きリスト */
.pdflist li {
  border-top: 0.0625rem solid #d2d2d2;
  padding: 1rem 2.5rem 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .pdflist li {
    padding: 4vw 2vw;
  }
}
.pdflist li:last-of-type {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.pdflist li > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pdflist li .date {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .pdflist li .date {
    width: 26vw;
  }
}
.pdflist li .date + div {
  width: calc(100% - 6.875rem);
}
@media screen and (max-width: 767px) {
  .pdflist li .date + div {
    width: calc(100% - 24vw);
  }
}
.pdflist li .dblock {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .pdflist li .dblock {
    width: 100%;
    padding-right: 10vw;
  }
}
.pdflist li .dblock:after {
  content: '';
  display: block;
  background: url('../images/common/icon_pdf.svg') no-repeat center center/contain;
  width: 1.5rem;
  height: 1.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pdflist li .dblock:after {
    width: 6.5vw;
    height: 10vw;
  }
}

/* お知らせ */
.sec-news {
  padding: 6.25rem 0 7.0625rem;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 10vw 0 15vw;
  }
}
.sec-news .inner {
  max-width: 56.25rem;
}
.sec-news .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-news .inner > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .left {
    padding: 0 8vw 5vw;
  }
  .sec-news .left .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2vw 3vw;
  }
}
.sec-news .sec_ttl {
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .sec-news .sec_ttl {
    margin-bottom: 7vw;
  }
}
.sec-news .btn-lightblue {
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .sec-news .btn-lightblue {
    width: 48%;
  }
}
.sec-news .btn-lightblue.active a {
  background-color: #0064c3;
  color: #fff;
  cursor: default;
}
.sec-news .btn-lightblue:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-news .btn-lightblue:not(:last-of-type) {
    margin: 0 !important;
  }
}
.sec-news .btn-lightblue a {
  border: none;
  padding-left: 0;
  color: #0064c3;
  line-height: 2.1875rem;
  border-radius: 1.125rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec-news .btn-lightblue a {
    font-size: 4vw;
    line-height: 9.8vw;
    border-radius: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-news .btn-lightblue a:hover {
    background-color: #0064c3;
    color: #fff;
  }
}
.sec-news .right {
  max-width: 47rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec-news .right {
    width: 100%;
    padding: 0 2vw 10vw;
    margin-top: 1rem;
  }
}
.sec-news .right .btn-blue {
  margin: 2.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-news .right .btn-blue {
    margin: 10vw auto 0;
    width: 82vw;
  }
}
.sec-news .newslist li {
  border-bottom: 0.0625rem solid #192350;
  padding: 1.25rem 0.625rem 1.5625rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .sec-news .newslist li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li {
    padding: 5.2vw 7vw;
  }
}
.sec-news .newslist li > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec-news .newslist li > .dflex .dflex {
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li > .dflex .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: unset;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

  }
}
.sec-news .newslist li:first-of-type {
  border-top: 0.0625rem solid #192350;
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li:last-of-type {
    border: none;
  }
}
.sec-news .newslist li .txt {
  width: calc(100% - 15.375rem);
  padding-top: 0.34375rem;
  font-size: 0.9375rem;
  line-height: 1.1rem;
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li .txt {
    width: 100%;
  }
}
.sec-news .newslist li .label-new {
  width: 3.4375rem;
  height: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  position: absolute;
  left: 0.25rem;
  top: 1.25rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.9375rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-news .newslist li .label-new {
    line-height: 8vw;
    font-size: 4.5vw;
    height: 8vw;
    width: 15vw;
    top: 5.1vw;
    border-radius: 4vw;
    left: 37vw;
  }
}
.sec-news .time {
  width: 5.375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-news .time {
    width: auto;
    font-size: 4vw;
    left: unset;
  }
}
.sec-news .label {
  font-size: 0.875rem;
  width: 8.125rem;
  line-height: 1.875rem;
  border-radius: 0.9375rem;
}
.sec-news .label a {
  border-radius: 1.90625rem;
}
@media screen and (max-width: 767px) {
  .sec-news .label {
    font-size: 3vw;
    width: 30vw;
    line-height: 6.5vw;
    border-radius: 4vw;
  }
}
.sec-news .label-new {
  background-color: unset;
  color: red;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec-news .label-new {
    font-size: 3.5vw;
    border-radius: 4vw;
  }
}

/* scroll */
.scroll {
  position: relative;
  text-align: center;
  padding-bottom: 1.625rem;
  font-size: 0.8125rem;
}
.scroll span.txt-outfit {
  display: none;
}
@media screen and (min-width: 768px) {
  .scroll {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .scroll {
    font-size: 3.5vw;
    padding-bottom: 5vw;
    position: absolute;
    bottom: 12.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
  }
}
.scroll:before {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  border-bottom: 1px solid #192350;
  border-left: 1px solid #192350;
  content: '';
  height: 0.625rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 1.125rem;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .scroll:before {
    bottom: 4vw;
    width: 3vw;
    height: 3vw;
  }
}

/*-------------------------------------------------------------------------------
モーダル
-------------------------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal.is-active {
  display: block !important;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 3.125rem;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    top: 0.375rem;
    right: 0.375rem;
    font-size: 3.125rem;
    width: 3.125rem;
    height: 1.875rem;
  }
}
.modal .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-container {
    width: 90%;
    max-height: 85vh;
    border-radius: 0.25rem;
    padding: 2vw;
  }
}
.modal .modal-container .lead {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-container .lead {
    font-size: 3.8vw;
    margin-bottom: 6vw;
  }
}
.modal .modal-header {
  padding: 0 2rem;
  border-radius: 0.25rem;
  color: #fff;
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-header {
    padding: 1rem 1.25rem;
    height: unset;
  }
}
.modal .modal-header .modal-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-header .modal-title {
    font-size: 5.5vw;
    line-height: 1.3;
  }
}
.modal .modal-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem;
  overflow: auto;
  /* モーダル内のlist.scssスタイル */
  /* モーダル内のボタンスタイル */
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 6vw 1vw;
  }
}
.modal .modal-content .l-list .wall:not(:last-of-type) {
  margin-bottom: 4.375rem;
}
.modal .modal-content .l-list .wall .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box {
    padding: 0;
  }
}
.modal .modal-content .l-list .wall .box:not(:last-of-type) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #c1bfbf;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box:not(:last-of-type) {
    margin-bottom: 16vw;
    border-bottom: none;
    padding-bottom: none;
  }
}
.modal .modal-content .l-list .wall .box .sec_sttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .sec_sttl {
    font-size: 6.5vw;
    line-height: 1.3;
  }
}
.modal .modal-content .l-list .wall .box .imgarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .imgarea {
    width: 100%;
  }
  .modal .modal-content .l-list .wall .box .imgarea .box_header {
    margin-bottom: 4vw;
  }
}
.modal .modal-content .l-list .wall .box .imgarea .labels {
  margin-bottom: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label {
  border: 0.0625rem solid #192350;
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label-white {
  color: #192350;
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label-primary {
  color: #fff;
  background-color: #192350;
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label-square {
  font-size: 1.5rem;
  padding: 0.625rem 0.875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .imgarea .labels .label-square {
    font-size: 5.5vw;
    padding: 1.2vw 0.5vw;
    width: 21.5vw;
    margin-right: 2vw;
  }
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label-radius {
  line-height: 2rem;
  border-radius: 1.125rem;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .imgarea .labels .label-radius {
    font-size: 3.2vw;
    padding: 1vw 3vw;
    margin-right: 2vw;
    line-height: 1.3;
  }
}
.modal .modal-content .l-list .wall .box .imgarea .labels .label-radius.label-primary {
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .imgarea .labels .label-radius.label-primary {
    margin-right: 2vw;
  }
}
.modal .modal-content .l-list .wall .box .box_header {
  margin-bottom: 1rem;
  height: 55.59px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .box_header {
    margin-bottom: 5vw;
  }
}
.modal .modal-content .l-list .wall .box .box_header .sec_sttl {
  margin-bottom: 0;
}
.modal .modal-content .l-list .wall .box .box_header .box_sttl {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .box_header .box_sttl {
    font-size: 4.8vw;
    margin-top: 1vw;
  }
}
.modal .modal-content .l-list .wall .box .contents {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .contents {
    width: 100%;
  }
}
.modal .modal-content .l-list .wall .box .contents .table {
  border-top: 0.0625rem solid #192350;
  border-bottom: 0.0625rem solid #192350;
}
.modal .modal-content .l-list .wall .box .contents .table tr th,
.modal .modal-content .l-list .wall .box .contents .table tr td {
  padding: 0.875rem;
  letter-spacing: -0.05rem;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .l-list .wall .box .contents .table tr th,
  .modal .modal-content .l-list .wall .box .contents .table tr td {
    padding: 2.3vw;
  }
}
.modal .modal-content .l-list .wall .box .contents .table tr td,
.modal .modal-content .l-list .wall .box .contents .table tr th {
  border-bottom: none;
}
.modal .modal-content .l-list .wall .box .contents .table tr:not(:last-of-type) th,
.modal .modal-content .l-list .wall .box .contents .table tr:not(:last-of-type) td {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.modal .modal-content .l-list .wall .box .contents .table th {
  width: 33%;
  background-color: #f3ecd8;
}
.modal .modal-content .l-list .wall .box .contents .table td {
  width: 67%;
}
.modal .modal-content .l-list .wall .main-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 0.0625rem solid #192350;
}
.modal .modal-content .l-list .wall .thumbnail-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.modal .modal-content .l-list .wall .thumb {
  width: 80px;
  height: auto;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal .modal-content .l-list .wall .thumb:hover {
  opacity: 1;
}
.modal .modal-content .btn {
  width: 16.875rem;
  margin: 1.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .btn {
    width: 100%;
    margin: 8vw 0 0;
  }
}
.modal .modal-content .btn a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .btn a {
    font-size: 4.5vw;
  }
}

/* モーダルアニメーション */
.modal .modal-container {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal .modal-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal .modal-close {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.is-active .modal-container {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.modal.is-active .modal-overlay {
  opacity: 1;
}
.modal.is-active .modal-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------------------------------------------------------
swiper
-------------------------------------------------------------------------------*/
/* 代表事例のswiper */
.sec-casestudy {
  padding: 4.6875rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-casestudy {
    padding: 14vw 0 0;
  }
}
.sec-casestudy .sec_ttl {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .sec_ttl {
    margin-bottom: 9.2vw;
  }
}
.sec-casestudy .sec_ttl img {
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .sec_ttl img {
    width: 33vw;
  }
}
.sec-casestudy .swiper-supply {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .swiper-supply {
    margin-bottom: 13vw;
  }
}
.sec-casestudy .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5vw;
    margin-top: 2.8rem;
  }
}
.sec-casestudy .btn {
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .btn {
    width: 80%;
    margin: 0 auto;
  }
}
.sec-casestudy .btn a {
  line-height: 3.75rem;
  text-align: left;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-casestudy .btn a {
    font-size: 4vw;
    line-height: 13vw;
    padding-left: 5vw;
  }
}

.swiper-supply {
  width: 100%;
  overflow: hidden;
}
.swiper-supply .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper-supply .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-supply .swiper-slide figure {
  position: relative;
  margin: 0;
  height: 18.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-supply .swiper-slide figure img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.swiper-supply .swiper-slide figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .swiper-supply .swiper-slide figure figcaption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-supply .swiper-slide {
    width: auto !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .swiper-supply .swiper-slide figure {
    height: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swiper-supply .swiper-slide figure img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-supply .swiper-slide figure figcaption {
    font-size: 3.5vw;
    height: 10vw;
    line-height: 10vw;
    z-index: 1;
  }
}

/*-------------------------------------------------------------------------------
ブランドページのスクロールセクション
-------------------------------------------------------------------------------*/
.scroll-section {
  position: relative;
  z-index: 1;
  scroll-snap-align: start;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scroll-section > .inner {
  max-width: 67.875rem;
}
.scroll-section .title {
  height: 4.625rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .scroll-section .title {
    height: auto;
    width: 100%;
  }
}
.scroll-section .title img {
  height: 100%;
  width: auto;
}
.scroll-section .sec_ttl {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .scroll-section .sec_ttl {
    font-size: 5vw;
    margin-bottom: 5vw;
    line-height: 1.6;
  }
}
.scroll-section .sec_txt {
  margin-bottom: 3.75rem;
  width: 68.5%;
}
@media screen and (max-width: 767px) {
  .scroll-section .sec_txt {
    /*margin-bottom: 15vw;*/
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section-01 .title {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .scroll-section-01 .sec_txt {
    width: 60.5%;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section-01 .sec_txt {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section-02 .title {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .scroll-section-02 .sec_txt {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section-02 .sec_txt {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section-03 .title {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .scroll-section-03 .sec_txt {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section-03 .sec_txt {
    width: 87%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section-04 .title {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .scroll-section-04 .sec_txt {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section-04 .sec_txt {
    width: 77%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section-05 .title {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .scroll-section-05 .sec_txt {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section-05 .sec_txt {
    width: 83%;
  }
  .scroll-section-05 .sec_txt img {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.scroll-section {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面全体にフィット */
  overflow: hidden;
}

/* 背景画像 */
.scroll-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* 縦横比を保って全体にフィット */
  background-position: center center;
  z-index: 0;
}

/* 各セクション個別の背景画像設定 */
.scroll-section-01 .bg-image {
  background-image: url('../images/renaissance/bg01.jpg');
}
@media screen and (max-width: 767px) {
  .scroll-section-01 .bg-image {
    background-image: url('../images/renaissance/bg01@sp.jpg');
  }
}

.scroll-section-02 .bg-image {
  background-image: url('../images/renaissance/bg02.jpg');
  background-position:top center;
}
@media screen and (max-width: 767px) {
  .scroll-section-02 .bg-image {
    background-image: url('../images/renaissance/bg02@sp.jpg');
  }
}

.scroll-section-03 .bg-image,
.l-page-rena_jue-lowerpage .bg-image {
  /*  background-image: url('../images/renaissance/bg03.jpg');*/
  background-image: url(../images/renaissance/rena_jue/bg01a.jpg), url(../images/renaissance/rena_jue/bg01b.jpg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 50% 100%, 50% 100%;
}
.l-page-rena_jue-lowerpage .bg-image {
  background-image: url(./../images/renaissance/rena_jue/bg01a.jpg), url(./../images/renaissance/rena_jue/bg01b.jpg);
}

@media screen and (max-width: 767px) {
  .scroll-section-03 .bg-image {
    background-image: url('../images/renaissance/rena_jue/bg01@sp.jpg');
    background-size: cover;
    background-position: center top;
  }
  .l-page-rena_jue-lowerpage .bg-image {
    background-image: url(./../images/renaissance/rena_jue/bg01@sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.scroll-section-04 .bg-image {
  background-image: url('../images/renaissance/bg04.jpg');
}
@media screen and (max-width: 767px) {
  .scroll-section-04 .bg-image {
    background-image: url('../images/renaissance/bg04@sp.jpg');
  }
}

.scroll-section-05 .bg-image {
  background-image: url('../images/renaissance/bg05.jpg');
}
@media screen and (max-width: 767px) {
  .scroll-section-05 .bg-image {
    background-image: url('../images/renaissance/bg05@sp.jpg');
  }
}

/* 上からかぶせる暗転用オーバーレイ */
.scroll-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #192350;
  opacity: 0; /* 初期は透明 */
  z-index: 1;
}

/* 表示コンテンツ */
.lineup-fade {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.lineup-fade--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.scroll-section .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 縦中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* 横中央寄せ */
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scroll-section .content {
    padding: 0 10vw;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: left;
  }
}

/* 初期状態は下に少しずらして非表示 */
/* .scroll-section .content > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
} */

/*-------------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.header .inner {
  padding: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 4vw;
  }
}
.header .inner > .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .logo {
  width: 13.4375rem;
}
.header .logo .off {
  display: none;
}
@media (max-width: 1400px) {
  .header .logo {
    width: 11.25rem;
  }
}
@media screen and (max-width: 1345px) {
  .header .logo {
    width: 13.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .header .logo a {
    height: 1.6875rem;
    display: block;
  }
  .header .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 50vw;
  }
}
.header .header-controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1345px) {
  .header .header-controls {
    display: none;
  }
}
.header .gnavi {
  margin-right: 0.5625rem;
}
.header .gnavi ul li {
  line-height: 1;
}
.header .gnavi ul li a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #192350;
  padding: 0 1.125rem;
  /*letter-spacing: 0.06em;*/
}
@media screen and (min-width: 1346px) and (max-width: 1480px) {
  .header .gnavi ul li a {
    font-size: 0.8rem;
  }
}


.header .gnavi ul li:not(:last-child) {
  border-right: 0.1rem solid #192350;
}
.header .gnavi ul li.dropdown > a{
pointer-events: none;
    cursor: default;
}

.header .gnavi ul li .lt-012 {
  letter-spacing: 0.1em !important;
}
.header .lang {
  border: 0.0625rem solid #babdca;
  padding: 0.1875rem 0;
  margin-right: 0.625rem;
  background-color: #fff;
}
.header .lang a {
  font-size: 0.84375rem;
  font-weight: 700;
  color: #192350;
  width: 1.875rem;
  line-height: 1;
  text-align: center;
}
.header .lang a:first-child {
  border-right: 0.0625rem solid #192350;
}
.header .btn-paleblue {
  width: 6.25rem;
  margin-right: 0.3125rem;
}
.header .btn-paleblue a {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  text-align: center;
  padding-left: 0;
}
.header .btn-search {
  width: 1.875rem;
  cursor: pointer;
  margin-right: 0.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header .logo-tasuki {
  width: 5rem;
}
.header.active {
  background-color: #464646;
}
.header.active .logo .on {
  display: none;
}
.header.active .logo .off {
  display: block;
}
.header .logo svg {
  --logo-fill: #192350;
}

/*-------------------------------------------------------------------------------
モバイルメニュー
-------------------------------------------------------------------------------*/
.header-en-btn {
  position: relative;
  left: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-family: Yakuhanjp, "Lato", sans-serif;
    font-size: 0.9rem;
    word-break: normal;
    overflow-wrap: break-word;
    font-feature-settings: "palt" 1;
    font-optical-sizing: auto;
}
.header-tasuki {
  display: none;
  width: 21.5%;
}
.header.active .header-tasuki {
  display: block;
}
.header.active .header-en-btn {
  display: none !important;
}
.hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 1345px) {
  .hamburger {
    display: block;
    width: 30px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 7vw;
    height: 6vw;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #192350;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 47%;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* モバイルメニュー（右からスライドイン） */
.mobile-switch {
  margin: 0 -2vw;
  padding: 0.7rem;
  border-bottom: 0.0625rem solid #fff;
}
.mobile-switch .lang {
  justify-content: space-between;
  width: 5rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #babdca;
}
.mobile-switch .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 1.7rem;
  padding: 0.2em 0;
  line-height: 1;
}
.mobile-switch .lang a:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translate(0, -50%);
  width: 1px;
  height: 60%;
  background-color: #192350;
}
.mobile-menu {
  position: fixed;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 10000;
  overflow-y: auto;
  background-color: #464646;
  display: none;
  border-top: 0.0625rem solid #fff;
}
@media screen and (max-width: 1345px) {
  .mobile-menu {
    display: block;
    top: 4.84375rem;
    right: 0;
    height: calc(100vh - 4.84375rem);
    width: 21.875rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    top: 14.2vw;
    right: 0;
    height: calc(100vh - 14.2vw);
    width: 100%;
    padding: 0 2vw;
  }
}
.mobile-menu a {
  position: relative;
}
@media screen and (max-width: 1345px) {
  .mobile-menu a {
    font-size: 1rem;
    padding: 0 0.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu a {
    font-size: 3.5vw;
    line-height: 13vw;
    padding: 0 2vw;
  }
}
.mobile-menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .link-arrow {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.mobile-menu .link-arrow:after {
  content: '';
  display: block;
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1345px) {
  .mobile-menu .link-arrow:after {
    width: 1.125rem;
    height: 1.125rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .link-arrow:after {
    width: 4.5vw;
    height: 4.5vw;
    right: 2vw;
  }
}
@media screen and (max-width: 1345px) {
  .mobile-menu .link-arrow:hover:after {
    right: 0.1875rem;
  }
}
.mobile-menu .bnone {
  border-bottom: none;
}
.mobile-menu .bnr {
  padding: 0;
}
@media screen and (max-width: 1345px) {
  .mobile-menu .bnr {
    margin-bottom: 0.5rem;
  }
  .mobile-menu .bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .bnr {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 1345px) {
  .mobile-menu .search-form {
    width: 100%;
    padding: 0.75rem 0.625rem 0.5rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .search-form {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0.75rem 0.625rem 0.5rem;
  }
}
@media screen and (max-width: 1345px) {
  .mobile-menu .search-form .search-input {
    padding: 0.625rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .search-form .search-input {
    padding: 4vw 2vw;
  }
}
.mobile-menu .search-form .search-submit {
  background-color: #464646;
}
@media screen and (max-width: 1345px) {
  .mobile-menu .search-form .search-submit {
    padding: 0.5rem;
    right: 0.625rem;
    top: unset;
    bottom: 1.125rem;
    translate: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile-menu .search-form .search-submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .search-form .search-submit {
    right: 0.625rem;
    top: unset;
    bottom: 0.875rem;
    translate: unset;
  }
}
@media screen and (max-width: 1345px) {
  .mobile-menu .search-form .search-submit img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .search-form .search-submit img {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

/*-------------------------------------------------------------------------------
モバイルメニューのメニュー
-------------------------------------------------------------------------------*/
.mobile-accordion {
  width: 100%;
  max-height: 100vh; /* 画面高以上はスクロール */
  overflow-y: auto;
}

.mobile-accordion-item {
  border-bottom: 0.0625rem solid #464646;
}

.mobile-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: 700;
  border-bottom: 0.0625rem solid #d2d2d2;
}
@media screen and (max-width: 1345px) {
  .mobile-accordion-header {
    font-size: 1rem;
    padding: 0 0.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-accordion-header {
    font-size: 3.5vw;
    line-height: 13vw;
    padding: 0 2vw;
  }
}

.icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1345px) {
  .icon {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .icon {
    width: 4vw;
    height: 4vw;
  }
}

.icon::before,
.icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 横線 */
.icon::before {
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.125rem;
}
@media screen and (max-width: 1345px) {
  .icon::before {
    height: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .icon::before {
    height: 0.5vw;
  }
}

/* 縦線 */
.icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.125rem;
}
@media screen and (max-width: 1345px) {
  .icon::after {
    width: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .icon::after {
    width: 0.5vw;
  }
}

.mobile-accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.mobile-accordion-content ul li:not(:last-child) {
  border-bottom: 0.0625rem solid #464646;
}
.mobile-accordion-content ul li a {
  display: block;
  color: #464646;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1345px) {
  .mobile-accordion-content ul li a {
    font-size: 1rem;
    padding: 0 1.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-accordion-content ul li a {
    font-size: 3.5vw;
    padding: 1em 6vw;
    line-height: 1.3;
  }
  .mobile-accordion-content ul li a.is-tag::after {
    display: none;
  }
  .mobile-accordion-content ul li a.is-tag span {
    border: 1px solid #babdca;
    font-size: 3vw;
    padding: 0.4em 0.8em;
    line-height: 1;
  }
}
.mobile-accordion-content ul li a:after {
  content: '';
  display: block;
  background: url('../images/common/icon_arrow_btn_gray.svg') no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1345px) {
  .mobile-accordion-content ul li a:after {
    width: 1.125rem;
    height: 1.125rem;
    right: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .mobile-accordion-content ul li a:after {
    width: 4.5vw;
    height: 4.5vw;
    right: 2vw;
  }
}
@media screen and (max-width: 1345px) {
  .mobile-accordion-content ul li a:hover:after {
    right: 0.1875rem;
  }
}

.mobile-accordion-item.active .mobile-accordion-content {
  overflow: visible;
}

/* active時に縦線を縮めてマイナスアイコンに */
.mobile-accordion-item.active .icon::after {
  -webkit-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
}

/*-------------------------------------------------------------------------------
ドロップダウンメニュー
-------------------------------------------------------------------------------*/
.dropdown {
  position: relative;
  /* ホバー状態を維持するための透明な領域 */
}
.dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1.25rem;
  background: transparent;
  z-index: 1001;
}
.dropdown:hover .dropdown-toggle::before {
  rotate: 180deg;
}
.dropdown:hover .dropdown-menu:not(#searchBox) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 1.25rem);
  transform: translate(-50%, 1.25rem);
}
.dropdown.btn-search::after {
  width: 19.25rem;
}
.dropdown .dropdown-menu:hover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 1.25rem);
  transform: translate(-50%, 1.25rem);
}

.dropdown-toggle {
  cursor: pointer;
  position: relative;
  /* pointer-events: none; */
}
.dropdown-toggle:not(div)::before {
  content: '';
  width: 0.75rem;
  aspect-ratio: 330/198;
  mask-image: url(../images/common/menu-icon.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #0064c3;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -1rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-toggle:not(div) {
  padding: 0 1.9375rem 0 1.125rem !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 1.5625rem);
  transform: translate(-50%, 1.5625rem);
  width: 23.75rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1002;
  /* ホバー状態を維持するための透明な領域 */
}
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  height: 1.25rem;
  background: transparent;
}
.dropdown-menu .dropdown-menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.1875rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-menu .dropdown-menu_inner a {
  font-size: 0.875rem !important;
  display: block;
}
.dropdown-menu .dropdown-menu_inner:before {
  content: '';
  display: block;
  width: 1.21875rem;
  height: 0.84375rem;
  background: url('../images/common/icon_fukidashi.png') no-repeat center center/contain;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown-menu .dropdown-menu_inner ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown-menu .dropdown-menu_inner ul li {
  border: none !important;
}
.dropdown-menu .dropdown-menu_inner ul li a {
  color: #192350;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  line-height: 1.4;
}
.dropdown-menu .dropdown-menu_inner ul li a.bold {
  font-weight: 700;
}
.dropdown-menu.dropdown-menu-business {
  width: 32.8125rem;
  aspect-ratio: 525/190;
  background-color: #e1ebf0;
}
.dropdown-menu.dropdown-menu-business .dflex {
  gap: 0.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: end;
  color: #192350;
}
.dropdown-menu.dropdown-menu-business .menu-ttl__sub {
  font-size: 0.9375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.dropdown-menu.dropdown-menu-business .menu-ttl__main {
  font-size: 2.8125rem;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
}
.dropdown-menu.dropdown-menu-business .menu-business-btn a {
  width: 12.5rem;
  aspect-ratio: 200/50;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 0.9375rem;
  background-color: #192350;
  margin-top: 1.25rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #192350;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu.dropdown-menu-business .menu-business-btn a:hover {
    background-color: #fff;
    color: #192350;
  }
  .dropdown-menu.dropdown-menu-business .menu-business-btn a:hover::before {
    background-image: url(../images/common/icon_arrow_btn_blue.svg);
    translate: -0.3125rem -50%;
  }
}
.dropdown-menu.dropdown-menu-business .menu-business-btn a::before {
  content: '';
  width: 1.25rem;
  aspect-ratio: 20/16.6;
  background-image: url(../images/common/icon_arrow_btn_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -0.625rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-menu.dropdown-menu-business .menu-business-btn a .dropdown-menu_inner::before {
  background-color: #e1ebf0;
}
.dropdown-menu.dropdown-menu-business .menu-right__list a {
  width: 12.5rem;
  aspect-ratio: 200/60;
  border-top: 1px solid #8c91a7;
  border-bottom: 1px solid #8c91a7;
  padding-left: 0.875rem;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu.dropdown-menu-business .menu-right__list a:hover::before {
    translate: -0.3125rem -50%;
  }
}
.dropdown-menu.dropdown-menu-business .menu-right__list a::before {
  content: '';
  width: 1.25rem;
  aspect-ratio: 20/16.6;
  background-image: url(../images/common/icon_arrow_btn_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -0.625rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-menu.dropdown-menu-brand {
  width: 47.5rem;
  aspect-ratio: 760/250;
  background-color: #192350;
}
.dropdown-menu.dropdown-menu-brand .dropdown-menu_inner {
  position: relative;
}
.dropdown-menu.dropdown-menu-brand .dropdown-menu_inner:before {
  content: '';
  display: block;
  width: 1.21875rem;
  height: 0.84375rem;
  background: url('../images/common/icon_fukidashi-blue.png') no-repeat center center/contain;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown-menu.dropdown-menu-brand .dflex {
  gap: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-menu.dropdown-menu-brand .menu-ttl {
  width: 12.5rem;
}
.dropdown-menu.dropdown-menu-brand .menu-ttl img {
  width: 100%;
  height: auto;
}
.dropdown-menu.dropdown-menu-brand .menu-brand-btn a {
  width: 12.5rem;
  aspect-ratio: 200/50;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 0.9375rem;
  background-color: #d7be7d;
  border: 1px solid #d7be7d;
  margin-top: 1.25rem;
  color: #192350;
  text-decoration: none;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu.dropdown-menu-brand .menu-brand-btn a:hover {
    background-color: #192350;
    color: #d7be7d;
  }
  .dropdown-menu.dropdown-menu-brand .menu-brand-btn a:hover::before {
    translate: -0.3125rem -50%;
    background-image: url(../images/common/icon_arrow_btn_blown.svg);
  }
}
.dropdown-menu.dropdown-menu-brand .menu-brand-btn a::before {
  content: '';
  width: 1.25rem;
  aspect-ratio: 20/16.6;
  background-image: url(../images/common/icon_arrow_btn_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -0.625rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-menu.dropdown-menu-brand .menu-brand-btn a .dropdown-menu_inner::before {
  background-color: #e1ebf0;
}
.dropdown-menu.dropdown-menu-brand .menu-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 27.0625rem;
  gap: 0 2.0625rem;
}
.dropdown-menu.dropdown-menu-brand .menu-right__list:nth-child(3) a,
.dropdown-menu.dropdown-menu-brand .menu-right__list:nth-child(4) a,
.dropdown-menu.dropdown-menu-brand .menu-right__list:nth-child(5) a,
.dropdown-menu.dropdown-menu-brand .menu-right__list:nth-child(6) a {
  border-top: unset;
}
.dropdown-menu.dropdown-menu-brand .menu-right__list a {
  color: #ffffff;
  aspect-ratio: 200/60;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 0.875rem;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu.dropdown-menu-brand .menu-right__list a:hover::before {
    translate: -0.3125rem -50%;
  }
}
.dropdown-menu.dropdown-menu-brand .menu-right__list a::before {
  content: '';
  width: 1.25rem;
  aspect-ratio: 20/16.6;
  background-image: url(../images/common/icon_arrow_btn_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -0.625rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-menu.dropdown-menu-company {
  width: 47.5rem;
  aspect-ratio: 760/208;
  background-color: #e1ebf0;
}
.dropdown-menu.dropdown-menu-company .dflex {
  gap: 4.6875rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #192350;
}
.dropdown-menu.dropdown-menu-company .menu-ttl__sub {
  font-size: 0.9375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.dropdown-menu.dropdown-menu-company .menu-ttl__main {
  font-size: 2.8125rem;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
}
.dropdown-menu.dropdown-menu-company .menu-ttl__taglink {
  display: flex;
  justify-self: end;
  margin: 2.2em 0 0;
  padding: 0.4em 0.8em !important;
  border: 1px solid #192350;
  font-size: 0.8125rem !important;
  font-weight: 700;
}
.dropdown-menu.dropdown-menu-company .menu-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 27.0625rem;
  gap: 0 2.0625rem;
}
.dropdown-menu.dropdown-menu-company .menu-right__list:nth-child(3) a,
.dropdown-menu.dropdown-menu-company .menu-right__list:nth-child(4) a,
.dropdown-menu.dropdown-menu-company .menu-right__list:nth-child(5) a,
.dropdown-menu.dropdown-menu-company .menu-right__list:nth-child(6) a {
  border-top: unset;
}
/*
.dropdown-menu.dropdown-menu-company .menu-right__list:nth-child(4) a {
  letter-spacing: 1rem;
}
*/
.dropdown-menu.dropdown-menu-company .menu-right__list a {
  aspect-ratio: 200/60;
  border-top: 1px solid #8c91a7;
  border-bottom: 1px solid #8c91a7;
  padding-left: 0.875rem;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu.dropdown-menu-company .menu-right__list a:hover::before {
    translate: -0.3125rem -50%;
  }
}
.dropdown-menu.dropdown-menu-company .menu-right__list a::before {
  content: '';
  width: 1.25rem;
  aspect-ratio: 20/16.6;
  background-image: url(../images/common/icon_arrow_btn_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -0.625rem -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 検索ドロップダウンメニュー */
.btn-search {
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-search .dropdown-toggle {
  height: 100%;
  background-image: url(../images/common/icon_search.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-search .search-dropdown {
  width: 100vw;
  height: 4.6875rem;
  -webkit-transform: translate(-100%, 1.125rem);
  transform: translate(-100%, 1.125rem);
  background-color: #e1ebf0;
  left: 9.375rem;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 900;
}
.btn-search .search-dropdown .dropdown-menu_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.78125rem 7.25rem 0.78125rem;
}
.btn-search .search-dropdown .dropdown-menu_inner:before {
  left: 65%;
}
.btn-search.open {
  background-color: #192350;
}
.btn-search .dropdown-toggle.open {
  background-image: url(../images/common/icon-search-close.svg);
}
.btn-search .dropdown-menu.search-dropdown.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-100%, 1.125rem) !important;
  transform: translate(-100%, 1.125rem) !important;
}
.btn-search .dropdown-menu_inner::before {
  display: none;
}

.search-form {
  width: 25rem;
  height: 3.125rem;
}
@media screen and (max-width: 1345px) {
  .search-form {
    height: 4.375rem;
  }
}

.search-input {
  border: none;
  border-bottom: 0.0625rem solid #d2d2d2;
  width: 100%;
  display: block;
  padding: 0.25rem 2.5rem 0.25rem 1.25rem;
  height: 100%;
  letter-spacing: 0.25em;
}
.search-input:focus {
  outline: none;
}

.search-submit {
  background: #192350;
  border: none;
  padding: 0.4375rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -7.8125rem -50%;
}
.search-submit:hover {
  opacity: 0.7;
}
.search-submit img {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*-------------------------------------------------------------------------------
ブランドページ用ヘッダー
-------------------------------------------------------------------------------*/
.header-renaissance {
  background-color: unset;
}
.header-renaissance .gnavi > ul > li > a {
  color: #fff !important;
}
.header-renaissance .gnavi > ul > li:not(:last-child) {
  border-right: 0.0625rem solid #fff !important;
}
.header-renaissance .lang {
  background-color: #fff;
}
.header-renaissance .hamburger span {
  background-color: #fff;
}
.header-renaissance .dropdown-toggle:not(div)::before {
  background-color: #fff;
}
.header-renaissance .header-en-btn {
  color: #fff;
}

/*-------------------------------------------------------------------------------
ブランドページ下層共通ヘッダー
-------------------------------------------------------------------------------*/
.header-renaissance-lowerpage {
  background-color: unset;
}

/*-------------------------------------------------------------------------------
大切にしていること用のヘッダー
-------------------------------------------------------------------------------*/
.header-about {
  background-color: unset;
}
/*
.header-about .gnavi ul li.link{
  border-color: #fff;
}
.header-about .gnavi ul li.link a{
  color: #fff;
}
.header-about .gnavi ul li.link a:before{
  background-color: #fff;
}
*/
/*-------------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  /* 共通 */
  /* topに戻るボタン */
  /* tasuki */
  /* リンクエリア */
  z-index: 1;
}
.footer .inner {
  max-width: 70rem;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 0;
  }
}
/* @media screen and (min-width: 768px) { */
.footer .top-btn {
  position: fixed;
  right: 7.5rem;
  bottom: 1.125rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.footer .top-btn.show {
  opacity: 1;
  visibility: visible;
}
.footer .top-btn img {
  width: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* } */
/*
@media screen and (max-width: 767px) {
  .footer .top-btn {
    margin: -2.5vw auto 5vw;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 100;
  }
  .footer .top-btn img {
    width: 3.5vw;
    margin-bottom: 1vw;
  }
}
*/

@media screen and (max-width: 767px) {
  .footer .top-btn {
    right: 45%;
    transform: translate(0, 50%);
  }
}

/* @media screen and (min-width: 768px) { */
.footer .top-btn a:hover img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* } */
/*
@media screen and (max-width: 767px) {
  .footer .top-btn a {
    font-size: 3.5vw;
    text-align: center;
    font-weight: 400;
  }
}
*/
.footer .tasuki {
  position: relative;
  border-top: 0.0625rem solid #d2d2d2;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .tasuki a:hover {
    opacity: 0.7;
  }
}
.footer .tasuki .inner {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer .tasuki .inner {
    padding: 6vw 6vw 6vw;
  }
}
.footer .tasuki .inner .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer .tasuki .inner .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.footer .tasuki .inner .ttl {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .footer .tasuki .inner .ttl {
    max-width: 18rem;
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .tasuki .inner .txt {
    width: 100%;
    text-align: center;
    font-size: 3.1vw;
    line-height: 1.5;
  }
}
.footer .bg-gray {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray {
    padding: 10vw 0 0;
  }
}
.footer .bg-gray a {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray a {
    font-size: 3.8vw;
  }
}
.footer .bg-gray .linkarea_upper {
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper {
    padding-bottom: 6vw;
  }
}
.footer .bg-gray .linkarea_upper .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .left {
    border-bottom: 1px solid #fff;
    padding-bottom: 8vw;
  }
}
.footer .bg-gray .linkarea_upper .logo {
  width: 20.3125rem;
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .logo {
    width: 70vw;
    margin: 0 auto 6vw;
  }
}
.footer .bg-gray .linkarea_upper .address {
  margin-bottom: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .address {
    font-size: 4vw;
    line-height: 1.3;
    width: 70vw;
    margin: 0 auto 3vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .tel {
    font-size: 4vw;
    line-height: 1;
    width: 70vw;
    margin: 0 auto;
  }
}
.footer .bg-gray .linkarea_upper .right {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .right {
    width: 100%;
    padding: 6vw 8vw 0;
  }
}
.footer .bg-gray .linkarea_upper .right .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .right .dflex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10vw 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .right .dflex > div {
    width: 47.4%;
  }
  .footer .bg-gray .linkarea_upper .right .dflex > div:nth-child(3){
    width: 49.4%;
  }
  .footer .bg-gray .linkarea_upper .right .dflex > div:nth-child(even){
    padding-left: 40px;
  }
}
.footer .bg-gray .linkarea_upper .right .dflex > div:first-of-type > ul > li:first-of-type a {
  font-weight: 700;
  font-size: 1rem;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:first-of-type > ul > li:nth-of-type(2) {
  font-weight: 700;
  position: relative;
  font-size: 1rem;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:first-of-type > ul > li:nth-of-type(2):before {
  content: '-';
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 0;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:not(:last-of-type) > ul > li ul {
  margin-top: 0.75rem;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:last-of-type ul li {
  position: relative;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:last-of-type ul li:before {
  content: '-';
  display: none;
  position: absolute;
  left: -0.5rem;
  top: 0;
}
.footer .bg-gray .linkarea_upper .right .dflex > div:last-of-type ul li a {
  font-weight: 400;
}
.footer .bg-gray .linkarea_upper .right .linklist:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.footer .bg-gray .linkarea_upper .right .linklist > li {
  line-height: 1.2;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_upper .right .linklist > li {
    font-size: 3.8vw;
  }
}
.footer .bg-gray .linkarea_upper .right .linklist > li a {
  font-weight: 400;
}
.footer .bg-gray .linkarea_upper .right .linklist > li:first-of-type {
  font-weight: 700;
  position: relative;
  font-size: 1rem;
}
.footer .bg-gray .linkarea_upper .right .linklist > li:first-of-type:before {
  content: '-';
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 0;
}
.footer .bg-gray .linkarea_upper .right .linklist > li:not(:last-of-type) {
  margin-bottom: 0.875rem;
  line-height: 1.31;
}
.footer .bg-gray .linkarea_upper .right .linklist > li ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.footer .bg-gray .linkarea_bottom {
  padding: 0.5rem 0 0.625rem;
}
/*
.footer .bg-gray .linkarea_upper .right .linklist #footer-menu-3 li:nth-child(4) a {
  letter-spacing: 0.8rem;
}
*/
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom {
    padding: 6vw 0 3vw;
  }
}
.footer .bg-gray .linkarea_bottom .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner .dflex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3vw 0;
    padding: 0 2vw 6vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .bg-gray .linkarea_bottom .inner .dflex li {
  line-height: 1;
}
.footer .bg-gray .linkarea_bottom .inner .dflex li:not(:last-of-type) {
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner .dflex li:not(:last-of-type) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner .dflex li:nth-of-type(1n) {
    width: 40%;
  }
  .footer .bg-gray .linkarea_bottom .inner .dflex li:last-child {
    width: 100%;
    text-align: right;
    padding-right: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner .dflex li:nth-of-type(2n) {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner .dflex li a {
    font-size: 3.5vw;
  }
}
.footer .bg-gray .linkarea_bottom .inner small {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer .bg-gray .linkarea_bottom .inner small {
    border-top: 1px solid #fff;
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
    padding-top: 3vw;
    text-align: center;
  }
}
.footer .bg-gray .linkarea_upper .right .linklist ul.sub-first {
  margin-top: 2rem;
}
.footer .bg-gray .linkarea_upper .right .linklist ul#footer-menu-1 {
  margin-top: 2rem;
}
.footer .bg-gray .linkarea_upper .right .linklist ul#footer-menu-2 {
  margin-top: 2rem;
}
.footer .bg-gray .linkarea_upper .right .linklist ul#footer-menu-3 {
  margin-top: 2rem;
}

.footer .bg-gray .linkarea_upper .right .linklist ul.sub-first li {
  padding-bottom: 0.75rem;
  line-height: 1.2rem;
}
/*
.footer .bg-gray .linkarea_upper .right .linklist ul.sub-first li:first-child{
   padding-top: 1.75rem;
}
*/
.footer .bg-gray .linkarea_upper .right .linklist ul#footer-menu-3 ul li:before {
  display: none;
}
.footer .bg-gray .linkarea_upper .right .linklist ul#footer-menu-3 ul li a {
  font-weight: 100;
}
/*-------------------------------------------------------------------------------
トップページ
-------------------------------------------------------------------------------*/
.l-top {
  /* 共通 */
  /* KV */
  /* KV下のニュース */
  /* 矢印のアニメーション */
  /* リードエリア */
  /* 横並びセクション */
  /* 事業内容 */
  /* ピックアップ */
  /* ニュース */
  /* 会社案内 */
  /* バナーエリア */
  /* 採用情報　*/
}
.l-top .sec_ttl {
  color: #192350;
}
.l-top .sec_ttl span {
  line-height: 1;
}
.l-top .sec_ttl span.ja {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec_ttl span.ja {
    font-size: 4.5vw;
    margin-bottom: 0.6vw;
  }
}
.l-top .sec_ttl span.en {
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-top .sec_ttl span.en {
    font-size: 10vw;
  }
}
.l-top .btn {
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .l-top .btn {
    width: 100%;
  }
}
.l-top .btn a {
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-top .btn a {
    line-height: 12vw;
        margin-bottom: 5vw;
  }
}
.l-top .kv {
  position: relative;
  width: 100%;
  height: calc(100vh - 27px);
  min-height: 47.5rem;
  margin-top: -4.625rem;
}
@media screen and (max-width: 767px) {
  .l-top .kv {
    --vh: 1vh;
    height: calc(var(--vh) * 100 - 16vw);
    min-height: unset;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
  .l-top .kv {
    height: calc(var(--vh) * 100 - 5vw);
  }
}
.l-top .kv .kv_inner {
  height: 96.7vh;
}
@media (max-height: 720px) {
  .l-top .kv .kv_inner {
    height: 91vh;
  }
}
@media (max-width: 820px) and (max-height: 1180px) {
  .l-top .kv .kv_inner {
    height: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_inner {
    height: 83%;
  }
}
.l-top .kv .kv_items {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: 100%;
  display: none;
  aspect-ratio: 1270/678;
}
@media screen and (max-width: 1024px) {
  .l-top .kv .kv_items {
    aspect-ratio: 1/1;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .kv .kv_items {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items {
    top: 0;
    left: 0;
  }
}
.l-top .kv .kv_items.show {
  display: block;
}
.l-top .kv .kv_items div[class*='kv_items0'][class*='_img'] {
  position: absolute;
}
.l-top .kv .kv_items div[class*='kv_items0'] {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.l-top .kv .kv_items picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
}
.l-top .kv .logo {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 17;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-top .kv .logo {
    top: calc(46% - 2vh);
  }
}
.l-top .kv .logo .logo_inner {
  position: relative;
  width: 20.9vw;
  aspect-ratio: 250/216.5;
}
@media screen and (max-width: 767px) {
  .l-top .kv .logo .logo_inner {
    width: 46.67vw;
    aspect-ratio: 160/138.56;
  }
}
.l-top .kv .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.9vw;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-top .kv .logo img.on {
  width: 21.4vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .l-top .kv .logo img.on {
    width: 33.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .logo img.on {
    width: 46.67vw;
  }
}
.l-top .kv .logo img.off {
  width: 14.3vw;
  margin-top: 0.4vw;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-top .kv .logo img.off {
    margin-top: 1.5vw;
    width: 40vw;
  }
}
.l-top .kv .copy {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 20;
  opacity: 0;
}
@media (max-height: 720px) {
  .l-top .kv .copy {
    bottom: 4%;
  }
}
@media (max-width: 1024px) {
  .l-top .kv .copy {
    bottom: 3.7vh;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .copy {
    bottom: -4%;
  }
}
.l-top .kv .copy.show {
  opacity: 1;
}
.l-top .kv .reload {
  position: absolute;
  left: 76px;
  bottom: 1vw;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-top .kv .reload {
    left: 24px;
    bottom: 9vh;
  }
}
.l-top .kv .reload.is-visible {
  display: block;
}
.l-top .kv .reload a {
  width: 48px;
}
@media screen and (min-width: 768px) {
  .l-top .kv .reload a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .reload a {
    width: 30px;
  }
}
.l-top .kv .copy {
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .l-top .kv .copy {
    width: 100%;
    height: 3rem;
  }
}
.l-top .kv .copy img {
  height: 100%;
  width: auto;
  object-fit: contain !important;
  object-position: center !important;
}
.l-top .kv .kv_items01 .kv_items01_img01 {
  width: 31%;
  height: 36%;
  z-index: 4;
  margin-left: -32%;
  top: 25.2%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img01 {
    width: 47.8%;
    margin-left: -22.8%;
    height: 26%;
    top: 39.2%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img01 {
    width: 44.8%;
    height: 22%;
    margin-left: -20.4%;
    top: 62.2%;
    z-index: 100;
  }
}
.l-top .kv .kv_items01 .kv_items01_img02 {
  width: 32%;
  height: 42.5%;
  z-index: 10;
  margin-left: 11.7%;
  top: 7.3%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img02 {
    width: 47.8%;
    margin-left: 8.7%;
    height: 35%;
    top: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img02 {
    width: 80%;
    height: 40%;
    margin-left: 0.7%;
    top: 1%;
  }
}
.l-top .kv .kv_items01 .kv_items01_img03 {
  width: 10.4%;
  height: 18%;
  z-index: 1;
  margin-left: -12.2%;
  top: 14.6%;
  z-index: 20;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img03 {
    width: 23.4%;
    margin-left: -26.2%;
    height: 16%;
    top: 21.6%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img03 {
    /*z-index: 4;*/
    width: 30%;
    height: 20%;
    margin-left: -29.5%;
    top: 43%;
    z-index: 11;
  }
}
.l-top .kv .kv_items01 .kv_items01_img04 {
  width: 10%;
  height: 16%;
  z-index: 2;
  margin-left: 9%;
  top: 59%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img04 {
    width: 17%;
    margin-left: -12.5%;
    height: 12.5%;
    top: 65.5%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img04 {
    width: 39%;
    height: 17%;
    margin-left: 20.5%;
    top: 69.5%;
    z-index: 3;
  }
}
.l-top .kv .kv_items01 .kv_items01_img05 {
  width: 16.67%;
  height: 30.5%;
  z-index: 12;
  margin-left: -10.8%;
  top: 46.5%;
    z-index: 1;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img05 {
    width: 28.67%;
    margin-left: 11.2%;
    height: 23.5%;
    top: 61.5%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img05 {
    width: 28.33%;
    height: 22%;
    margin-left: 26.8%;
    top: 42%;
  }
}
.l-top .kv .kv_items01 .kv_items01_img06 {
  width: 25%;
  height: 30%;
  z-index: 2;
  margin-left: 34.4%;
  top: 44%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items01 .kv_items01_img06 {
    width: 41%;
    margin-left: 27.4%;
    height: 22.5%;
    top: 38%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items01 .kv_items01_img06 {
    width: 22%;
    height: 12.2%;
    margin-left: -1%;
    top: 73%;
    z-index: 10;
    display: none;
  }
}
.l-top .kv .kv_items02 .kv_items02_img01 {
  width: 50.7%;
  height: 61%;
  margin-left: 18.9%;
  top: 8%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items02 .kv_items02_img01 {
    width: 75.7%;
    margin-left: 9.9%;
    top: 6%;
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items02 .kv_items02_img01 {
    width: 85%;
    margin-left: 4%;
    height: 43%;
    top: 7%;
    z-index: 0;
  }
}
.l-top .kv .kv_items02 .kv_items02_img02 {
  width: 27%;
  margin-left: -18.8%;
  height: 51%;
  top: 29%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items02 .kv_items02_img02 {
    width: 45.2%;
    margin-left: -23.8%;
    height: 27%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items02 .kv_items02_img02 {
    width: 54%;
    margin-left: -17.5%;
    top: 53%;
    height: 36%;
    z-index: 2;
  }
}
.l-top .kv .kv_items02 .kv_items02_img03 {
  width: 15.2%;
  margin-left: -38.5%;
  top: 16%;
  height: 28%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items02 .kv_items02_img03 {
    width: 35.2%;
    margin-left: 13.5%;
    top: 57%;
    height: 26%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items02 .kv_items02_img03 {
    width: 26.66%;
    margin-left: 19.3%;
    top: 73%;
    height: 19%;
    z-index: 3;
  }
}
.l-top .kv .kv_items03 .kv_items03_img01 {
  width: 50.7%;
  height: 61%;
  margin-left: 18.9%;
  top: 8%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items03 .kv_items03_img01 {
    width: 75.7%;
    margin-left: 9.9%;
    top: 6%;
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items03 .kv_items03_img01 {
    width: 85%;
    margin-left: 4%;
    height: 43%;
    top: 7%;
    z-index: 0;
  }
}
.l-top .kv .kv_items03 .kv_items03_img02 {
  width: 27%;
  margin-left: -18.8%;
  height: 51%;
  top: 29%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items03 .kv_items03_img02 {
    width: 45.2%;
    margin-left: -23.8%;
    height: 27%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items03 .kv_items03_img02 {
    width: 54%;
    margin-left: -17.5%;
    top: 53%;
    height: 36%;
    z-index: 2;
  }
}
.l-top .kv .kv_items03 .kv_items03_img03 {
  width: 15.2%;
  margin-left: -36.5%;
  top: 17%;
  height: 28%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items03 .kv_items03_img03 {
    width: 35.2%;
    margin-left: 13.5%;
    top: 57%;
    height: 26%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items03 .kv_items03_img03 {
    width: 26.66%;
    margin-left: 19.3%;
    top: 73%;
    height: 19%;
    z-index: 3;
  }
}
.l-top .kv .kv_items04 .kv_items04_img01 {
  width: 50.7%;
  height: 61%;
  margin-left: 18.9%;
  top: 8%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items04 .kv_items04_img01 {
    width: 75.7%;
    margin-left: 9.9%;
    top: 6%;
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items04 .kv_items04_img01 {
    width: 85%;
    margin-left: 4%;
    height: 43%;
    top: 7%;
    z-index: 0;
  }
}
.l-top .kv .kv_items04 .kv_items04_img02 {
  width: 27%;
  margin-left: -18.8%;
  height: 51%;
  top: 29%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items04 .kv_items04_img02 {
    width: 45.2%;
    margin-left: -23.8%;
    height: 27%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items04 .kv_items04_img02 {
    width: 54%;
    margin-left: -17.5%;
    top: 53%;
    height: 36%;
    z-index: 2;
  }
}
.l-top .kv .kv_items04 .kv_items04_img03 {
  width: 15.2%;
  margin-left: -36.5%;
  top: 17%;
  height: 28%;
}
@media (max-width: 1024px) {
  .l-top .kv .kv_items04 .kv_items04_img03 {
    width: 35.2%;
    margin-left: 13.5%;
    top: 57%;
    height: 26%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_items04 .kv_items04_img03 {
    width: 26.66%;
    margin-left: 19.3%;
    top: 73%;
    height: 19%;
    z-index: 3;
  }
}
.l-top .fnews {
  display: none;
  position: relative;
  width: 100%;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-top .fnews {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -webkit-transform: translateY(var(--translate-y, 46vw));
    transform: translateY(var(--translate-y, 46vw));
  }
  .l-top .fnews.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, z-index 0s 0.3s;
    transition: transform 0.3s ease-out, z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
  .l-top .fnews {
    -webkit-transform: translateY(var(--translate-y, 40vw));
    transform: translateY(var(--translate-y, 40vw));
  }
  .l-top .fnews.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .l-top .fnews.active {
    -webkit-transform: translateY(var(--translate-y, -115px));
    transform: translateY(var(--translate-y, -115px));
    -webkit-transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, z-index 0s 0.3s;
    transition: transform 0.3s ease-out, z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .l-top .fnews.active {
    -webkit-transform: translateY(var(--translate-y, -60vw));
    transform: translateY(var(--translate-y, -60vw));
    -webkit-transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, z-index 0s 0.3s;
    transition: transform 0.3s ease-out, z-index 0s 0.3s, -webkit-transform 0.3s ease-out;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .l-top .fnews.active .fnews_item {
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .l-top .fnews.active .fnews_item {
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .l-top .fnews .fnews_item {
    width: 25rem;
    top: -2.5rem;
    z-index: -1;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .fnews .fnews_item {
    position: relative;
    width: 100%;
    z-index: 15;
  }
}
.l-top .fnews .news-button {
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-top .fnews .news-button {
    border-radius: 0.625rem 0 0 0;
  }
  .l-top .fnews .news-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-button {
    line-height: 12.5vw;
    height: 12.5vw;
    border-radius: 0;
    z-index: 50;
    position: relative;
  }
}
.l-top .fnews .news-button.active .icon {
  background: none;
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
  transform: translateY(-0.5rem) rotate(-45deg);
}
.l-top .fnews .news-button.active .icon:before,
.l-top .fnews .news-button.active .icon:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-button.active .icon {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.l-top .fnews .icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-top .fnews .icon:before,
.l-top .fnews .icon:after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-top .fnews .icon {
    height: 4vw;
    width: 4vw;
  }
}
.l-top .fnews .news-content {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .fnews .news-content {
    position: relative;
    overflow: visible;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    border-left: 0.0625rem solid #192350;
  }
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-content {
    position: relative;
    overflow: visible;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 15;
  }
}
.l-top .fnews .news-content .inner {
  overflow: hidden;
  padding: 0 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-content .inner {
    padding: 0 4vw 4vw;
  }
}
.l-top .fnews .news-content .inner .date {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-content .inner .date {
    margin-top: 4.5vw;
    font-size: 4vw;
  }
}
.l-top .fnews .news-content .inner .txt {
  margin-top: 0.25rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-top .fnews .news-content .inner .txt {
    padding-bottom: 5vw;
    margin-top: 2.5vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 19.2vw;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  100% {
    opacity: 0;
  }
}
.l-top .sec-lead {
  background: url('../images/top/bg_sec_lead.jpg') no-repeat center center/cover;
  height: 650px;
  padding: 9rem 0 0;
  /*border-top: 0.0625rem solid #192350;*/
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead {
    height: 147vw;
    padding: 22vw 0 0;
    background: url('../images/top/bg_sec_lead_sp.jpg') no-repeat center center/cover;
  }
}
.l-top .sec-lead .wall {
  width: 34rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .wall {
    width: 100%;
    padding: 0 8vw;
  }
}
.l-top .sec-lead .sec_ttl {
  /* width: 72%;*/
  font-size: 2.31875rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .sec_ttl {
    width: 66%;
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.l-top .sec-lead .sec_ttl span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.5rem;
  /*  padding: 0 0.875rem;*/
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .sec_ttl span {
    line-height: 12vw;
    padding: 0 8vw;
  }
}
.l-top .sec-lead .sec_ttl span:first-of-type {
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .sec_ttl span:first-of-type {
    margin-bottom: 1.2vw;
  }
}
.l-top .sec-lead .sec_txt {
  width: 85%;
  font-size: 1.375rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .sec_txt {
    font-size: 5vw;
    line-height: 9.3vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-lead .btn {
    position: absolute;
    margin-top: 70px;
    /*    right: 10px;*/
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-lead .btn {
    margin-top: 14vw;
  }
}
.l-top .hsecs {
  height: 650px;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.l-top .hsecs .sec-live {
  position: relative;
  width: 50%;
  background: url('../images/top/img_live.jpg') no-repeat top center/cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-live {
    width: 100%;
    height: 100vw;
  }
}
.l-top .hsecs .sec-live .sec_ttl {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: absolute;
  right: 0;
  bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-live .sec_ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
    bottom: 0.5vw;
  }
}
.l-top .hsecs .sec-live .sec_ttl span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.6875rem;
  padding: 0 1rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-live .sec_ttl span {
    line-height: 9vw;
    padding: 0 3vw 0 6vw;
  }
}
.l-top .hsecs .sec-live .sec_ttl span:first-of-type {
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-live .sec_ttl span:first-of-type {
    margin-bottom: 1vw;
  }
}
.l-top .hsecs .sec-brand {
  width: 50%;
  /*padding: 6.25rem;*/
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-brand {
    width: 100%;
    padding: 20vw 8vw;
  }
}
.l-top .hsecs .sec-brand .sec_ttl {
  width: 100%;
  max-width: 21.875rem;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-brand .sec_ttl {
    width: 70vw;
    margin: 0 auto 8.5vw;
  }
}
.l-top .hsecs .sec-brand .sec_txt {
  width: 63%;
  font-size: 1.3125rem;
  line-height: 2.75rem;
  margin: 0 auto 4.125rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-top .hsecs .sec-brand .sec_txt {
    width: 92%;
    font-size: 4.9vw;
    margin-bottom: 15vw;
  }
}
.l-top .hsecs .sec-brand .btn-gold {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .hsecs .sec-brand .sec-brand_inner {
    max-width: 32.5rem;
    margin: 200px auto;
  }
}
.l-top .sec-business {
  padding: 6.375rem 0 10.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business {
    padding: 13vw 8vw 11vw;
  }
}
.l-top .sec-business .inner {
  max-width: 56.25rem;
}
.l-top .sec-business .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-top .sec-business .contents {
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents {
    max-width: unset;
    margin-bottom: 15vw;
  }
}
.l-top .sec-business .contents .sec_ttl {
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents .sec_ttl {
    margin-bottom: 4.5vw;
  }
}
.l-top .sec-business .contents .sec_subttl {
  font-size: 1.4375rem;
  line-height: 1.7;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents .sec_subttl {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.l-top .sec-business .contents .sec_txt {
  max-width: 21.625rem;
  margin-bottom: 1.75rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents .sec_txt {
    max-width: unset;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
}
.l-top .sec-business .contents .btn {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents .btn {
    width: 100%;
  }
}
.l-top .sec-business .img {
  width: 50%;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img {
    max-width: unset;
    margin-bottom: 7vw;
    width: 100%;
  }
}
.l-top .sec-pickup {
  padding: 6.25rem 0;
  background-color: #ceedfd;

}
@media screen and (max-width: 767px) {
  .l-top .sec-pickup {
    padding: 13vw 8vw;
  }
}
.l-top .sec-pickup .inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-pickup .inner {
    max-width: unset;
  }
}
.l-top .sec-pickup .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-pickup .inner > .dflex {
    gap: 3vw;
  }
}
.l-top .sec-pickup .sec_ttl {
  margin-bottom: 2.5rem;
}
.l-top .sec-pickup a {
  width: 40%;
  /*  border: 0.0625rem solid #192350;*/
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-top .sec-pickup a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-pickup a:hover img {
    opacity: 0.7;
  }
}
.l-top .sec-news .left .btn {
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .left .btn {
    width: 48%;
  }
}
.l-top .sec-news .left .btn a {
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .left .btn a {
    line-height: 9.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .newslist {
    padding: 0 4vw;
  }
  .l-top .sec-news .newslist li > .dflex .dflex .label-new {
    /*position: unset;*/
    margin-right: 2vw;
    position: absolute;
    top: -2px;
    left: 230px;
  }
  .l-top .sec-news .newslist li > .dflex .dflex .label-paleblue {
    margin-right: 7vw;
  }
}
.l-top .sec-company {
  padding: 6.25rem 0 7.0625rem;
  background: url(../images/top/img_company.jpg) no-repeat center center / cover #000;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company {
    padding: 0 0 10vw;
    background: #000;
  }
}
.l-top .sec-company .inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .inner {
    max-width: unset;
    padding: 14vw 3vw 10vw;
    background: url('../images/top/img_company_sp.jpg') no-repeat top center/contain;
  }
}
.l-top .sec-company .inner > .dflex {
/*  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .inner > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .sec_ttl {
    margin-bottom: 10vw;
  }
}
.l-top .sec-company .img {
  position: absolute;
  left: -16.875rem;
  bottom: -2.5rem;
  width: 44.375rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .left {
    padding: 0 8vw;
  }
}
.l-top .sec-company .right {
  width: 21.875rem;
   margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .right {
    width: 100%;
    margin-top: 80px;
  }
}
.l-top .sec-company .right ul li {
  border-bottom: 0.0625rem solid #e1ebf0;
}
.l-top .sec-company .right ul li:first-of-type {
  border-top: 0.0625rem solid #e1ebf0;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .right ul li:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .right ul li:last-of-type {
    border: none;
  }
}
.l-top .sec-company .right ul li a {
  font-size: 1rem;
  line-height: 3.5rem;
  position: relative;
  padding: 0 0.9375rem 0 1.0625rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .right ul li a {
    line-height: 15vw;
    padding: 0 2vw;
    font-size: 3.5vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-company .right ul li a:hover:after {
    -webkit-transform: translate(0.25rem, -50%);
    transform: translate(0.25rem, -50%);
  }
}
.l-top .sec-company .right ul li a:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-top .sec-company .right .btn {
  margin-top: 2.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .right .btn {
    padding: 0 6vw;
    margin-top: 30px;
  }
}
.l-top .bnrs {
  padding: 6.25rem 0 7.0625rem;
}
@media screen and (max-width: 767px) {
  .l-top .bnrs {
    padding: 13vw 8vw;
  }
}
.l-top .bnrs .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*gap: 1rem;*/
  flex-wrap: wrap;
  gap: 2.875rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .bnrs .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12vw;
  }
}
.l-top .bnrs .inner {
  max-width: 56.25rem;
}
.l-top .bnrs .item {
  max-width: 23rem;
  position: relative;
}
.l-top .bnrs .item .btn {
  position: absolute;
  bottom: -0.625rem;
  right: 0;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-top .bnrs .item .btn {
    width: 100%;
    padding: 0 4vw;
    bottom: -10vw;
  }
}
.l-top .bnrs .item.item03 .btn {
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .l-top .bnrs .item.item03 .btn {
    width: 100%;
  }
}
.l-top .sec-recruit {
  background: url('../images/top/bg_recruit.jpg') no-repeat top center/cover;
  height: 34.375rem;
  padding: 5.9375rem 0 0;
}
@media (min-width: 1600px) {
  .l-top .sec-recruit {
    height: 39.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit {
    background: url('../images/top/bg_recruit_sp.jpg') no-repeat top center/cover;
    height: 178vw;
    padding: 13vw 0 10vw;
  }
}
.l-top .sec-recruit .inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit .inner {
    max-width: unset;
    padding: 0 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-top .sec-recruit .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit .inner > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 2.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.l-top .sec-recruit .sec_ttl {
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit .sec_ttl {
    text-align: right;
  }
}
.l-top .sec-recruit .sec_ttl-copy {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit .sec_ttl-copy {
    text-align: right;
    font-size: 1.1875rem;
  }
}
.l-top .sec-recruit .sec_txt {
  line-height: 1.9;
  width: 37.625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-top .sec-recruit .sec_txt {
    width: 100%;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-recruit .btn {
    position: absolute;
    bottom: 6.625rem;
    right: 18.625rem;
    width: 15.625rem;
  }
}
.l-top .component-business .component-business-figure {
  width: 35rem;
  height: 35rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-top .component-business .component-business-figure {
    width: 55vw;
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .component-business .component-business-figure {
    width: 80vw;
    height: 80vw;
    margin: 0 auto 15vw;
  }
}
.l-top .component-business .component-business-figure::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24.5rem;
  height: 24.5rem;
  border-radius: 100%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0.16;
  border: 2.5rem solid #003da7;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-top .component-business .component-business-figure::before {
    width: 39vw;
    height: 39vw;
    border-width: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .component-business .component-business-figure::before {
    width: 57vw;
    height: 57vw;
    border-width: 5vw;
  }
}
.l-top .component-business .component-business-figure.is-inview .component-business-list__item {
  scale: 1;
  opacity: 1;
}
.l-top .component-business .component-business-figure.is-inview .component-business-figure__circle path {
  stroke-dashoffset: 1055;
}
.l-top .component-business .component-business-figure__dash,
.l-top .component-business .component-business-figure__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 26rem;
  height: 26rem;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-top .component-business .component-business-figure__dash,
  .l-top .component-business .component-business-figure__circle {
    width: 41vw;
    height: 41vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .component-business .component-business-figure__dash,
  .l-top .component-business .component-business-figure__circle {
    width: 60vw;
    height: 60vw;
  }
}
.l-top .component-business .component-business-figure__dash path,
.l-top .component-business .component-business-figure__circle path {
  stroke-width: 0.2rem;
}
.l-top .component-business .component-business-figure__dash path {
  stroke-dasharray: 0.4rem 0.4rem;
  stroke: #003da7;
  fill: none;
}
.l-top .component-business .component-business-figure__circle path {
  stroke-dasharray: 1055;
  stroke-dashoffset: 0;
  stroke: #f2f2f2;
  fill: none;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
}
.l-top .component-business .component-business-figure__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 9rem;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-top .component-business .component-business-figure__logo {
    width: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .component-business .component-business-figure__logo {
    width: 20vw;
  }
}
.l-top .component-business .component-business-figure .component-business-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 100%;
  position: absolute;
  scale: 0;
  opacity: 0;
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.3888888889;
  text-align: center;
  -webkit-transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: scale, opacity;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-top .component-business .component-business-figure .component-business-list__item {
    width: 18vw;
    height: 18vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .component-business .component-business-figure .component-business-list__item {
    width: 26vw;
    height: 26vw;
    font-size: 3.2vw;
  }
}
.l-top .component-business .component-business-figure .component-business-list__item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #0065cb;
}
.l-top .component-business .component-business-figure .component-business-list__item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-color: #007cd8;
}
.l-top .component-business .component-business-figure .component-business-list__item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #00a0d0;
}
.l-top .component-business .component-business-figure .component-business-list__item:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #00b0be;
}

/*-------------------------------------------------------------------------------
事業内容
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-business-content {
    padding-bottom: 10vw;
  }
}
.l-business-content .sec .l-dfleximg .inner .upper {
  position: relative;
  z-index: 10;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 3.125rem;
  margin-bottom: unset;
}
.l-business-content .sec .l-dfleximg .inner .upper .contents {
  padding: 0 0 4.125rem;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .inner .upper .contents {
    max-width: 100%;
    padding: 0 8vw;
  }
  .l-business-content .sec .l-dfleximg .inner .upper .contents .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6vw;
  }
}
.l-business-content .sec .l-dfleximg .inner .upper .contents .sec_ttl-logo {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .inner .upper .contents .sec_ttl-logo {
    font-size: 6vw;
  }
}
.l-business-content .sec .l-dfleximg .lower {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-business-content .sec .l-dfleximg .lower {
    margin-top: -1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower {
    margin-top: 4vw;
    padding: 8vw 8vw 16vw;
  }
}
.l-business-content .sec .l-dfleximg .lower:before {
  content: '';
  display: block;
  position: absolute;
  width: 65.625rem;
  height: 34.0625rem;
  background-color: #e1ebf0;
  top: -2.3125rem;
  left: -4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower:before {
    width: 100vw;
    left: 0;
    top: 0;
  }
}
.l-business-content .sec .l-dfleximg .lower .box {
  position: relative;
}
.l-business-content .sec .l-dfleximg .lower .box:before {
  content: '';
  display: block;
  position: absolute;
  top: -2.25rem;
  left: 8rem;
  width: 0.125rem;
  height: 4.375rem;
  background-color: #192350;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .box:before {
    width: 0.5vw;
    top: -8vw;
    left: 33vw;
    height: 18vw;
  }
}
.l-business-content .sec .l-dfleximg .lower .box_ttl {
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .box_ttl {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
.l-business-content .sec .l-dfleximg .lower .box_ttl .txt-eng {
  font-size: 2.25rem;
  font-weight: 400;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .box_ttl .txt-eng {
    font-size: 10vw;
    margin-right: 10vw;
  }
}
.l-business-content .sec .l-dfleximg .lower .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw;
    padding: 0 8vw;
  }
}
.l-business-content .sec .l-dfleximg .lower .dflex .item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .dflex .item {
    width: 100%;
  }
}
.l-business-content .sec .l-dfleximg .lower .dflex .btn-blue a {
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .lower .dflex .btn-blue a {
    padding: 4vw 6vw;
    font-size: 3.5vw;
    bottom: 2rem;
  }
}
.l-business-content .sec .l-dfleximg .project {
  margin-top: 10.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project {
    padding: 9.4vw 8vw 16vw;
    background-color: #0064c3;
    margin-top: 0;
  }
}
.l-business-content .sec .l-dfleximg .project:before {
  content: '';
  display: block;
  position: absolute;
  width: 65.625rem;
  height: 28.125rem;
  background-color: #0064c3;
  top: -2.3125rem;
  left: -4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project:before {
    width: 100vw;
    left: 0;
    top: 0;
  }
}
.l-business-content .sec .l-dfleximg .project .box {
  color: #ffffff;
  position: relative;
}
.l-business-content .sec .l-dfleximg .project .box:before {
  content: '';
  display: block;
  position: absolute;
  top: -2.25rem;
  left: 15.5625rem;
  width: 0.125rem;
  height: 4.375rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .box:before {
    display: none;
  }
}
.l-business-content .sec .l-dfleximg .project .box_ttl {
  color: #ffffff;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 2.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .box_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
.l-business-content .sec .l-dfleximg .project .box_ttl .txt-eng {
  font-size: 2.25rem;
  font-weight: 400;
  margin-right: 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .box_ttl .txt-eng {
    font-size: 8.5vw;
    margin-right: 10vw;
  }
}
.l-business-content .sec .l-dfleximg .project .box_ttl .txt-jp {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .box_ttl .txt-jp {
    font-size: 1.375rem;
    letter-spacing: 0.2em;
  }
}
.l-business-content .sec .l-dfleximg .project .project-read {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .project-read {
    letter-spacing: 0.2em;
  }
}
.l-business-content .sec .l-dfleximg .project .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw;
    padding: 0 8vw;
    margin-top: 1.875rem;
  }
}
.l-business-content .sec .l-dfleximg .project .dflex .item {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .dflex .item {
    width: 100%;
  }
}
.l-business-content .sec .l-dfleximg .project .dflex .item .item-sub__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.75rem;
  background-color: #ffffff;
  color: #192350;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-business-content .sec .l-dfleximg .project .dflex .btn-blue a {
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec .l-dfleximg .project .dflex .btn-blue a {
    padding: 2vw 6vw;
    font-size: 4.5vw;
  }
}
.l-business-content .sec:not(:last-of-type) {
  margin-bottom: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .sec:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}
.l-business-content .sec:nth-child(odd) .l-dfleximg .upper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-business-content .sec:nth-child(odd) .l-dfleximg .upper .img {
  margin-left: calc(50% - 50vw);
  margin-right: unset;
}
.l-business-content #sec03 .sec_ttl,
.l-business-content #sec04 .sec_ttl {
  line-height: 4.375rem;
}
.l-business-content .kv {
  margin-bottom: 4.375rem;
}
.l-business-content .kv .inner .upper {
  margin-bottom: 3rem;
}
.l-business-content .kv .inner .sec_txt {
  line-height: 1.4;
}
.l-business-content .kv .inner .lower {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-business-content .kv .inner .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.875rem;
  }
}
.l-business-content .kv .inner .lower .graph {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-business-content .kv .inner .lower .graph {
    width: 90%;
    margin-inline: auto;
  }
}
.l-business-content .kv .inner .lower .textarea {
    width: 40%;
    margin-top: 100px;
    padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-business-content .kv .inner .lower .textarea {
    width: 100%;
    padding-inline: 8vw;
        margin-top: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content .kv .inner .lower .textarea .sec_sttl {
    font-size: 5.3vw;
  }
}
.l-business-content .navigation {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-business-content .navigation ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation ul li {
    width: 50%;
    padding: 3vw 2vw 0;
  }
  .l-business-content .navigation ul li:first-of-type,
  .l-business-content .navigation ul li:nth-child(2) {
    border-bottom: 0.0625rem solid #192350;
  }
  .l-business-content .navigation ul li:nth-child(2):after {
    display: none;
  }
  .l-business-content .navigation ul li:nth-child(3):after {
    display: block;
  }
}
.l-business-content .navigation ul li:not(:last-of-type) {
  position: relative;
}
.l-business-content .navigation ul li:not(:last-of-type):after {
  height: 4.375rem;
}
.l-business-content .navigation ul li a {
  height: 5.625rem;
  padding: 0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation ul li a {
    padding: 0;
    height: 20vw;
    font-size: 1rem;
  }
}
.l-business-content .navigation ul li a:after {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border: 0;
  border-bottom: solid 0.0625rem #192350;
  border-right: solid 0.0625rem #192350;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: 0.875rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation ul li a:after {
    bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-business-content .navigation ul li a:hover {
    background-color: #0064c3;
    color: #fff;
  }
  .l-business-content .navigation ul li a:hover:after {
    border-color: #fff;
    bottom: 0.5625rem;
  }
}
.l-business-content .navigation ul li:nth-child(3) a,
.l-business-content .navigation ul li:nth-child(4) a {
  padding-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-business-content .navigation ul li:nth-child(3) a,
  .l-business-content .navigation ul li:nth-child(4) a {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 {
    border-bottom: 0.0625rem solid #192350;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .l-dfleximg .lower {
    padding-bottom: 8vw;
  }
}
.l-business-content #sec02 .l-dfleximg .lower:before {
  background-color: #0064c3;
  height: 28.75rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .l-dfleximg .lower:before {
    height: 130vw;
  }
}
.l-business-content #sec02 .box:before {
  display: none;
}
.l-business-content #sec02 .box:not(:first-of-type) {
  padding: 2.8125rem 0 0;
}
.l-business-content #sec02 .box-business01 .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .box-business01 .dflex {
    padding: 0;
  }
}
.l-business-content #sec02 .box-business01 .box_ttl {
  width: 26%;
  line-height: 1.2;
  padding: 4.625rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .box-business01 .box_ttl {
    width: 100%;
    padding: 0;
    margin: 0 0 -4vw;
  }
}
.l-business-content #sec02 .box-business01 .sec_txt {
  width: 74%;
  border-left: 0.125rem solid #fff;
  padding: 4.375rem 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .box-business01 .sec_txt {
    padding: 0;
    border-left: none;
    width: 100%;
  }
}
.l-business-content #sec02 .box-business02 .box_ttl {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .box-business02 .box_ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .box-business02 .dflex {
    padding: 0;
  }
}
.l-business-content #sec02 .box-business02 .item .img {
  margin-bottom: 1.25rem;
}
.l-business-content #sec02 .box-business02 .item .ttl {
  margin-bottom: 0.625rem;
}
.l-business-content #sec02 .bbox {
  border: 0.0625rem solid #192350;
  border-radius: 0.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .bbox {
    border: none;
    border-radius: unset;
  }
}
.l-business-content #sec02 .bbox .dflex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .bbox .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.l-business-content #sec02 .bbox .dflex .textarea {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .bbox .dflex .textarea {
    width: 100%;
  }
}
.l-business-content #sec02 .bbox .dflex .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec02 .bbox .dflex .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower {
    padding-bottom: 28vw;
  }
}
.l-business-content #sec03 .l-dfleximg .lower:before {
  height: 29.375rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower:before {
    height: 185vw;
    border-bottom: 0.0625rem solid #192350;
  }
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower .dflex {
    padding: 0;
    gap: 21vw;
  }
}
.l-business-content #sec03 .l-dfleximg .lower .item {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower .item {
    width: 100%;
  }
}
.l-business-content #sec03 .l-dfleximg .lower .item .btn {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower .item .btn {
    bottom: -14.5vw;
  }
}
.l-business-content #sec03 .l-dfleximg .lower .item.item01 .btn {
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower .item.item01 .btn {
    width: 70vw;
  }
}
.l-business-content #sec03 .l-dfleximg .lower .item.item02 .btn {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec03 .l-dfleximg .lower .item.item02 .btn {
    width: 70vw;
  }
}
.l-business-content #sec04 .l-dfleximg .lower {
  position: relative;
  z-index: 10;
}
.l-business-content #sec04 .l-dfleximg .lower:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec04 .l-dfleximg .lower {
    padding-bottom: 0;
  }
  .l-business-content #sec04 .l-dfleximg .lower .dflex {
    padding: 0;
  }
}
.l-business-content #sec04 .l-dfleximg .lower .item {
  padding: 1.875rem 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec04 .l-dfleximg .lower .item {
    padding: 8vw;
  }
}
.l-business-content #sec04 .l-dfleximg .lower .item .img {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec04 .l-dfleximg .lower .item .img {
    margin-bottom: 6vw;
  }
}
.l-business-content #sec04 .l-dfleximg .lower .item .img img {
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec04 .l-dfleximg .lower .item .img img {
    height: 18vw;
  }
}
.l-business-content #sec04 .l-dfleximg .lower .item .ttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-business-content #sec04 .l-dfleximg .lower .item .ttl {
    margin-bottom: 4vw;
  }
}

/*-------------------------------------------------------------------------------
サステナビリティ
-------------------------------------------------------------------------------*/
.l-sustainability ul.dlist li {
  position: relative;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability ul.dlist li {
    padding-left: 2vw;
  }
  .l-sustainability ul.dlist li:not(:last-of-type) {
    margin-bottom: 2vw;
  }
}
.l-sustainability ul.dlist li::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.4375rem;
  border-radius: 50%;
  background-color: #192350;
  left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability ul.dlist li::before {
    width: 1.5vw;
    height: 1.5vw;
    top: 2vw;
    left: 0;
  }
}
.l-sustainability .sec .sec_ttl {
  margin-bottom: 1rem;
}
.l-sustainability table th,
.l-sustainability table td {
  padding: 0.5rem;
  border: none;
}
.l-sustainability table td {
  border-right: 0.0625rem solid #192350;
}
.l-sustainability table img {
  max-width: 5.9375rem;
  display: block;
  margin: 0 atuo;
}
.l-sustainability table .dgrid {
  padding: 0.5rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability table .dgrid {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.4vw;
  }
  .l-sustainability table .dgrid img {
    display: block;
    margin: 0 auto;
  }
}
.l-sustainability table + .btn {
  margin: 1.875rem 0 0 auto;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability table + .btn {
    margin: 8vw auto 0;
    width: 80%;
  }
}
.l-sustainability table + .btn a {
  line-height: 3rem;
}
.l-sustainability .sec-taski {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-taski {
    padding: 0 10vw;
  }
}
.l-sustainability .sec-taski .sec_ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-taski .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
.l-sustainability .sec-taski .sec_ttl span:first-of-type {
  max-width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-taski .sec_ttl span:first-of-type {
    max-width: 70%;
  }
}
.l-sustainability .sec-taski .sec_ttl span:last-of-type {
  width: calc(100% - 13.75rem);
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-taski .sec_ttl span:last-of-type {
    width: 100%;
    padding-top: 0;
    font-size: 5vw;
  }
}
.l-sustainability .sec-taski .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-sustainability .sec-taski .inner > .dflex .sec_txt {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-taski .inner > .dflex .sec_txt {
    width: 100%;
  }
  .l-sustainability .sec-taski .inner > .dflex .sec_txt span {
    display: block;
    margin: 7vw 0;
  }
  .l-sustainability .sec-taski .inner > .dflex .sec_txt span img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.l-sustainability .sec-taski .inner > .dflex .img {
  width: 33.2%;
}
.l-sustainability .sec-itheme {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-itheme {
    padding-bottom: 12vw;
  }
}
.l-sustainability .sec-itheme table {
  table-layout: fixed;
}
.l-sustainability .sec-itheme table thead tr th,
.l-sustainability .sec-itheme table thead tr td,
.l-sustainability .sec-itheme table tbody tr th,
.l-sustainability .sec-itheme table tbody tr td {
  width: 32%;
}
.l-sustainability .sec-itheme table thead tr th:first-of-type,
.l-sustainability .sec-itheme table thead tr td:first-of-type,
.l-sustainability .sec-itheme table tbody tr th:first-of-type,
.l-sustainability .sec-itheme table tbody tr td:first-of-type {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-itheme table thead tr th:first-of-type,
  .l-sustainability .sec-itheme table tbody tr th:first-of-type {
    width: 15%;
  }
  .l-sustainability .sec-itheme table thead tr th:nth-of-type(2),
  .l-sustainability .sec-itheme table tbody tr th:nth-of-type(2) {
    width: 29%;
  }
  .l-sustainability .sec-itheme table thead tr th:nth-of-type(3),
  .l-sustainability .sec-itheme table tbody tr th:nth-of-type(3) {
    width: 30%;
  }
  .l-sustainability .sec-itheme table thead tr th:nth-of-type(4),
  .l-sustainability .sec-itheme table tbody tr th:nth-of-type(4) {
    width: 24%;
  }
}
.l-sustainability .sec-itheme table thead tr td,
.l-sustainability .sec-itheme table tbody tr td {
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-itheme table thead tr td,
  .l-sustainability .sec-itheme table tbody tr td {
    padding: 3vw 2vw;
  }
}
.l-sustainability .sec-itheme table thead tr td.txt-bold,
.l-sustainability .sec-itheme table tbody tr td.txt-bold {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-itheme table thead tr td.txt-bold,
  .l-sustainability .sec-itheme table tbody tr td.txt-bold {
    font-size: 4vw;
  }
}
.l-sustainability .sec-itheme table thead tr td.txt-outfit,
.l-sustainability .sec-itheme table tbody tr td.txt-outfit {
  font-size: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-itheme table thead tr td.txt-outfit,
  .l-sustainability .sec-itheme table tbody tr td.txt-outfit {
    font-size: 10vw;
  }
}
.l-sustainability .sec-itheme table thead tr .bbottom,
.l-sustainability .sec-itheme table tbody tr .bbottom {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.l-sustainability .sec-attempt {
  background-color: #f0f5f5;
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt {
    margin-bottom: -26.5vw;
    padding: 12vw 10vw 26.5vw;
  }
}
.l-sustainability .sec-attempt .sec_txt {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec_txt {
    margin-bottom: 10vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox:not(:last-of-type) {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox:not(:last-of-type) {
    margin-bottom: 18vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox > .dflex .contents {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox > .dflex .contents {
    width: 100%;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox > .dflex .imgs {
  width: 41.3%;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox > .dflex .imgs {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox > .dflex .imgs .dgrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox > .dflex .imgs .dgrid {
    margin-top: 2vw;
    gap: 2vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .sec_sttl {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .sec_sttl {
    margin-bottom: 2vw;
    font-size: 5.4vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .sec_txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .sec_txt {
    margin-bottom: 4vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white {
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white {
    padding: 4vw 2vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white dl .dflex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white dl .dflex {
    gap: 2vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dt {
  border-bottom: 0.0625rem solid #192350;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dt {
    font-size: 4.5vw;
    padding: 0 2vw 2vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: unset;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex li {
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: -0.01875rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex li {
    line-height: 1.2;
    font-size: 3.8vw;
  }
}
.l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex li:before {
  width: 0.4375rem;
  height: 0.4375rem;
  top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .l-sustainability .sec-attempt .sec-attemptbox .bg-white dl dd ul.dflex li:before {
    width: 1.5vw;
    height: 1.5vw;
    top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sustainability .sec-attempt .sec-attemptbox01 dd ul li:nth-child(odd) {
    width: 60%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox01 dd ul li:nth-child(even) {
    width: 38%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox02 dd ul li:nth-child(odd) {
    width: 38;
  }
  .l-sustainability .sec-attempt .sec-attemptbox02 dd ul li:nth-child(even) {
    width: 60%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox03 dd ul li:nth-child(odd) {
    width: 42.5%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox03 dd ul li:nth-child(even) {
    width: 57.5%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox04 dd ul li:nth-child(odd) {
    width: 43%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox04 dd ul li:nth-child(even) {
    width: 57%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox05 dd ul li:nth-child(odd) {
    width: 52%;
  }
  .l-sustainability .sec-attempt .sec-attemptbox05 dd ul li:nth-child(even) {
    width: 48%;
  }
}

/*-------------------------------------------------------------------------------
供給実績
-------------------------------------------------------------------------------*/
.l-supply .bnrs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-supply .bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
    margin-top: 12vw;
  }
}
.l-supply .bnrs .item {
  max-width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .l-supply .bnrs .item {
    padding: 0 8vw;
  }
}
.imgloop {
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.imgloop .imgWrap {
  display: flex;
  width: max-content;
  animation: loopSlide 200s linear infinite;
}

.imgloop img {
  width: auto;
  height: 21.5rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .imgloop img {
    height: 21.3rem;
  }
}

/* 横に流す */
@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-supply .imgloop {
  margin: 4rem 0 3rem;
}
.l-supply .imgarea figure {
  position: relative;
}
.l-supply .imgarea figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-supply .imgarea + .inner {
    max-width: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-supply .navigation ul li a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-supply .table-wrapper {
    overflow-x: scroll;
  }
}
.l-supply .table-wrapper.hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.l-supply .table {
  border-bottom: 0.0625rem solid #192350;
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-supply .table {
    width: 100%;
    min-width: 800px;
  }
}
.l-supply .table.active {
  display: table;
  max-height: none;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.l-supply .table th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-supply .table th {
    font-size: 3.5vw;
  }
}
.l-supply .table th:first-of-type {
  width: 5%;
}
.l-supply .table th:nth-of-type(2) {
  width: 35%;
}
.l-supply .table th:nth-of-type(3) {
  width: 25%;
}
.l-supply .table th:nth-of-type(4) {
  width: 18%;
}
.l-supply .table th:nth-of-type(5) {
  width: 17%;
}
.l-supply .table td {
  padding: 1.25rem;
  border-top: none;
  border-bottom: none;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-supply .table td {
    padding: 3vw;
    line-height: 1.5;
    font-size: 3.5vw;
  }
}
.l-supply .table td:first-of-type {
  text-align: center;
  vertical-align: top;
}
.l-supply .table tr td:last-of-type {
  padding-right: 1.5rem;
}
.l-supply .table tr:nth-child(odd) td {
  background-color: #f0f5f5;
}
.l-supply .table .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-supply .table .info-list li {
  line-height: 1.4;
  margin-bottom: 0.3125rem;
}
.l-supply .table .info-list li:last-child {
  margin-bottom: 0;
}
.l-supply .table .info-list li.empty-item {
  height: 1.25rem;
  margin-bottom: 0.3125rem;
}
.l-supply .table tr td.partner-col {
  font-size: 0.6rem;
}
/*-------------------------------------------------------------------------------
販売中物権一覧
-------------------------------------------------------------------------------*/
.l-list .wall .sec {
  margin-top: -110px;
  padding-top: 110px;
}
.l-list .wall:not(:last-of-type) {
  margin-bottom: 4.375rem;
}
.l-list .wall .inner {
  max-width: 62.5rem;
  border: 0.0625rem solid #192350;
  border-radius: 0.5rem;
  padding: 0.625rem 0.625rem 3.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec {
    margin-top: -50px;
    padding-top: 50px;
  }
  .l-list .wall .inner {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.l-list .wall .sec:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.l-list .wall .sec > .sec_ttl {
  background-color: #d7be7d;
  position: relative;
  padding: 0.875rem 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.875rem;
}
.l-list .wall .sec > .sec_ttl.other {
  background-color: #99adbe;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
  }
  .l-list .wall .sec > .sec_ttl span {
    display: block;
    width: 100%;
  }
}
.l-list .wall .sec > .sec_ttl .eng {
  padding-right: 2rem;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .eng {
    border-right: none;
    padding: 0 0 4vw;
    border-bottom: 0.0625rem solid #192350;
    width: 100%;
  }
}
.l-list .wall .sec > .sec_ttl .eng img {
  width: 95%;
}
.l-list .wall .sec > .sec_ttl.other .eng {
  text-align: center;
}
.l-list .wall .sec > .sec_ttl.other .eng img {
  width: 65%;
  margin: 1.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .eng img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .l-list .wall .sec > .sec_ttl.other .eng img {
    width: 35%;
    margin: 2vw auto 0;
  }
}
.l-list .wall .sec > .sec_ttl .jp {
  border-left: 0.0625rem solid #192350;
  line-height: 3.75rem;
  padding-left: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-list .wall .sec > .sec_ttl .jp img {
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .jp img {
    height: 6vw;
    margin-top: 1vw;
  }
  .l-list .wall .sec > .sec_ttl.other .jp img {
    margin: 5vw 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .jp {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: none;
    padding-left: 0;
    line-height: 1.3;
  }
}
.l-list .wall .sec > .sec_ttl .jp span {
  font-size: 1.125rem;
  padding-right: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .jp span {
    font-size: 4.3vw;
    padding-right: 0;
  }
}
.l-list .wall .sec > .sec_ttl .jp .txt-yumincho {
  font-size: 1.75rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl .jp .txt-yumincho {
    font-size: 7vw;
  }
}
.l-list .wall .sec > .sec_ttl:before,
.l-list .wall .sec > .sec_ttl:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.l-list .wall .sec > .sec_ttl:before {
  top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl:before {
    top: 1vw;
  }
}
.l-list .wall .sec > .sec_ttl:after {
  bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec > .sec_ttl:after {
    bottom: 1vw;
  }
}
.l-list .wall .sec .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box {
    padding: 0 4vw;
  }
}
.l-list .wall .sec .box:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.l-list .wall .sec .box .imgarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .imgarea {
    width: 100%;
  }
  .l-list .wall .sec .box .imgarea .box_header {
    margin-bottom: 4vw;
  }
}
.l-list .wall .sec .box .imgarea .labels {
  margin-bottom: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.l-list .wall .sec .box .imgarea .labels .label {
  border: 0.0625rem solid #192350;
}
.l-list .wall .sec .box .imgarea .labels .label-white {
  color: #192350;
}
.l-list .wall .sec .box .imgarea .labels .label-primary {
  color: #fff;
  background-color: #192350;
}
.l-list .wall .sec .box .imgarea .labels .label-sky {
  background-color: #e1ebf0;
  border: 0.0625rem solid #e1ebf0;
  color: #192350;
}
.l-list .wall .sec .box .imgarea .labels .label-square {
  font-size: 1.5rem;
  padding: 0.625rem 0.875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .imgarea .labels .label-square {
    font-size: 5.5vw;
    padding: 1.2vw 0.5vw;
    width: 19vw;
    margin-right: 2vw;
  }
}
.l-list .wall .sec .box .imgarea .labels .label-radius {
  line-height: 2rem;
  border-radius: 1.125rem;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .imgarea .labels .label-radius {
    font-size: 3.2vw;
    padding: 1vw 2vw;
    margin-right: 2vw;
    line-height: 1.3;
  }
}
.l-list .wall .sec .box .imgarea .labels .label-radius.label-primary {
  margin-right: 0.25rem;
}
.l-list .wall .sec .box .imgarea .labels .label-radius.label-white {
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .imgarea .labels .label-radius.label-primary {
    margin-right: 2vw;
  }
  .l-list .wall .sec .box .imgarea .labels .label-radius.label-white {
    margin-right: 2vw;
  }
}
.l-list .wall .sec .box .box_header {
  margin-bottom: 1rem;
  height: 55.99px;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .box_header {
    margin-bottom: 5vw;
  }
}
.l-list .wall .sec .box .box_header .sec_sttl {
  margin-bottom: 0;
}
.l-list .wall .sec .box .box_header .box_sttl {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .box_header .box_sttl {
    font-size: 4.8vw;
    margin-top: 1vw;
  }
}
.l-list .wall .sec .box .contents {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .contents {
    width: 100%;
  }
}
.l-list .wall .sec .box .contents .table {
  border-top: 0.0625rem solid #192350;
  border-bottom: 0.0625rem solid #192350;
}
.l-list .wall .sec .box .contents .table tr th,
.l-list .wall .sec .box .contents .table tr td {
  padding: 0.875rem;
  letter-spacing: -0.05rem;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .l-list .wall .sec .box .contents .table tr th,
  .l-list .wall .sec .box .contents .table tr td {
    padding: 2.3vw;
  }
}
.l-list .wall .sec .box .contents .table tr td,
.l-list .wall .sec .box .contents .table tr th {
  border-bottom: none;
}
.l-list .wall .sec .box .contents .table tr:not(:last-of-type) th,
.l-list .wall .sec .box .contents .table tr:not(:last-of-type) td {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.l-list .wall .sec .box .contents .table th {
  width: 33%;
  background-color: #f3ecd8;
}
.l-list .wall .sec .box .contents .table td.jo-access {
  font-size: 14px;
}
.l-list .wall .sec .box .contents .table td {
  width: 67%;
}
.l-list .wall .sec .box .bottom .contents table.table {
  height: 310px;
}

.l-list .wall .btn {
  width: 16.875rem;
  margin: 1.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-list .wall .btn {
    width: 100%;
    margin: 8vw 0 0;
  }
}
.l-list .wall .btn a {
  line-height: 3rem;
}
.l-list .wall .btn-red a {
  text-align: center;
  padding: 0;
}
.l-list .inner.is-fixed {
  position: relative;
  height: 112px;
  margin-bottom: 4.375rem;
  z-index: 10;
}
.l-list .navigation {
  position: absolute;
  width: 100%;
}
.l-list .navigation::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
}
.l-list .navigation.is-fixed {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-list .inner.is-fixed {
    height: 20px;
  }
  .l-list .navigation.is-fixed {
    margin-bottom: 0;
  }
}
.l-list .navigation ul li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li {
    width: 50%;
  }
}
.l-list .navigation ul li a {
  height: 4.625rem;
  padding: 0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li a {
    padding: 0;
    height: 10vw;
    align-items: center;
  }
}
.l-list .navigation ul li a:after {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border: 0;
  border-bottom: solid 0.0625rem #192350;
  border-right: solid 0.0625rem #192350;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: 0.875rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
.l-list .navigation ul li a:hover {
  background-color: #d7be7d;
}
.l-list .navigation ul li:last-child a:hover {
  background-color: #99aebe;
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li a:after {
    bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-list .navigation ul li a:hover:after {
    bottom: 0.5625rem;
  }
}
.l-list .navigation ul li:nth-child(4) a,
.l-list .navigation ul li:nth-child(5) a {
  padding-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li:nth-child(4) a,
  .l-list .navigation ul li:nth-child(5) a {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li:nth-child(2):after,
  .l-list .navigation ul li:nth-child(4):after {
    display: block;
  }
  .l-list .navigation ul li:nth-child(3):after {
    display: block;
  }
  .l-list .navigation ul li:nth-child(5):after {
    display: none;
  }
  .l-list .navigation ul li:not(:last-of-type) {
    /*border-bottom: 0.0625rem solid #192350;*/
  }
}
@media screen and (max-width: 767px) {
  .l-list .navigation ul li:nth-child(5) {
    position: relative;
  }
  .l-list .navigation ul li:nth-child(5):after {
    content: '';
    display: none;
    width: 0.0625rem;
    background-color: #192350;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 80%;
  }
}
.l-list .main-image img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
.l-list .thumbnail-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-list .thumb {
  width: 80px;
  height: auto;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-list .thumb:hover {
  opacity: 1;
}
.l-list .wall-jo .inner {
  border-color: #0064c3;
}
.l-list .wall-jo .inner .sec .sec_ttl .jp {
  border-color: #fff;
}
.l-list #sec06 .sec_ttl {
  background-color: #0064c3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-list #sec06 .sec_ttl {
    margin-bottom: 0;
  }
}
.l-list #sec06 .sec_ttl:before,
.l-list #sec06 .sec_ttl:after {
  display: none;
}
.l-list #sec06 .sec_ttl .eng {
  border-color: #fff;
}
.l-list #sec06 .upper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .l-list #sec06 .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4vw;
    margin-bottom: 12vw;
  }
}
.l-list #sec06 .upper .txtarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-list #sec06 .upper .txtarea {
    width: 100%;
  }
}
.l-list #sec06 .upper .bnr {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .l-list #sec06 .upper .bnr {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.l-list #sec06 .bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-list #sec06 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
.l-list #sec06 .bottom .table th {
  background-color: #e1ebf0;
}

/*-------------------------------------------------------------------------------
会社案内共通パーツ
-------------------------------------------------------------------------------*/
.l-company .navigation-company ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-company .navigation-company ul li {
    width: 50%;
  }
  .l-company .navigation-company ul li:last-of-type:after,
  .l-company .navigation-company ul li:nth-child(2):after {
    display: none;
  }
  .l-company .navigation-company ul li:nth-child(3) {
    border-bottom: none;
  }
  .l-company .navigation-company ul li:nth-child(3):after {
    display: block;
  }
}
.l-company .navigation-company ul li a {
  line-height: 3.75rem;
}
.l-company .navigation-company ul li:nth-child(4) a {
  letter-spacing: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-company .navigation-company ul li a {
    line-height: 11.8vw;
font-size: 1rem;
  }
}
.l-company .navigation-company ul li:after {
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .l-company .navigation-company ul li:after {
    height: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .l-company .sec > .inner {
    padding: 0 4vw;
  }
}
.l-company .sec .sec_ttl-logo {
  line-height: 1.3;
  padding: 0 0 0 2.8125rem;
  background-size: 2.25rem auto;
}
@media screen and (max-width: 767px) {
  .l-company .sec .sec_ttl-logo {
    padding-left: 10vw;
    background-size: 8.5vw auto;
    background-position: top 0.5vw left;
  }
 .l-company .sec .sec_ttl-logo span{ font-size: 1.2rem;}
}

/*-------------------------------------------------------------------------------
代表挨拶
-------------------------------------------------------------------------------*/
.l-message .sec > .inner > .dflex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-message .sec > .inner > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 8vw;
  }
}
.l-message .sec .img {
  width: 33.4%;
}
@media screen and (max-width: 767px) {
  .l-message .sec .img {
    width: 100%;
    padding: 0 4vw;
  }
}
.l-message .sec .img .dblock {
  font-size: 1.4375rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-message .sec .img .dblock {
    font-size: 6.2vw;
    margin-top: 4vw;
  }
}
.l-message .sec .img .dblock span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .l-message .sec .img .dblock span {
    font-size: 4.5vw;
  }
}
.l-message .sec .textarea {
  width: 61.6%;
}
@media screen and (max-width: 767px) {
  .l-message .sec .textarea {
            width: 90%;
        margin: 0 auto;
  }
}
.l-message .sec .textarea p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

/*-------------------------------------------------------------------------------
会社概要
-------------------------------------------------------------------------------*/
.l-information .sec-info {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-info {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .l-information .sec-info .inner {
    padding: 0;
  }
  .l-information .sec-info .inner .sec_header {
    padding: 0 4vw;
  }
}
.l-information .sec-info .table {
  border-top: 0.0625rem solid #192350;
  border-bottom: 0.0625rem solid #192350;
  table-layout: fixed;
}
.l-information .sec-info .table tr th,
.l-information .sec-info .table tr td {
  padding: 0.75rem 1.75rem;
}
.l-information .sec-info .table tr th {
  width: 20%;
  background-color: #f0f5f5;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-information .sec-info .table tr th {
    width: 25%;
    padding: 4vw;
  }
}
.l-information .sec-info .table tr th .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-information .sec-info .table tr td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .l-information .sec-info .table tr td {
    width: 75%;
    padding: 4vw;
  }
}
.l-information .sec-info .table tr:not(:last-of-type) th,
.l-information .sec-info .table tr:not(:last-of-type) td {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.l-information .sec-access {
  padding: 4.375rem 0 6.25rem;
  margin-bottom: -6.25rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access {
    margin-bottom: -26.5vw;
    padding: 13vw 0 26.5vw;
  }
}
.l-information .sec-access .bg-white {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 1.25rem;
  border-radius: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access .bg-white {
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
.l-information .sec-access .mapArea {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access .mapArea {
    width: 100%;
  }
}
.l-information .sec-access .mapArea .mapWrap {
  position: relative;
  width: 100%;
  height: 21.875rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access .mapArea .mapWrap {
    height: 66vw;
  }
}
.l-information .sec-access .mapArea .mapWrap #accessMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-information .sec-access .mapArea .mapWrap #accessMap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.l-information .sec-access dl {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl {
    width: 100%;
  }
}
.l-information .sec-access dl .dflex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl .dflex {
    gap: 1vw;
  }
}
.l-information .sec-access dl .dflex:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl .dflex:not(:last-of-type) {
    margin-bottom: 6vw;
  }
}
.l-information .sec-access dl .ttl:before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #192350;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl .ttl:before {
    width: 4vw;
    height: 4vw;
    margin-right: 1cqb;
  }
}
.l-information .sec-access dl dd ul li {
  position: relative;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl dd ul li {
    padding-left: 4vw;
  }
}
.l-information .sec-access dl dd ul li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.l-information .sec-access dl dd ul li:before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #192350;
  margin-right: 0.25rem;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-information .sec-access dl dd ul li:before {
    width: 3vw;
    height: 3vw;
    top: 1.5vw;
  }
}

/*-------------------------------------------------------------------------------
企業理念
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-philosophy .sec .sec_sttl {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}

/*-------------------------------------------------------------------------------
沿革
-------------------------------------------------------------------------------*/
/* CSS変数の定義 */
:root {
  --before-height: 0%;
}

/* アニメーション用のスタイル */
.history_item {
  --before-height: 0%;
  will-change: --before-height;
}
.l-history .inner.is-fixed {
  position: relative;
  height: 62px;
  margin-top: 3.125rem;
  margin-bottom: 4.375rem;
}
.l-history .inner.is-fixed .navigation {
  position: absolute;
  width: 100%;
  &::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background-color: #fff;
  }
}
.l-history .inner.is-fixed .navigation.is-fixed {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-history .inner.is-fixed {
    height: 112px;
    margin: 13vw 0 20vw;
  }
}
.l-history .navigation-history ul li a {
  font-weight: 400;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .l-history .navigation-history ul li a {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-history .navigation-history ul li:last-of-type:after {
    display: none;
  }
}
.l-history .history .history_item {
  position: relative;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item {
    padding: 14vw 0 13vw;
  }
}
.l-history .history .history_item .inner {
  max-width: 43.75rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .inner {
    max-width: 100%;
    padding: 0 10vw;
  }
}
.l-history .history .history_item .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.l-history .history .history_item .dflex .box,
.l-history .history .history_item .dflex .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box,
  .l-history .history .history_item .dflex .img {
    width: 100%;
  }
}
.l-history .history .history_item .dflex .box > .dflex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box > .dflex {
    padding: 0 0 4vw;
  }
}
.l-history .history .history_item .dflex .box > .dflex:not(:first-of-type) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box > .dflex:not(:first-of-type) {
    margin-top: 7vw;
  }
}
.l-history .history .history_item .dflex .box .box_ttl {
  border-bottom: 0.0625rem solid #192350;
  font-size: 1.5rem;
  /*line-height: 1;*/
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .box_ttl {
    font-size: 5vw;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 6vw;
    padding-bottom: 1.5vw;
    font-weight: 600;
  }
}
.l-history .history .history_item .dflex .box .box_ttl:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #192350;
  border-radius: 50%;
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .box_ttl:after {
    display: none;
  }
}
.l-history .history .history_item .dflex .box .box_ttl .box_ttl-month {
  font-size: 1.5rem;
  /*padding-bottom: 0.375rem;*/
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .box_ttl .box_ttl-month {
    font-size: 5vw;
  }
}
.l-history .history .history_item .dflex .box .box_ttl .box_ttl-month span {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .box_ttl .box_ttl-month span {
    font-size: 8vw;
  }
}
.l-history .history .history_item .dflex .box .box_ttl .box_ttl-title {
  padding-bottom: 0.375rem;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .box_ttl .box_ttl-title {
  /*  padding-bottom: 0;*/
  }
  .l-history .history .history_item .dflex .box .box_ttl .box_ttl-title.rune {font-size: 1.2rem;}
}
.l-history .history .history_item .dflex .box .sec_txt {
  width: 74%;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .box .sec_txt {
    width: 100%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .img {
    margin-bottom: 2vw;
  }
}
.l-history .history .history_item .dflex .img img {
  border-radius: 0.25rem;
  position: relative;
  z-index: 10;
  left: -2.1875rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .img img {
    width: 100%;
    left: unset;
  }
}
.l-history .history .history_item .dflex .img-icon {
  position: relative;
}
.l-history .history .history_item .dflex .img-icon:before {
  content: '';
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  background: url(../images/company/history/icon_5000.svg) no-repeat top center/contain;
  top: -1.25rem;
  left: -2.5rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex .img-icon:before {
    width: 23vw;
    height: 23vw;
    top: -3vw;
    left: -6vw;
  }
}
.l-history .history .history_item .dflex + .history_item_subttl {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .dflex + .history_item_subttl {
    margin-top: 10vw;
  }
}
.l-history .history .history_item:before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: var(--before-height);
  background-color: #192350;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-history .history .history_item .history_item_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2.1875rem;
  width: 6.25rem;
  font-size: 2.5rem;
  line-height: 4rem;
  width: 15.625rem;
  border-radius: 2.5rem;
  font-weight: 500;
  scroll-margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_ttl {
    font-size: 11vw;
    width: 40vw;
    line-height: 12vw;
    border-radius: 6vw;
    top: -6vw;
    scroll-margin-top: 110px;
  }
}
.l-history .history .history_item .history_item_subttl {
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl {
    font-size: 8.5vw;
    margin-bottom: 5vw;
  }
}
.l-history .history .history_item .history_item_subttl > div {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl > div {
    padding: 2vw 0;
  }
}
.l-history .history .history_item .history_item_subttl span {
  display: inline-block;
}
.l-history .history .history_item .history_item_subttl span.txt-outfit {
  background-color: #e1ebf0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl span.txt-outfit {
    padding: 0 4vw;
  }
}
.l-history .history .history_item .history_item_subttl span.left,
.l-history .history .history_item .history_item_subttl span.right {
  position: absolute;
  top: 0;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl span.left,
  .l-history .history .history_item .history_item_subttl span.right {
    font-size: 11vw;
    font-weight: 200;
  }
}
.l-history .history .history_item .history_item_subttl span.left.txt-outfit,
.l-history .history .history_item .history_item_subttl span.right.txt-outfit {
  background-color: unset;
}
.l-history .history .history_item .history_item_subttl span.left {
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl span.left {
    left: -5vw;
  }
}
.l-history .history .history_item .history_item_subttl span.right {
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .history_item_subttl span.right {
    right: -5vw;
  }
}
.l-history .history .history_item.bg-lightblue .history_item_subttl span.txt-outfit {
  background-color: #fff;
}
.l-history .history .history_item.bg-lightblue .history_item_subttl span.left.txt-outfit,
.l-history .history .history_item.bg-lightblue .history_item_subttl span.right.txt-outfit {
  background-color: unset;
}
.l-history .history .history_item .item-dflex-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .item-dflex-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.l-history .history .history_item .item-dflex-r:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .item-dflex-r:not(:first-of-type) {
    margin-top: 10vw;
  }
}
.l-history .history .history_item .item-dflex-r .box > .dflex .box_ttl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 5.625rem;
  padding-right: unset;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .item-dflex-r .box > .dflex .box_ttl {
    padding-left: 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.l-history .history .history_item .item-dflex-r .box > .dflex .box_ttl:after {
  right: unset;
  left: -0.5rem;
}
.l-history .history .history_item .item-dflex-r .box > .dflex .sec_txt {
  margin-right: unset;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .item-dflex-r .box > .dflex .sec_txt {
    margin: unset;
  }
}
.l-history .history .history_item .item-dflex-r .img img {
  left: unset;
  right: 0;
}
.l-history .history .history_item .item-dflex-tasuki {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-history .history .history_item .item-dflex-tasuki .img img {
  width: 50%;
  margin: 2.3rem auto 2.3rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .item-dflex-tasuki .img img {
    width: 52%;
    margin: 0 auto;
    background-color: #e1ebf0;
    padding: 2vw 0 5vw;
  }
}
.l-history .history .history_item .anniversary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-history .history .history_item .anniversary .img {
  width: 100%;
  z-index: 1;
}
.l-history .history .history_item .anniversary .img img {
  left: unset;
  display: block;
  margin: 0 auto;
  width: 15rem;
}
.l-history .history .history_item .anniversary .img.anniv2025 img {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .anniversary .img img {
    width: 60%;
  }
}
.l-history .history .history_item .anniversary .dblock {
  padding: 0.5rem 0 1rem;
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .anniversary .dblock {
    padding: 0vw 0 4vw;
    font-size: 5.5vw;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.l-history .history .history_item .anniversary .dblock .mm-txt {
  font-size: 1.875rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .anniversary .dblock .mm-txt {
    font-size: 6.5vw;
    margin-right: 4vw;
  }
}
.l-history .history .history_item .anniversary .dblock .mm {
  font-size: 2.5rem;
  position: relative;
  top: 0.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item .anniversary .dblock .mm {
    font-size: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item.bg-lightblue .box > .dflex {
    background-color: #e1ebf0;
  }
}
@media screen and (max-width: 767px) {
  .l-history .history .history_item.bg-white .box > .dflex {
    background-color: #fff;
  }
}
.l-history .fade-in {
  -webkit-transform: translateY(-3.125rem);
  transform: translateY(-3.125rem);
}
.l-history .fade-in.visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
お知らせ一覧
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-page-news .fv {
    margin-bottom: 0;
  }
}
.l-page-news .navigation-news {
  margin-bottom: 0;
}
.l-page-news .navigation-news ul li {
  width: 25%;
}
.l-page-news .navigation-news ul li a {
  line-height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-news .navigation-news ul li a {
    line-height: 11.8vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-news .navigation-news ul li {
    width: 50%;
  }
  .l-page-news .navigation-news ul li:nth-child(2):after {
    display: none;
  }
  .l-page-news .navigation-news ul li:nth-child(3) {
    border-bottom: none;
  }
  .l-page-news .navigation-news ul li:nth-child(3)::after {
    display: block;
  }
}
.l-page-news .sec-news {
  padding-bottom: 5rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news {
    padding-top: 4vw;
  }
  .l-page-news .sec-news .inner {
    border-bottom: 0.0625rem solid #192350;
  }
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news .newslist {
    padding: 0 4vw;
  }
}
.l-page-news .sec-news .newslist li {
  position: relative;
  border-bottom: 0.0625rem solid #d2d2d2;
  padding-top: 2.3125rem;
  padding-bottom: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news .newslist li {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.l-page-news .sec-news .newslist li:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-page-news .sec-news .newslist li:last-of-type {
    border-color: #192350;
  }
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news .newslist li:last-of-type {
    border: none;
  }
}
.l-page-news .sec-news .newslist li .label-new {
  top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news .newslist li .label-new {
    top: 0vw;
    left: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-news .sec-news .newslist li > .dflex .dflex {
    gap: 4vw;
    margin-bottom: 2vw;
/*    padding-left: 16vw;*/
  }
}
.sec-news .left .btns{display:none;}

/*-------------------------------------------------------------------------------
お知らせ詳細
-------------------------------------------------------------------------------*/
.l-page-news-detail .fv .inner {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .fv .inner {
    padding: 8vw 0;
  }
}
.l-page-news-detail .fv .inner .fv_ttl .ja {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .fv .inner .fv_ttl .ja {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
}
.l-page-news-detail .fv .inner .fv_ttl .en {
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .fv .inner .fv_ttl .en {
    font-size: 5.7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .inner {
    padding: 0 4vw;
  }
}
.l-page-news-detail .news-detail {
  padding: 0;
}
.l-page-news-detail .news-detail .inner > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .inner > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.l-page-news-detail .news-detail .contents {
  width: 76%;
  height: 40.625rem;
  overflow-y: auto;
  border-left: 0.0625rem solid #000;
  padding-left: 2.5rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .contents {
    width: 100%;
    height: auto;
    overflow-y: unset;
    border-left: none;
    padding: 4vw;
  }
}
.l-page-news-detail .news-detail .aside {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .aside {
    width: 100%;
    border-bottom: 0.0625rem solid #d2d2d2;
    padding: 0 4vw 7vw;
  }
}
.l-page-news-detail .news-detail .aside > .dflex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .aside > .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-page-news-detail .news-detail .aside .time {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  width:100%;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .aside .time {
    font-size: 4vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }
}
.l-page-news-detail .news-detail .aside .label {
  width: 100%;
  line-height: 2.25rem;
  border-radius: 1.125rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .aside .label {
    font-size: 3vw;
    line-height: 6.5vw;
  }
}
.l-page-news-detail .news-detail .aside .label.label-new {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .aside .label.label-new {
    font-size: 4vw;
    width: 60%;
  }
}
.l-page-news-detail .news-detail .article h2 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .article h2 {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 7vw;
  }
}
.l-page-news-detail .news-detail .article p {
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .article p {
    font-size: 3.5vw;
    margin-bottom: 7vw;
  }
}
.l-page-news-detail .news-detail .article img {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .news-detail .article img {
    margin-bottom: 7vw;
  }
}
.l-page-news-detail .news-detail .article a {
  text-decoration: underline;
}
.l-page-news-detail .linkarea {
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .linkarea {
    margin-top: 2vw;
  }
}
.l-page-news-detail .linkarea > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-page-news-detail .linkarea .btn {
  width: 19.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .linkarea .btn {
    width: 65%;
  }
}
.l-page-news-detail .linkarea .btn a {
    line-height: 3rem;
    font-size: 1rem;
    /* text-align: center; */
    padding-right: 15px;
}
.l-page-news-detail .linkarea .btn a:before, .l-page-news-detail .linkarea .btn a:after{
    display: none;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .linkarea .btn a {
    font-size: 3.5vw;
    line-height: 10vw;
    padding: 0;
  }
  .l-page-news-detail .linkarea .btn a:before,
  .l-page-news-detail .linkarea .btn a:after{
        display: none;
  }
}
.l-page-news-detail .linkarea img {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-news-detail .linkarea img {
    width: 10vw;
  }
}
.l-page-news-detail .linkarea .next,
.l-page-news-detail .linkarea .prev {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.l-page-news-detail .linkarea .next img,
.l-page-news-detail .linkarea .prev img {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-news-detail .linkarea .next:hover {
    -webkit-transform: translateX(0.3125rem);
    transform: translateX(0.3125rem);
  }
}
@media screen and (min-width: 768px) {
  .l-page-news-detail .linkarea .prev:hover {
    -webkit-transform: translateX(-0.3125rem);
    transform: translateX(-0.3125rem);
  }
}
.l-page-news-detail .linkarea .prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------------------------------------------------------------------------------
プライバシーポリシー / 金融商品の販売等に係る勧誘方針
-------------------------------------------------------------------------------*/
.l-page-privacy-policy .sec_txt {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec_txt {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy {
    padding: 0 4vw;
  }
}
.l-page-privacy-policy .privacy-policy .link a {
  color: #0064c3;
  text-decoration: underline;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .link a {
    margin-left: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page-privacy-policy .privacy-policy .link a:hover {
    text-decoration: none;
  }
}
.l-page-privacy-policy .privacy-policy .link span {
  display: block;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .link span {
    margin-left: 4.5vw;
  }
}
.l-page-privacy-policy .privacy-policy .sec:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .sec:not(:last-child) {
    margin-bottom: 10vw;
  }
}
.l-page-privacy-policy .privacy-policy .sec .sec_ttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .sec .sec_ttl {
    margin-bottom: 4vw;
  }
}
.l-page-privacy-policy .privacy-policy .sec .sec_txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .sec .sec_txt {
    margin-bottom: 6vw;
  }
}
.l-page-privacy-policy .privacy-policy .sec .sec-cookie ul + p {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .sec .sec-cookie ul + p {
    margin-left: 7vw;
  }
}
.l-page-privacy-policy .privacy-policy .box {
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .box {
    padding: 8vw 4vw;
    margin-bottom: 5vw;
  }
}
.l-page-privacy-policy .privacy-policy .box > .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .box > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-privacy-policy .privacy-policy .box .box_ttl {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .box .box_ttl {
    font-size: 5vw;
  }
}
.l-page-privacy-policy .privacy-policy .box a {
  text-decoration: none;
}
.l-page-privacy-policy .privacy-policy .box .txtarea {
  border-left: 0.0625rem solid #192350;
  padding: 0.75rem 0.625rem 0.75rem 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .box .txtarea {
    border-left: none;
    border-top: 0.0625rem solid #192350;
    margin: 4.5vw 0 0;
    padding: 4.5vw 0 0;
  }
}
.l-page-privacy-policy .privacy-policy .box .txtarea .sec_list {
  margin-bottom: 0;
}
.l-page-privacy-policy .privacy-policy .box .txtarea .sec_list li {
  line-height: 1.25;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .privacy-policy .box .txtarea .sec_list li {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.l-page-privacy-policy .privacy-policy .box + p.txt-right {
  margin-bottom: 0 !important;
  line-height: 1;
}
.l-page-privacy-policy .sec-privacy .inner > .txt-right:first-of-type {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.l-page-privacy-policy .sec-privacy .inner > .txt-right:first-of-type + p {
  line-height: 1.4;
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec_txt:first-of-type {
  text-indent: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec_txt:first-of-type {
    text-indent: 4vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec_list {
  text-indent: unset !important;
  padding-left: 1rem;
  margin: -1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec_list {
    margin-left: 4.5vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec_list li.dflex .number {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec_list li.dflex .number {
    width: 4vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec_list li.dflex .txt {
  width: calc(100% - 1rem);
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec_list li.dflex .txt {
    width: calc(100% - 4vw);
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec .sec_txt {
  margin-bottom: 0;
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec .sec_txt ~ p {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec .sec_txt ~ p {
    margin-left: 7vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .sec ul {
  margin-top: unset;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .sec ul {
    margin-left: 4.5vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec .stxt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec .stxt {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .box {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .box .txtarea {
    width: 100%;
  }
}
.l-page-privacy-policy .sec-privacy .inner .box .txtarea .sec_txt {
  text-indent: unset !important;
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .box .txtarea .sec_txt {
    font-size: 4.5vw;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 4.5vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .box .txtarea .sec_list {
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .box .txtarea .sec_list li {
    font-size: 4.5vw;
  }
}
.l-page-privacy-policy .sec-privacy .inner .sec-last .txt-right {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .sec-privacy .inner .sec-last .txt-right {
    margin-top: 6vw;
  }
}
.l-page-privacy-policy .contactInfo.box .box_ttl {
  width: 9rem !important;
}
.l-page-privacy-policy .contactInfo.box .txtarea {
  width: calc(100% - 9.0625rem);
}
@media screen and (max-width: 767px) {
  .l-page-privacy-policy .contactInfo.box .txtarea {
    width: 18rem;
  }
}

.l-page-privacy-policy .contactInfo.box .txtarea .sec_txt {
  font-size: 1.0625rem !important;
}
.l-page-privacy-policy .contactInfo.box .txtarea ul {
  gap: 1rem;
}
.l-page-privacy-policy .contactInfo.box .txtarea ul li {
  font-size: 1.0625rem !important;
}

/*-------------------------------------------------------------------------------
IR情報
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-page-ir .inner {
    padding: 0 4vw;
  }
}
.l-page-ir .bg-lightblue {
  padding: 3.375rem 1.5rem 3.75rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-page-ir .bg-lightblue {
    padding: 8vw 6vw;
    margin-bottom: 12vw;
  }
}
.l-page-ir .bg-lightblue .sec_txt {
  max-width: 33.75rem;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-ir .bg-lightblue .sec_txt {
    margin-bottom: 5vw;
  }
}
.l-page-ir .bg-lightblue .btn {
  width: 29.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-page-ir .bg-lightblue .btn {
    width: 100%;
  }
}
.l-page-ir .bg-lightblue .btn a {
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-ir .bg-lightblue .btn a {
    line-height: 1.4;
    padding-top: 4vw;
    padding-bottom: 4vw;
    letter-spacing: -0.3vw;
  }
  .l-page-ir .bg-lightblue .btn a:before,
  .l-page-ir .bg-lightblue .btn a:after {
    top: 9.5vw;
  }
}
.l-page-ir .box .sec_ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-ir .box .sec_ttl {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}

/*-------------------------------------------------------------------------------
ブランド
-------------------------------------------------------------------------------*/
.l-page-renaissance {
  padding-top: 0 !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance {
    padding-bottom: 22vw;
  }
}
.l-page-renaissance .breadcrumbs {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .breadcrumbs {
    top: 15vw;
  }
}
.l-page-renaissance .breadcrumbs a {
  color: #fff;
}
.l-page-renaissance .breadcrumbs ul li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread_white.svg') no-repeat top center/contain;
}
.l-page-renaissance .kv {
  position: relative;
}
.l-page-renaissance .kv .kv_ttl {
  position: absolute;
  top: 15vw;
  left: 12vw;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.5s forwards;
  animation: fadeIn 1.5s ease-in-out 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .kv .kv_ttl {
    left: 50%;
    top: 34vw;
    -webkit-animation: fadeInSp 1.5s ease-in-out 0.5s forwards;
    animation: fadeInSp 1.5s ease-in-out 0.5s forwards;
  }
}
.l-page-renaissance .kv .kv_ttl img {
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .kv .kv_ttl img {
    width: 60vw;
  }
}
.l-page-renaissance .bg-primary.txt-white {
  padding: 4.625rem 1.8rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .bg-primary.txt-white {
    padding: 3.4rem 1.8rem 4.5rem;
  }
}
.l-page-renaissance .bg-primary.txt-white .box-01 {
  width: 100%;
}
.l-page-renaissance .bg-primary.txt-white .title {
  max-width: 40rem;
  width: 90%;
}
.l-page-renaissance .bg-primary.txt-white .textarea {
  margin-top: 4.5rem;
  width: 100%;
}
.l-page-renaissance .bg-primary.txt-white h3 {
  margin-bottom: 1.2rem;
  font-size: 1.38rem;
  font-weight: 400;
}
.l-page-renaissance .bg-primary.txt-white p {
  font-size: 1.14rem;
  line-height: 2.25;
  font-weight: 400;
}
.l-page-renaissance .bg-primary.txt-white p.strong {
  margin-top: 3rem;
  font-size: 1.5rem;
  /*letter-spacing: 0.1em;*/
}
@media screen and (max-width: 1024px) {
  .l-page-renaissance .bg-primary.txt-white .textarea {
    margin-top: 2.5rem;
  }
  .l-page-renaissance .bg-primary.txt-white h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .l-page-renaissance .bg-primary.txt-white p {
    font-size: 1rem;
    line-height: 1.86;
  }
  .l-page-renaissance .bg-primary.txt-white p.strong {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    /*letter-spacing: 0.05em;*/
  }
}
@media screen and (min-width: 1025px) {
  .l-page-renaissance .bg-primary.txt-white .textarea > img:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    right: -40%;
    width: 65%;
  }
  .l-page-renaissance .bg-primary.txt-white .textarea .img-wrap {
    position: absolute;
    bottom: 34.5%;
    right: -24%;
    width: 57%;
    aspect-ratio: 49.2/60;
  }
}
.l-page-renaissance .bg-primary.txt-white .textarea .img-wrap img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 10%;
  width: 59%;
}
.l-page-renaissance .bg-primary.txt-white .textarea .img-wrap img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
}
.l-page-renaissance .bg-primary.txt-white .box-02 {
  width: 68%;
  margin-top: 4rem;
  border: 0.0625rem solid #d7be7d;
  border-radius: 0.5rem;
  padding: 1.5625rem 2rem;
}
@media screen and (max-width: 1024px) {
  .l-page-renaissance .bg-primary.txt-white .textarea > img:nth-of-type(1) {
    width: calc(100% + 2rem);
    margin: 2.6rem -1rem 3rem;
  }
  .l-page-renaissance .bg-primary.txt-white .textarea .img-wrap {
    position: relative;
    margin-top: 3rem;
    aspect-ratio: 300/238;
  }
  .l-page-renaissance .bg-primary.txt-white .textarea .img-wrap img:nth-child(1) {
    top: 0;
    right: 0;
    width: 52.5%;
  }
  .l-page-renaissance .bg-primary.txt-white .textarea .img-wrap img:nth-child(2) {
    bottom: 0;
    left: 0;
    width: 44%;
  }
  .l-page-renaissance .bg-primary.txt-white .box-02 {
    width: calc(100% + 2rem);
    border-radius: 3vw;
    margin: 2rem -1rem 0;
    padding: 5vw 6vw;
  }
}
.l-page-renaissance .bg-primary.txt-white .box-02 .txt-right {
  font-size: 0.9rem;
}
.l-page-renaissance .sec-lineup {
  position: relative;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.l-page-renaissance .sec-lineup .sec-lineup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.3125rem 0 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-lineup .sec-lineup_header {
    padding: 9vw 0 7vw;
  }
}
.l-page-renaissance .sec-lineup .sec-lineup_header img {
  width: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-lineup .sec-lineup_header img {
    width: 60vw;
  }
}
.l-page-renaissance .sec-lineup .btn {
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-lineup .btn {
    width: 100%;
  }
}
.l-page-renaissance .sec-lineup .btn a {
  line-height: 3.75rem;
  text-align: left;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-lineup .btn a {
    line-height: 13vw;
    padding-left: 5vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page-renaissance .sec-lineup .pin-spacer:nth-of-type(odd) .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-left: 20px;
  }
  .l-page-renaissance .sec-lineup .pin-spacer:nth-of-type(even) .content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    padding-right: 20px;
  }
}
.l-page-renaissance .sec-bgold {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-bgold {
    width: 92%;
    margin: 13vw auto 0;
  }
}
.l-page-renaissance .sec-bgold .inner {
  max-width: 62.5rem;
  border: 0.0625rem solid #d7be7d;
  border-radius: 0.625rem;
  padding: 3.25rem 3.125rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-bgold .inner {
    padding: 12vw 6vw 6vw;
    border-radius: 3vw;
  }
}
.l-page-renaissance .sec-bgold .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-bgold .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.l-page-renaissance .sec-bgold .logo {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-bgold .logo {
    width: 100%;
  }
  .l-page-renaissance .sec-bgold .logo img {
    width: 74%;
    margin: 0 auto 7vw;
  }
}
.l-page-renaissance .sec-bgold .sec_txt {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance .sec-bgold .sec_txt {
    width: 100%;
    font-size: 4.1vw;
  }
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.bg-primary + .footer .top-btn a {
  color: #fff;
}

.header-renaissance-common ~ .breadcrumbs {
  position: fixed;
  top: 5.6875rem;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0.625rem 0;
}
.header-renaissance-common ~ .breadcrumbs .inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l-page-renaissance-common {
  padding-top: 0 !important;
}
.l-page-renaissance-common .kv {
  position: relative;
}
.l-page-renaissance-common .kv .scroll-section {
  height: 100vh;
  position: relative;
}
.l-page-renaissance-common .kv .scroll-section .inner {
  max-width: 64rem;
  padding: 0;
}
.l-page-renaissance-common .kv .scroll-section .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}
.l-page-renaissance-common .kv .scroll-section .content .txt-gold {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  margin-bottom: 2rem;
}
.l-page-renaissance-common .kv .scroll-section .content .txt-gold strong {
  font-size: 2.5rem;
}
.l-page-renaissance-common .kv .scroll-section .content .txt-gold:before,
.l-page-renaissance-common .kv .scroll-section .content .txt-gold:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  left: 0;
}
.l-page-renaissance-common .kv .scroll-section .content .txt-gold:before {
  bottom: 0;
}
.l-page-renaissance-common .kv .scroll-section .content .txt-gold:after {
  bottom: -0.375rem;
}
.l-page-renaissance-common .kv .scroll-section .content .main_ttl {
  font-size: 3.125rem;
}
.l-page-renaissance-common .kv .scroll-section .content .sub_ttl {
  margin-bottom: 1.5rem;
}
.l-page-renaissance-common .kv .scroll-section .scroll {
  position: absolute !important;
  bottom: 1.875rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  text-align: center;
  color: #fff;
  z-index: 10;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}
.l-page-renaissance-common .kv .scroll-section .scroll:before {
  border-color: #fff;
}
.l-page-renaissance-common .vscroll {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.l-page-renaissance-common .vscroll .vscroll-bg {
  position: absolute;
  inset: 0;
  width: 200%; /* 要素の2倍幅 */
  height: 100%;
  background-image: url('../images/renaissance/renaissance_court/bg_scroll.jpg');
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left center;
  -webkit-animation: vscroll-bg-scroll 40s linear infinite;
  animation: vscroll-bg-scroll 40s linear infinite;
  z-index: 1;
}
.l-page-renaissance-common .vscroll .sec {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes vscroll-bg-scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes vscroll-bg-scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fadeInSp {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(20px);
      transform: translateX(-50%) translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes fadeInSp {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(20px);
      transform: translateX(-50%) translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
}
/*-------------------------------------------------------------------------------
お問い合わせ(共通)
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-page-contact .form {
    padding: 0 4vw;
  }
}
.l-page-contact .form .required {
  background-color: #962d37;
  color: #fff;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.25rem 0.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .required {
    font-size: 4vw;
    padding: 1vw 1vw 0.5vw;
  }
}
.l-page-contact .form .buliding-name {
  padding: 2.125rem 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .buliding-name {
    padding: 7vw 6vw 8vw;
  }
}
.l-page-contact .form .buliding-name #property-name-output span {
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .buliding-name #property-name-output span {
    display: block;
    font-size: 5vw;
    line-height: 1.7;
  }
}
.l-page-contact .form .buliding-name + .txt-right {
  font-size: 0.75rem;
  margin-bottom: 3.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .buliding-name + .txt-right {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-top: 2vw;
    padding: 0 4vw;
    margin-bottom: 10vw;
    display: block;
  }
}
.l-page-contact .form .txt-privacy {
  line-height: 2;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .txt-privacy {
    line-height: 1.7;
    margin-bottom: 12vw;
  }
}
.l-page-contact .form .link a {
  color: #0064c3;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-page-contact .form .link a:hover {
    text-decoration: none;
  }
}
.l-page-contact .form .sec_ttl {
  margin-bottom: 4.375rem;
  font-size: 1.25rem;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .sec_ttl {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6vw;
    font-size: 5.5vw;
    line-height: 1.3;
    padding: 3vw 0;
  }
}
.l-page-contact .form .hr {
  margin-left: 2.125rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .hr {
    margin-left: 4vw;
  }
}
.l-page-contact .form .hr:before,
.l-page-contact .form .hr:after {
  content: '';
  display: block;
  position: absolute;
}
.l-page-contact .form .hr:before {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #192350;
  border-radius: 50%;
  left: -1rem;
  top: 0.5rem;
}
.l-page-contact .form .hr:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #192350;
  z-index: -1;
}
.l-page-contact .form .hr .ttl {
  width: 14.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.875rem 0;
  background-color: #fff;
  padding: 0 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .hr .ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4vw;
    padding: 0 2vw 0 0;
    margin: 6vw 0 2.5vw;
  }
}
.l-page-contact .form dl > .dflex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
  }
}
.l-page-contact .form dl > .dflex:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.l-page-contact .form dl > .dflex:first-of-type dd .txt {
  width: 1.5625rem;
  text-align: right;
}
.l-page-contact .form dl > .dflex dt {
  padding-top: 0.625rem;
  font-size: 1rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dt {
    font-size: 4vw;
  }
}
.l-page-contact .form dl > .dflex dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd {
    font-size: 4vw;
  }
}
.l-page-contact .form dl > .dflex dd input,
.l-page-contact .form dl > .dflex dd textarea {
  width: 100%;
  padding: 0.75rem;
  border: 0.0625rem solid #d2d2d2;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd input,
  .l-page-contact .form dl > .dflex dd textarea {
    padding: 3.5vw;
  }
}
.l-page-contact .form dl > .dflex dd input:focus,
.l-page-contact .form dl > .dflex dd textarea:focus {
  border-color: #192350;
}
.l-page-contact .form dl > .dflex dd textarea {
  resize: none;
  height: 12.5rem;
}
.l-page-contact .form dl > .dflex dd .selectwrap {
  width: 18.75rem;
  height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd .selectwrap {
    width: 100%;
    height: 13vw;
  }
}
.l-page-contact .form dl > .dflex dd .selectwrap select {
  width: 100%;
  height: 100%;
  border-color: #d2d2d2;
  border-radius: 0.25rem;
}
.l-page-contact .form dl > .dflex dd > .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd > .dflex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.l-page-contact .form dl > .dflex dd > .dflex .dflex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd > .dflex .dflex {
    width: 100%;
  }
}
.l-page-contact .form dl > .dflex dd .btn {
  height: 2.75rem;
  margin: 0;
  font-size: 1.125rem;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex dd .btn {
    height: 12vw;
    font-size: 3.5vw;
    font-weight: 700;
    width: 100%;
  }
}
.l-page-contact .form dl > .dflex .ttl {
  width: 15.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex .ttl {
    width: 95%;
    padding-left: 4vw;
  }
}
.l-page-contact .form dl > .dflex .field {
  width: calc(100% - 16.875rem);
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex .field {
    width: 90%;
    margin: 0 auto;
  }
}
.l-page-contact .form dl > .dflex .field .stxt {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex .field .stxt {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}
.l-page-contact .form dl > .dflex .field .txt-error {
  color: #962d37;
  font-size: 0.75rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex .field .txt-error {
    font-size: 3.5vw;
  }
}
.l-page-contact .form dl > .dflex .field .txt-error.show {
  display: block;
}
.l-page-contact .form dl > .dflex .field #remaining-chars.over-limit {
  color: #962d37;
}
.l-page-contact .form dl > .dflex.item-name .field .txt {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-name .field .txt {
    width: 10vw;
  }
}
.l-page-contact .form dl > .dflex.item-name .field .wpcf7-form-control-wrap {
  width: calc(100% - 2.75rem);
}
.l-page-contact .form dl > .dflex.item-name .field .wpcf7-form-control-wrap input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-name .field .wpcf7-form-control-wrap {
    width: calc(100% - 10vw);
  }
}
.l-page-contact .form dl > .dflex.item-zip .field input,
.l-page-contact .form dl > .dflex.item-pref .field input,
.l-page-contact .form dl > .dflex.item-age .field input {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-zip .field input,
  .l-page-contact .form dl > .dflex.item-pref .field input,
  .l-page-contact .form dl > .dflex.item-age .field input {
    width: 40vw;
  }
}
.l-page-contact .form dl > .dflex.item-zip dd > .dflex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-page-contact .form dl > .dflex.item-area .field > .dflex {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-area .field > .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-page-contact .form dl > .dflex.item-area .field .dflex {
  width: unset;
}
.l-page-contact .form dl > .dflex.item-area .field .dflex input {
  width: 7.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-area .field .dflex input {
    width: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-building .field > .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-page-contact .form dl > .dflex.item-building .field .dflex {
  gap: 1rem;
  padding-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-building .field .dflex {
    padding-top: 0;
    gap: 4vw;
  }
}
.l-page-contact .form dl > .dflex.item-building .field .dflex label {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-price .field > .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-page-contact .form dl > .dflex.item-price .field .dflex {
  gap: 0.375rem;
}
.l-page-contact .form dl > .dflex.item-price .field input {
  width: 7.75rem;
}
#btnConvertArea {
  background-color: #192350;
  color: #fff;
  height: 2.75rem;
  margin: 0;
  padding: 0 1em;
  font-size: 1.125rem;
  max-width: 11rem;
  width: 100%;
  border: 0.0625rem solid #192350;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  outline: none;
}
.l-page-contact .form dl > .dflex.item-radio dt {
  padding-top: 0;
}
.l-page-contact .form dl > .dflex.item-phone .field .dflex {
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-phone .field .dflex {
    gap: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-page-contact .form dl > .dflex.item-phone .field input {
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-phone .field input {
    width: 21.5vw;
  }
}
.l-page-contact .form dl > .dflex.item-phone .field .txt {
  width: 1.125rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-phone .field .txt {
    font-size: 6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-page-contact .form dl > .dflex.item-income .field > .dflex,
.l-page-contact .form dl > .dflex.item-asset .field > .dflex {
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-income .field > .dflex,
  .l-page-contact .form dl > .dflex.item-asset .field > .dflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-page-contact .form dl > .dflex.item-income .field input,
.l-page-contact .form dl > .dflex.item-asset .field input {
  width: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form dl > .dflex.item-income .field input,
  .l-page-contact .form dl > .dflex.item-asset .field input {
    width: 38vw;
  }
}
.l-page-contact .form dl > .dflex.item-area .field .selectwrap {
  width: 100%;
}
.l-page-contact .form dl + .sec_ttl {
  margin-top: 2.5rem;
}
.l-page-contact .form .form-checkbox {
  margin-top: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .form-checkbox {
    margin-top: 10vw;
    gap: 6vw;
  }
}
.l-page-contact .form .form-checkbox img {
  width: 1.0625rem;
  display: inline-block;
  margin: 0 0.25rem;
  position: relative;
  top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .form-checkbox img {
    width: 4.5vw;
  }
}
.l-page-contact .form .form-checkbox p {
  margin: 0;
}
.l-page-contact .form .form-checkbox .checkbox-wrapper input {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  border-color: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .form-checkbox .checkbox-wrapper input {
    width: 7vw;
    height: 7vw;
  }
}
.l-page-contact .form .form-checkbox .checkbox-wrapper label {
  cursor: pointer;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .form-checkbox .checkbox-wrapper label {
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .form-checkbox .checkbox-wrapper label {
    font-weight: 700;
    font-size: 5vw;
  }
}
.l-page-contact .form .actions {
  margin-top: 3.125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .actions {
    gap: 4vw;
  }
}
.l-page-contact .form .actions .btn-back {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .l-page-contact .form .actions .btn-back:hover {
    opacity: 0.7;
  }
}
.l-page-contact .form .actions .btn {
  width: 18.75rem;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-page-contact .form .actions .btn {
    width: 52%;
    height: 12vw;
    font-size: 4vw;
    font-weight: 700;
    margin-top: 13vw;
  }
}

/*-------------------------------------------------------------------------------
用地情報募集
-------------------------------------------------------------------------------*/
.l-page-contact-land .bg-lightblue02 {
  max-width: 71.25rem;
  margin: 0 auto 4.375rem;
  border-radius: 0.5rem;
  padding: 4.375rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 {
    width: 92%;
    margin-bottom: 12vw;
    padding: 6vw;
  }
}
.l-page-contact-land .bg-lightblue02 .sec_ttl {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .sec_ttl {
    font-size: 6.3vw;
    margin-bottom: 6vw;
  }
}
.l-page-contact-land .bg-lightblue02 .sec_txt {
  max-width: 38.9375rem;
  margin: 0 auto 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .sec_txt {
    max-width: 100%;
    margin: 0 auto 6vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 50%;
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  border: 0.0625rem solid #0064c3;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item {
    width: 100%;
    padding: 6vw 6vw 6vw 2vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex {
    gap: 1vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex dt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dt {
    font-size: 5vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul {
    padding-left: 6vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li {
    padding-left: 3.5vw;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li:before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
  margin-right: 0.25rem;
  position: relative;
  top: 0.4375rem;
  position: absolute;
  left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li:before {
    width: 2.5vw;
    height: 2.5vw;
    top: 1.4vw;
    left: 0;
  }
}
.l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li:not(:last-of-type) {
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .bg-lightblue02 .items .item dl .dflex dd ul li:not(:last-of-type) {
    margin-bottom: 0.8vw;
  }
}
.l-page-contact-land .sec-form > .sec_ttl {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form > .sec_ttl {
    font-size: 6.3vw;
    margin-bottom: 8.5vw;
  }
}
.l-page-contact-land .sec-form .sec_ttl.title-confirm {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form .sec_ttl.title-confirm {
    font-size: 6.3vw;
    margin-bottom: 8.5vw;
  }
}
.l-page-contact-land .sec-form .navigation-form {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form .navigation-form {
    margin-bottom: 8vw;
  }
}
.l-page-contact-land .sec-form .navigation-form ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form .navigation-form ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-page-contact-land .sec-form .navigation-form ul li {
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form .navigation-form ul li {
    width: 50%;
    border: none;
  }
}
.l-page-contact-land .sec-form .navigation-form ul li a {
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-land .sec-form .navigation-form ul li a {
    line-height: 1.3;
    padding: 3vw 0;
    font-size: 3.5vw;
  }
}

/*-------------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------*/
.l-page-contact-form .txt-right.stxt {
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-form .txt-right.stxt {
    margin-top: 8vw;
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-contact-form .form .actions .btn {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
Contact Form 7 確認画面（同一レイアウト）用スタイル
-------------------------------------------------------------------------------*/
/* _common.scss の既存スタイルを活用し、contact固有の調整のみ追加 */
/* 確認モード時の追加制御（contact固有） */
.js-cf7-2step.is-confirm {
  /* 郵便番号検索ボタンは確認時に非表示 */
  /* ミラーの体裁調整 */
}
.js-cf7-2step.is-confirm .item-zip .btn {
  display: none !important;
}
.js-cf7-2step.is-confirm .field__mirror {
  min-height: 1.5em;
  white-space: pre-wrap;
}

/*-------------------------------------------------------------------------------
完了画面
-------------------------------------------------------------------------------*/
.l-page-complete .complete {
  padding: 100px 0;
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  .l-page-complete .complete {
    padding: 5vw 4vw 24vw;
  }
}
.l-page-complete .bg-white {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .l-page-complete .bg-white {
    padding: 12vw 5vw 8vw;
  }
}
.l-page-complete .bg-white .fv_ttl {
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-page-complete .bg-white .sec_txt {
    text-align: left;
  }
}
.l-page-complete .bg-white .btn {
  width: 300px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-page-complete .bg-white .btn {
    width: 100%;
    margin-top: 8.54vw;
  }
}
.l-page-complete .bg-white .btn a {
  text-align: center;
  padding: 0;
  line-height: 58px;
}
/*-------------------------------------------------------------------------------
大切にしていること
-------------------------------------------------------------------------------*/
.l-about {
  padding-bottom: 0;
  padding-top: 0 !important;
  /* ===== Reset (最小) ===== */
  /* ===== 背景動画（常時固定 / 70%薄く） ===== */
  /* ===== セクション共通 ===== */
  /* ===== タイトル & リード（順次表示） ===== */
  /* ===== メインコピー画像（固定レイヤー） ===== */
  /* 「薄く」する工程で下げる（例: 0.25） */
  /* overlay を左→右に開いて"濃くなる"を表現 */
  /* ===== 2カラム（行ごと表示 / 白黒→カラー） ===== */
  /* ===== グリッド演出（左3枚 / 右行ごと） ===== */
  /* ===== フィーチャー ===== */
  /* ===== 最終画面（縦並び） ===== */
  /* レスポンシブ */
  /* about.html専用：スクロールインジケーターを固定位置に配置 */
  /* ===== パンくずナビの位置修正 ===== */
  /* about.html専用：パンくずナビを他のページと同じ位置に配置 */
  /* GSAPのpin機能による影響を防ぐ */
}
.l-about .ten {
  -webkit-text-emphasis: dot;
  text-emphasis: dot;
}
.l-about *,
.l-about *::before,
.l-about *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-about html,
.l-about body {
  height: 100%;
}
.l-about body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic UI', 'Yu Gothic', sans-serif;
  color: #fff;
  background: #000;
  overflow-x: hidden;
}
.l-about :root {
  --max-w: 1120px;
  --gutter: 24px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --copy-top-end: 64px; /* 上部固定の余白 */
}
.l-about .bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.l-about .bg__video {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3; /* 70%薄く＝30%表示 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.l-about .panel {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
  padding: 0 var(--gutter);
  isolation: isolate;
}
.l-about #xfade .stack-center header {
  width: 100%;
}
.l-about #xfade .stack-center header hgroup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-about #xfade .stack-center header hgroup {
    gap: 1.5rem;
  }
}
.l-about #xfade .stack-center header hgroup * {
  line-height: 1;
}
.l-about #xfade .stack-center header hgroup img {
  width: 64rem;
}
.l-about #xfade .stack-center header hgroup .panel_subttl {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-about #xfade .stack-center header hgroup .panel_subttl {
    font-size: 1.125rem;
  }
}
.l-about #xfade .stack-center .lead-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  gap: 40px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-about #xfade .stack-center .lead-text {
    gap: 26px;
    line-height: 2;
    font-size: 1.125rem;
    margin-top: -0.75rem;
  }
  .l-about #xfade .stack-center .lead-text .lead-text-2 {
    letter-spacing: 0.1em;
  }
  .l-about #xfade .stack-center .lead-text .lead-text-3 {
    margin-top: -1.125rem;
    letter-spacing: 0.1em;
  }
}
.l-about #xfade .stack-center .lead-text img {
  width: 290px;
}
.l-about .stack-center {
  position: relative;
  width: min(1000px, 92vw);
  height: 100%;
  display: grid;
  place-items: center;
}
.l-about .title-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 1; /* 表示状態に変更 */
  -webkit-filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
  transform: translateZ(0); /* ハードウェアアクセラレーション */
  will-change: opacity; /* 透明度のみ変更することを明示 */
  /* h2も初期は非表示（fade-in用） */
  /* h1も初期は非表示（ブラー付きでclip-path用） */
}
.l-about .title-img .dflex {
  width: min(1000px, 92vw);
  max-width: 100vw;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-about .title-img .dflex {
    width: min(500px, 90vw);
  }
}
.l-about .title-img img {
  max-width: 100%;
  height: auto;
}
.l-about .title-img h2 {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.l-about .title-img h1 {
  opacity: 0; /* 初期状態では非表示 */
  -webkit-filter: blur(5px);
  filter: blur(5px); /* 初期状態ではブラーあり */
  clip-path: inset(0 100% 0 0); /* 初期状態では非表示 */
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  visibility: hidden; /* 初期状態では非表示 */
  /* SVGタグ用のスタイル */
  /* ブラー解除時のスタイル */
  /* 完全表示時のスタイル */
}
.l-about .title-img h1 svg {
  width: 64rem;
  height: auto;
  max-width: 100%;
  -webkit-filter: blur(0px);
  filter: blur(0px); /* 初期状態ではブラーなし */
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  /* 左から右への表示エフェクト用 */
  clip-path: inset(0 0% 0 0); /* 初期状態では完全表示 */
  -webkit-transition: clip-path 0.1s ease, -webkit-filter 0.3s ease;
  transition: clip-path 0.1s ease, -webkit-filter 0.3s ease;
  transition: clip-path 0.1s ease, filter 0.3s ease;
  transition: clip-path 0.1s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  /* パス要素のアニメーション用 */
  /* アニメーション中のパス要素 */
}
.l-about .title-img h1 svg path {
  fill: #192350;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  opacity: 1; /* 初期状態では完全表示 */
}
.l-about .title-img h1 svg.animating path {
  opacity: 1;
  fill: #192350;
}
.l-about .title-img h1.blur-clear svg {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.l-about .title-img h1.fully-visible svg {
  clip-path: inset(0 0% 0 0);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.l-about .lead-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 0; /* タイトルが消えた後に表示 */
  visibility: hidden; /* 初期状態で完全に非表示 */
  -webkit-filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.5));
  text-align: center;
  font-size: clamp(18px, 2.6vw, 28px);
  line-height: 1.8;
  /* テキスト内容を中央に配置 */
}
.l-about .lead-text .dflex {
  width: min(820px, 92vw);
  max-width: 100vw;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.l-about #copyLayer {
  position: fixed;
  left: 50%;
  top: 50%; /* 最初は中央 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(1020px, 86vw);
  z-index: 5;
  pointer-events: none;
  opacity: 0; /* 必要になるまで隠す */
  will-change: top, opacity;
}
@media screen and (max-width: 767px) {
  .l-about #copyLayer {
    width: 80%;
  }
}
.l-about #copyLayer img {
  width: 100%;
  height: auto;
  display: block;
  will-change: clip-path, opacity;
}
@media screen and (max-width: 767px) {
  .l-about #copyLayer .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-about #copyLayer .sp-only {
    display: none;
  }
}
.l-about .copy-base {
  opacity: 1;
}
.l-about .copy-overlay {
  position: absolute;
  inset: 0;
  clip-path: inset(0 100% 0 0); /* 初期状態は非表示 */
  opacity: 1; /* 表示状態（clip-pathで制御） */
}
@media screen and (max-width: 767px) {
  .l-about .two-col {
    place-items: flex-start;
  }
}
.l-about .two-col__inner {
  width: min(var(--max-w), 92vw);
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: 1.1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-about .two-col__inner {
    padding-top: 5.5625rem;
    gap: 2vh;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-about .col {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .l-about .col--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-about .col--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l-about .line-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-about .line-box {
    display: block;
  }
}
.l-about .linesA,
.l-about .linesB {
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .l-about .linesA,
  .l-about .linesB {
    font-size: 1.0625rem;
    line-height: 2.35;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
    margin-top: 0.8125rem;
  }
}
.l-about .linesB {
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .l-about .linesB {
    line-height: 2.5;
    margin-top: 16.875rem;
  }
}
@media (min-width: 1100px) {
  .l-about .linesA {
    margin-left: 180px;
  }
}
.l-about .linesA .line-box {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-about .linesA .line-box {
    display: block;
  }
}
.l-about .linesA .line {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
}
@media screen and (max-width: 767px) {
  .l-about .linesA .line {
    opacity: 1;
    -webkit-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
}
.l-about .linesB .line {
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-about .linesB .line.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-about .linesB .line.dflex {
    margin-left: 0;
    margin-inline: auto;
  }
}
.l-about .linesB .line.dflex img {
  width: 190px;
}
.l-about .img-stack {
  position: relative;
  width: min(635px, 44vw);
  aspect-ratio: 1/1;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.l-about .img-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-about .img-bw {
  -webkit-filter: grayscale(100%) contrast(1.05);
  filter: grayscale(100%) contrast(1.05);
  z-index: 2;
}
.l-about .img-color {
  z-index: 1;
}
.l-about .grid {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-about .grid {
    display: grid;
  }
}
.l-about .grid-left {
  display: grid;
  gap: clamp(14px, 1.8vw, 20px);
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .l-about .grid-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    translate: 0 -8.875rem;
  }
}
.l-about .grid-left .shot {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  position: absolute;
}
.l-about .grid-left .shot01 {
  width: 355px;
  position: relative;
  margin-left: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-about .grid-left .shot01 {
    width: 64%;
    margin-right: 0.75rem;
    top: 5rem;
    aspect-ratio: 240/150;
    z-index: 9;
  }
}
.l-about .grid-left .shot02 {
  width: 265px;
  left: -5px;
  top: 98px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-about .grid-left .shot02 {
    width: 42.6666666667%;
    left: 2.9333333333%;
    top: 9rem;
    aspect-ratio: 160/120;
  }
}
.l-about .grid-left .shot03 {
  width: 225px;
  right: 180px;
  top: 238px;
}
@media screen and (max-width: 767px) {
  .l-about .grid-left .shot03 {
    width: 34.6666666667%;
    right: unset;
    left: 37.3333333333%;
    top: 15.375rem;
  }
}
.l-about .grid-right {
  width: 40%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-about .grid-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    margin-top: -1.25rem;
  }
}
.l-about .grid-right .line-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-about .grid-right .line-box {
    font-size: 1.0625rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}
.l-about .feature {
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0;
}
.l-about .feature .txt-primary {
  font-size: 1.125rem;
  line-height: 2.3;
}
.l-about .feature-center {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  font-size: clamp(14px, 2vw, 23px);
  text-align: center;
  max-width: min(900px, 92vw);
  line-height: 2.5;
  opacity: 0;
  -webkit-filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45));
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .l-about .feature-center {
    width: 100%;
    margin-top: 5rem;
    letter-spacing: 0.08em;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.l-about .feature-center .line-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-about .feature-center .line-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.l-about .feature-center .line {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
}
@media screen and (max-width: 767px) {
  .l-about .feature-center .line {
    opacity: 1;
  }
}
.l-about .feature-bottom {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden; /* 画像が見切れるようにする */
}
.l-about .feature-bottom img {
  width: 1110px; /* 固定幅 */
  height: auto;
  display: block;
  border-radius: 14px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  margin: 0 auto; /* 中央配置 */
  /* ウィンドウ幅が1110px以下の時に画像の端が見切れるようにする */
}
@media (max-width: 1110px) {
  .l-about .feature-bottom img {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-about .feature-bottom img {
    width: 140%;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
  }
}
.l-about .feature-bottom figcaption {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 8px;
}
.l-about .final-stack {
  display: grid;
  gap: 18px;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-about .final-stack {
    gap: 2.375rem;
    padding-top: 2.375rem;
  }
}
.l-about .final-logo {
  width: 134px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-about .final-logo {
    width: 30%;
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 0;
  }
}
.l-about .final-catch {
  font-size: clamp(22px, 3.2vw, 40px);
  width: 760px;
  margin-bottom: 16px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-about .final-catch {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-about .final-catch img {
  width: 100%;
}
.l-about .final-text {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-about .final-text {
    font-size: 1.125rem;
    line-height: 2.3;
    margin-top: -0.75rem;
    letter-spacing: 0.08em;
  }
}
.l-about .final-text .line {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
}
@media (max-width: 900px) {
  .l-about .two-col__inner {
    grid-template-columns: 1fr;
  }
  .l-about .img-stack {
    width: min(680px, 92vw);
    margin-inline: auto;
  }
  .l-about .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-about .img-stack {
    aspect-ratio: inherit;
    height: 38vh;
  }
}
.l-about .scroll {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-about .scroll {
    bottom: 0vw !important;
  }
}
.l-about .l-about .breadcrumbs {
  position: fixed !important;
  top: 91px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  -webkit-transform: none !important;
  transform: none !important;
  /* パンくずナビのテキストを黒に変更 */
  /* 矢印アイコンの色も黒に変更 */
}
.l-about .l-about .breadcrumbs ul li {
  color: #000;
}
.l-about .l-about .breadcrumbs ul li a {
  color: #000;
}
.l-about .l-about .breadcrumbs ul li:not(:last-of-type):after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.l-about .l-about .breadcrumbs,
.l-about .l-about .breadcrumbs * {
  -webkit-transform: none !important;
  transform: none !important;
  position: fixed !important;
  top: 91px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
}
.l-about + .footer .tasuki {
  background-color: #fff;
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.l-page-renaissance-lowerpage {
  padding-top: 0 !important;
  /*-------------------------------------------------------------------------------
  FVのGSAP設定
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  KV
  -------------------------------------------------------------------------------*/
  /* 横画像スライドsection */
  /*-------------------------------------------------------------------------------
  背景固定セクション
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  知性
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  エレガンス
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  ベネフィット（ルネコート）
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  premium-court
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  swiper-lowerpage
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  Gallery
  -------------------------------------------------------------------------------*/
}
.l-page-renaissance-lowerpage::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #192350;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage::before {
    height: 16vw;
  }
}
.l-page-renaissance-lowerpage .breadcrumbs {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  --arrow-image: url('../images/common/icon_arrow_bread.svg');
}
.l-page-renaissance-lowerpage .breadcrumbs ul li:not(:last-of-type):after {
  background: var(--arrow-image) no-repeat top center/contain !important;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .breadcrumbs {
    backdrop-filter: none !important;
    background: unset !important;
    top: 16vw !important;
  }
}
.l-page-renaissance-lowerpage .scroll {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.l-page-renaissance-lowerpage .scroll:before {
  border-color: #fff;
}
.l-page-renaissance-lowerpage .scroll-section .breadcrumbs > .inner ul > li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
}
.l-page-renaissance-lowerpage .scroll-section .breadcrumbs ul li {
  color: #192350;
}
.l-page-renaissance-lowerpage .scroll-section .breadcrumbs ul li a {
  color: #192350;
}
.l-page-renaissance-lowerpage .scroll-section .inner .logo {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section .inner .logo {
    width: 100%;
  }
}
.l-page-renaissance-lowerpage .scroll-section .scroll {
  z-index: 100;
}
.l-page-renaissance-lowerpage .scroll-section .scroll:before {
  border-color: #fff;
}
.l-page-renaissance-lowerpage .scroll-section .logo {
  margin-bottom: 3.125rem;
}
.l-page-renaissance-lowerpage .scroll-section .logo img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section .logo img {width: 54.1806020067%;}
}
@media screen and (min-width: 768px) {
.l-page-renaissance-lowerpage .scroll-section .inner{
    max-width: 79.0625rem;
}
.l-page-renaissance-lowerpage .scroll-section h1.title{
    height: 5.25rem;
    margin-bottom: 1.5625rem;
}
.l-page-renaissance-lowerpage .scroll-section h2.sec_ttl{
    letter-spacing: 0.08em;
    font-size: 1.75rem;
    margin-bottom: 3.125rem;
}
.l-page-renaissance-lowerpage .scroll-section p.sec_txt{
    width: 58.5%;
}
}
.l-page-renaissance-lowerpage .scroll-section .inner .content:not(.txtarea):not(.imgarea) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-top: 15rem;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section .inner .content:not(.txtarea):not(.imgarea) {
   padding-left: 2.375rem;
   -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30%;
   }
  .l-page-renaissance-lowerpage .scroll-section .inner .content:not(.txtarea):not(.imgarea) .sec_ttl{
   font-size: 4.5vw;
  }
}
.l-page-renaissance-lowerpage .sec-slider img {
  width: 100%;
  height: auto;
}
.l-page-renaissance-lowerpage .sec-slider > .dflex {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-slider > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-renaissance-lowerpage .sec-slider .mainimg {
  position: relative;
  width: 100%;
  padding: 7% 0;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-slider .mainimg {
    padding: 0;
  }
}
.overlay-lead {
  position: relative;
}
.overlay-lead::before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../images/renaissance/renaissance_court/bg_fuji.jpg') no-repeat top center/cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: block;
  margin-bottom: -100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-page-renaissance-lowerpage .sec-slider .mainimg img {
  display: block;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overlay-lead::before {
    background: url('../images/renaissance/renaissance_court/bg_fuji@sp.jpg') no-repeat top center/cover;
  }
  .l-page-renaissance-lowerpage .sec-slider .mainimg img {
    width: 100%;
  }
}
.l-page-renaissance-lowerpage .sec-slider .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.l-page-renaissance-lowerpage .sec-slider .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: slide-flow 30s infinite linear 1s both;
  animation: slide-flow 30s infinite linear 1s both;
}
.l-page-renaissance-lowerpage .sec-slider .slide-wrapper .item {
  height: 32vw;
}
.l-page-renaissance-lowerpage .sec-slider .slide-wrapper .item img{
  width: auto;
  height:100%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-slider .slide-wrapper .item {
    height: 72vw;
  }
}
.l-page-renaissance-lowerpage .sec-slider .slide {
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-page-renaissance-lowerpage .parallax {
  position: relative;
  padding: 0 0 6.25rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .parallax {
    min-height: 100dvh;
    padding: 0 0 4.125rem;
  }
}
.l-page-renaissance-lowerpage .parallax:before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: url('../images/renaissance/renaissance_court/bg_fuji.jpg') no-repeat top center/cover; */
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: block;
  margin-bottom: -100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .parallax:before {
    height: 100dvh;
    margin-bottom: -100dvh;
    /* background: url('../images/renaissance/renaissance_court/bg_fuji@sp.jpg') no-repeat top center/cover; */
  }
}
.l-page-renaissance-lowerpage .parallax.bg-unfixed:before {
  opacity: 0;
  pointer-events: none;
}
.l-page-renaissance-lowerpage .parallax .parallax__inner {
  position: relative;
  z-index: 1;
  background: transparent;
}
.l-page-renaissance-lowerpage .sec-intelligence {
  position: relative;
}
.l-page-renaissance-lowerpage .sec-intelligence .intelligence-bg {
  display: block;
  width: 52%;
  position: absolute;
  top: 18%;
  left: -7%;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .sec-intelligence .intelligence-bg {
    left: 2%;
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .intelligence-bg {
    position: absolute;
    width: 80%;
    top: 400px;
    left: auto;
    margin: 0 auto 3rem;
  }
}
.l-page-renaissance-lowerpage .sec-intelligence .inner .sec_ttl {
  width: 48.25rem;
  margin: 6.25rem auto 7rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .inner .sec_ttl {
    width: 93%;
    margin: 4.125rem auto 2.625rem;
  }
}
.l-page-renaissance-lowerpage .sec-intelligence .box-location {
  padding-left: 50%;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box {
    padding-inline: 2.375rem;
  }
  .l-page-renaissance-lowerpage .sec-intelligence .box-location {
    padding-left: 44%;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box-location {
    padding-left: 0;
    padding-inline: 2.375rem;
  }
}
.l-page-renaissance-lowerpage .sec-intelligence .box:not(:last-of-type) {
  margin-bottom: 6.125rem;
}
.l-page-renaissance-lowerpage .sec-intelligence .box .box_ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box .box_ttl {
    margin-bottom: 1.625rem;
  }
}
.l-page-renaissance-lowerpage .sec-intelligence .box .img-center {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
.l-page-renaissance-lowerpage .sec-intelligence .box .img-center {
  margin-top: 23rem;
}
}
.l-page-renaissance-lowerpage .sec-intelligence .box-location .box_ttl {
  width: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box-location .sec_sttl {
    font-size: 5.2vw;
    margin-bottom: 0.75rem;
    letter-spacing: 0.08em;
  }
}
.l-page-renaissance-lowerpage .sec-intelligence .box-location .sec_txt {
  letter-spacing: 0.08em;
}
.l-page-renaissance-lowerpage .sec-intelligence .box-lifestyle .box_ttl {
  width: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box-lifestyle .box_ttl {
    width: 98%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-intelligence .box-lifestyle .sec_sttl {
    font-size: 5.2vw;
  }
}
.l-page-renaissance-lowerpage .sec-elegance:before {
  background: url('../images/renaissance/renaissance_court/bg_elegance.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance:before {
    background: url('../images/renaissance/renaissance_court/bg_elegance@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .sec-elegance .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .inner {
    padding-inline: 0;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .sec_ttl {
  width: 45.5rem;
  margin: 6.25rem auto 5.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .sec_ttl {
    width: 80%;
    margin: 4.3125rem auto 3rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box:not(:last-of-type) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box .box_ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box .box_ttl {
    margin-bottom: 2.375rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box .sec_sttl {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .box_ttl {
  width: 100%;
  margin-inline: auto;
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .box_ttl img {
  width: 6.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-outside .box_ttl img {
    width: 23%;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-outside .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .imgarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'g-1 g-1' 'g-2 g-3';
  gap: 1rem;
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .imgarea .image01 {
  grid-area: g-1;
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .imgarea .image02 {
  grid-area: g-2;
}
.l-page-renaissance-lowerpage .sec-elegance .box-outside .imgarea .image03 {
  grid-area: g-3;
}
.l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl {
    margin-bottom: 2.75rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl img {
  width: 17.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl img {
    width: 62%;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-common_area .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-common_area .sec_sttl {
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-common_area .sec_txt {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-elegance .box-common_area .sec_txt {
    letter-spacing: 0.12em;
  }
}
.l-page-renaissance-lowerpage .sec-elegance .box-common_area .imgarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.l-page-renaissance-lowerpage .sec-benefit:before {
  background: url('../images/renaissance/rena_court/bg_benefit.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit:before {
    background: url('../images/renaissance/rena_court/bg_benefit@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .sec-benefit .inner {
    padding-inline: 2.375rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .sec_ttl {
  width: 45.5rem;
  margin: 6.25rem auto 5.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .sec_ttl {
    width: 80%;
    margin: 4.3125rem auto 3rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box:not(:last-of-type) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box .box_ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box .box_ttl {
    margin-bottom: 2.375rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box .sec_sttl {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.5vw;
    line-height: 1.6;
    margin-bottom: 0.375rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-outside .box_ttl {
  width: 100%;
  margin-inline: auto;
}
.l-page-renaissance-lowerpage .sec-benefit .box-outside .box_ttl img {
  width: 4.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-outside .box_ttl img {
    width: 16%;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-outside .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-outside .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl {
    margin-bottom: 2.75rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl img {
  width: 17.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl img {
    width: 62%;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-common_area .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-common_area .sec_sttl {
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
.l-page-renaissance-lowerpage .sec-benefit .box-common_area .sec_txt {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-benefit .box-common_area .sec_txt {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court {
    height: auto !important;
    padding-bottom: 3.875rem;
    background-image: url(../images/renaissance/renaissance_court/bg_premium_court@sp.jpg) !important;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .overlay {
  height: 75vh;
  background-color: #d7be7d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .overlay {
    height: 92%;
    top: 52%;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .sp-only {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .dflex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .content .dflex {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea {
  width: 55%;
  position: relative;
  padding-right: 0vw;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea {
    display: contents;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title {
  position: relative;
  height: auto;
  margin-bottom: 2.5rem;
  width: 76%;
  margin-left: 17vw;
  line-height: 1;
  padding-top: 0.625rem;
  padding-bottom: 3.5rem;
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title::before {
  content:"";
  display: block;
  position:absolute;
  bottom:0;
  left:0;
  width: 102%;
  height: 0.125rem;
  background:#192350;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title {
    margin-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title {
    margin-left: 0;
    margin-inline: auto;
    width: 80%;
    padding-top: 4.5rem;
    z-index: 10;
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title img {
  width: 28.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .title img {
    width: 100%;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sp-contents {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sp-contents {
    display: block;
    z-index: 10;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_ttl {
  padding-left: 6vw;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_ttl {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_ttl {
    padding-left: 0;
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.3;
    margin-bottom: 3vw;
    margin-top: 1.5rem;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_txt {
  margin-bottom: 0;
  color: #000;
  padding-left: 17vw;
  letter-spacing: 0.08em;
  width: 100%;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_txt {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .txtarea .sec_txt {
    padding-left: 0;
    padding-inline: 2.375rem;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .imgarea {
  max-width: 460px;
  width: 34%;
  padding: 1rem 2rem;
}
@media (max-width: 960px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .imgarea {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .scroll-section-premium-court .inner .imgarea {
    padding-left: 2.375rem;
    width: 100%;
    margin-top: 1.75rem;
  }
}
.l-page-renaissance-lowerpage .scroll-section-premium-court .inner .imgarea img {
  width: 100%;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 {
  padding: 6.25rem 0 0rem;
  height: 56.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .swiper-lowerpage-g1 {
    padding: 0;
    height: 280px;
  }
}
 .swiper-navigation-icon {
  display: none;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-pagination {
  height: 3.125rem;
  line-height: 3.125rem;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  opacity: 1;
  background-color: unset;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-pagination-bullet-active {
  background-color: #192350;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-slide {
  position: relative;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain!important;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g1 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}
 .swiper-button-next,
 .swiper-button-prev {
  width: 2.5rem;
  height: 2.0625rem;
}

@media screen and (max-width: 767px) {
   .swiper-button-next,
   .swiper-button-prev {
    width: 1.625rem;
  }
}
 .swiper-button-next:after,
 .swiper-button-prev:after {
  width: 2.5rem;
  height: 2.0625rem;
  content: '';
}
 .swiper-button-next {
  right: 5.625rem;
  top: 54%;
}
@media (max-width: 961px) {
   .swiper-button-next {
    right: 0.5rem;
    top: 55%;
  }
}
.swiper-button-next:after {
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat top center/contain;
}
.swiper-button-prev {
  left: 5.625rem;
  top: 54%;
}
@media (max-width: 961px) {
  .swiper-button-prev {
    left: 0.5rem;
    top: 54%;
  }
}
.l-page-rena_court-lowerpage .swiper-button-prev,.l-page-rena_jue-lowerpage .swiper-button-prev,.l-page-rena_mansion-lowerpage .swiper-button-prev,.l-page-rena_town-lowerpage .swiper-button-prev{
  left: -3rem;
}
.l-page-rena_court-lowerpage .swiper-button-next,.l-page-rena_jue-lowerpage  .swiper-button-next,.l-page-rena_mansion-lowerpage .swiper-button-next,.l-page-rena_town-lowerpage .swiper-button-next {
  right: -3rem;
}
@media (max-width: 961px) {
  .l-page-rena_court-lowerpage .swiper-button-prev ,.l-page-rena_jue-lowerpage  .swiper-button-prev,.l-page-rena_mansion-lowerpage .swiper-button-prev,.l-page-rena_town-lowerpage .swiper-button-prev{
    left: 0.5rem;
    top: 51%;
  }
  .l-page-rena_court-lowerpage .swiper-button-next ,.l-page-rena_jue-lowerpage  .swiper-button-next,.l-page-rena_mansion-lowerpage .swiper-button-next,.l-page-rena_town-lowerpage .swiper-button-next{
    right: 0.5rem;
    top: 53%;
  }
}
.swiper-button-prev:after {
  background: url('../images/common/icon_arrow_btn_white.svg') no-repeat top center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-slide {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.l-page-renaissance-lowerpage .sec-gallery .sec_ttl {
  margin-bottom: 3.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-gallery .sec_ttl {
    margin-bottom: 8.8vw;
  }
}
.l-page-renaissance-lowerpage .sec-gallery .sec_ttl img {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-gallery .sec_ttl img {
    width: 26vw;
  }
}
.l-page-renaissance-lowerpage .sec-gallery .swiper-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .sec-gallery .swiper-container {
    width: 92%;
  }
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g2-main .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g2-main .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g2-thumbs {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-renaissance-lowerpage .swiper-lowerpage-g2-thumbs {
    margin-top: 0.75rem;
  }
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-renaissance-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.l-page-rena_court-lowerpage {
  padding-top: 0 !important;
  /*-------------------------------------------------------------------------------
  FVのGSAP設定
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  KV
  -------------------------------------------------------------------------------*/
  /* 横画像スライドsection */
  /*-------------------------------------------------------------------------------
  背景固定セクション
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  ベネフィット（ルネコート）
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  Gallery
  -------------------------------------------------------------------------------*/
}
.l-page-rena_court-lowerpage .scroll-section .bg-image{
  background-position: top center;
}
.l-page-rena_court-lowerpage::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #192350;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage::before {
    height: 16vw;
  }
}
.l-page-rena_court-lowerpage .breadcrumbs {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  --arrow-image: url('../images/common/icon_arrow_bread.svg');
}
.l-page-rena_court-lowerpage .breadcrumbs ul li:not(:last-of-type):after {
  background: var(--arrow-image) no-repeat top center/contain !important;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .breadcrumbs {
    backdrop-filter: none !important;
    background: unset !important;
    top: 16vw !important;
  }
}
.l-page-rena_court-lowerpage .scroll {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.l-page-rena_court-lowerpage .scroll:before {
  border-color: #fff;
}
.l-page-rena_court-lowerpage .scroll-section .breadcrumbs > .inner ul > li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
}
.l-page-rena_court-lowerpage .scroll-section .breadcrumbs ul li {
  color: #192350;
}
.l-page-rena_court-lowerpage .scroll-section .breadcrumbs ul li a {
  color: #192350;
}
.l-page-rena_court-lowerpage .scroll-section .inner .logo {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .inner .logo {
    width: 100%;
  }
}
.l-page-rena_court-lowerpage .scroll-section .scroll {
  z-index: 100;
  bottom: 0;
}
.l-page-rena_court-lowerpage .scroll-section .scroll:before {
  border-color: #fff;
}
.l-page-rena_court-lowerpage .scroll-section .inner {
  max-width: 73.75rem;
}
.l-page-rena_court-lowerpage .scroll-section .logo {
  margin-bottom: 2.8125rem;
}
.l-page-rena_court-lowerpage .scroll-section .logo img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .logo img {
    width: 54.1806020067%;
  }
}
.l-page-rena_court-lowerpage .scroll-section .content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-top: 18%;
}
@media (max-width: 1024px) {
  .l-page-rena_court-lowerpage .scroll-section .content {
    padding-top: 38%;
    padding-right: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30%;
    padding-left: 2.375rem;
  }
}
.l-page-rena_court-lowerpage .scroll-section .content .title {
  height: 5.375rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .content .title {
    width: 88.9632107023%;
    margin-bottom: 0;
  }
  .l-page-rena_court-lowerpage .scroll-section .content .title img {
    width: 100%;
    height: auto;
  }
}
.l-page-rena_court-lowerpage .scroll-section .content .sec_ttl {
  letter-spacing: 0.08em;
  font-size: 1.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .content .sec_ttl {
    font-size: 1.25rem;
    margin-top: -1.5rem;
    margin-bottom: 0;
  }
}
.l-page-rena_court-lowerpage .scroll-section .content .sec_txt {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .scroll-section .content .sec_txt {
    width: 97%;
    /*margin-bottom: 5rem;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*
    -ms-flex-line-pack: end;
    align-content: end;
    */
     margin-top: 40px;
  }
}
.l-page-rena_court-lowerpage .sec-slider img {
  width: 100%;
}
.l-page-rena_court-lowerpage .sec-slider > .dflex {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-slider > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-rena_court-lowerpage .sec-slider .mainimg {
  position: relative;
  width: 100%;
  padding: 7% 0;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-slider .mainimg {
    padding: 0;
  }
}
.overlay-lead.rena_court::before {
  background: url('../images/renaissance/rena_court/bg_benefit.jpg') no-repeat top center/cover;
}
.l-page-rena_court-lowerpage .sec-slider .mainimg img {
  display: block;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-slider .mainimg img {
    width: 100%;
  }
  .overlay-lead.rena_court::before {
    background: url('../images/renaissance/rena_court/bg_benefit@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_court-lowerpage .sec-slider .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.l-page-rena_court-lowerpage .sec-slider .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: slide-flow 30s infinite linear 1s both;
  animation: slide-flow 30s infinite linear 1s both;
}
.l-page-rena_court-lowerpage .sec-slider .slide-wrapper .item{
height: 32vw;
}
.l-page-rena_court-lowerpage .sec-slider .slide-wrapper .item img{
width: auto;
height:100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-slider .slide-wrapper .item {
    height: 72vw;
  }
}
.l-page-rena_court-lowerpage .sec-slider .slide {
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-page-rena_court-lowerpage .parallax {
  position: relative;
  padding: 0 0 6.25rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .parallax {
    min-height: 100dvh;
    padding: 0 0 4.125rem;
  }
}
.l-page-rena_court-lowerpage .parallax:before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../images/renaissance/renaissance_court/bg_fuji.jpg') no-repeat top center/cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: block;
  margin-bottom: -100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .parallax:before {
    height: 100dvh;
    margin-bottom: -100dvh;
    background: url('../images/renaissance/renaissance_court/bg_fuji@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_court-lowerpage .parallax.bg-unfixed:before {
  opacity: 0;
  pointer-events: none;
}
.l-page-rena_court-lowerpage .parallax .parallax__inner {
  position: relative;
  z-index: 1;
  background: transparent;
}
.l-page-rena_court-lowerpage .sec-benefit:before {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit:before {
    background: transparent;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-rena_court-lowerpage .sec-benefit .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .inner {
    padding-inline: 0;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .sec_ttl {
  width: 38.25rem;
  margin: 7rem auto 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .sec_ttl {
    width: 74.4%;
    margin: 4.3125rem auto 3rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box:not(:last-of-type) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box .box_ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box .box_ttl {
    margin-bottom: 2.375rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box .sec_sttl {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.375rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-cost .box_ttl {
  width: 100%;
  margin-inline: auto;
}
.l-page-rena_court-lowerpage .sec-benefit .box-cost .box_ttl img {
  width: 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-cost .box_ttl img {
    width: 6.125rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-cost .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-cost .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl {
    margin-bottom: 2.75rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl img {
  width: 22.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl img {
    width: 18.1875rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 56.25rem;
  height: 0.125rem;
  background-color: #d7be7d;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-how .box_ttl:before {
    width: 93%;
    top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-how .sec_sttl {
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
.l-page-rena_court-lowerpage .sec-benefit .box-how .sec_txt {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-benefit .box-how .sec_txt {
    letter-spacing: 0.12em;
  }
}
.l-page-rena_court-lowerpage .sec-ecology {
  background-color: #192350;
  position: relative;
  padding-block: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology {
    padding-block: 0 4.375rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology::before {
  background-image: url(../images/renaissance/rena_court/bg_ecology.jpg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology::before {
    background-image: url(../images/renaissance/rena_court/bg_ecology@sp.jpg);
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner {
  padding-top: 6.875rem;
  max-width: 56.25rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner {
    padding-top: 4.25rem;
    padding-inline: 1rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .title {
  width: 71.6666666667%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .title {
    width: 83.0860534125%;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .title img {
  width: 100%;
  height: auto;
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 {
  margin-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 {
    margin-top: 3rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sttl {
  margin-inline: auto;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #d7be7d;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sttl {
    padding-bottom: 0.875rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sttl img {
  width: 14.25rem;
  margin-inline: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sttl img {
    width: 12.0625rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .dflex {
  margin-top: 2.75rem;
  gap: 8.4444444444%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 .dflex {
    padding-inline: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.625rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sec_ttl {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sec_ttl {
    font-size: 1.2rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .sec_txt {
  margin-top: 0.75rem;
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box1 .image {
  width: 22.2222222222%;
  aspect-ratio: 200/155;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box1 .image {
    width: 50.5050505051%;
    aspect-ratio: 150/130;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 {
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 {
    margin-top: 2.25rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sttl {
  margin-inline: auto;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #d7be7d;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sttl {
    padding-bottom: 0.6875rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sttl img {
  width: 10.3125rem;
  margin-inline: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sttl img {
    width: 8.75rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .textarea {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 .textarea {
    padding-inline: 1.4375rem;
    margin-top: 1.5rem;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sec_ttl {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sec_ttl {
    font-size: 1.2rem;
    margin-top: 0.75rem;
    letter-spacing: 0.1em;
  }
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .sec_txt {
  margin-top: 0.75rem;
}
.l-page-rena_court-lowerpage .sec-ecology .inner .box2 .image {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-ecology .inner .box2 .image {
    margin-top: 1.875rem;
  }
}
.l-page-rena_court-lowerpage .sec-gallery {
  position: relative;
  z-index: 2;
  background-color: #192350;
  padding: 5.625rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-gallery {
    padding: 4.375rem 0 1.25rem;
  }
}
.l-page-rena_court-lowerpage .sec-gallery .sec_ttl {
  margin-bottom: 3.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-gallery .sec_ttl {
    margin-bottom: 8.8vw;
  }
}
.l-page-rena_court-lowerpage .sec-gallery .sec_ttl img {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .sec-gallery .sec_ttl img {
    width: 26vw;
  }
}
.l-page-rena_court-lowerpage .sec-gallery .swiper-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .l-page-rena_court-lowerpage .sec-gallery .swiper-container {
    width: 92%;
  }
}
.l-page-rena_court-lowerpage .swiper-lowerpage-g2-main_court .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_court-lowerpage .swiper-lowerpage-g2-main_court .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_court-lowerpage .swiper-lowerpage-g2-thumbs_court {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_court-lowerpage .swiper-lowerpage-g2-thumbs_court {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.l-page-rena_court-lowerpage .swiper-lowerpage-g2-thumbs_court .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_court-lowerpage .swiper-lowerpage-g2-thumbs_court .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_court-lowerpage .sec-casestudy {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.l-page-rena_jue-lowerpage {
  padding-top: 0 !important;
  /*-------------------------------------------------------------------------------
  FVのGSAP設定
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  KV
  -------------------------------------------------------------------------------*/
  /* 横画像スライドsection */
  /*-------------------------------------------------------------------------------
  背景固定セクション
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  Gallery
  -------------------------------------------------------------------------------*/
}
.l-page-rena_jue-lowerpage::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background-color: #192350;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage::before {
    height: 16vw;
  }
}
.l-page-rena_jue-lowerpage .breadcrumbs {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  --arrow-image: url('../images/common/icon_arrow_bread.svg');
}
.l-page-rena_jue-lowerpage .breadcrumbs ul li:not(:last-of-type):after {
  background: var(--arrow-image) no-repeat top center/contain !important;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .breadcrumbs {
    backdrop-filter: none !important;
    background: unset !important;
    top: 16vw !important;
  }
}
.l-page-rena_jue-lowerpage .scroll {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.l-page-rena_jue-lowerpage .scroll:before {
  border-color: #fff;
}
.l-page-rena_jue-lowerpage .scroll-section .breadcrumbs > .inner ul > li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
}
.l-page-rena_jue-lowerpage .scroll-section .breadcrumbs ul li {
  color: #192350;
}
.l-page-rena_jue-lowerpage .scroll-section .breadcrumbs ul li a {
  color: #192350;
}
.l-page-rena_jue-lowerpage .scroll-section .inner .logo {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .inner .logo {
    width: 100%;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .scroll {
  z-index: 100;
  bottom: 0;
}
.l-page-rena_jue-lowerpage .scroll-section .scroll:before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section {
    height: 100svh;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .inner {
  max-width: 80rem;
}
.l-page-rena_jue-lowerpage .scroll-section .logo {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .logo {
    margin-bottom: 2.0625rem;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .logo img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .logo img {
    width: 54.1806020067%;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-top: 14.75rem;
}
@media (max-width: 1024px) {
  .l-page-rena_jue-lowerpage .scroll-section .content {
    padding-top: 50%;
    padding-left: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30%;
    padding-left: 2.5rem;
    margin-bottom: 2.3125rem;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .content .title {
  width: 61.935483871%;
  height: auto;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .content .title {
    width: 100%;
    margin-bottom: 0.8125rem;
  }
  .l-page-rena_jue-lowerpage .scroll-section .content .title img {
    width: 100%;
    height: auto;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .content .sec_ttl {
  letter-spacing: 0.08em;
  font-size: 1.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .content .sec_ttl {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.l-page-rena_jue-lowerpage .scroll-section .content .sec_txt {
  width: 78.3%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .scroll-section .content .sec_txt {
    width: 18rem;
/*    margin-inline: auto;
    margin-bottom: 4rem;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
/*    -ms-flex-line-pack: end;
    align-content: end;*/
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider {
    height: auto;
  }
}
.l-page-rena_jue-lowerpage .sec-slider img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider img {
    width: 100%;
  }
}
.l-page-rena_jue-lowerpage .sec-slider > .dflex {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-rena_jue-lowerpage .sec-slider .mainimg {
  position: relative;
  width: 100%;
  padding: 7% 0;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider .mainimg {
    padding: 0;
  }
}
.overlay-lead.rena_jue::before {
  background: url('../images/renaissance/rena_jue/bg_benefit.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .overlay-lead.rena_jue::before {
    background: url('../images/renaissance/rena_jue/bg_benefit@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_jue-lowerpage .sec-slider .mainimg img {
  display: block;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider .mainimg img {
    width: 100%;
  }
}
.l-page-rena_jue-lowerpage .sec-slider .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.l-page-rena_jue-lowerpage .sec-slider .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: slide-flow 30s infinite linear 1s both;
  animation: slide-flow 30s infinite linear 1s both;
}
.l-page-rena_jue-lowerpage .sec-slider .slide-wrapper .item {
  height: 32vw;
}
.l-page-rena_jue-lowerpage .sec-slider .slide-wrapper .item img{
  width: auto;
  height:100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-slider .slide-wrapper .item {
    height: 72vw;
  }
}
.l-page-rena_jue-lowerpage .sec-slider .slide {
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-page-rena_jue-lowerpage .parallax {
  position: relative;
  padding: 0 0 5.75rem;
  min-height: 100vh;
  /*border-bottom: 1px solid #ffffff;*/
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .parallax {
    min-height: 100dvh;
    padding: 0 0 4.125rem;
  }
}
.l-page-rena_jue-lowerpage .parallax:before {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .parallax:before {
    height: 100dvh;
    margin-bottom: -100dvh;
    background: transparent;
  }
}
.l-page-rena_jue-lowerpage .parallax.bg-unfixed:before {
  opacity: 0;
  pointer-events: none;
}
.l-page-rena_jue-lowerpage .parallax .parallax__inner {
  position: relative;
  z-index: 1;
  background: transparent;
}
.l-page-rena_jue-lowerpage .sec-sound {
  position: relative;
}
.l-page-rena_jue-lowerpage .sec-sound .inner {
  max-width: 56.25rem;
}
@media (max-width: 960px) {
  .l-page-rena_jue-lowerpage .sec-sound .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .inner {
    padding-inline: 0.9375rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .sec_ttl {
  width: 43.875rem;
  margin: 7rem auto 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container .sec_ttl {
    width: 87.4666666667%;
    margin: 4.3125rem auto 3.375rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .box .box_ttl {
  max-width: 55.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container .box .box_ttl {
    width: 86.3768115942%;
    margin-inline: auto;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .box .imgarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 1.25rem;
  margin: 2.875rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container .box .imgarea {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 2.0625rem 0 1.0625rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .box .imgarea .image {
  display: block;
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .box .sec_txt {
  font-size: 1.125rem;
  margin-top: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container .box .sec_txt {
    width: 86.3768115942%;
    font-size: 0.9375rem;
    margin-inline: auto;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container .box .sec_txt2 {
  font-size: 1.125rem;
  margin-top: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container .box .sec_txt2 {
    width: 86.3768115942%;
    font-size: 0.9375rem;
    margin-inline: auto;
    margin-top: 1.875rem;
    line-height: 1.8;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 {
    margin-top: 0;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .sec_ttl {
  width: 40.875rem;
  margin: 0 auto 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 .sec_ttl {
    width: 74.4%;
    margin: 4rem auto 3.375rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .box_ttl {
  max-width: 45.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .box_ttl {
    width: 86.3768115942%;
    margin-inline: auto;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .imgarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 1.25rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .imgarea {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .imgarea .image {
  display: block;
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .sec_txt {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .sec_txt {
    width: 86.3768115942%;
    font-size: 0.9375rem;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}
.l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .sec_txt2 {
  font-size: 0.875rem;
  margin-top: 1.125rem;
  text-align: right;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-sound .sound_container2 .box .sec_txt2 {
    text-align: left;
    margin-top: 0.375rem;
  }
}
.l-page-rena_jue-lowerpage .sec-gallery {
  position: relative;
  z-index: 2;
  background-color: #192350;
  padding: 5.625rem 0 1.25rem;
  background-color: #192350;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-gallery {
    padding: 3.25rem 0 1.25rem;
  }
}
.l-page-rena_jue-lowerpage .sec-gallery .sec_ttl {
  margin-bottom: 3.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-gallery .sec_ttl {
    margin-bottom: 8.8vw;
  }
}
.l-page-rena_jue-lowerpage .sec-gallery .sec_ttl img {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .sec-gallery .sec_ttl img {
    width: 26vw;
  }
}
.l-page-rena_jue-lowerpage .sec-gallery .swiper-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .l-page-rena_jue-lowerpage .sec-gallery .swiper-container {
    width: 92%;
  }
}
.l-page-rena_jue-lowerpage .swiper-lowerpage-g2-main .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_jue-lowerpage .swiper-lowerpage-g2-main .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_jue-lowerpage .swiper-lowerpage-g2-thumbs {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_jue-lowerpage .swiper-lowerpage-g2-thumbs {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.l-page-rena_jue-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_jue-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_jue-lowerpage .sec-casestudy {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.l-page-rena_mansion-lowerpage {
  padding-top: 0 !important;
  /*-------------------------------------------------------------------------------
  FVのGSAP設定
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  KV
  -------------------------------------------------------------------------------*/
  /* 横画像スライドsection */
  /*-------------------------------------------------------------------------------
  背景固定セクション
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  Gallery
  -------------------------------------------------------------------------------*/
}
.l-page-rena_mansion-lowerpage::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background-color: #192350;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage::before {
    height: 17vw;
  }
}
.l-page-rena_mansion-lowerpage .breadcrumbs {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  --arrow-image: url('../images/common/icon_arrow_bread.svg');
}
.l-page-rena_mansion-lowerpage .breadcrumbs ul li:not(:last-of-type):after {
  background: var(--arrow-image) no-repeat top center/contain !important;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .breadcrumbs {
    backdrop-filter: none !important;
    background: unset !important;
    top: 16vw !important;
  }
}
.l-page-rena_mansion-lowerpage .scroll {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.l-page-rena_mansion-lowerpage .scroll:before {
  border-color: #fff;
}
.l-page-rena_mansion-lowerpage .scroll-section .breadcrumbs > .inner ul > li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
}
.l-page-rena_mansion-lowerpage .scroll-section .breadcrumbs ul li {
  color: #192350;
}
.l-page-rena_mansion-lowerpage .scroll-section .breadcrumbs ul li a {
  color: #192350;
}
.l-page-rena_mansion-lowerpage .scroll-section .inner .logo {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .inner .logo {
    width: 100%;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .scroll {
  z-index: 100;
  bottom: 0;
}
.l-page-rena_mansion-lowerpage .scroll-section .scroll:before {
  border-color: #fff;
}
.l-page-rena_mansion-lowerpage .scroll-section .inner {
  max-width: 73.75rem;
}
.l-page-rena_mansion-lowerpage .scroll-section .logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .logo {
    margin-bottom: 2.0625rem;
    padding-left: 2.375rem;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .logo img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .logo img {
    width: 48.0712166172%;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-top: 15rem;
}
@media (max-width: 1024px) {
  .l-page-rena_mansion-lowerpage .scroll-section .content {
    padding-top: 38%;
    padding-right: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.3125rem;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .content .title {
  height: auto;
  width: 77.0175438596%;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .content .title {
    width: 88.9632107023%;
    margin-bottom: 0;
    padding-left: 2.375rem;
  }
  .l-page-rena_mansion-lowerpage .scroll-section .content .title img {
    width: 100%;
    height: auto;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .content .sec_ttl {
  letter-spacing: 0.08em;
  font-size: 1.75rem;
  margin-bottom: 3.125rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .content .sec_ttl {
    font-size: 1.25rem;
    margin-top: 1rem;
    padding-left: 2.375rem;
    margin-bottom: 0;
    letter-spacing: 0.08em;
  }
}
.l-page-rena_mansion-lowerpage .scroll-section .content .sec_txt {
  width: 85.5%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .scroll-section .content .sec_txt {
    width: 70%;
    /*margin-inline: auto;
    margin-bottom: 4.0625rem;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
/*    -ms-flex-line-pack: end;
    align-content: end;*/
    margin: 40px 0;
    padding-left: 2.375rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-slider img {
  width: 100%;
  height: auto;
}
.l-page-rena_mansion-lowerpage .sec-slider > .dflex {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-slider > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-rena_mansion-lowerpage .sec-slider .mainimg {
  position: relative;
  width: 100%;
  padding: 7% 0;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-slider .mainimg {
    padding: 0;
  }
}
.overlay-lead.rena_mansion::before {
  background: url('../images/renaissance/rena_mansion/bg_benefit.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .overlay-lead.rena_mansion::before {
    background: url('../images/renaissance/rena_mansion/bg_benefit@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_mansion-lowerpage .sec-slider .mainimg img {
  display: block;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-slider .mainimg img {
    width: 100%;
  }
}
.l-page-rena_mansion-lowerpage .sec-slider .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.l-page-rena_mansion-lowerpage .sec-slider .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: slide-flow 30s infinite linear 1s both;
  animation: slide-flow 30s infinite linear 1s both;
}
.l-page-rena_mansion-lowerpage .sec-slider .slide-wrapper .item {
  height: 32vw;
}
.l-page-rena_mansion-lowerpage .sec-slider .slide-wrapper .item img{
  width: auto;
  height:100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-slider .slide-wrapper .item {
    height: 72vw;
  }
}
.l-page-rena_mansion-lowerpage .sec-slider .slide {
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-page-rena_mansion-lowerpage .parallax {
  position: relative;
  padding: 0 0 6.25rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .parallax {
    min-height: 100dvh;
    padding: 0 0 4.125rem;
  }
}
.l-page-rena_mansion-lowerpage .parallax:before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../images/renaissance/renaissance_court/bg_fuji.jpg') no-repeat top center/cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: block;
  margin-bottom: -100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .parallax:before {
    height: 100dvh;
    margin-bottom: -100dvh;
    background: url('../images/renaissance/renaissance_court/bg_fuji@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_mansion-lowerpage .parallax.bg-unfixed:before {
  opacity: 0;
  pointer-events: none;
}
.l-page-rena_mansion-lowerpage .parallax .parallax__inner {
  position: relative;
  z-index: 1;
  background: transparent;
}
.l-page-rena_mansion-lowerpage .catch {
  position: relative;
  z-index: 1;
  background-color: #192350;
  padding-block: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .catch {
    padding-block: 4.25rem;
  }
}
.l-page-rena_mansion-lowerpage .catch .inner {
  max-width: 56.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 46.7777777778% 1fr;
  gap: 6.6666666667%;
}
@media (max-width: 960px) {
  .l-page-rena_mansion-lowerpage .catch .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .catch .inner {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}
.l-page-rena_mansion-lowerpage .catch .txt {
  line-height: 1.75;
}
.l-page-rena_mansion-lowerpage .sec-quality:before {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality:before {
    background: transparent;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-rena_mansion-lowerpage .sec-quality .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .inner {
    padding-inline: 0;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .sec_ttl {
  width: 38.8125rem;
  margin: 6.625rem auto 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .sec_ttl {
    width: 74.4%;
    margin: 4.3125rem auto 3rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .box_ttl img {
  width: 28.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box1 .box_ttl img {
    width: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box1 .box_ttl {
    width: 92%;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.125rem;
    margin-inline: auto;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box1 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.625rem;
    letter-spacing: 0px;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box1 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_mansion-lowerpage .sec-quality .box1 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box1 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
    line-height: 1.85;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 {
    margin-top: 3.3125rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .box_ttl img {
  width: 11.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 .box_ttl img {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 .box_ttl {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 1.625rem;
    padding-bottom: 0.9375rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_mansion-lowerpage .sec-quality .box2 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-quality .box2 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant {
  padding-bottom: 6.5rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant {
    padding-bottom: 4.4375rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant:before {
  background: url('../images/renaissance/rena_mansion/bg_pleasant.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant:before {
    background: url('../images/renaissance/rena_mansion/bg_pleasant@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .inner {
    padding-inline: 0;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .sec_ttl {
  width: 40.3125rem;
  margin: 6.625rem auto 6.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .sec_ttl {
    width: 77.6%;
    margin: 4.625rem auto 3.3125rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .box_ttl img {
  width: 20.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box1 .box_ttl img {
    width: 16.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box1 .box_ttl {
    width: 92%;
    margin-bottom: 1.5625rem;
    padding-bottom: 0.8125rem;
    margin-inline: auto;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box1 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  gap: 1rem;
  display: grid;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box1 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box1 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box1 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
    line-height: 1.85;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 {
    margin-top: 2.625rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .box_ttl img {
  width: 8.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 .box_ttl img {
    width: 7.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 .box_ttl {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 1.625rem;
    padding-bottom: 0.9375rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    letter-spacing: 0.08em;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box2 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box2 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 {
  margin-top: 6.8125rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 {
    margin-top: 3.3125rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 5.5555555556%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 .inner {
    grid-template-columns: 1fr;
    gap: 0.55%;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .box_ttl img {
  width: 9.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 .box_ttl {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 1.625rem;
    padding-bottom: 0.9375rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.2vw;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .imgarea {
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_mansion-lowerpage .sec-pleasant .box3 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-pleasant .box3 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_mansion-lowerpage .sec-gallery {
  position: relative;
  z-index: 2;
  background-color: #192350;
  padding: 5.625rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-gallery {
    padding: 4.375rem 0 1.25rem;
  }
}
.l-page-rena_mansion-lowerpage .sec-gallery .sec_ttl {
  margin-bottom: 3.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-gallery .sec_ttl {
    margin-bottom: 8.8vw;
  }
}
.l-page-rena_mansion-lowerpage .sec-gallery .sec_ttl img {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .sec-gallery .sec_ttl img {
    width: 26vw;
  }
}
.l-page-rena_mansion-lowerpage .sec-gallery .swiper-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .l-page-rena_mansion-lowerpage .sec-gallery .swiper-container {
    width: 92%;
  }
}
.l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-main .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-main .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-thumbs {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-thumbs {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_mansion-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_mansion-lowerpage .sec-casestudy {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------------------------------
ブランド下層共通
-------------------------------------------------------------------------------*/
.l-page-rena_town-lowerpage {
  padding-top: 0 !important;
  /*-------------------------------------------------------------------------------
  FVのGSAP設定
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  KV
  -------------------------------------------------------------------------------*/
  /* 横画像スライドsection */
  /*-------------------------------------------------------------------------------
  背景固定セクション
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------
  Gallery
  -------------------------------------------------------------------------------*/
}
.l-page-rena_town-lowerpage::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #192350;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage::before {
    height: 16vw;
  }
}
.l-page-rena_town-lowerpage .breadcrumbs {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  --arrow-image: url('../images/common/icon_arrow_bread.svg');
}
.l-page-rena_town-lowerpage .breadcrumbs ul li:not(:last-of-type):after {
  background: var(--arrow-image) no-repeat top center/contain !important;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .breadcrumbs {
    backdrop-filter: none !important;
    background: unset !important;
    top: 16vw !important;
  }
}
.l-page-rena_town-lowerpage .scroll {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.l-page-rena_town-lowerpage .scroll:before {
  border-color: #fff;
}
.l-page-rena_town-lowerpage .scroll-section .breadcrumbs > .inner ul > li:not(:last-of-type):after {
  background: url('../images/common/icon_arrow_bread.svg') no-repeat top center/contain;
}
.l-page-rena_town-lowerpage .scroll-section .breadcrumbs ul li {
  color: #192350;
}
.l-page-rena_town-lowerpage .scroll-section .breadcrumbs ul li a {
  color: #192350;
}
.l-page-rena_town-lowerpage .scroll-section .inner .logo {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .inner .logo {
    width: 100%;
  }
}
.l-page-rena_town-lowerpage .scroll-section .scroll {
  z-index: 100;
  bottom: 0;
}
.l-page-rena_town-lowerpage .scroll-section .scroll:before {
  border-color: #fff;
}
.l-page-rena_town-lowerpage .scroll-section .inner {
  max-width: 79.0625rem;
}
.l-page-rena_town-lowerpage .scroll-section .logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .logo {
    margin-bottom: 2.0625rem;
    padding-left: 2.375rem;
  }
}
.l-page-rena_town-lowerpage .scroll-section .logo img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .logo img {
    width: 48.0712166172%;
  }
}
.l-page-rena_town-lowerpage .scroll-section .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-top: 15rem;
}
@media (max-width: 1024px) {
  .l-page-rena_town-lowerpage .scroll-section .content {
    padding-top: 50%;
    padding-left: 2.5rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.3125rem;
  }
}
.l-page-rena_town-lowerpage .scroll-section .content .title {
  height: auto;
  width: 27.375rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .content .title {
    width: 75.0741839763%;
    margin-bottom: 0;
    padding-left: 2.375rem;
  }
  .l-page-rena_town-lowerpage .scroll-section .content .title img {
    width: 100%;
    height: auto;
  }
}
.l-page-rena_town-lowerpage .scroll-section .content .sec_ttl {
  letter-spacing: 0.08em;
  font-size: 1.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .content .sec_ttl {
    font-size: 1.25rem;
    margin-top: 1rem;
    padding-left: 2.375rem;
    margin-bottom: 0;
    letter-spacing: 0.08em;
  }
}
.l-page-rena_town-lowerpage .scroll-section .content .sec_txt {
  width:65%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .scroll-section .content .sec_txt {
    width: 80%;
    margin-top: 40px;
    /*margin-inline: auto;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-line-pack: end;
    /*
    align-content: end;
    margin-bottom: 4.25rem;
    */
    padding-left: 2.375rem;
  }
}
.l-page-rena_town-lowerpage .sec-slider img {
  width: 100%;
}
.l-page-rena_town-lowerpage .sec-slider > .dflex {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-slider > .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-rena_town-lowerpage .sec-slider .mainimg {
  position: relative;
  width: 100%;
  padding: 7% 0;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-slider .mainimg {
    padding: 0;
  }
}
.overlay-lead.rena_town::before {
  background: url('../images/renaissance/rena_town/comfort_bg.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .overlay-lead.rena_town::before {
    background: url('../images/renaissance/rena_town/comfort_bg@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_town-lowerpage .sec-slider .mainimg img {
  display: block;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-slider .mainimg img {
    width: 100%;
  }
}
.l-page-rena_town-lowerpage .sec-slider .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.l-page-rena_town-lowerpage .sec-slider .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: slide-flow 30s infinite linear 1s both;
  animation: slide-flow 30s infinite linear 1s both;
}
.l-page-rena_town-lowerpage .sec-slider .slide-wrapper .item {
  height: 32vw;
}
.l-page-rena_town-lowerpage .sec-slider .slide-wrapper .item img{
  width: auto;
  height:100%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-slider .slide-wrapper .item {
    height: 72vw;
  }
}
.l-page-rena_town-lowerpage .sec-slider .slide {
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-page-rena_town-lowerpage .parallax {
  position: relative;
  padding: 0 0 6.25rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .parallax {
    min-height: 100dvh;
    padding: 0 0 4.125rem;
  }
}
.l-page-rena_town-lowerpage .parallax:before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../images/renaissance/renaissance_court/bg_fuji.jpg') no-repeat top center/cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: block;
  margin-bottom: -100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .parallax:before {
    height: 100dvh;
    margin-bottom: -100dvh;
    background: url('../images/renaissance/renaissance_court/bg_fuji@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_town-lowerpage .parallax.bg-unfixed:before {
  opacity: 0;
  pointer-events: none;
}
.l-page-rena_town-lowerpage .parallax .parallax__inner {
  position: relative;
  z-index: 1;
  background: transparent;
}
.l-page-rena_town-lowerpage .sec-comfort:before {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort:before {
    background: transparent;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-rena_town-lowerpage .sec-comfort .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .inner {
    padding-inline: 0;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .sec_ttl {
  width: 43.625rem;
  margin: 6.625rem auto 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .sec_ttl {
    width: 74.4%;
    margin: 4.3125rem auto 3rem;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .box_ttl {
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .box_ttl img {
  width: 45.75rem;
  margin-inline: auto;
}
@media (max-width: 821px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .box_ttl img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .box_ttl img {
    width: 18.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .box_ttl {
    width: 92%;
    margin-bottom: 1.9375rem;
    padding-bottom: 1.125rem;
    margin-inline: auto;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .sec_sttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.5vw;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'g-1 g-1' 'g-2 g-3';
  gap: 1rem;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea--grid .image01 {
  grid-area: g-1;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea--grid .image02 {
  grid-area: g-2;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .imgarea--grid .image03 {
  grid-area: g-3;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_town-lowerpage .sec-comfort .box1 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box1 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
    line-height: 1.85;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box2 {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 {
    margin-top: 3.3125rem;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .box_ttl img {
  width: 30.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 .box_ttl img {
    width: 14rem;
    margin-inline: unset;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 .box_ttl {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 2rem;
    padding-bottom: 1.375rem;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .imgarea {
  max-width: 56.25rem;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 .imgarea {
    margin-top: 1.75rem;
    width: 92%;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_town-lowerpage .sec-comfort .box2 .grid_inner {
  display: grid;
  grid-template-columns: 1fr 48.3333333333%;
  gap: 3.5555555556%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-comfort .box2 .grid_inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .l-page-rena_town-lowerpage .sec-comfort .box2 .grid_inner img {
    width: 92%;
    margin: 0 auto;
  }
}
.l-page-rena_town-lowerpage .sec-harmony {
  padding-bottom: 6.5rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony {
    padding-bottom: 4.4375rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony:before {
  background: url('../images/renaissance/rena_town/harmony_bg.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony:before {
    background: url('../images/renaissance/rena_town/harmony_bg@sp.jpg') no-repeat top center/cover;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .inner {
  max-width: 75rem;
}
@media (max-width: 960px) {
  .l-page-rena_town-lowerpage .sec-harmony .inner {
    padding-inline: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .inner {
    padding-inline: 0;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .sec_ttl {
  width: 39.4375rem;
  margin: 6.625rem auto 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .sec_ttl {
    width: 77.6%;
    margin: 4.625rem auto 3rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .sec_sttl {
  color: #d7be7d;
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .box_ttl {
  margin-bottom: 2.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .box_ttl img {
  width: 31.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .box_ttl img {
    width: 15.625rem;
    margin-inline: unset;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .box_ttl {
    width: 92%;
    margin-bottom: 1.75rem;
    padding-bottom: 1.0625rem;
    margin-inline: auto;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .sec_sttl {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .sec_sttl {
    padding-inline: 2.375rem;
    font-size: 5.5vw;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .imgarea,
.l-page-rena_town-lowerpage .sec-harmony .box2 .imgarea {
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .imgarea {
    margin-top: 2.1875rem;
    width: 92%;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .imgarea2 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .imgarea2 {
    margin-top: 2.5rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .textarea {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 56.25rem;
  margin-inline: auto;
}
.l-page-rena_town-lowerpage .sec-harmony .box1 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box1 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
    line-height: 1.85;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box2 {
  margin-top: 6.125rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 {
    margin-top: 2.625rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box2 .grid_inner {
  display: grid;
  grid-template-columns: 1fr 48.3333333333%;
  gap: 3.5555555556%;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 .grid_inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box2 .box_ttl {
  margin-bottom: 2.5rem;
  padding-bottom: 1.125rem;
  border-bottom: 2px solid #d7be7d;
}
.l-page-rena_town-lowerpage .sec-harmony .box2 .box_ttl img {
  width: 31.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 .box_ttl img {
    width: 16.75rem;
    margin-inline: unset;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 .box_ttl {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 1.625rem;
    padding-bottom: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 .imgarea {
    width: 92%;
    margin-inline: auto;
  }
}
.l-page-rena_town-lowerpage .sec-harmony .box2 .sec_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-harmony .box2 .sec_txt {
    padding-inline: 2.375rem;
    letter-spacing: 0.12em;
  }
}
.l-page-rena_town-lowerpage .sec-gallery {
  position: relative;
  z-index: 2;
  background-color: #192350;
  padding: 5.625rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-gallery {
    padding: 4.375rem 0 1.25rem;
  }
}
.l-page-rena_town-lowerpage .sec-gallery .sec_ttl {
  margin-bottom: 3.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-gallery .sec_ttl {
    margin-bottom: 8.8vw;
  }
}
.l-page-rena_town-lowerpage .sec-gallery .sec_ttl img {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .sec-gallery .sec_ttl img {
    width: 26vw;
  }
}
.l-page-rena_town-lowerpage .sec-gallery .swiper-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .l-page-rena_town-lowerpage .sec-gallery .swiper-container {
    width: 92%;
  }
}
.l-page-rena_town-lowerpage .swiper-lowerpage-g2-main .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_town-lowerpage .swiper-lowerpage-g2-main .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_town-lowerpage .swiper-lowerpage-g2-thumbs {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-rena_town-lowerpage .swiper-lowerpage-g2-thumbs {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.l-page-rena_town-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide {
  aspect-ratio: 800/600;
}
.l-page-rena_town-lowerpage .swiper-lowerpage-g2-thumbs .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.l-page-rena_town-lowerpage .sec-casestudy {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------------------------------
検索結果画面
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-search .inner {
    padding: 0 4vw;
  }
}
.l-search .fv .inner {
  padding: 0;
}
.l-search .sec .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #192350;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-search .sec .sec_ttl {
    margin-bottom: 3vw;
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: unset;
    position: relative;
  }
  .l-search .sec .sec_ttl::before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #192350;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50%;
  }
}
.l-search .sec .sec_ttl span {
  font-size: 1.125rem;
  color: #464646;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-search .sec .sec_ttl span {
    font-size: 4vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-search .sec ul {
    padding-inline: 1.25rem;
  }
}
.l-search .sec ul li {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #babdca;
  display: grid;
}
@media screen and (max-width: 767px) {
  .l-search .sec ul li {
    padding: 4vw 0;
  }
}
.l-search .sec ul li a {
  color: #192350;
  text-decoration: underline;
  color: #192350;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-search .sec ul li a {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-search .sec ul li a:hover {
    text-decoration: none;
  }
}
.l-search .sec ul li .search-results__head {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-weight: 700;
}
.l-search .sec .search {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-search .sec .search {
    font-size: 4vw;
  }
}
.l-search .sec .pagination {
  margin-top: 1.5rem;
}
.l-search .sec-search {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-search .sec-search {
    padding-top: 0;
    margin-top: -0.5rem;
  }
}

.l-page .pagination .nav-links a.page-numbers.prev,
.l-page .pagination .nav-links a.page-numbers.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-page .pagination .nav-links a.page-numbers.prev::before {
  content: '';
  display: block;
  width: 1.875rem;
  aspect-ratio: 30/25;
  background-image: url(../images/common/pager-btn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  rotate: 180deg;
}

.l-page .pagination .nav-links a.page-numbers.next::before {
  content: '';
  display: block;
  width: 1.875rem;
  aspect-ratio: 30/25;
  background-image: url(../images/common/pager-btn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------
反社会
-------------------------------------------------------------------------------*/
@media (max-width: 960px) {
  .l-hansya-inner {
    padding-inline: 0.875rem;
  }
}
.l-hansya .fv_ttl .ja {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .l-hansya .fv_ttl .ja {
    font-size: 1.875rem !important;
  }
}

.l-hansya-content__read {
  margin-bottom: 1.625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-hansya-content__read {
    line-height: 1.6;
    margin-bottom: 1.375rem;
  }
}

.l-hansya-content__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .l-hansya-content__list-container {
    gap: 1.875rem;
  }
}

.l-hansya-content__list {
  font-size: 1rem;
  color: #192350;
  font-weight: 700;
  padding-left: 1em;
  letter-spacing: 0.08em;
  position: relative;
}
.l-hansya-content__list::before {
  counter-increment: number 1;
  content: counter(number) '.';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-hansya-content__end {
  text-align: right;
} /*# sourceMappingURL=style.css.map */

input,
textarea,
select {
  font-size: 16px;
}

.item-gendar .field .wpcf7-radio {
  flex-direction: inherit;
}
.item-radio--first-none .first {
  display: none;
}
.l-page-contact:has(.is-confirm) .navigation-form {
  display: none;
}
.l-page-contact .title-confirm {
  display: none;
}
.l-page-contact:has(.is-confirm) .title-input {
  display: none;
}
.l-page-contact:has(.is-confirm) .title-confirm {
  display: block;
}
.u-dn {
  display: none !important;
}
