@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body, html {
  font-size: 16px;
  font-weight: 400;
  font-family: "din-2014", "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.875;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-gray);
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-t {
  padding-top: 120px;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container-t {
    padding-top: 90px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --color-black: #111;
  --color-gray: #F3F3F3;
  --color-main: #063E90;
  --color-accent: #CE6029;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs90: clamp(3.5rem, 3.0262738853503186rem + 2.1656050955414012vw, 5.625rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs26: clamp(1.25rem, 1.166rem + 0.4vw, 1.625rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs22: clamp(1rem, 0.916rem + 0.364vw, 1.375rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    h-block
===================================================================*/
.h-block {
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  margin-bottom: 50px;
}

.sec-tit {
  font-size: var(--fs56);
  line-height: 1.2;
  color: var(--color-main);
}

.sec-tit-lead {
  font-size: var(--fs24);
  font-weight: 700;
}

/*===================================================================
    btn
===================================================================*/
.btn {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  border: 1px solid #333;
  margin-top: 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn:hover {
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: #fff;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(/common/img/mask.webp);
          mask-image: url(/common/img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*========================
	totop
========================*/
.totop {
  width: 80px;
  height: 80px;
  padding: 24px;
  border-radius: 100%;
  background-color: var(--color-black);
  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;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  color: white; /* 矢印の色 */
  font-size: 32px; /* 矢印のサイズ */
  text-align: center;
  line-height: 1;
}

.totop:hover {
  background-color: #555; /* ホバー時に色を変える */
}

/*===================================================================
    header
===================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-position {
  width: 100%;
  z-index: 10;
  margin-top: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.inner--header {
  max-width: none;
}

.header-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-logo {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-right: 40px;
}

.header-menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-top: 20px;
}

.header-list {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.header-list::after {
  content: ":";
  display: block;
  font-size: var(--fs18);
  position: absolute;
  top: 0;
  right: 0;
}
.header-list#group::after {
  content: none;
}

.header-item {
  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;
  font-size: var(--fs18);
  font-weight: 500;
}

.header-position.scroll {
  background-color: #fff;
  margin-top: 0;
}
.header-position.scroll .header-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-position.scroll .header-menu {
  margin-top: 10px;
}

.header-list#group-sp {
  display: none;
}

.group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px;
}

.group-img-item {
  width: 48%;
  padding: 8px 0px;
}

@media screen and (max-width: 1600px) {
  .header-wrap {
    padding-top: 0px;
  }
}
@media screen and (max-width: 990px) {
  .header-menu {
    position: fixed;
    top: 0px;
    right: -100%;
    background-color: var(--color-main);
    width: 320px;
    padding: 120px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
    margin-top: 0 !important;
  }
  .header-menu.open {
    right: 0;
  }
  .header-list {
    border-bottom: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header-list:last-child {
    border-bottom: none;
  }
  .header-item {
    padding: 10px 5px;
    color: #fff;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .header-list::after {
    display: none;
  }
  .header-logo {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .header-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-list#group {
    display: none;
  }
  .header-list#group-sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header-position {
    margin-top: 20px;
  }
  .header-logo {
    max-width: 250px;
    margin-right: 50px;
  }
}
.header {
  background-color: #214b8d;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}

.header-item a {
  color: #fff;
  display: block;
  padding: 20px;
}

.megaMenu {
  background-color: var(--color-main);
  left: 0;
  top: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 220px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.megaMenu-list {
  padding-top: 15px;
}

.megaMenu-item {
  display: inline-block;
  padding: 8px 30px;
  width: 100%;
  text-align: left;
}
.megaMenu-item a {
  color: #fff;
}

/* メニューをhoverした時のスタイル */
.header-list:hover {
  background-color: var(--color-main);
}
.header-list:hover a {
  color: #fff;
}

.header-list:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 991px) {
  .mobmenu-wrap {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  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: 30px;
  height: 40px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: var(--color-black);
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 17px;
}

.openbtn span:nth-of-type(3) {
  top: 24px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

/*========================
  mob-contact
========================*/
.mob-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  margin-right: 30px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #063E90;
  color: #fff;
}

.footer-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 300px;
  margin: 0 auto 60px;
  padding: 20px 10px 10px;
  background-image: linear-gradient(to right, #fff 8px, transparent 8px), linear-gradient(to bottom, #fff 8px, transparent 8px), linear-gradient(to left, #fff 8px, transparent 8px), linear-gradient(to top, #fff 8px, transparent 8px);
  background-size: 11px 2px, 2px 11px, 11px 2px, 2px 11px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.footer-btn img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.copy-right {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--fs14);
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 90px;
}

.crumb-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crumb-wrap a {
  display: block;
  font-size: 12px;
}
.crumb-wrap span {
  font-size: 12px;
}

/*===================================================================
    トップページ
===================================================================*/
/*========================
  mv
========================*/
.mv-slider-wrap {
  position: relative;
}

.mv-contents {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.main-copy {
  font-size: var(--fs56);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: var(--color-main);
  padding: 130px;
  margin-bottom: 200px;
}

.mv-link-wrap {
  background-color: #fff;
  padding-left: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 6;
  margin-top: -180px;
}

.mv-link-list {
  margin-right: 10px;
  margin-left: 10px;
}

.mv-slider {
  width: 50%;
  margin-left: auto;
  height: 100%;
}
.mv-slider div,
.mv-slider .splide {
  height: 100%;
}
.mv-slider .slide {
  overflow: hidden;
  margin: 0 auto;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv-slider .slide img {
  -webkit-transition: 5s 1s ease-out;
  transition: 5s 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  object-fit: cover;
}
.mv-slider .splide__slide[class*=-active] .slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: slide-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slide-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mv-slider .splide__slide[class*=-active] .slide img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@-webkit-keyframes slide-anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 1800px) {
  .mv-link-item img {
    padding: 3px;
    background-color: #fff;
  }
  .mv-contents {
    bottom: 0;
    top: 10%;
  }
  .main-copy {
    font-size: var(--fs40);
    line-height: 2;
    margin-bottom: 0;
    line-height: 2.3;
    margin-top: 200px;
    padding: 100px;
  }
  .mv-link-wrap {
    margin-top: -110px;
  }
}
@media screen and (max-width: 940px) {
  .main-copy {
    font-size: var(--fs40);
  }
}
@media screen and (max-width: 880px) {
  .mv-slider {
    width: 100%;
  }
  .mv-link-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    max-width: 620px;
    margin-top: 0;
  }
  .mv-link-list {
    width: auto;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-copy {
    display: none;
  }
  .main-copy-sp {
    font-size: var(--fs48);
    color: var(--color-main);
    letter-spacing: 0em;
    line-height: 1.5;
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
    padding: 0px 30px;
    margin-top: 300px;
  }
  .main-copy-lead-sp {
    font-size: var(--fs48);
    color: var(--color-main);
    letter-spacing: 0em;
    line-height: 1.5;
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
    padding: 0px 30px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 650px) {
  .main-copy-sp {
    font-size: var(--fs40);
    margin-top: 230px;
  }
  .main-copy-lead-sp {
    font-size: var(--fs40);
  }
  .mv-link-wrap {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    width: calc(100% - 60px);
    max-width: 320px;
  }
  .mv-link-list {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 520px) {
  .mv-contents {
    top: 80px;
  }
  .main-copy-sp {
    margin-top: 150px;
    font-size: var(--fs36);
  }
  .main-copy-lead-sp {
    font-size: var(--fs36);
  }
  .h-block {
    height: 80vh;
    min-height: 540px;
  }
}
@media screen and (max-width: 440px) {
  .main-copy-sp {
    margin-top: 70px;
  }
}
@media screen and (min-width: 881px) {
  .main-copy-sp, .main-copy-lead-sp {
    display: none;
  }
}
/*===================================================================
  concept
===================================================================*/
.sun007-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sun007-contents {
  width: 50%;
}

.sun007-wrap {
  margin: 60px 50px;
  padding: 0px 10%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.sun007-wrap li {
  padding-top: 70vh;
  margin-top: -40vh;
}
.sun007-wrap li:first-child {
  padding-top: 10vh;
  margin-top: 0;
}
.sun007-wrap li:last-child {
  padding-bottom: 40vh;
}

.images {
  width: 50%;
  height: 100vh;
  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;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.images div {
  height: 600px;
  margin: auto;
  visibility: hidden;
  position: absolute;
  top: 0px;
  bottom: 100px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.images div:first-of-type, .images div.active {
  visibility: visible;
  opacity: 1;
}
.images div img {
  max-width: 400px;
}

.concept-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  overflow: hidden;
}
.concept-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-img {
  width: 70%;
  position: absolute;
  top: 35%;
  left: 15%;
  height: 100% !important;
  z-index: 5;
  overflow: hidden;
  opacity: 1 !important;
}

.concept-img-sp {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}

.concept-tit {
  font-size: var(--fs56);
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: #063E90;
}
.concept-tit strong {
  background: var(--color-accent);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: var(--fs56);
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  margin-right: 7px;
}

.concept-lead {
  font-size: var(--fs24);
  font-weight: 700;
  margin-bottom: 40px;
  color: #111111;
}

.concept-text {
  line-height: 2;
  color: #111111;
}

@media screen and (max-width: 1200px) {
  .sun007-contents {
    width: 55%;
  }
  .sun007-wrap {
    margin: 60px 30px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 880px) {
  .sun007-block {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sun007-contents {
    width: 60%;
    margin-top: 50px;
  }
  .sun007-wrap {
    margin: 0px;
    padding-bottom: 1px;
  }
  .sun007-wrap li:last-child {
    padding-bottom: 50px;
  }
  .images {
    z-index: 0;
    height: auto;
    margin: 0 30px;
  }
  .concept-img, .concept-bg {
    display: none;
  }
  .scroll-box01,
  .scroll-box02,
  .scroll-box03,
  .scroll-box04,
  .scroll-box05 {
    margin: 100px 0px !important;
  }
  .scroll-box01 img,
  .scroll-box02 img,
  .scroll-box03 img,
  .scroll-box04 img,
  .scroll-box05 img {
    padding-top: 50px;
  }
  .sun007-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sun007-contents {
    width: 100%;
  }
  .images {
    width: 100%;
  }
  .images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .concept-lead {
    margin-bottom: 20px;
  }
  .concept-tit strong {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 990px) {
  .concept-img-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sun007-block {
    padding-top: 0;
  }
}
/*===================================================================
  service
===================================================================*/
.service {
  background-color: #f3f3f3;
}
.service .sec-tit-wrap {
  margin-bottom: 100px;
}

.service-list {
  width: 100%;
}

.service-list:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service-list:last-of-type {
  -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;
}
.service-list:last-of-type .service-img {
  background-color: var(--color-black);
  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;
  height: 100%;
}

.service-img {
  width: 50%;
}
.service-img a {
  height: 100%;
}
.service-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-img iframe {
  width: 100%;
}

.service-contents {
  width: 50%;
  padding: 40px 30px;
  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-color: #fff;
}

.service-box {
  max-width: 620px;
}

.service-logo {
  margin-bottom: 30px;
  width: 350px;
}

.service-tit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-tit {
  font-size: var(--fs36);
  font-weight: 700;
  margin-bottom: 10px;
  color: #063E90;
}

.service-tit-small {
  font-size: var(--fs20);
  margin-left: 20px;
}

.service-tit-lead {
  font-size: var(--fs22);
  font-weight: 700;
  margin-bottom: 40px;
}

.service-sec-tit {
  font-weight: 700;
  margin-top: 30px;
}

.btn--housing:hover {
  border: 1px solid #182987;
  background-color: #182987;
  color: #fff;
}

.btn--service:hover {
  border: 1px solid #E50012;
  background-color: #E50012;
  color: #fff;
}

.btn--style:hover {
  border: 1px solid #006F77;
  background-color: #006F77;
  color: #fff;
}

.btn--station:hover {
  border: 1px solid #67A743;
  background-color: #67A743;
  color: #fff;
}

.btn--salon:hover {
  border: 1px solid #010137;
  background-color: #010137;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-list:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-contents {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-img {
    width: 100%;
    padding: 0 30px;
    padding-top: 40px;
    background-color: #fff;
    max-height: 300px;
  }
  .service .sec-tit-wrap {
    margin-bottom: 20px;
  }
  .service-tit {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .service-tit-small {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .service-tit-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .service-tit {
    margin-right: 0;
    line-height: 1.2;
    width: 100%;
  }
  .service-tit-small {
    margin-left: 0;
  }
  .service-tit-lead {
    margin-bottom: 5px;
  }
}
.service-list.salon .service-contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.movie-text-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 620px;
}

.movie-tit {
  font-size: var(--fs36);
  font-weight: 700;
}

.movie-sec-tit {
  margin-bottom: 20px;
  line-height: 1.5;
}

legend {
  text-align: center;
}

.movie-guide {
  font-size: var(--fs22);
  padding: 0.3rem 10px;
  color: #063E90;
  font-weight: 600;
}

.guide-store {
  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;
  gap: 2rem;
  font-weight: 300;
}

.guide-store01,
.guide-store02 {
  line-height: 1.5;
}

/* 予約ボタン */
.button_solid013 {
  font-size: 18px;
  font-weight: 100;
}

.button_solid013 a {
  background: #ffffff;
  color: #063E90;
  border: 1px solid #063E90;
  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;
  margin-top: 20px;
  max-width: 240px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  line-height: 1.2;
}

/* グラデ背景 */
.button_solid013 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #063E90;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: 0;
}

/* テキストと矢印を前に出す */
.button_solid013 a span {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ホバーで背景が左から青に変わる */
.button_solid013 a:hover::before {
  left: 0;
}

.button_solid013 a:hover {
  color: #fff;
}

/* 矢印 */
.button_solid013 a span::after {
  content: "»";
  display: inline-block;
  color: inherit;
  padding-left: 10px;
  font-size: 20px;
  -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;
}

/* ホバー時に矢印を少し右にスライド */
.button_solid013 a:hover span::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* ★ 以下は立体感の原因 → 削除 */
.button_solid013 a:active {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1600px) {
  .movie-tit {
    font-size: var(--fs24);
  }
  .movie-guide {
    font-size: 16px;
    padding: 0.5rem;
  }
  .guide-store01,
  .guide-store02 {
    font-size: var(--fs14);
  }
  .button_solid013 a {
    padding: 10px 25px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .service-list.salon .service-img {
    max-height: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
  }
  .service-list.salon .service-contents {
    -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;
    padding-top: 20px;
  }
  .movie-text-area {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .movie-guide {
    padding: 1rem;
  }
}
/*===================================================================
    about
===================================================================*/
.about {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 2;
}

.about-flex-info {
  width: 50%;
}
.about-flex-info .sec-tit-wrap {
  padding: 0px 10%;
  margin-top: 90px;
}

.about-flex .tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 40px;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}
.about-flex .tb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 274px;
  margin: 40px 0px;
}

.about-flex .tb dt {
  width: 190px;
  color: #000;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.12em;
  padding: 1.5em 0;
  font-weight: normal;
}

.about-flex .tb dd {
  width: calc(100% - 220px);
  color: #000;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.12em;
  line-height: 35px;
  padding: 1em 0;
}

dd a {
  position: relative; /* リンクに相対位置を設定 */
  display: inline-block; /* リンクをインラインブロックに */
  text-decoration: none; /* リンクの下線を削除 */
  color: #063E90;
}

dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 102%; /* リンクの右隣に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 垂直方向に中央揃え */
  width: 16px; /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  background-image: url("/common/img/linkmark.webp"); /* アイコンの画像パス */
  background-size: contain; /* 画像を要素内に収める */
  background-repeat: no-repeat; /* 画像が繰り返されないようにする */
}

.about-map {
  width: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: sticky;
  top: 0;
  height: 100vh;
}
.about-map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .about-flex .tb dt {
    width: 160px;
  }
  .about-flex .tb dd {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 990px) {
  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-flex-info {
    width: 100%;
    padding-left: 5%;
  }
  .about-flex-info .sec-tit-wrap,
  .about-flex .td {
    padding: 0;
  }
  .about-map {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    position: static;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .about-flex-info .sec-tit-wrap {
    padding: 0 15px;
  }
  .about-flex .tb {
    margin-right: 0;
    padding: 0 30px;
    font-size: 14px;
  }
  .about-flex .tb dt {
    width: 100px;
  }
  .about-flex .tb dd {
    width: calc(100% - 100px);
  }
  .bg-diagonal-blue {
    top: 0px;
    height: 2250px;
  }
  .about-map {
    height: auto;
  }
  .about-map iframe {
    height: 400px;
  }
}
/*===================================================================
    slide sun008
===================================================================*/
.sun008 {
  padding-bottom: 0px;
  position: relative;
}

.slide_area {
  position: relative;
  z-index: 2;
  width: 100%;
}

.slide_area .slide_txt {
  width: 100%;
  height: 92px;
  position: absolute;
  left: 0;
  top: 170px;
  background: url(../img/slide-text.webp) repeat-x 0 0;
  background-size: 3527px 92px; /* 背景画像のサイズ調整 */
  overflow: hidden;
  -webkit-animation: slide_txt 40s linear infinite;
  animation: slide_txt 40s linear infinite;
  z-index: 5;
  opacity: 0.5;
}
@-webkit-keyframes slide_txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3527px 0; /* 背景画像の幅を元に位置を調整 */
  }
}
@keyframes slide_txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3527px 0; /* 背景画像の幅を元に位置を調整 */
  }
}
.slide_area .slide_txt .splide__slide {
  height: 400px;
}
.slide_area .slide_txt .splide__slide img {
  height: 400px;
  width: 350px;
}

.top-box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 120px;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-box-text {
  font-size: var(--fs124);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 60px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}