@charset "UTF-8";
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

:root {
  --color-primary: #ae9e81;
  --color-primary-87: rgba(174, 158, 129, 0.87);
  --color-primary-base: #998675;
  --color-pure-white: #ffffff;
  --color-white: #f2f2f2;
  --color-light-gray: #e6e6e6;
  --color-gray: #b4b4b4;
  --color-gray2: #a9a9a9;
  --color-gray3: #808080;
  --color-text: #666666;
  --color-dark-gray: #4d4d4d;
  --color-dark: #333333;
  --color-black: #000000;
  --color-light-cyan: #e6f2f2;
  --color-blue: #0071bc;
  --color-red: #c1272d;
}

:root {
  --fz-14: 14px;
  --fz-16: 16px;
  --fz-18: 18px;
  --fz-20: 20px;
  --fz-21: 21px;
  --fz-23: 23px;
  --fz-24: 24px;
  --fz-31: 31px;
  --fz-34: clamp(1.75rem, 0.237rem + 2.36vw, 2.125rem);
  --fz-36: 36px;
  --fz-37: 37px;
  --fz-48: 48px;
  --fz-60: 50px;
}
@media (max-width: 1024px) {
  :root {
    --fz-14: 12px;
    --fz-16: 14px;
    --fz-18: 16px;
    --fz-20: 18px;
    --fz-21: 18px;
    --fz-23: 20px;
    --fz-24: 20px;
    --fz-31: 24px;
    --fz-34: 24px;
    --fz-36: 24px;
    --fz-37: 24px;
    --fz-48: 32px;
    --fz-60: 36px;
  }
}

:root {
  --fvw-8: 8px;
  --fvw-12: 12px;
  --fvw-16: 16px;
  --fvw-20: 20px;
  --fvw-24: 24px;
  --fvw-32: 32px;
  --fvw-40: 40px;
  --fvw-48: 48px;
  --fvw-64: 64px;
  --fvw-80: 80px;
}

@media (min-width: 1025px) {
  :root {
    --fvw-8: 12px;
    --fvw-12: 16px;
    --fvw-16: 20px;
    --fvw-20: 24px;
    --fvw-24: 32px;
    --fvw-32: 40px;
    --fvw-40: 48px;
    --fvw-48: 64px;
    --fvw-64: 80px;
    --fvw-80: 96px;
  }
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kozuka-gothic-pr6n";
  font-display: swap;
}
:root {
  interpolate-size: allow-keywords;
}

*:focus {
  outline: 4px solid;
  outline-offset: 10pxpx;
}
*:focus:not(:focus-visible) {
  outline: 0;
}

html ::-moz-selection {
  color: var(--color-white);
  background: var(--color-blue);
}

html ::selection {
  color: var(--color-white);
  background: var(--color-blue);
}
html {
  scroll-behavior: smooth;
}

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

body {
  position: relative;
  background: #fff;
  color: var(--color-text);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
  body {
    max-width: 100%;
  }
}

main {
  margin-inline: auto;
}
main.no-max-width {
  max-width: none;
}

a {
  font-size: var(--fz-16);
}

.grecaptcha-badge {
  visibility: hidden;
}

section {
  position: relative;
  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;
  max-width: 100%;
  padding-inline: 1rem;
}

.section-inner {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-block: var(--fvw-32);
}
@media (max-width: 1024px) {
  .section-inner {
    max-width: 100%;
  }
}
.section-inner__short {
  width: 100%;
  max-width: 63.9vw;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .section-inner__short {
    max-width: 100%;
  }
}
.section-inner-border_bottom {
  border-bottom: 1px solid #696969;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .is-apple-device p.apple {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em);
  }
}
.u-hide-pc {
  display: none;
}
@media (max-width: 1024px) {
  .u-hide-pc {
    display: block;
  }
}
@media (max-width: 1024px) {
  .u-hide-tablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-hide-tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-hide-sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .u-show-pc {
    display: none;
  }
}
.u-show-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .u-show-tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-show-tablet {
    display: none;
  }
}
.u-show-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-show-sp {
    display: block;
  }
}

.u-fs-sm {
  font-size: var(--fz-14) !important;
}
.u-fs-md {
  font-size: var(--fz-16) !important;
}
.u-fs-lg {
  font-size: var(--fz-18) !important;
}
.u-fs-h5 {
  font-size: var(--fz-20) !important;
}
.u-fs-21 {
  font-size: var(--fz-21) !important;
}
.u-fs-23 {
  font-size: var(--fz-23) !important;
}
.u-fs-h4 {
  font-size: var(--fz-24) !important;
}
.u-fs-31 {
  font-size: var(--fz-31) !important;
}
.u-fs-34 {
  font-size: var(--fz-34) !important;
}
.u-fs-36 {
  font-size: var(--fz-36) !important;
}
.u-fs-h3 {
  font-size: var(--fz-37) !important;
}
.u-fs-h2 {
  font-size: var(--fz-48) !important;
}
.u-fs-60 {
  font-size: var(--fz-60) !important;
}
.u-ff-ja {
  font-family: "kozuka-gothic-pr6n", sans-serif !important;
}
.u-ff-en {
  font-family: "BebasNeue", sans-serif !important;
}
.u-fw-ex-light {
  font-weight: 200 !important;
}
.u-fw-light {
  font-weight: 300 !important;
}
.u-fw-regular {
  font-weight: 400 !important;
}
.u-fw-medium {
  font-weight: 500 !important;
}
.u-fw-bold {
  font-weight: 700 !important;
}
.u-fc-primary {
  color: var(--color-primary) !important;
}
.u-fc-primary-87 {
  color: var(--color-primary-87) !important;
}
.u-fc-primary-base {
  color: var(--color-primary-base) !important;
}
.u-fc-pure-white {
  color: var(--color-pure-white) !important;
}
.u-fc-white {
  color: var(--color-white) !important;
}
.u-fc-light-gray {
  color: var(--color-light-gray) !important;
}
.u-fc-gray {
  color: var(--color-gray) !important;
}
.u-fc-gray2 {
  color: var(--color-gray2) !important;
}
.u-fc-gray3 {
  color: var(--color-gray3) !important;
}
.u-fc-text {
  color: var(--color-text) !important;
}
.u-fc-dark-gray {
  color: var(--color-dark-gray) !important;
}
.u-fc-dark {
  color: var(--color-dark) !important;
}
.u-fc-black {
  color: var(--color-black) !important;
}
.u-fc-light-cyan {
  color: var(--color-light-cyan) !important;
}
.u-fc-blue {
  color: var(--color-blue) !important;
}
.u-fc-red {
  color: var(--color-red) !important;
}
.u-lh-sm {
  line-height: 1.2;
}
.u-lh-md {
  line-height: 1.75;
}
.u-lh-lg {
  line-height: 2;
}
.u-ls-initial {
  letter-spacing: initial;
}
.u-ls-md {
  letter-spacing: 10%;
}
.u-alin-end {
  text-align: end;
}
.u-alin-center {
  text-align: center;
}
.u-kern {
  -webkit-margin-end: -0.4em;
          margin-inline-end: -0.4em;
}
.u-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-attention::before {
  content: "※";
}
.u-note {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  text-indent: -1em;
}
.u-indent {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.u-sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}
.u-pbs {
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
}
.u-pbe {
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
}
.u-pis {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.u-mbe {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.u-mbe-40 {
  -webkit-margin-after: var(--fvw-32);
          margin-block-end: var(--fvw-32);
}
.u-column_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.js-fade-in {
  opacity: 0;
}
.js-fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.js-fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.js-fade-zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* ローディング */
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  background: #000;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#loading.is-hidden {
  opacity: 0;
}

.loading-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #005bab;
  border-radius: 50%;
  -webkit-animation: loading-rotate 0.8s linear infinite;
  animation: loading-rotate 0.8s linear infinite;
}

@-webkit-keyframes loading-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.is-fadeout {
  opacity: 0;
}

.c-btn {
  aspect-ratio: 4.51/1;
  width: 335px;
  position: relative;
  overflow: hidden;
  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;
  margin-inline: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  mask-image: url("../images/common/btn-primary.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/common/btn-primary.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.c-btn .c-btn-en,
.c-btn .c-btn-ja {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.2;
}
.c-btn .c-btn-en {
  line-height: 1.2;
  font-size: var(--fz-18);
  font-family: "BebasNeue", sans-serif;
  color: var(--color-primary);
}
.c-btn .c-btn-ja {
  font-size: var(--fz-20);
  letter-spacing: 10%;
}
.c-btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: #ae2444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    opacity: 1;
  }
  .c-btn:hover::after {
    -webkit-animation: btn-kiran 0.5s linear;
            animation: btn-kiran 0.5s linear;
  }
  @-webkit-keyframes btn-kiran {
    0% {
      -webkit-transform: scale(2) rotate(45deg);
              transform: scale(2) rotate(45deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: scale(20) rotate(45deg);
              transform: scale(20) rotate(45deg);
      opacity: 0.6;
    }
    40% {
      -webkit-transform: scale(30) rotate(45deg);
              transform: scale(30) rotate(45deg);
      opacity: 0.4;
    }
    80% {
      -webkit-transform: scale(45) rotate(45deg);
              transform: scale(45) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
              transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  @keyframes btn-kiran {
    0% {
      -webkit-transform: scale(2) rotate(45deg);
              transform: scale(2) rotate(45deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: scale(20) rotate(45deg);
              transform: scale(20) rotate(45deg);
      opacity: 0.6;
    }
    40% {
      -webkit-transform: scale(30) rotate(45deg);
              transform: scale(30) rotate(45deg);
      opacity: 0.4;
    }
    80% {
      -webkit-transform: scale(45) rotate(45deg);
              transform: scale(45) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
              transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .c-btn:hover .c-btn-ja,
  .c-btn:hover .c-btn-en {
    color: var(--color-white);
  }
}
.c-btn:focus-visible {
  outline: 4px solid;
  outline-offset: 10pxpx;
}
@media (max-width: 1024px) {
  .c-btn {
    width: 360px;
    max-width: 100%;
  }
}
.c-btn {
  background: url("../images/common/btn-primary.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-btn .c-btn-ja {
  color: var(--color-white);
}
.c-btn-wrapper {
  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;
  gap: 0.5rem;
}
.c-btn-wrapper > p {
  line-height: 1.2;
  font-size: var(--fz-21);
}
.c-btn-wrapper > img {
  width: var(--fvw-40);
  padding-block: 0.5em 1.5em;
}
.c-btn-wrapper .c-btn-arrow {
  width: var(--fvw-40);
}
@media (max-width: 1024px) {
  .c-btn-wrapper {
    gap: 0.5rem;
  }
  .c-btn-wrapper > p {
    font-size: 1rem;
  }
  .c-btn-wrapper > img {
    width: 1.5em;
  }
}
.c-btn--white {
  background: url("../images/common/btn-secondary.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-btn--white-sdw {
  -webkit-filter: drop-shadow(0 7px 10px rgba(87, 87, 87, 0.75));
          filter: drop-shadow(0 7px 10px rgba(87, 87, 87, 0.75));
}
.c-btn--white .c-btn-ja {
  color: var(--color-dark-gray);
}
.c-btn--blue {
  background: url("../images/common/btn-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/common/btn-blue.svg");
  -webkit-mask-image: url("../images/common/btn-blue.svg");
}
.c-btn--blue .c-btn-ja {
  color: var(--color-white);
}
.c-btn--footer {
  width: 280px;
  max-width: 280px;
  aspect-ratio: 280/76;
  background: url("../images/common/btn-footer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/common/btn-footer.svg");
  -webkit-mask-image: url("../images/common/btn-footer.svg");
  gap: 3px;
}
.c-btn--footer .c-btn-ja {
  color: var(--color-dark-gray);
}
.c-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-link:hover {
    text-decoration: none;
    color: var(--color-blue);
  }
}

a.c-category {
  min-height: 22px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.c-category::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/common/category-bg-hover.svg") no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
a.c-category > * {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  a.c-category:hover::before {
    opacity: 1;
  }
}

hgroup {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-white);
}
hgroup p {
  color: var(--color-primary-87);
  font-family: "BebasNeue", sans-serif;
  font-size: var(--fz-23);
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-size: var(--fz-20);
}

h4,
h3,
h2 {
  line-height: 1.2;
  letter-spacing: 0.1em;
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 300;
}

h3 {
  font-size: var(--fz-37);
  font-weight: 200;
}

h2 {
  font-size: var(--fz-48);
  font-weight: 200;
}

.c-heading-h4 {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1em;
  padding-block: var(--fvw-8);
  padding-inline: var(--fvw-20);
  background: rgba(5, 23, 56, 0.88);
}
.c-heading-h4 p {
  font-size: var(--fz-23);
}
.c-heading-h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: var(--color-primary);
  font-size: var(--fz-20);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-transform: translateY(-0.05rem);
          transform: translateY(-0.05rem);
}
@media (max-width: 768px) {
  .c-heading-h4 {
    width: 100%;
  }
}
.c-heading-sub {
  position: relative;
  width: 100%;
  padding: 0 0.75em;
  -webkit-margin-after: var(--fvw-8);
          margin-block-end: var(--fvw-8);
  color: var(--color-white);
  background: rgba(5, 23, 56, 0.88);
}
.c-heading-sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: var(--color-primary);
  font-size: var(--fz-20);
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
}
.c-category {
  width: 230px;
  min-width: 200px;
  aspect-ratio: 230/25;
  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;
  background: url("../images/common/category-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: var(--color-white);
  text-align: center;
  font-size: var(--fz-16) !important;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-category {
    min-width: 220px;
  }
}
.c-category--long {
  aspect-ratio: 290/25;
  width: 290px;
  background: url("../images/common/category-bg_long.svg") no-repeat center center/contain;
}
.c-category p.c-category {
  visibility: hidden;
}
.c-category p.c-category.is-category-ready {
  visibility: visible;
}

.l-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 100;
  background: var(--color-black);
  padding-inline: var(--fvw-16);
}
.l-header-wrapper {
  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;
  gap: 1rem;
  max-width: 1280px;
  margin-inline: auto;
  padding-block: var(--fvw-16) var(--fvw-12);
  border-bottom: 1px solid #8c8c8c;
}
.l-header-logo {
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.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;
}
.l-header-logo img {
  width: clamp(9rem, -15.332rem + 37.94vw, 15rem);
}
.l-header-nav {
  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;
  gap: clamp(2.25rem, -1.805rem + 6.32vw, 3.25rem);
}
.l-header-nav-list {
  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;
  gap: clamp(2.25rem, -1.805rem + 6.32vw, 3.25rem);
}
.l-header-nav-list-link {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
@media (any-hover: hover) {
  .l-header-nav-list-link:hover .l-header-nav-list-link-ja {
    color: var(--color-blue);
  }
}
.l-header-nav-list-link.is-current .l-header-nav-list-link-ja {
  color: var(--color-blue);
}
.l-header-nav-list-link-en {
  font-family: "BebasNeue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.2;
}
.l-header-nav-list-link-ja {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-header-nav-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.l-header-nav-cv-btn {
  display: inline-block;
  padding-block: 0.175em;
  padding-inline: 0.85em;
  background: var(--color-primary-base);
  color: var(--color-white);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .l-header-nav-cv-btn:hover {
    background: rgba(174, 36, 68, 0.88);
  }
}
.l-header-hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .l-header-hamburger {
    cursor: pointer;
    position: relative;
    z-index: 101;
    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;
    width: 48px;
    height: 48px;
    border: 1px solid #8c8c8c;
  }
  .l-header-hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #e9e9e9;
  }
  .l-header-hamburger-line:nth-child(1) {
    margin-bottom: 6px;
  }
  .l-header-hamburger-line:nth-child(2) {
    margin-bottom: 6px;
  }
  .l-header-hamburger-line:nth-child(3) {
    margin-bottom: 0;
  }
  .l-header-logo {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    position: relative;
    z-index: 101;
  }
  .l-header-logo img {
    width: 180px;
  }
  .l-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding: 84px 0;
    background: var(--color-black);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .l-header-nav.is-open {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header-nav li {
    width: 100%;
  }
  .l-header-nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 1rem;
  }
  .l-header-nav-list-link {
    position: relative;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #8c8c8c;
  }
  .l-header-nav-list-link::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: ">";
    color: var(--color-white);
  }
  .l-header-nav-cv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
    gap: 1rem;
  }
  .l-header-nav-cv-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.75rem;
  }
}

.l-footer {
  -webkit-margin-before: -1px;
          margin-block-start: -1px;
  position: relative;
  padding-block: 2.5rem 3.5rem;
  padding-inline: 1rem;
  color: var(--color-white);
  background: url(../images/common/bg-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.l-footer-contents {
  margin-inline: auto;
  max-width: 900px;
  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;
  gap: 32px;
}
.l-footer-top {
  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;
}
.l-footer-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer-top-item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
}
.l-footer-top-item-content hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.l-footer-top-item-content hgroup h4,
.l-footer-top-item-content hgroup h5 {
  font-size: var(--fz-20);
}
.l-footer-top-item-content a {
  position: relative;
}
@media (any-hover: hover) {
  .l-footer-top-item-content a:hover .l-footer-top-item-content-link {
    background: rgba(174, 36, 68, 0.88);
  }
}
.l-footer-top-item-content a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-top-item-content-text {
  font-size: var(--fz-16);
  text-align: center;
  padding-block: 0.5em;
}
.l-footer-top-item-content-link {
  font-size: var(--fz-18);
  color: var(--color-white);
  width: 100%;
  text-align: center;
  padding-block: 0.25rem;
  background: rgba(70, 109, 181, 0.88);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-footer-top-item-content-link.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
  width: 100%;
}
.l-footer-bottom-inner {
  width: 100%;
  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;
  gap: 2.5em 1.75em;
}
.l-footer-bottom-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75em 1.25em;
}
.l-footer-bottom-nav {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.l-footer-bottom-nav-list {
  height: 100%;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer-bottom-wrap {
  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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 1rem;
}
.l-footer-bottom-wrap-pagetop {
  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;
  font-size: var(--fz-21);
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-footer-bottom-wrap-pagetop img {
  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;
  margin-inline: auto;
  width: 2.5em;
}
.l-footer-bottom-wrap-pagetop-text {
  font-family: "BebasNeue", sans-serif;
  color: var(--color-primary);
}
@media (any-hover: hover) {
  .l-footer-bottom-wrap-pagetop:hover {
    opacity: 0.6;
  }
}
.l-footer-bottom-wrap-privacy {
  width: 80px;
}
.l-footer-bottom-wrap-privacy a {
  display: block;
}
.l-footer-bottom-wrap-privacy a:hover {
  opacity: 0.6;
}
.l-footer-bottom-copy {
  font-size: var(--fz-14);
}
@media (max-width: 1024px) {
  .l-footer-contents {
    max-width: 100%;
  }
  .l-footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-bottom-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .l-footer {
    background: url(../images/common/bg-footer_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-block: 2.5rem 0.5rem;
  }
  .l-footer-top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-top-item:first-child hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer-top-item:first-child hgroup p {
    line-height: 1;
  }
  .l-footer-top-pagetop {
    font-size: 1.25rem;
  }
  .l-footer-top-pagetop-text {
    font-family: "BebasNeue", sans-serif;
    color: var(--color-primary);
  }
  .l-footer-bottom-nav-list {
    max-width: 100%;
    width: 560px;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer-bottom-btns {
    width: 100%;
    gap: 1.5em 1em;
  }
  .l-footer-bottom-btns .c-btn-wrapper div {
    width: 100%;
  }
  .l-footer-bottom-btns .c-btn-wrapper div .c-btn {
    width: 100%;
  }
  .l-footer-bottom-btns .c-btn-wrapper div .c-btn-en {
    font-size: clamp(0.563rem, 0.109rem + 1.86vw, 1rem);
  }
  .l-footer-bottom-btns .c-btn-wrapper div .c-btn-ja {
    font-size: clamp(0.875rem, 0.616rem + 1.06vw, 1.125rem);
  }
  .l-footer-bottom-btns .c-btn-wrapper:nth-child(odd) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-footer-bottom-btns .c-btn-wrapper:nth-child(odd) .c-btn {
    margin-inline: auto 0;
  }
  .l-footer-bottom-btns .c-btn-wrapper:nth-child(even) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer-bottom-btns .c-btn-wrapper:nth-child(even) .c-btn {
    margin-inline: 0 auto;
  }
  .l-footer-bottom-wrap-pagetop {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
}

.l-related {
  padding-block: 0;
  padding-inline: 1rem;
}
.l-related-contents {
  width: 100%;
  max-width: 1120px;
  padding-block: 75px;
  margin-inline: auto;
  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;
  gap: 2em 4em;
}
.l-related-inner {
  width: 100%;
  max-width: 900px;
  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;
  gap: 2.5em;
}
.l-related-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--fvw-24) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--fvw-24);
}
.l-related-item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
.l-related-item-content hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.l-related-item-content hgroup h5 {
  line-height: 1;
}
.l-related-item-content a {
  position: relative;
}
@media (any-hover: hover) {
  .l-related-item-content a:hover .l-related-item-content-link {
    background: rgba(174, 36, 68, 0.88);
  }
}
.l-related-item-content a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-related-item-content-text {
  font-size: var(--fz-16);
  text-align: center;
  padding-block: 0.5em;
}
.l-related-item-content-link {
  width: 100%;
  text-align: center;
  background: rgba(70, 109, 181, 0.88);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-related-item-content-link.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .l-related-contents {
    max-width: 100%;
  }
  .l-related-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .l-related-contents {
    padding-block: 10vw;
  }
  .l-related-inner {
    padding-inline: 0;
  }
  .l-related-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.modal-sources {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal-overlay {
  padding-inline: 1rem;
  position: fixed;
  inset: 0;
  z-index: 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;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.modal-container {
  overflow-y: auto;
  width: 100%;
  max-width: 1120px;
  max-height: 90vh;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: var(--fvw-24);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.modal-content {
  overflow-y: auto;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--fvw-16);
  -webkit-padding-after: var(--fvw-40);
          padding-block-end: var(--fvw-40);
}
.modal-header-title {
  position: relative;
  height: 5vw;
  max-height: 96px;
}
.modal-header-title img {
  width: auto;
}
.modal-header-title-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25em;
  -webkit-padding-end: 1.25em;
          padding-inline-end: 1.25em;
  line-height: 1.5;
  letter-spacing: normal;
}
.modal-header-title:has(img.is-service-thumb-zoom) {
  height: 9vw;
}
.modal-close {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .modal-close:hover {
    background: rgba(174, 36, 68, 0.88);
  }
}
.modal-footer {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: var(--fvw-16);
  -webkit-padding-before: var(--fvw-40);
          padding-block-start: var(--fvw-40);
}
.modal-footer-cta {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-16);
  padding: var(--fvw-20) 1rem var(--fvw-40);
  background: url(../images/lower/service-modal-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.modal-footer-cta .c-btn-wrapper > div {
  max-width: 100%;
}
.modal-footer-cta .c-btn-wrapper > img {
  padding-block: 0.5em 0.5em;
}
.modal-wrapper #service-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
}
.modal-wrapper #service-detail-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.modal-wrapper #service-detail-modal[aria-hidden=true]:not(.is-open) {
  visibility: hidden !important;
  pointer-events: none !important;
}
.modal-wrapper #service-detail-modal .modal-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-wrapper #service-detail-modal.is-open:not(.is-closing) .modal-overlay {
  opacity: 1;
}
.modal-wrapper #service-detail-modal.is-open.is-closing {
  pointer-events: none;
}
.modal-wrapper #service-detail-modal.is-open.is-closing .modal-overlay {
  -webkit-animation: modal-overlay-close 0.45s ease forwards;
          animation: modal-overlay-close 0.45s ease forwards;
}
.modal-wrapper #service-detail-modal.is-open.is-closing .modal-container {
  -webkit-animation: modal-container-close 0.5s ease forwards;
          animation: modal-container-close 0.5s ease forwards;
}
.modal-wrapper #service-detail-modal .modal-container {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-transition: opacity 0.45s ease 0.08s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
  transition: opacity 0.45s ease 0.08s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
  transition: opacity 0.45s ease 0.08s, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
  transition: opacity 0.45s ease 0.08s, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
}
.modal-wrapper #service-detail-modal.is-open:not(.is-closing) .modal-container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-40);
}
.modal-detail-note {
  font-size: 14px;
}
.modal-detail-section {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-20);
}
.modal-detail-col {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-20);
}
.modal-detail-body {
  width: 100%;
}
.modal-detail-body-two-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--fvw-40);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-detail-body-two-col .modal-detail-col {
  width: 530px;
  min-width: 530px;
  max-width: 100%;
}
.modal-detail .c-heading-h4 {
  width: 530px;
  min-width: 530px;
  max-width: 100%;
}
.modal-detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-8);
}
.modal-detail-img-wrap {
  width: 100%;
}
.modal-detail-works {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@-webkit-keyframes modal-overlay-close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-overlay-close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes modal-container-close {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@keyframes modal-container-close {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@media (max-width: 1024px) {
  .modal-container {
    max-width: 85vw;
    padding: 1rem;
  }
  .modal-detail-section .c-heading-h4 {
    width: 100%;
    min-width: initial;
  }
  .modal-detail-body-two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-detail-body-two-col .modal-detail-col {
    width: 100%;
    min-width: initial;
  }
  .modal-detail-body-two-col .modal-detail-img-wrap {
    width: 100%;
  }
  .modal-detail-works {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .modal-header-title {
    width: 100%;
    height: auto;
  }
  .modal-header-title img {
    max-height: 96px;
  }
  .modal-header-title:has(img.is-service-thumb-zoom) {
    height: auto;
  }
  .modal-detail-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal-detail-img-wrap.is-landscape {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .modal-detail-img-wrap.is-landscape img {
    width: auto;
    max-width: none;
    height: 240px;
    display: block;
  }
  .modal-footer-cta {
    padding: 1rem;
    gap: var(--fvw-32);
  }
  .modal-footer-cta .c-btn {
    aspect-ratio: 6/1;
  }
}

body.is-service-modal-open {
  overflow: hidden;
}

.l-top main {
  position: relative;
  z-index: auto;
}
.l-top-mv {
  overflow: hidden;
  position: relative;
  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;
}
.l-top-mv-bg {
  overflow: hidden;
  position: relative;
  min-width: 2560px;
  height: auto;
}
.l-top-mv-bg .splide,
.l-top-mv-bg .splide__track,
.l-top-mv-bg .splide__list,
.l-top-mv-bg .splide__slide {
  height: 100%;
}
.l-top-mv-bg .splide__list {
  margin: 0;
}
.l-top-mv-bg picture,
.l-top-mv-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top-mv-wrapper {
  width: 1180px;
  max-width: 100%;
  position: relative;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-top-mv-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--fvw-48);
  padding-left: 2rem;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
.l-top-mv-content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-20);
}
.l-top-mv-content-heading-ja {
  font-size: var(--fz-60);
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item .l-top-mv-heading-item-text {
  border-bottom: 2px solid #d7d7d7;
  color: var(--color-gray2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item.is-active .l-top-mv-heading-item-text {
  color: #fff;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item.is-active .l-top-mv-heading-progress-bar {
  -webkit-animation: l-top-mv-progress 4400ms linear forwards;
          animation: l-top-mv-progress 4400ms linear forwards;
}
@-webkit-keyframes l-top-mv-progress {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes l-top-mv-progress {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item .l-top-mv-heading-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item .l-top-mv-heading-progress-track {
  display: block;
  width: 100%;
  height: 2px;
  background: #d7d7d7;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item .l-top-mv-heading-progress-fill {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.l-top-mv-content-heading-ja > .l-top-mv-heading-item .l-top-mv-heading-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #005bab;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.l-top-mv-content-heading-en {
  color: var(--color-gray);
}
.l-top-mv-content-news {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-8);
}
.l-top-mv-content-news-inner {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-border-start: 1px solid #b7b7b7;
          border-inline-start: 1px solid #b7b7b7;
}
.l-top-mv-content-news-list li {
  margin-block: 0.25rem;
}
.l-top-mv-content-news-list li time {
  font-size: var(--fz-18);
}
.l-top-mv-content-news-link {
  color: var(--color-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-8);
  padding: 0.25rem var(--fvw-8) 0.5rem;
  -webkit-border-after: 1px solid #8c8c8c;
          border-block-end: 1px solid #8c8c8c;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .l-top-mv-content-news-link:hover {
    color: var(--color-blue);
  }
}
.l-top-mv-content-news-link span {
  max-width: 25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-20);
}
.l-top-mv-content-news-item--more {
  display: none;
}
.l-top-mv-content-news.is-expanded .l-top-mv-content-news-item--more {
  display: list-item;
}
.l-top-mv-content-news-more {
  color: var(--color-gray);
  cursor: pointer;
}
.l-top-mv-content-news-more.is-hidden {
  display: none;
}
.l-top-mv-content-news-close {
  display: none;
  color: var(--color-gray);
  cursor: pointer;
}
.l-top-mv-content-news-close.is-visible {
  display: block;
}
.l-top-mv-scroll {
  width: 1280px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top-mv-scroll-box {
  position: absolute;
  bottom: 48px;
  right: 56px;
  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;
}
.l-top-mv-scroll-track {
  position: relative;
  width: 2px;
  background: #d7d7d7;
  overflow: visible;
  height: 180px;
}
@media (max-width: 1280px) {
  .l-top-mv-scroll-track {
    height: 14vw;
  }
}
.l-top-mv-scroll-bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-primary);
  -webkit-animation: scroll 2.5s ease-in-out infinite;
          animation: scroll 2.5s ease-in-out infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media (max-width: 1024px) {
  .l-top-mv-content {
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    gap: var(--fvw-32);
  }
  .l-top-mv-scroll-box {
    bottom: 40px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .l-top-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
  .l-top-mv-bg {
    min-width: initial;
  }
  .l-top-mv-wrapper {
    position: initial;
    position: relative;
  }
  .l-top-mv-content {
    width: 100%;
    max-width: 100%;
    position: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    gap: var(--fvw-24);
    padding-inline: 1rem;
    padding-block: 120px var(--fvw-16);
    background: #000008;
  }
  .l-top-mv-content-heading {
    gap: var(--fvw-16);
  }
  .l-top-mv-content-heading-ja {
    font-size: 35px;
    gap: var(--fvw-16);
  }
  .l-top-mv-content-heading-ja > span img {
    width: 40px;
  }
  .l-top-mv-content-news {
    width: 324px;
    max-width: 100%;
  }
  .l-top-mv-scroll {
    bottom: -17px;
  }
  .l-top-mv-scroll-track {
    height: 22vw;
  }
  .l-top-mv-scroll-bar {
    width: 5px;
  }
}
.l-top-service {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  -webkit-margin-before: -25px;
          margin-block-start: -25px;
  -webkit-padding-after: var(--fvw-40);
          padding-block-end: var(--fvw-40);
  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;
}
.l-top-service-heading-wrapper {
  max-width: 100%;
  min-height: 184px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-top-service-heading-box {
  max-width: 100%;
  width: calc(1120px + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
  padding-inline: 1rem;
}
.l-top-service-heading-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 2560px;
  max-width: none;
  height: 100%;
}
.l-top-service-section {
  width: calc(1120px + 2rem);
  max-width: 100%;
  position: relative;
  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;
  gap: var(--fvw-40);
  padding-inline: 1rem;
}
.l-top-service-section-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-padding-after: var(--fvw-24);
          padding-block-end: var(--fvw-24);
}
.l-top-service-section-heading-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top-service-section-content {
  position: relative;
  width: 100%;
  -webkit-padding-before: var(--fvw-32);
          padding-block-start: var(--fvw-32);
  padding-inline: 20px;
}
.l-top-service-section-content p {
  -webkit-padding-after: 1.5em;
          padding-block-end: 1.5em;
}
.l-top-service-section-bg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 2560px;
}
.l-top-service-section--first {
  -webkit-margin-before: -70px;
          margin-block-start: -70px;
}
.l-top-service-section--first .l-top-service-section-content::after {
  position: absolute;
  bottom: -8%;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #8c8c8c;
  height: 1px;
  width: 525px;
}
@media (max-width: 768px) {
  .l-top-service-section--first {
    -webkit-margin-before: -32px;
            margin-block-start: -32px;
  }
  .l-top-service-section--first .l-top-service-section-bg {
    top: -72px;
    left: -130px;
    min-width: 880px;
  }
}
.l-top-service-section--second {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
.l-top-service-section--second .l-top-service-section-heading-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-top-service-section--second .l-top-service-section-heading-wrapper .l-top-service-section-heading {
  -webkit-padding-after: 3.5rem;
          padding-block-end: 3.5rem;
}
.l-top-service-section--second .l-top-service-section-content {
  -webkit-padding-after: 48px;
          padding-block-end: 48px;
}
.l-top-service-section--second .l-top-service-section-content::after {
  position: absolute;
  bottom: 8%;
  left: 53%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #8c8c8c;
  height: 1px;
  width: 550px;
}
@media (max-width: 768px) {
  .l-top-service-section--second {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .l-top-service-section--second .l-top-service-section-bg {
    top: -77px;
    left: initial;
    right: -150px;
    min-width: 980px;
  }
}
.l-top-service-section--third {
  margin-block: 20px 0;
}
.l-top-service-section--third .l-top-service-section-content {
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
}
.l-top-service-section--third .l-top-service-section-heading-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #8c8c8c;
  height: 1px;
  width: 465px;
}
.l-top-service-section--third .l-top-service-section-heading-wrapper .l-top-service-section-heading {
  -webkit-padding-after: 7rem;
          padding-block-end: 7rem;
}
@media (max-width: 1024px) {
  .l-top-service-section--third .l-top-service-section-heading-wrapper .l-top-service-section-heading {
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}
@media (max-width: 768px) {
  .l-top-service-section--third {
    margin-block: 0;
  }
  .l-top-service-section--third .l-top-service-section-bg {
    top: -58px;
    left: -150px;
    min-width: 940px;
  }
}
.l-top-service-columns {
  max-width: calc(1080px + 2rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--fvw-24);
  margin-block: var(--fvw-40) var(--fvw-16);
  padding-inline: 1rem;
}
.l-top-service-columns-item {
  width: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-8);
  -webkit-padding-after: var(--fvw-16);
          padding-block-end: var(--fvw-16);
  border-bottom: 1px solid #8c8c8c;
}
.l-top-service-columns-item .c-heading-h4 {
  width: 100%;
  padding-left: var(--fvw-16);
}
.l-top-service-columns-item .c-heading-h4 p {
  font-size: 20px;
}
.l-top-service-columns-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
  padding-inline: var(--fvw-20) 1em;
}
@media (max-width: 1024px) {
  .l-top-service-heading-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-top-service-heading-box {
    padding-block: 0 2.5rem;
  }
  .l-top-service-section-heading {
    padding-bottom: var(--fvw-64);
  }
  .l-top-service-columns {
    max-width: 100%;
    padding-inline: 1rem;
  }
}
@media (max-width: 768px) {
  .l-top-service {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .l-top-service-heading-bg {
    left: 15%;
  }
  .l-top-service-heading-box {
    padding-block: 0 3rem;
  }
  .l-top-service-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--fvw-4);
    -webkit-padding-after: var(--fvw-32);
            padding-block-end: var(--fvw-32);
  }
  .l-top-service-section-heading-wrapper::after {
    display: none;
  }
  .l-top-service-section-content {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    padding-inline: 0;
  }
  .l-top-service-section-content::after {
    display: none;
  }
  .l-top-service-section-bg {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    min-width: 1000px;
  }
  .l-top-service-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.l-top-example {
  overflow-x: hidden;
  background: url(../images/top/bg-example.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.l-top-example-inner {
  position: relative;
  z-index: 1;
  max-width: calc(972px + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-24);
  padding-inline: 1rem;
}
.l-top-example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-32);
  container-name: example-list;
  container-type: inline-size;
}
.l-top-example-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e9e9e9;
}
.l-top-example-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: var(--fvw-16);
  gap: var(--fvw-24);
}
.l-top-example-list-item-img {
  aspect-ratio: 16/9;
  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;
  width: 330px;
  min-width: 330px;
}
@container example-list (min-width: 728px) {
  .l-top-example-list-item-img {
    width: 50%;
    min-width: initial;
  }
}
.l-top-example-list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.l-top-example-list-item-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-12);
  min-width: 0;
}
.l-top-example-list-item-body-ttl {
  padding: 0.3em 0.7em;
  font-size: var(--fz-18);
  color: var(--color-white);
  background: rgba(5, 23, 56, 0.88);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-top-example-list-item-cta {
  background: rgba(5, 23, 56, 0.88);
  padding-inline: var(--fvw-24);
  padding-block: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
}
.l-top-example-list-item-cta p.u-ff-en {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  line-height: 1.15;
}
.l-top-example-list-item-cta p.u-fs-lg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.l-top-example-list-item-cta p {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.l-top-example-list-item-cta p span {
  font-weight: 300;
  padding-top: 0.1em;
  line-height: 1.97;
}
.l-top-example-list-item-cta-arrow {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.l-top-example-list-item--coming-soon .l-top-example-list-item-cta {
  height: 32px;
}
@media (max-width: 1024px) {
  .l-top-example-list-item--coming-soon .l-top-example-list-item-cta {
    height: 28px;
  }
}
@media (any-hover: hover) {
  .l-top-example-list a.l-top-example-list-item:hover .l-top-example-list-item-body-ttl {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-top-example-list a.l-top-example-list-item:hover .l-top-example-list-item-cta {
    background: rgba(174, 36, 68, 0.88);
  }
}
@media (max-width: 1024px) {
  .l-top-example-inner {
    max-width: 100%;
  }
  .l-top-example-list-item-img {
    min-width: 300px;
  }
  .l-top-example-list-item-body-category {
    width: 200px;
    height: auto;
  }
  .l-top-example-list-item-body-category svg {
    width: 13px;
  }
}
@media (max-width: 768px) {
  .l-top-example {
    padding-inline: 0;
  }
  .l-top-example-list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-top-example-list-item-img {
    width: 100%;
    min-width: initial;
  }
}
.l-top-seminar {
  overflow-x: clip;
}
.l-top-seminar .l-lower-seminar-coming_soon {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.l-top-seminar-heading {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-top-seminar-heading-inner {
  width: 100%;
  margin-inline: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-top-seminar-heading-inner-left {
  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;
  max-width: 100%;
  -webkit-margin-before: -320px;
          margin-block-start: -320px;
  position: relative;
}
.l-top-seminar-heading-inner-left-content {
  width: calc(1120px + 2rem);
  max-width: 100%;
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-inline: 1rem;
}
.l-top-seminar-heading-inner-left-content hgroup {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-top-seminar-heading-inner-left-bg {
  min-width: 2560px;
  pointer-events: none;
}
.l-top-seminar-heading-inner-right {
  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;
  max-width: 100%;
  -webkit-margin-before: -250px;
          margin-block-start: -250px;
  position: relative;
}
.l-top-seminar-heading-inner-right-content {
  width: calc(1120px + 2rem);
  max-width: 100%;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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-inline: 1rem;
}
.l-top-seminar-heading-inner-right-content-sub {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-inline: auto 0;
  text-align: end;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
.l-top-seminar-heading-inner-right-bg {
  min-width: 2560px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .l-top-seminar {
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
  }
  .l-top-seminar-heading-inner {
    max-width: 100%;
    gap: var(--fvw-8);
  }
  .l-top-seminar-heading-inner-left {
    -webkit-margin-before: -285px;
            margin-block-start: -285px;
  }
}
@media (max-width: 768px) {
  .l-top-seminar-heading-inner-left {
    -webkit-margin-before: -158px;
            margin-block-start: -158px;
  }
  .l-top-seminar-heading-inner-left-content {
    bottom: 41px;
  }
  .l-top-seminar-heading-inner-left-bg {
    -webkit-margin-start: 270px;
            margin-inline-start: 270px;
    min-width: 1560px;
  }
  .l-top-seminar-heading-inner-right {
    -webkit-margin-before: -230px;
            margin-block-start: -230px;
  }
}
.l-top-greeting {
  overflow: hidden;
  padding-block: var(--fvw-24) var(--fvw-48);
  container-name: greeting-wrap;
  container-type: inline-size;
}
.l-top-greeting-heading {
  aspect-ratio: 2322/604;
  width: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-after: var(--fvw-16);
          margin-block-end: var(--fvw-16);
  background: url(../images/top/bg-greeting.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.l-top-greeting-heading-wrapper {
  max-width: 1280px;
  opacity: 1;
  margin-inline: auto;
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  -webkit-padding-start: 120px;
          padding-inline-start: 120px;
  border-top: 1px solid #b3b3b3;
}
.l-top-greeting-heading-inner {
  width: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: var(--fvw-16) 0;
  text-align: start;
}
.l-top-greeting-heading-inner hgroup {
  -webkit-margin-start: 2rem;
          margin-inline-start: 2rem;
}
.l-top-greeting-heading-inner hgroup h3 {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  font-size: var(--fz-34);
  line-height: 1.558824;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.l-top-greeting-body {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-16) var(--fvw-48);
  margin-inline: auto;
}
.l-top-greeting-body > img {
  width: 320px;
}
.l-top-greeting-body-texts-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-8) var(--fvw-24);
  -webkit-padding-before: var(--fvw-24);
          padding-block-start: var(--fvw-24);
}
.l-top-greeting-body-texts-sign-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-top-greeting-body-texts-sign-img img {
  width: 243.2px;
}
.l-top-greeting-body-texts-sign-img::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -28%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 72%;
  aspect-ratio: 169/148;
  background: url("../images/top/greeting-sign-deco.svg") no-repeat center/contain;
}
@media (max-width: 1024px) {
  .l-top-greeting {
    overflow: hidden;
  }
  .l-top-greeting-heading-wrapper {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .l-top-greeting-heading-inner {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-top-greeting-heading-inner hgroup h3 {
    font-size: 1.345rem;
  }
  .l-top-greeting-body {
    max-width: 100%;
    padding-inline: 1rem;
  }
  .l-top-greeting-body-texts-sign {
    -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: flex-end;
    -webkit-padding-end: 3.5rem;
            padding-inline-end: 3.5rem;
  }
}
@media (max-width: 768px) {
  .l-top-greeting-heading {
    background: url(../images/lower/bg-corporate_philosophy-sp.webp);
    background-position: 10% 31%;
  }
  .l-top-greeting-heading-inner {
    padding-block: var(--fvw-16);
    padding-inline: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-top-greeting-heading-inner hgroup {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .l-top-greeting-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-top-greeting-body > img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 9%;
       object-position: center 9%;
  }
  .l-top-greeting-body-texts-sign {
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
  .l-top-greeting-body-texts-sign-img img {
    width: 9rem;
  }
}

.l-lower-hero {
  max-width: 1120px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-20);
}
.l-lower-hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 338px;
  margin-inline: auto;
  padding-block: calc(var(--fvw-16) + 83px) 80px;
  padding-inline: 1rem;
}
.l-lower-hero-wrapper.archive {
  height: 422px;
}
.l-lower-hero-wrapper.example {
  height: 574px;
}
.l-lower-hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 2560px;
  max-width: none;
  height: 100%;
}
.l-lower-hero-breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: var(--fz-14);
  color: var(--color-gray3);
}
.l-lower-hero-breadcrumbs-list a {
  font-size: var(--fz-14);
  color: var(--color-blue);
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-lower-hero-breadcrumbs-list a:hover {
    text-decoration: underline;
    color: var(--color-text);
  }
}
.l-lower-hero-heading {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-before: var(--fvw-8);
          padding-block-start: var(--fvw-8);
}
.l-lower-hero-heading-ja {
  color: var(--color-white);
  font-size: var(--fz-48);
  font-weight: 200;
  line-height: 1.2;
}
.l-lower-hero-content-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--fvw-16);
  -webkit-margin-after: var(--fvw-8);
          margin-block-end: var(--fvw-8);
}
.l-lower-hero-content-category > p {
  line-height: 1.2;
}
.l-lower-hero-content-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--fvw-16);
}
.l-lower-hero-content-title {
  padding-block: var(--fvw-8) var(--fvw-16);
  -webkit-margin-after: var(--fvw-16);
          margin-block-end: var(--fvw-16);
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1024px) {
  .l-lower-hero-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: calc(var(--fvw-16) + 76px) 80px;
    background-image: url(../images/common/bg-lower-hero_tablet.svg);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: bottom;
    background-size: cover;
  }
  .l-lower-hero-wrapper.archive .l-lower-hero-bg, .l-lower-hero-wrapper.example .l-lower-hero-bg {
    left: 537px;
  }
  .l-lower-hero-wrapper.archive {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-lower-hero-wrapper.example {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-lower-hero-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-lower-hero-wrapper.archive, .l-lower-hero-wrapper.example {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-lower-hero-wrapper.archive .l-lower-hero-bg, .l-lower-hero-wrapper.example .l-lower-hero-bg {
    left: -707px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: initial;
    bottom: 24px;
  }
}
.l-lower-access {
  color: var(--color-dark);
}
.l-lower-access-inner {
  padding-inline: 0;
}
.l-lower-access-inner hgroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-16);
}
.l-lower-access-inner iframe {
  -webkit-padding-before: var(--fvw-32);
          padding-block-start: var(--fvw-32);
  width: 100vw;
  height: 520px;
  margin-inline: calc(50% - 50vw);
}
.l-lower-access-inner .c-btn-wrapper {
  padding-block: var(--fvw-16);
}
.l-lower-access-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: var(--fvw-16);
  border-bottom: 1px solid #696969;
  font-weight: 300;
}
.l-lower-access-list-item-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  font-size: var(--fz-18);
  line-height: 1.668;
}
.l-lower-access-list-item-value {
  line-height: 1.88;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-lower-access-list-item-value-tel {
  display: block;
}
@media (max-width: 1024px) {
  .l-lower-access-inner iframe {
    aspect-ratio: 3/2;
  }
}
.l-lower-site_map {
  color: var(--color-dark);
}
.l-lower-site_map-inner {
  padding-inline: 0;
}
.l-lower-site_map hgroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-16);
}
.l-lower-site_map-list {
  max-width: 800px;
}
.l-lower-site_map-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: var(--fvw-16);
  border-bottom: 1px solid #696969;
  font-weight: 300;
}
.l-lower-site_map-list-item a {
  line-height: 1.668;
  font-size: var(--fz-18);
  color: var(--color-blue);
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-lower-site_map-list-item a:hover {
    text-decoration: underline;
    color: var(--color-dark);
  }
}
.l-lower-site_map-list-item--parent {
  gap: var(--fvw-16) 0;
}
.l-lower-site_map-list-item--parent > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-lower-site_map-list-item--parent > a::after {
  content: "";
  width: 3em;
  height: 1px;
  margin-inline: 2em;
  background: var(--color-blue);
}
.l-lower-site_map-list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-12);
}
@media (max-width: 768px) {
  .l-lower-site_map-list-item--parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-site_map-list-item--parent > a::after {
    width: 2em;
  }
}
.l-lower-company {
  padding: 0;
}
.l-lower-company-inner {
  max-width: calc(1120px + 2rem);
  padding-inline: 1em;
}
.l-lower-company-philosophy {
  aspect-ratio: 1250/430;
  width: calc(100% + 150px);
  max-width: 1280px;
  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;
  background: url(../images/lower/bg-corporate_philosophy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  -webkit-padding-start: 75px;
          padding-inline-start: 75px;
}
@media screen and (max-width: 1430px) {
  .l-lower-company-philosophy {
    width: 100%;
  }
}
.l-lower-company-philosophy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding-block: var(--fvw-20) 0;
  padding-inline: 1em;
  max-width: none;
}
.l-lower-company-philosophy-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 1em;
}
.l-lower-company-philosophy-ttl h3 {
  font-size: var(--fz-36);
  font-weight: 300;
}
.l-lower-company-philosophy-ttl p {
  font-size: var(--fz-23);
}
.l-lower-company-section {
  padding-block: var(--fvw-24);
}
.l-lower-company-section .c-heading-h4 {
  width: 100%;
}
.l-lower-company-section:nth-child(2) .l-lower-company-section-content {
  border-bottom: none;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.l-lower-company-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-20) var(--fvw-40);
  padding-block: var(--fvw-20) var(--fvw-24);
  border-bottom: 1px solid #696969;
}
.l-lower-company-section-content-texts {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5 1 0%;
          flex: 5.5 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.l-lower-company-section-content figure {
  -webkit-box-flex: 4.3;
      -ms-flex: 4.3 1 0%;
          flex: 4.3 1 0%;
}
.l-lower-company-section-content figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25em;
  text-align: center;
  color: var(--color-white);
  background: rgba(5, 23, 56, 0.88);
  padding-block: 0.25em;
  padding-inline: var(--fvw-8);
}
.l-lower-company-section-content figure figcaption span {
  font-size: var(--fz-20);
}
.l-lower-company-info {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/lower/bg-corporate_info.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.l-lower-company-info-inner {
  width: 800px;
  max-width: 100%;
  padding-block: var(--fvw-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
  padding-inline: 1rem;
}
.l-lower-company-info hgroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.l-lower-company-info hgroup h4 {
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.75;
}
.l-lower-company-info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: var(--fvw-16);
  border-bottom: 1px solid #696969;
  font-weight: 300;
  color: var(--color-white);
}
.l-lower-company-info-list-item-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10em;
          flex: 0 0 10em;
  font-size: var(--fz-18);
  line-height: 1.667;
}
.l-lower-company-info-list-item-value {
  line-height: 1.875;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-lower-company-info-list-item-value-tel {
  display: block;
}
@media (max-width: 1024px) {
  .l-lower-company {
    padding-block: var(--fvw-20) 0;
  }
  .l-lower-company-philosophy {
    width: 100%;
    background: url(../images/lower/bg-corporate_philosophy-sp.webp);
    aspect-ratio: initial;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .l-lower-company-philosophy-inner {
    padding: 2em 1em;
  }
  .l-lower-company-inner {
    padding: 1em;
  }
}
@media (max-width: 768px) {
  .l-lower-company-philosophy-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-lower-company-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower-recruit {
  padding: 0;
}
.l-lower-recruit-inner {
  max-width: calc(1120px + 2rem);
  padding-inline: 1rem;
}
.l-lower-recruit-section .c-heading-h4 {
  width: 100%;
}
.l-lower-recruit-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-40);
  padding-block: var(--fvw-20) var(--fvw-24);
}
.l-lower-recruit-section-content-texts {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5 1 0%;
          flex: 5.5 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.l-lower-recruit-section-content-texts ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-lower-recruit-section-content figure {
  -webkit-box-flex: 4.5;
      -ms-flex: 4.5 1 0%;
          flex: 4.5 1 0%;
}
.l-lower-recruit-btns {
  width: 100%;
  background: url(../images/lower/bg-corporate_info.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-inline: 1rem;
}
.l-lower-recruit-btns-inner {
  margin-inline: auto;
  max-width: 906px;
  padding-block: var(--fvw-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-24);
}
.l-lower-recruit-btns-inner a {
  min-height: 88px;
  height: 105px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background: linear-gradient(87deg, #c7b299 -12.46%, #ae9e81 115.55%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-recruit-btns-inner a p {
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.8em;
}
.l-lower-recruit-btns-inner a p .u-fs-h4 {
  line-height: 1.75;
}
.l-lower-recruit-btns-inner a p .u-ff-en {
  line-height: 1.2;
}
.l-lower-recruit-btns-inner a p span {
  display: block;
}
.l-lower-recruit-btns-inner a .l-lower-recruit-btns-arrow {
  display: block;
  width: auto;
  height: 100%;
}
.l-lower-recruit-btns-inner a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(174, 36, 68, 0.88);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.l-lower-recruit-btns-inner a > *:not(.l-lower-recruit-btns-arrow) {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-lower-recruit-btns-inner a:hover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .l-lower-recruit-inner {
    padding-inline: 1em;
  }
  .l-lower-recruit-btns-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .l-lower-recruit-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-recruit-btns-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower-policy {
  padding: 0;
}
.l-lower-policy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-40);
  max-width: calc(1120px + 2rem);
  padding-inline: 1rem;
}
.l-lower-policy-section .c-heading-h4 {
  width: 50%;
  -webkit-margin-after: var(--fvw-24);
          margin-block-end: var(--fvw-24);
}
.l-lower-policy-section-trigger {
  cursor: pointer;
}
.l-lower-policy-section-trigger .c-btn-arrow {
  -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-lower-policy-section-trigger.is-active .c-btn-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower-policy-section-content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
}
.l-lower-policy-section-content-texts {
  width: 100%;
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5 1 0%;
          flex: 5.5 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 2em;
}
.l-lower-policy-section-content-texts_border-none {
  border: none;
}
.l-lower-policy-section-content-texts-list {
  padding: 0 0 0 1em;
  list-style-type: decimal;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.l-lower-policy-section-content-texts-list li {
  padding-left: 0.5em;
}
.l-lower-policy-section-content-texts-signature {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-inline: auto 0;
  padding: 0.5em 1em;
  border: 1px solid var(--color-primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-lower-policy-section-content-texts-notice {
  max-width: 60rem;
}
.l-lower-policy-section-content-texts-notice-heading {
  margin: 0;
  font-weight: 700;
}
.l-lower-policy-section-content-texts-notice-text {
  margin: 0 0 1em 0;
}
.l-lower-policy-section-content-texts-notice-text:last-child {
  margin-bottom: 0;
}
.l-lower-policy-section-content-wrapper {
  border-top: none;
}
.l-lower-policy-section-content-wrapper .l-lower-company-info {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.l-lower-policy-section-content .l-lower-company-info-list {
  width: 100%;
}
.l-lower-policy-section-content .l-lower-company-info-list-item {
  color: var(--color-text);
  border-bottom: 1px solid #b3b3b3;
}
.l-lower-policy-section-content .l-lower-company-info-list-item dt {
  font-size: var(--fz-16);
  max-width: 7em;
}
.l-lower-policy-section-content .l-lower-company-info-list-item dt,
.l-lower-policy-section-content .l-lower-company-info-list-item dd {
  line-height: 1.75;
  font-weight: 400;
}
.l-lower-policy-section-content--contact {
  gap: var(--fvw-16);
}
.l-lower-policy-section-content--contact hgroup {
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 var(--fvw-16);
}
.l-lower-policy-section .c-btn-wrapper {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  gap: 0.75rem;
}
.l-lower-policy .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8c8c8c;
}
.l-lower-policy .table thead tr {
  background: rgba(5, 23, 56, 0.88);
}
.l-lower-policy .table thead th {
  font-size: var(--fz-18);
  color: var(--color-white);
  text-align: left;
  padding: 0.75em 1em;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.l-lower-policy .table tbody td {
  padding: 0.75em 1em;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  vertical-align: top;
}
.l-lower-policy .table tbody td:first-child {
  width: 28%;
}
.l-lower-policy .table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .l-lower-policy .table thead th:first-child,
  .l-lower-policy .table tbody td:first-child {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .l-lower-policy-inner {
    padding-inline: 1em;
  }
}
@media (max-width: 768px) {
  .l-lower-policy-section .c-heading-h4 {
    width: 100%;
  }
  .l-lower-policy-section-content--contact hgroup {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-lower-error {
  padding: 0;
}
.l-lower-error-inner {
  padding-block: var(--fvw-32);
  padding-inline: 1rem;
  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;
  gap: var(--fvw-24);
}
.l-lower-error .c-btn-wrapper {
  width: 100%;
}
.l-lower-service-inner {
  max-width: 1120px;
  width: 100%;
  padding-block: var(--fvw-20) var(--fvw-32);
  margin-inline: auto;
}
.l-lower-service-nav {
  -webkit-padding-after: var(--fvw-32);
          padding-block-end: var(--fvw-32);
}
.l-lower-service-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--fvw-12);
}
.l-lower-service-nav-list .c-category {
  width: 230px;
}
.l-lower-service-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
}
.l-lower-service-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-48);
}
.l-lower-service-section-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--fvw-16) 1fr var(--fvw-16) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--fvw-32) var(--fvw-16);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-service-section-list.has-more-items {
  border-bottom: 1px solid #8c8c8c;
  -webkit-padding-after: var(--fvw-24);
          padding-block-end: var(--fvw-24);
}
.l-lower-service-section-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower-service-section-list > li.is-hidden-initial {
  display: none;
}
.l-lower-service-section-list > .js-archive-more-item.is-hidden-initial {
  display: none;
}
.l-lower-service-section-list-item {
  height: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #1b1464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-lower-service-section-list-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: rgba(5, 23, 56, 0.88);
  font-size: var(--fz-20);
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-service-section-list-item-thumb {
  position: relative;
  background: #fff;
  padding: 5.25% 3.5%;
  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;
}
.l-lower-service-section-list-item-thumb-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25em;
  -webkit-padding-end: 1.25em;
          padding-inline-end: 1.25em;
  line-height: 1.2;
}
.l-lower-service-section-list-item-thumb img {
  text-align: center;
  height: 70px;
  min-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-lower-service-section-list-item-thumb:has(img.is-service-thumb-zoom) {
  padding: 0;
}
.l-lower-service-section-list-item-thumb:has(img.is-service-thumb-zoom) .is-service-thumb-zoom {
  width: 100%;
  height: auto;
  min-height: initial;
}
.l-lower-service-section-list-item-thumb-inner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, color-stop(16%, #004b7b), color-stop(24%, #014573), to(#131432));
  background: linear-gradient(270deg, #004b7b 16%, #014573 24%, #131432 100%);
  -webkit-padding-after: 1.5em;
          padding-block-end: 1.5em;
}
.l-lower-service-section-list-item-thumb-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(16%, #ed1c24), to(#c1272d));
  background: linear-gradient(270deg, #ed1c24 16%, #c1272d 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-service-section-list-item-thumb-inner > * {
  position: relative;
  z-index: 1;
}
.l-lower-service-section-list-item-excerpt {
  color: var(--color-gray3);
  padding: 0.75em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-lower-service-section-list-item .l-top-example-list-item-cta {
  padding-inline: var(--fvw-12);
}
@media (any-hover: hover) {
  .l-lower-service-section-list-item:hover {
    border: 1px solid rgba(174, 36, 68, 0.88);
  }
  .l-lower-service-section-list-item:hover::after {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-service-section-list-item:hover .l-top-example-list-item-cta {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-service-section-list-item:hover .l-lower-service-section-list-item-thumb-inner::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .l-lower-service-inner {
    max-width: 100%;
  }
  .l-lower-service-section-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .l-lower-service-section-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-lower-example-inner {
  max-width: 1120px;
  width: 100%;
  padding-block: var(--fvw-20) var(--fvw-32);
  margin-inline: auto;
}
.l-lower-example-filter {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-12);
  -webkit-padding-after: var(--fvw-32);
          padding-block-end: var(--fvw-32);
}
.l-lower-example-filter-category {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-12);
}
.l-lower-example-filter-category-all {
  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: 230px;
  min-width: 200px;
  aspect-ratio: 230/25;
  text-align: center;
  background: var(--color-dark);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 15px;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .l-lower-example-filter-category-all:hover {
    opacity: 0.6;
  }
}
.l-lower-example-filter-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--fvw-12);
}
.l-lower-example-filter-search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.l-lower-example-filter-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-12);
}
.l-lower-example-filter-search-input {
  height: 100%;
  width: 376px;
  max-width: 100%;
  padding: 0 var(--fvw-12);
  border: 1px solid #696969;
  text-align: center;
  color: var(--color-gray3);
}
.l-lower-example-filter-search-input::-webkit-input-placeholder {
  color: #8c8c8c;
  text-align: center;
}
.l-lower-example-filter-search-input::-moz-placeholder {
  color: #8c8c8c;
  text-align: center;
}
.l-lower-example-filter-search-input:-ms-input-placeholder {
  color: #8c8c8c;
  text-align: center;
}
.l-lower-example-filter-search-input::-ms-input-placeholder {
  color: #8c8c8c;
  text-align: center;
}
.l-lower-example-filter-search-input::placeholder {
  color: #8c8c8c;
  text-align: center;
}
.l-lower-example-filter-search-btn {
  text-align: center;
  min-width: 83px;
  padding: 0 var(--fvw-12);
  color: var(--color-pure-white);
  font-size: var(--fz-18);
  background: var(--color-dark);
  border: 1px solid var(--color-dark);
  cursor: pointer;
}
.l-lower-example-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--fvw-24) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--fvw-24);
}
.l-lower-example-list.has-more-items {
  border-bottom: 1px solid #696969;
  -webkit-padding-after: var(--fvw-24);
          padding-block-end: var(--fvw-24);
}
.l-lower-example-list > .js-archive-more-item.is-hidden-initial {
  display: none;
}
.l-lower-example-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--color-primary);
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-example-list-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-lower-example-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: var(--color-primary);
  font-size: var(--fz-20);
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-example-list-item .c-category {
  margin: 0.75em;
}
.l-lower-example-list-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--fvw-12);
  padding: 0.75em 1em;
  background: rgba(5, 23, 56, 0.88);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-example-list-item-heading-thumb {
  width: 102px;
  min-width: 90px;
}
.l-lower-example-list-item-heading-thumb img {
  background: #fff;
  aspect-ratio: 100/75;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-lower-example-list-item-heading-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: var(--fvw-8);
  line-height: 1.4;
}
.l-lower-example-list-item-heading-ttl .u-fs-lg {
  line-height: 1.258;
}
.l-lower-example-list-item-excerpt {
  padding: 0.75em 1em;
  height: 100%;
}
.l-lower-example-list-item .l-top-example-list-item-cta {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-example-list-item {
  cursor: pointer;
}
@media (any-hover: hover) {
  .l-lower-example-list-item:hover {
    border: 1px solid rgba(174, 36, 68, 0.88);
  }
  .l-lower-example-list-item:hover::before {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-example-list-item:hover .l-lower-example-list-item-heading {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-example-list-item:hover .l-top-example-list-item-cta {
    background: rgba(174, 36, 68, 0.88);
  }
}
.l-lower-example-list-empty {
  grid-column: 1/-1;
  padding: var(--fvw-24);
  font-size: var(--fz-16);
  color: var(--color-dark);
  text-align: center;
}
.l-lower-example-list-more {
  grid-column: 1/-1;
  margin-inline: auto;
  -webkit-margin-before: var(--fvw-8);
          margin-block-start: var(--fvw-8);
}
main:has(.l-lower-example-single) {
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

.l-lower-example-single {
  overflow: hidden;
  padding-inline: 0;
}
.l-lower-example-single-inner {
  max-width: 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;
  margin-inline: auto;
  -webkit-padding-before: var(--fvw-20);
          padding-block-start: var(--fvw-20);
}
.l-lower-example-single-project_scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-primary);
  -webkit-margin-after: var(--fvw-32);
          margin-block-end: var(--fvw-32);
}
.l-lower-example-single-project_scale-wrapper {
  width: calc(1120px + 2rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
.l-lower-example-single-project_scale .c-heading-h4 {
  min-width: 11em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  line-height: 1.2;
}
.l-lower-example-single-project_scale-body {
  padding: var(--fvw-8) var(--fvw-20);
}
.l-lower-example-single-section {
  max-width: 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;
  -webkit-padding-after: var(--fvw-32);
          padding-block-end: var(--fvw-32);
  -webkit-margin-after: var(--fvw-32);
          margin-block-end: var(--fvw-32);
}
.l-lower-example-single-section-heading {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-white);
  gap: var(--fvw-24);
  padding-block: var(--fvw-12) 0;
}
.l-lower-example-single-section-heading-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  min-width: 2560px;
}
.l-lower-example-single-section-heading-inner {
  position: relative;
  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;
  margin-inline: auto;
  width: 100%;
  -webkit-margin-after: var(--fvw-32);
          margin-block-end: var(--fvw-32);
}
.l-lower-example-single-section-heading-inner:has(> .l-lower-example-single-section-heading.u-column_reverse) .l-lower-example-single-section-heading-bg {
  -webkit-transform: translate(-50.4%, -8px);
          transform: translate(-50.4%, -8px);
}
.l-lower-example-single-section-heading h3 {
  font-size: var(--fz-31);
  line-height: 1.6455;
  letter-spacing: normal;
  font-weight: 300;
}
.l-lower-example-single-section-heading p {
  font-size: var(--fz-18);
  border-left: 1px solid #e9e9e9;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  min-width: 33.8em;
  max-width: 33.8em;
}
.l-lower-example-single-section-heading.u-column_reverse {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-lower-example-single-section-heading.u-column_reverse h3 {
  margin-inline: 0 auto;
}
.l-lower-example-single-section-heading.u-column_reverse p {
  border-left: 0;
  border-right: 1px solid #e9e9e9;
  padding-inline: 0 1.5em;
}
@media screen and (max-width: 1180px) {
  .l-lower-example-single-section-heading {
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
  .l-lower-example-single-section-heading h3 {
    font-size: 24px;
  }
}
.l-lower-example-single-section-content {
  width: calc(1120px + 2rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-24);
}
.l-lower-example-single-section-content-fig {
  position: relative;
  border: 1px solid var(--color-primary);
}
.l-lower-example-single-section-content-fig img {
  -o-object-fit: cover;
     object-fit: cover;
}
.l-lower-example-single-section-content-fig-caption {
  font-size: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: var(--color-white);
  background: rgba(153, 134, 117, 0.85);
  padding-inline: var(--fvw-16);
}
.l-lower-example-single-section-content-body {
  min-width: 36em;
  max-width: 36em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
  color: var(--color-gray3);
}
.l-lower-example-single-section-content:not(:has(.l-lower-example-single-section-content-fig)) .l-lower-example-single-section-content-body {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  min-width: initial;
  max-width: initial;
  width: 100%;
}
.l-lower-example-single-section-content:not(:has(.l-lower-example-single-section-content-body)) .l-lower-example-single-section-content-fig {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.l-lower-example-single-section-solved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-primary);
  -webkit-margin-before: var(--fvw-24);
          margin-block-start: var(--fvw-24);
}
.l-lower-example-single-section-solved-wrapper {
  width: calc(1120px + 2rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
.l-lower-example-single-section-solved .c-heading-h4 {
  font-weight: 300;
  min-width: 10em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  line-height: 1.2;
}
.l-lower-example-single-section-solved-body {
  padding: var(--fvw-8) var(--fvw-20);
}
.l-lower-example-single-section:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.l-lower-example-single-person {
  background: url(../images/lower/example-person-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  color: var(--color-white);
  padding-inline: 1rem;
}
.l-lower-example-single-person-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-block: var(--fvw-32) var(--fvw-40);
  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;
  gap: var(--fvw-32);
}
.l-lower-example-single-person hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-12);
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
}
.l-lower-example-single-person-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--fvw-16);
}
.l-lower-example-single-person-content > img {
  width: 378px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-lower-example-single-person-content-info {
  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;
  gap: var(--fvw-16);
}
.l-lower-example-single-person-content-info-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-12);
  border-bottom: 1px solid #e9e9e9;
  -webkit-padding-after: 0.25em;
          padding-block-end: 0.25em;
  -webkit-margin-after: var(--fvw-8);
          margin-block-end: var(--fvw-8);
}
.l-lower-example-single-person-content-info-name .ja {
  line-height: 1.75;
}
.l-lower-example-single-person-content-info-link {
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, rgba(1, 0, 58, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(90deg, rgba(1, 0, 58, 0.6) 16%, rgba(0, 0, 0, 0.6) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.l-lower-example-single-person-content-info-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ed1c24), color-stop(25%, #e41b23), color-stop(50%, #dc1d25), color-stop(75%, #d01e27), to(#c1272d));
  background: linear-gradient(270deg, #ed1c24 0%, #e41b23 25%, #dc1d25 50%, #d01e27 75%, #c1272d 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.l-lower-example-single-person-content-info-link > * {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-lower-example-single-person-content-info-link:hover::before {
    opacity: 1;
  }
}
.l-lower-example-single-person-cta {
  width: 538px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, rgba(1, 0, 58, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(90deg, rgba(1, 0, 58, 0.6) 16%, rgba(0, 0, 0, 0.6) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.l-lower-example-single-person-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ed1c24), color-stop(25%, #e41b23), color-stop(50%, #dc1d25), color-stop(75%, #d01e27), to(#c1272d));
  background: linear-gradient(270deg, #ed1c24 0%, #e41b23 25%, #dc1d25 50%, #d01e27 75%, #c1272d 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.l-lower-example-single-person-cta > * {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-lower-example-single-person-cta:hover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .l-lower-example-inner {
    max-width: 100%;
  }
  .l-lower-example-filter {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--fvw-12);
    -webkit-padding-after: var(--fvw-32);
            padding-block-end: var(--fvw-32);
  }
  .l-lower-example-filter-search {
    width: 100%;
  }
  .l-lower-example-filter-search-input {
    width: 100%;
  }
  .l-lower-example-single-inner {
    max-width: 100%;
  }
  .l-lower-example-single-project_scale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-example-single-project_scale .c-heading-h4 {
    width: 100%;
  }
  .l-lower-example-single-project_scale-body {
    padding: 0.5rem 1rem;
  }
  .l-lower-example-single-section-heading {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .l-lower-example-single-section-heading-inner {
    aspect-ratio: initial !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #01003a), to(#000));
    background: linear-gradient(90deg, #01003a 16%, #000 100%);
  }
  .l-lower-example-single-section-heading-inner:has(> .l-lower-example-single-section-heading.u-column_reverse) {
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #01003a), to(#000));
    background: linear-gradient(90deg, #01003a 16%, #000 100%);
  }
  .l-lower-example-single-section-heading h3 {
    font-size: var(--fz-37);
  }
  .l-lower-example-single-section-heading p {
    border-left: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    min-width: initial;
    max-width: initial;
  }
  .l-lower-example-single-section-heading.u-column_reverse p {
    border: none;
    padding-inline: 0;
  }
  .l-lower-example-single-section-content-fig {
    width: 100%;
  }
  .l-lower-example-single-section-content-body {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .l-lower-example-single-section-solved {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-example-single-section-solved .c-heading-h4 {
    width: 100%;
  }
  .l-lower-example-single-section-solved-body {
    padding: 0.5rem 1rem;
  }
  .l-lower-example-single-person-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .l-lower-example-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .l-lower-example-single-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-example-single-person-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-example-single-person-content > img {
    width: 100%;
  }
  .l-lower-example-single-person-content-info {
    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;
  }
  .l-lower-example-single-person-cta {
    width: 100%;
  }
}
.l-lower-seminar {
  -webkit-padding-before: var(--fvw-20);
          padding-block-start: var(--fvw-20);
}
.l-lower-seminar-lead .c-heading-h4 {
  width: 512px;
}
.l-lower-seminar-lead {
  width: 100%;
  max-width: calc(1120px + 2rem);
  padding-inline: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
}
.l-lower-seminar-coming_soon {
  -webkit-margin-before: -90px;
          margin-block-start: -90px;
  -webkit-padding-after: var(--fvw-48);
          padding-block-end: var(--fvw-48);
}
.l-lower-seminar-coming_soon-item:not(:last-child) {
  -webkit-margin-after: var(--fvw-40);
          margin-block-end: var(--fvw-40);
}
.l-lower-seminar-coming_soon-heading-wrapper {
  -webkit-margin-before: -200px;
          margin-block-start: -200px;
  overflow: hidden;
  position: relative;
  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;
}
.l-lower-seminar-coming_soon-heading-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1120px;
  max-width: 100%;
}
.l-lower-seminar-coming_soon-heading-content-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  -webkit-padding-end: 9rem;
          padding-inline-end: 9rem;
}
.l-lower-seminar-coming_soon-heading-bg {
  z-index: -1;
  min-width: 2560px;
}
.l-lower-seminar-coming_soon-content {
  width: 100%;
  max-width: calc(1120px + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-16);
  margin-inline: auto;
  padding-block: var(--fvw-24);
  padding-inline: 1rem;
}
.l-lower-seminar-coming_soon-content-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 406px;
          flex: 0 0 406px;
}
.l-lower-seminar-coming_soon-content-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-lower-seminar-coming_soon-content-body-header {
  -webkit-margin-after: var(--fvw-32);
          margin-block-end: var(--fvw-32);
}
.l-lower-seminar-coming_soon-content-body-header-datetime {
  font-size: var(--fz-20);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--fvw-20);
  padding-block: 6px;
}
.l-lower-seminar-coming_soon-content-body-header h3 {
  letter-spacing: initial;
  line-height: 1.75;
}
.l-lower-seminar-coming_soon-content-body-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.l-lower-seminar-coming_soon-content-body-cols .c-heading-sub {
  width: 133px;
  line-height: 1.2;
  padding-block: 6px;
}
.l-lower-seminar-coming_soon-content-body-cols-speakers {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  -webkit-padding-end: var(--fvw-16);
          padding-inline-end: var(--fvw-16);
  -webkit-border-end: 1px solid #8c8c8c;
          border-inline-end: 1px solid #8c8c8c;
}
.l-lower-seminar-coming_soon-content-body-cols-speakers-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-16);
}
.l-lower-seminar-coming_soon-content-body-cols-speakers-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.l-lower-seminar-coming_soon-content-body-cols-speakers-list-detail-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 133px;
  height: auto;
}
.l-lower-seminar-coming_soon-content-body-cols-format {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18%;
          flex: 1 1 18%;
  -webkit-padding-start: var(--fvw-16);
          padding-inline-start: var(--fvw-16);
}
.l-lower-seminar-past_seminars {
  width: 100%;
  max-width: calc(1120px + 2rem);
  padding-inline: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-24);
}
.l-lower-seminar-past_seminars .c-heading-h4 {
  width: 512px;
}
.l-lower-seminar-past_seminars-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
}
.l-lower-seminar-past_seminars-filter-category {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-12);
}
.l-lower-seminar-past_seminars-filter-category-all {
  font-size: 15px;
  line-height: 1.6;
  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: 230px;
  min-width: 200px;
  aspect-ratio: 230/25;
  text-align: center;
  background: var(--color-dark);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .l-lower-seminar-past_seminars-filter-category-all:hover {
    opacity: 0.6;
  }
}
.l-lower-seminar-past_seminars-filter-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--fvw-12);
}
.l-lower-seminar-past_seminars-filter-category-list .c-category {
  width: 230px;
}
.l-lower-seminar-past_seminars-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--fvw-24) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--fvw-24);
}
.l-lower-seminar-past_seminars-list.has-more-items {
  border-bottom: 1px solid #696969;
  -webkit-padding-after: var(--fvw-24);
          padding-block-end: var(--fvw-24);
}
.l-lower-seminar-past_seminars-list > .js-archive-more-item.is-hidden-initial {
  display: none;
}
.l-lower-seminar-past_seminars-list-link {
  position: relative;
  display: block;
  border: 1px solid var(--color-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-seminar-past_seminars-list-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: var(--color-primary);
  font-size: var(--fz-20);
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-seminar-past_seminars-list-link-inner {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-8);
  padding: 0.75em 1em;
  width: 100%;
}
.l-lower-seminar-past_seminars-list-link-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--fvw-8);
}
.l-lower-seminar-past_seminars-list-link-tags .c-category {
  width: 230px;
}
.l-lower-seminar-past_seminars-list-link-title {
  font-size: var(--fz-18);
  width: 100%;
  padding: 0.5em 0.75em;
  background: rgba(5, 23, 56, 0.88);
  color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-lower-seminar-past_seminars-list-link-eyecatch {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.l-lower-seminar-past_seminars-list-link-eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .l-lower-seminar-past_seminars-list-link:hover {
    border: 1px solid rgba(174, 36, 68, 0.88);
  }
  .l-lower-seminar-past_seminars-list-link:hover::after {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-seminar-past_seminars-list-link:hover .l-lower-seminar-past_seminars-list-link-title {
    background: rgba(174, 36, 68, 0.88);
  }
  .l-lower-seminar-past_seminars-list-link:hover .l-top-example-list-item-cta {
    background: rgba(174, 36, 68, 0.88);
  }
}
.l-lower-seminar-past_seminars-list-more {
  grid-column: 1/-1;
  margin-inline: auto;
  -webkit-margin-before: var(--fvw-8);
          margin-block-start: var(--fvw-8);
}
.l-lower-seminar-single {
  -webkit-padding-before: var(--fvw-20);
          padding-block-start: var(--fvw-20);
}
.l-lower-seminar-single-inner {
  width: 100%;
  max-width: 1120px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-20);
  margin-inline: auto;
}
.l-lower-seminar-single-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-primary);
  letter-spacing: 10%;
}
.l-lower-seminar-single-info .c-heading-h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding-block: 4px;
  -webkit-padding-end: 5rem;
          padding-inline-end: 5rem;
  font-weight: 300;
  line-height: 1.2;
}
.l-lower-seminar-single-info-body {
  color: var(--color-dark);
  font-size: var(--fz-20);
  padding: 9px var(--fvw-20);
  line-height: 1.2;
}
.l-lower-seminar-single-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-16);
}
.l-lower-seminar-single-content .c-heading-sub {
  -webkit-margin-after: var(--fvw-8);
          margin-block-end: var(--fvw-8);
  font-size: var(--fz-20);
  line-height: 1.2;
  padding-block: 6px;
}
.l-lower-seminar-single-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-24);
  width: 601px;
  max-width: 380px;
}
.l-lower-seminar-single-content-left-detail-body {
  -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
}
.l-lower-seminar-single-content-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.l-lower-seminar-single-content-right-detail-body {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.l-lower-seminar-single-content-right-speakers-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--fvw-16);
}
.l-lower-seminar-single-content-right-speakers-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.l-lower-seminar-single-content-right-speakers-list-detail-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 136px;
  height: auto;
}
.l-lower-seminar-single-contact {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.l-lower-seminar-single-back_btn {
  padding-block: var(--fvw-20) var(--fvw-24);
}
@media (max-width: 1024px) {
  .l-lower-seminar-lead {
    padding-inline: 1rem;
    max-width: 100%;
  }
  .l-lower-seminar-lead .c-heading-h4 {
    width: 100%;
  }
  .l-lower-seminar-coming_soon {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .l-lower-seminar-coming_soon-content {
    max-width: 100%;
    padding-inline: 1rem;
  }
  .l-lower-seminar-coming_soon-content-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    min-width: 360px;
    max-width: 360px;
  }
  .l-lower-seminar-coming_soon-content-body-header {
    -webkit-margin-after: var(--fvw-24);
            margin-block-end: var(--fvw-24);
  }
  .l-lower-seminar-coming_soon-content-body-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-seminar-coming_soon-content-body-cols-speakers {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-margin-after: var(--fvw-24);
            margin-block-end: var(--fvw-24);
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-border-end: 0;
            border-inline-end: 0;
  }
  .l-lower-seminar-coming_soon-content-body-cols-speakers-list-detail-img {
    width: 120px;
  }
  .l-lower-seminar-coming_soon-content-body-cols-format {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .l-lower-seminar-coming_soon-content-body-cols .c-heading-sub {
    width: 100%;
  }
  .l-lower-seminar-coming_soon-heading-wrapper {
    -webkit-margin-before: -120px;
            margin-block-start: -120px;
  }
  .l-lower-seminar-coming_soon-heading-bg {
    min-width: 1920px;
  }
  .l-lower-seminar-past_seminars {
    max-width: 100%;
    padding-inline: 1rem;
  }
  .l-lower-seminar-past_seminars .c-heading-h4 {
    width: 100%;
  }
  .l-lower-seminar-single-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .l-lower-seminar-coming_soon {
    -webkit-margin-before: 5vw;
            margin-block-start: 5vw;
  }
  .l-lower-seminar-coming_soon-heading-wrapper {
    -webkit-margin-before: -180px;
            margin-block-start: -180px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-lower-seminar-coming_soon-heading-content-box {
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
  }
  .l-lower-seminar-coming_soon-heading-bg {
    -webkit-transform: translateX(-1127px);
            transform: translateX(-1127px);
    min-width: 2560px;
  }
  .l-lower-seminar-coming_soon-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-seminar-coming_soon-content-img {
    min-width: 100%;
    max-width: 100%;
  }
  .l-lower-seminar-past_seminars-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .l-lower-seminar-single-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-seminar-single-info .c-heading-h4 {
    width: 100%;
  }
  .l-lower-seminar-single-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-seminar-single-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--fvw-24);
    width: 100%;
    max-width: 100%;
  }
  .l-lower-seminar-single-content-right {
    width: 100%;
    gap: 24px;
  }
  .l-lower-seminar-single-content-right-speakers-list-detail-img {
    width: 128px;
  }
}
.l-lower-contact {
  -webkit-margin-before: var(--fvw-20);
          margin-block-start: var(--fvw-20);
  padding: 0;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/lower/bg-corporate_info.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.l-lower-contact-inner {
  width: calc(805px + 2rem);
  max-width: 100%;
  padding-block: var(--fvw-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
  padding-inline: 1rem;
}
.l-lower-contact hgroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.l-lower-contact .l-lower-contact-cf7-form-step form .cf7-submit-row,
.l-lower-contact .l-lower-contact-cf7-form-step form input[type=submit],
.l-lower-contact .l-lower-contact-cf7-form-step form button[type=submit] {
  display: none !important;
}
.l-lower-contact .wpcf7 .u-ff-en {
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
  line-height: 1.2;
}
.l-lower-contact .wpcf7-seminar-registration-form {
  max-width: 100%;
  color: var(--color-white);
}
.l-lower-contact .wpcf7-seminar-registration-form label,
.l-lower-contact .wpcf7-seminar-registration-form p,
.l-lower-contact .wpcf7-seminar-registration-form span {
  font-size: var(--fz-18);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-required-badge {
  display: inline-block;
  background: #ae2444;
  font-size: var(--fz-16);
  color: #fff;
  line-height: 1;
  padding: 0.2em 0.8em;
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  vertical-align: middle;
  font-weight: 400;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row {
  -webkit-margin-after: var(--fvw-20);
          margin-block-end: var(--fvw-20);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row label {
  display: block;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  line-height: 1.667;
  font-weight: 300;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row .wpcf7-form-control-wrap {
  font-size: var(--fz-18);
  line-height: 1.875;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row .wpcf7-form-control-wrap span,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row .wpcf7-form-control-wrap input {
  font-size: var(--fz-18);
}
@media (max-width: 1024px) {
  .l-lower-contact .wpcf7-seminar-registration-form .cf7-field-row--half {
    display: inline-block;
    width: calc(50% - 0.5em);
    -webkit-margin-end: 0.25em;
            margin-inline-end: 0.25em;
    vertical-align: top;
  }
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea {
  min-height: 120px;
  resize: vertical;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block {
  -webkit-margin-after: var(--fvw-20);
          margin-block-end: var(--fvw-20);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-heading {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-8);
  color: var(--color-dark);
  max-height: 254px;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  overflow-y: auto;
  overflow-y: scroll;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content-wrapper {
  background: #fff;
  padding: 1em 1.5em;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content::-webkit-scrollbar {
  width: 24px;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content::-webkit-scrollbar-track {
  background: #ccc;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content::-webkit-scrollbar-thumb {
  background: #f2f2f2;
  border: 5px solid #ccc;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-privacy-block .cf7-privacy-content p {
  font-size: 16px;
  line-height: 1.875;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row input[type=checkbox],
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row .wpcf7-list-item-label input {
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  min-height: 1.25em;
  margin: 0 0.5em 0 0;
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row input[type=checkbox]:checked,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row .wpcf7-list-item-label input:checked {
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4L4 7L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  border-color: var(--color-primary);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row input[type=checkbox].wpcf7-not-valid,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row .wpcf7-list-item-label input.wpcf7-not-valid {
  background: #ff8891;
  border-color: #ff8891;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-consent-row + .wpcf7-not-valid-tip {
  display: block;
  text-align: center;
  margin-block: -0.75em 1.5em;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 1.5em;
}
@media (max-width: 768px) {
  .l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list .wpcf7-list-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list .wpcf7-list-item .wpcf7-list-item-label {
  font-size: var(--fz-18);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list input[type=checkbox] {
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  min-height: 1.25em;
  margin: 0 0.25em 0 0;
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-checkbox-list input[type=checkbox]:checked {
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4L4 7L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  border-color: var(--color-primary);
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-submit {
  cursor: pointer;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #8c8c8c;
  color: var(--color-dark);
  padding: 0.25em 0.75em;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input::-webkit-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea::-webkit-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field::-webkit-input-placeholder {
  color: #999;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input::-moz-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea::-moz-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field::-moz-placeholder {
  color: #999;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input:-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea:-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field:-ms-input-placeholder {
  color: #999;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input::-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea::-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field::-ms-input-placeholder {
  color: #999;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input::placeholder,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea::placeholder,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field::placeholder {
  color: #999;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid {
  background: #ff8891;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid::-webkit-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid::-webkit-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid::-webkit-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid::-moz-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid::-moz-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid::-moz-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid:-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid:-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid:-ms-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid::-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid::-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid::-ms-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid::placeholder,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid::placeholder,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid::placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid {
  background: #ff8891;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid::-webkit-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid::-webkit-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid::-moz-placeholder, .l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid::-moz-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid:-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid:-ms-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid::-ms-input-placeholder, .l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid::-ms-input-placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid::placeholder,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid::placeholder {
  color: transparent;
}
.l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid:autofill, .l-lower-contact .wpcf7-seminar-registration-form .cf7-input.wpcf7-not-valid:-webkit-autofill,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid:autofill,
.l-lower-contact .wpcf7-seminar-registration-form .cf7-textarea.wpcf7-not-valid:-webkit-autofill,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid:autofill,
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field.wpcf7-not-valid:-webkit-autofill,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid:autofill,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-tel].wpcf7-not-valid:-webkit-autofill,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid:autofill,
.l-lower-contact .wpcf7-seminar-registration-form input[name=your-phone].wpcf7-not-valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ff8891 inset !important;
  box-shadow: 0 0 0 1000px #ff8891 inset !important;
  -webkit-text-fill-color: var(--color-dark) !important;
}
.l-lower-contact .wpcf7-seminar-registration-form select.cf7-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cpolygon points='0,8.66 10,8.66 5,0' fill='%23998675' fill-opacity='0.9'/%3E%3Cpolygon points='0,11.34 10,11.34 5,20' fill='%23998675' fill-opacity='0.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 24px 36px;
}
.l-lower-contact .wpcf7-seminar-registration-form .seminar-title-field {
  cursor: not-allowed;
}
.l-lower-contact .wpcf7-seminar-registration-form [data-name=your-email-confirm] {
  -webkit-margin-before: var(--fvw-12);
          margin-block-start: var(--fvw-12);
}
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-not-valid-tip {
  color: rgba(174, 36, 68, 0.88);
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
  font-weight: 500;
  font-size: var(--fz-16) !important;
}
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap {
  display: block;
}
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap:focus-within .wpcf7-not-valid-tip {
  display: none;
}
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap:focus-within .wpcf7-not-valid-tip--email-required,
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap:focus-within .wpcf7-not-valid-tip--email-confirm,
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap:focus-within .wpcf7-not-valid-tip--phone-confirm,
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-form-control-wrap:focus-within .wpcf7-not-valid-tip--required {
  display: block;
}
.l-lower-contact .wpcf7-seminar-registration-form .wpcf7-response-output {
  color: var(--color-white);
}
.l-lower-contact-cf7-confirm-body {
  -webkit-margin-after: var(--fvw-24);
          margin-block-end: var(--fvw-24);
}
.l-lower-contact-cf7-confirm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--fvw-16);
}
.l-lower-contact-cf7-confirm-list .l-lower-contact-cf7-confirm-item dt {
  color: var(--color-white);
}
.l-lower-contact-cf7-confirm-list .l-lower-contact-cf7-confirm-item dt .u-ff-en {
  color: var(--color-primary);
  font-family: "BebasNeue", sans-serif;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.l-lower-contact-cf7-confirm-list .l-lower-contact-cf7-confirm-item dd {
  color: var(--color-white);
}
.l-lower-contact-cf7-confirm-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--fvw-16) var(--fvw-32);
}
.l-lower-contact-cf7-success-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-after: var(--fvw-16);
          margin-block-end: var(--fvw-16);
  color: var(--color-white);
}
.l-lower-contact-cf7-success-body {
  color: var(--color-white);
}
@media (max-width: 768px) {
  .l-lower-contact .cf7-input,
  .l-lower-contact .cf7-textarea {
    font-size: 16px;
  }
}