@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;700;900&family=Cormorant&family=Zen+Kaku+Gothic+New:wght@700&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #202020;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body.is-popupopen {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body.is-header-open {
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #202020;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* scrollbar */
.simplebar-track {
  background: #fff;
  border: 0.0625rem solid #30344e;
  border-radius: 6.25rem;
}
.simplebar-track.simplebar-vertical {
  width: 1.5rem;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  max-height: 100%;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
  top: 0.375rem;
  bottom: 0.375rem;
  width: 0.75rem;
  margin: auto;
}
.simplebar-track.simplebar-horizontal {
  height: 1.5rem;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  max-width: 100%;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
  right: 0.375rem;
  left: 0.375rem;
  height: 0.75rem;
  margin: auto;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  background: #30344e;
  border-radius: 6.25rem;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .simplebar-track.simplebar-horizontal {
    height: 1rem;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
    inset: 0.1875rem 0.3125rem 0.1875rem 0.1875rem;
    height: auto;
  }
  .simplebar-track.simplebar-vertical {
    width: 0.5rem;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
    inset: 0.0625rem;
    bottom: 0.1875rem;
    width: 0.25rem;
  }
}
/* anime */
.anime {
  --duration: 0.5;
  --delay: 0;
  animation-duration: calc(var(--duration) * 1s);
  animation-play-state: paused;
  animation-delay: calc(var(--delay) * 1s);
  animation-fill-mode: both;
}
.anime.anime-blur {
  opacity: 0;
  animation-name: animeBlur;
}
.anime.is-active.anime-blur {
  animation-play-state: running;
}

@keyframes animeBlur {
  from {
    filter: blur(0.625rem);
    opacity: 1;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  --color-txt-logo: #fff;
  position: absolute;
  top: -6.25rem;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: 6.25rem;
  background: url("../images/index/bg-mv-01.png"), linear-gradient(#30344e, #30344e);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply, normal;
  transition: top 0.3s;
}
.l-header.is-fixed {
  --color-txt-logo: #30344e;
  position: fixed;
  top: 0;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.l-header.is-fixed .l-header__inner {
  min-height: 5.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.l-header.is-fixed .l-header__nav-link {
  color: #202020;
}
.l-header__inner {
  max-width: 112.5rem;
  min-height: 7.5rem;
  padding: 2.5rem 1.25rem 2.25rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: min(3.90625vw, 3.5rem);
  align-items: center;
  height: 100%;
}
.l-header__logo {
  font-size: 0;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
.l-header__logo a::before {
  display: block;
  width: 2.0625rem;
  aspect-ratio: 33/28;
  content: "";
  background: url("../images/com-icon-triagle.svg") no-repeat center/contain;
}
.l-header__logo a::after {
  width: 10.3125rem;
  aspect-ratio: 165/40;
  margin-left: 1.125rem;
  content: "";
  background-color: var(--color-txt-logo);
  -webkit-mask-image: url("../images/com-text-logo.svg");
          mask-image: url("../images/com-text-logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  height: 100%;
}
.l-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: min(3.125vw, 2.5rem);
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-header__nav-link {
    font-size: 14px;
  }
}
.l-header__nav-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.1875rem 2.5rem 0.1875rem 3.125rem;
  background-color: #fff;
  border: 0.0625rem solid #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .l-header__nav-btn {
    font-size: 14px;
  }
}
.l-header__nav-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-color: #30344e;
  border-radius: 50%;
}

.l-hum {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 0.0625rem solid #202020;
}
.l-hum::after {
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.6;
  color: #30344e;
  text-align: center;
  content: "Menu";
}
.l-hum__bar {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  margin-top: -0.5rem;
  --space: 0.25rem;
}
.l-hum__bar span {
  position: absolute;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  background: #30344e;
  border-radius: 62.4375rem;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum__bar span:nth-child(1) {
  top: calc(50% - var(--space));
}
.l-hum__bar span:nth-child(2) {
  top: 50%;
}
.l-hum__bar span:nth-child(3) {
  top: calc(50% + var(--space));
}
.l-hum.is-active::after {
  content: "Close";
}
.l-hum.is-active .l-hum__bar span {
  width: 1.125rem !important;
}
.l-hum.is-active .l-hum__bar span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active .l-hum__bar span:nth-child(2) {
  display: none;
}
.l-hum.is-active .l-hum__bar span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media all and (min-width: 768px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-header.is-fixed {
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  }
  .l-header.is-fixed .l-hum::after {
    display: none;
  }
  .l-header.is-fixed .l-hum__bar {
    margin-top: 0;
    --space: 0.3125rem;
  }
  .l-header.is-fixed .l-hum__bar span {
    width: 0.875rem;
  }
  .l-header.is-fixed .l-header__inner {
    min-height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .l-header.is-fixed .l-header__nav-link {
    color: #fff;
  }
  .l-header.is-open {
    background: url("../images/index/bg-mv-01.png"), linear-gradient(#30344e, #30344e);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply, normal;
  }
  .l-header.is-open .l-header__nav-btn {
    opacity: 0;
  }
  .l-header.is-open .l-hum::after {
    display: block;
  }
  .l-header.is-open .l-hum__bar {
    margin-top: -0.5rem;
  }
  .l-header__inner {
    height: 5rem;
    min-height: unset;
    padding: 1.25rem 1.0625rem;
  }
  .l-header__logo a::before {
    width: 1.5rem;
  }
  .l-header__logo a::after {
    width: 5.9375rem;
    margin-left: 0.875rem;
  }
  .l-header__container {
    justify-content: space-between;
  }
  .l-header__menu {
    position: absolute;
    top: 3.75rem;
    right: -1.0625rem;
    left: -1.0625rem;
    display: none;
    width: calc(100% + 2.5rem);
    height: calc(100vh - 5rem);
    height: calc(100mvh - 5rem);
    background: rgba(57, 68, 112, 0.2);
  }
  .l-header__nav-container {
    position: relative;
    z-index: 1;
    flex-direction: column;
    height: auto;
    padding: 0 1.75rem 2rem;
    overflow-y: auto;
    background: url("../images/index/bg-mv-01.png"), linear-gradient(#30344e, #30344e);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply, normal;
  }
  .l-header__nav-container::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 13.75rem;
    aspect-ratio: 220/87;
    content: "";
    background-color: #fff;
    opacity: 0.1;
    -webkit-mask-image: url("../images/index/im-triagle-mv-01.svg");
            mask-image: url("../images/index/im-triagle-mv-01.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .l-header__nav {
    width: 100%;
    height: auto;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    width: 100%;
  }
  .l-header__nav-item {
    width: 100%;
  }
  .l-header__nav-btn {
    min-height: 2.5rem;
    padding-right: 1.6875rem;
    padding-left: 2.375rem;
    margin-right: 3rem;
  }
  .l-header__nav-btn::before {
    left: 1.4375rem;
    width: 0.375rem;
  }
  .l-header__nav-link {
    position: relative;
    padding: 0.125rem 0 0.125rem 1.125rem;
    font-size: 1rem;
  }
  .l-header__nav-link::before {
    position: absolute;
    top: calc(1em + 0.125rem);
    left: 0;
    width: 0.375rem;
    aspect-ratio: 1/1;
    content: "";
    background-color: #c8bf92;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
/* footer */
.l-footer {
  margin-top: 7.5rem;
  color: #fff;
}
.l-footer__container {
  padding: 4rem 0 3rem;
}
.l-footer__name {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.08em;
}
.l-footer__cont {
  margin-top: 0.25rem;
}
.l-footer__cont a {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 0.125rem;
}
@media (hover: hover) {
  .l-footer__cont a[href^="tel:"] {
    text-decoration: unset;
    pointer-events: none;
  }
}
.l-footer__brands {
  --gap: calc(51 / 1080 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem var(--gap);
  align-items: center;
  margin-top: 2.5rem;
}
.l-footer__brands-item img {
  width: auto;
  height: min(4rem, 5.4700854701vw);
}
.l-footer__sns {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.5rem;
}
.l-footer__copyright {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #202020;
  font-size: pxtorem(14);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 4rem;
  }
  .l-footer__container {
    max-width: 15rem;
    padding: 2.5rem 0;
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer__name {
    font-size: 1.5rem;
  }
  .l-footer__cont {
    margin-right: 0.125rem;
  }
  .l-footer__brands {
    gap: 1.25rem;
  }
  .l-footer__brands-item img {
    width: 100%;
    height: auto;
  }
  .l-footer__sns {
    justify-content: center;
  }
  .l-footer__sns img {
    width: 2.5rem;
  }
}
/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 92.5rem;
}
.l-inner.--narrow {
  width: 70rem;
}
.l-inner.--full {
  width: 100%;
}
.l-inner.--pd0 {
  padding: 0;
}

.l-section-first {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .l-section-first {
    margin-top: 7.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button-01 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25rem;
  min-height: 4rem;
  padding: 0.375rem 3.125rem 0.375rem 2rem;
  color: #fff;
  text-align: center;
  background-color: #30344e;
  border-radius: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .c-button-01 {
    font-size: 17px;
  }
}
.c-button-01::after {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10407_245)'%3E%3Cpath d='M9.31641 6L4.49902 10.7646L3.73535 10L7.73535 6L3.73535 2L4.49902 1.23535L9.31641 6Z' fill='%2330344E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10407_245'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/37.5% auto;
  background-color: #fff;
  border: 0.0625rem solid #30344e;
  border-radius: 50%;
}
.c-button-01.--white {
  color: #30344e;
  background: #fff;
}
.c-button-01.--white::after {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10407_245)'%3E%3Cpath d='M9.31641 6L4.49902 10.7646L3.73535 10L7.73535 6L3.73535 2L4.49902 1.23535L9.31641 6Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10407_245'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/37.5% auto;
  background-color: #30344e;
  border-color: #fff;
}
.c-button-01:disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (hover: hover) {
  .c-button-01 {
    transition: opacity 0.3s;
  }
  .c-button-01::after {
    transition: all 0.3s;
  }
  .c-button-01:hover::after {
    transform: scale(1.25);
  }
}
@media only screen and (max-width: 767px) {
  .c-button-01 {
    width: 20rem;
    min-width: unset;
    max-width: 100%;
    min-height: 3.5rem;
    padding: 0.625rem 3.125rem;
  }
  .c-button-01::after {
    right: 0.9375rem;
    width: 1.625rem;
    background-size: 38.4615384615% auto !important;
  }
}
.c-list-dot-base {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-list-dot-base {
    font-size: 14px;
  }
}
.c-list-dot-base__item {
  position: relative;
  padding-left: 1.875rem;
}
.c-list-dot-base__item::before {
  position: absolute;
  top: 1em;
  left: 0.75rem;
  width: 0.375rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-list-dot-base__item {
    padding-left: 1.25rem;
  }
  .c-list-dot-base__item::before {
    left: 0.5rem;
    width: 0.25rem;
  }
}
.c-icon {
  --icon-wrap-s: 2rem;
  --icon-color: #394470;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-wrap-w, var(--icon-wrap-s));
  height: var(--icon-wrap-h, var(--icon-wrap-s));
}
.c-icon::after {
  position: absolute;
  inset: 0;
  width: var(--icon-w, var(--icon-s));
  height: var(--icon-h, var(--icon-s));
  margin: auto;
  content: "";
  background-color: var(--icon-color);
  --icon-s: 100%;
}
.c-icon.--circle {
  --icon-wrap-s: 1.25rem;
  --icon-color: #30344e;
}
.c-icon.--circle::after {
  border-radius: 50%;
}
.c-icon.--minus {
  --icon-wrap-s: 1.25rem;
  --icon-wrap-h: 0.1875rem;
  --icon-color: #202020;
}
.c-icon.--phone {
  --icon-wrap-s: 2.25rem;
  --icon-color: #30344e;
}
.c-icon.--phone::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3181 24.0941L26.6821 20.4581C25.3835 19.1595 23.1759 19.679 22.6565 21.3671C22.2669 22.5358 20.9684 23.1851 19.7997 22.9254C17.2025 22.2761 13.6964 18.8998 13.0471 16.1728C12.6575 15.004 13.4367 13.7055 14.6054 13.316C16.2935 12.7965 16.813 10.589 15.5144 9.2904L11.8784 5.6544C10.8395 4.74541 9.28126 4.74541 8.37226 5.6544L5.90498 8.12168C3.4377 10.7188 6.1647 17.6012 12.268 23.7045C18.3712 29.8078 25.2537 32.6647 27.8508 30.0675L30.3181 27.6002C31.2271 26.5614 31.2271 25.0031 30.3181 24.0941Z' fill='%2330344E'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3181 24.0941L26.6821 20.4581C25.3835 19.1595 23.1759 19.679 22.6565 21.3671C22.2669 22.5358 20.9684 23.1851 19.7997 22.9254C17.2025 22.2761 13.6964 18.8998 13.0471 16.1728C12.6575 15.004 13.4367 13.7055 14.6054 13.316C16.2935 12.7965 16.813 10.589 15.5144 9.2904L11.8784 5.6544C10.8395 4.74541 9.28126 4.74541 8.37226 5.6544L5.90498 8.12168C3.4377 10.7188 6.1647 17.6012 12.268 23.7045C18.3712 29.8078 25.2537 32.6647 27.8508 30.0675L30.3181 27.6002C31.2271 26.5614 31.2271 25.0031 30.3181 24.0941Z' fill='%2330344E'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-icon.--mail {
  --icon-wrap-s: 2.25rem;
  --icon-color: #30344e;
}
.c-icon.--mail::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9948 19.1206L19.7334 21.3896C18.8164 22.3098 17.203 22.3296 16.2661 21.3896L14.0047 19.1206L5.88269 27.269C6.18502 27.4088 6.51836 27.4922 6.87273 27.4922H29.1268C29.4812 27.4922 29.8144 27.4089 30.1167 27.269L21.9948 19.1206Z' fill='%2330344E'/%3E%3Cpath d='M29.1271 8.50781H6.87299C6.51862 8.50781 6.18528 8.59124 5.88306 8.73104L14.562 17.4388C14.5626 17.4394 14.5633 17.4395 14.5638 17.44C14.5644 17.4406 14.5645 17.4414 14.5645 17.4414L17.3865 20.2727C17.6863 20.5725 18.3139 20.5725 18.6137 20.2727L21.4351 17.4419C21.4351 17.4419 21.4358 17.4406 21.4363 17.44C21.4363 17.44 21.4376 17.4394 21.4382 17.4388L30.1169 8.73099C29.8147 8.59113 29.4815 8.50781 29.1271 8.50781Z' fill='%2330344E'/%3E%3Cpath d='M4.75227 9.8374C4.59586 10.1537 4.49988 10.5048 4.49988 10.8809V25.1193C4.49988 25.4954 4.59575 25.8465 4.75221 26.1628L12.8883 18.0004L4.75227 9.8374Z' fill='%2330344E'/%3E%3Cpath d='M31.2476 9.8374L23.1116 18.0005L31.2476 26.1631C31.404 25.8467 31.4999 25.4956 31.4999 25.1194V10.881C31.4999 10.5048 31.404 10.1537 31.2476 9.8374Z' fill='%2330344E'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9948 19.1206L19.7334 21.3896C18.8164 22.3098 17.203 22.3296 16.2661 21.3896L14.0047 19.1206L5.88269 27.269C6.18502 27.4088 6.51836 27.4922 6.87273 27.4922H29.1268C29.4812 27.4922 29.8144 27.4089 30.1167 27.269L21.9948 19.1206Z' fill='%2330344E'/%3E%3Cpath d='M29.1271 8.50781H6.87299C6.51862 8.50781 6.18528 8.59124 5.88306 8.73104L14.562 17.4388C14.5626 17.4394 14.5633 17.4395 14.5638 17.44C14.5644 17.4406 14.5645 17.4414 14.5645 17.4414L17.3865 20.2727C17.6863 20.5725 18.3139 20.5725 18.6137 20.2727L21.4351 17.4419C21.4351 17.4419 21.4358 17.4406 21.4363 17.44C21.4363 17.44 21.4376 17.4394 21.4382 17.4388L30.1169 8.73099C29.8147 8.59113 29.4815 8.50781 29.1271 8.50781Z' fill='%2330344E'/%3E%3Cpath d='M4.75227 9.8374C4.59586 10.1537 4.49988 10.5048 4.49988 10.8809V25.1193C4.49988 25.4954 4.59575 25.8465 4.75221 26.1628L12.8883 18.0004L4.75227 9.8374Z' fill='%2330344E'/%3E%3Cpath d='M31.2476 9.8374L23.1116 18.0005L31.2476 26.1631C31.404 25.8467 31.4999 25.4956 31.4999 25.1194V10.881C31.4999 10.5048 31.404 10.1537 31.2476 9.8374Z' fill='%2330344E'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-list-dot-base {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .c-list-dot-base {
    font-size: 14px;
  }
}
.c-list-dot-base__item {
  position: relative;
  padding-left: 1.875rem;
}

.c-list-dot-base__item::before {
  position: absolute;
  top: 1em;
  left: 0.75rem;
  width: 0.375rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-list-dot-base__item {
    padding-left: 1.25rem;
  }
  .c-list-dot-base__item::before {
    left: 0.5rem;
    width: 0.25rem;
  }
}
.c-button {
  position: relative;
  display: inline-block;
  padding: 0.1875rem 3.125rem 0.375rem 0.25rem;
  color: #30344e;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .c-button {
    font-size: 17px;
  }
}
.c-button::before {
  position: absolute;
  right: 3rem;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 0.0625rem solid currentcolor;
}
.c-button::after {
  position: absolute;
  top: 0;
  right: 0.375rem;
  bottom: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10407_245)'%3E%3Cpath d='M9.31641 6L4.49902 10.7646L3.73535 10L7.73535 6L3.73535 2L4.49902 1.23535L9.31641 6Z' fill='%2330344E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10407_245'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/40% auto;
  border: 0.0625rem solid currentcolor;
  border-radius: 50%;
}
.c-button.--white {
  color: #fff;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-button[href]::after {
    transition: all 0.3s;
  }
  .c-button[href]:hover::after {
    transform: scale(1.25);
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    padding: 0.1875rem 2.5rem 0.375rem 0.25rem;
  }
  .c-button::before {
    right: 2.375rem;
  }
  .c-button::after {
    right: 0.1875rem;
    width: 1.5rem;
    background-size: 45.4545454545% auto;
  }
}

a .c-button::after {
  transition: all 0.3s;
}
a:hover .c-button::after {
  transform: scale(1.25);
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-lv1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-heading-lv1.--center-line {
  position: relative;
  padding-bottom: 2.125rem;
  text-align: center;
}
.c-heading-lv1.--center-line::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  max-width: 100%;
  height: 0.1875rem;
  margin: 0 auto;
  content: "";
  background-color: #30344e;
}
.c-heading-lv1.--white {
  color: #fff;
}
.c-heading-lv1.--white::after {
  background-color: #c8bf92;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 1.75rem;
  }
  .c-heading-lv1.--center-line {
    padding-bottom: 1.25rem;
  }
}

.c-heading-lv2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}

.c-heading-lv3 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-heading-lv3.--center-line {
  position: relative;
  display: table;
  padding: 0 5rem 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.c-heading-lv3.--center-line::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 0.125rem solid #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.25rem;
  }
  .c-heading-lv3.--center-line {
    padding: 0 2.5rem 1rem;
  }
}

.c-heading-lv4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.0625rem;
  }
}

.c-heading-lv5 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-heading-lv5.--rec {
  display: table;
  padding: 0.1875rem 1.375rem;
  border: 0.0625rem solid currentcolor;
}
.c-heading-lv5.--blue {
  color: #30344e;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 0.9375rem;
  }
  .c-heading-lv5.--rec {
    display: block;
    text-align: center;
  }
}

.c-heading-lv6 {
  font-size: 1.125rem;
}

.c-text-link {
  position: relative;
  display: inline-block;
  color: #3c4f9c;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 14px;
  }
}
.c-text-link.--w-m {
  font-weight: 500;
}
@media all and (min-width: 768px), print {
  .c-text-link.--sp {
    color: inherit;
    text-decoration: none;
  }
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  aspect-ratio: 26/24;
  margin-bottom: 0.375rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H26V19H0V5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5 6.5H1.5V17.5H24.5V6.5ZM0 5V19H26V5H0Z' fill='%233C4F9C'/%3E%3Cpath d='M16.7732 15V9H20.9999V10.1777H18.2698V11.4082H20.7308V12.5889H18.2698V15H16.7732Z' fill='%233C4F9C'/%3E%3Cpath d='M12.8427 15H10.554V9H12.8397C13.4706 9 14.0138 9.12012 14.4693 9.36035C14.9268 9.59863 15.2796 9.94238 15.5275 10.3916C15.7754 10.8389 15.8994 11.374 15.8994 11.9971C15.8994 12.6221 15.7754 13.1592 15.5275 13.6084C15.2816 14.0576 14.9299 14.4023 14.4723 14.6426C14.0148 14.8809 13.4716 15 12.8427 15ZM12.0506 13.7637H12.7852C13.1319 13.7637 13.4252 13.707 13.6651 13.5938C13.9069 13.4785 14.0894 13.292 14.2123 13.0342C14.3373 12.7744 14.3998 12.4287 14.3998 11.9971C14.3998 11.5654 14.3373 11.2217 14.2123 10.9658C14.0873 10.708 13.9029 10.5225 13.659 10.4092C13.4171 10.2939 13.1188 10.2363 12.7641 10.2363H12.0506V13.7637Z' fill='%233C4F9C'/%3E%3Cpath d='M4.99991 15V9H7.55773C8.02132 9 8.42143 9.08789 8.75803 9.26367C9.09666 9.4375 9.35768 9.68066 9.5411 9.99316C9.72452 10.3037 9.81623 10.665 9.81623 11.0771C9.81623 11.4912 9.72251 11.8535 9.53506 12.1641C9.34962 12.4727 9.08456 12.7119 8.73989 12.8818C8.39522 13.0518 7.98605 13.1367 7.51238 13.1367H5.93415V11.9941H7.23422C7.45997 11.9941 7.64843 11.9561 7.79961 11.8799C7.95279 11.8037 8.06869 11.6973 8.1473 11.5605C8.22591 11.4219 8.26521 11.2607 8.26521 11.0771C8.26521 10.8916 8.22591 10.7314 8.1473 10.5967C8.06869 10.46 7.95279 10.3545 7.79961 10.2803C7.64642 10.2061 7.45796 10.1689 7.23422 10.1689H6.49651V15H4.99991Z' fill='%233C4F9C'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link.--pdf::after {
    margin-left: 0.3125rem;
  }
}

.c-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-text.--lg {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .c-text.--lg {
    font-size: 1rem;
  }
}
.c-text.--xlg {
  font-size: 1.375rem;
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .c-text.--xlg {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.c-text.--sm {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-text.--sm {
    font-size: 0.8125rem;
  }
}
.c-text.--bold {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.c-input {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-input {
    font-size: 14px;
  }
}
.c-input.--w-xsm {
  width: 9.375rem;
}
.c-input.--flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 0.625rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .c-input__label {
    font-size: 14px;
  }
}
.c-input__optional {
  display: inline-block;
  width: 2.8125rem;
  height: 1.4375rem;
  margin-left: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  line-height: 1.4375rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background: #c8c8c8;
}
.c-input__optional.--required {
  position: relative;
  top: -0.1875rem;
  background-color: #d30000;
}
.c-input__support-text {
  margin-top: 0.625rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .c-input__support-text {
    font-size: 13px;
  }
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-input__text-label {
    font-size: 14px;
  }
}
.c-input__error-text {
  margin-top: 0.625rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #d30000;
}
@media only screen and (max-width: 767px) {
  .c-input__error-text {
    font-size: 14px;
  }
}
.c-input__error-text:empty {
  display: none;
}
.c-input__container {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 0.375rem 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.3125rem;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .c-input__container {
    font-size: 14px;
  }
}
.c-input__container.--w01 {
  max-width: 37.5rem;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  background-color: #ffe4e4;
  border-color: #d30000;
}
.c-input__container.--textarea {
  height: auto;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  resize: none;
}
.c-input__container.--textarea:disabled {
  background: #f1f1f1;
  border: 0.0625rem solid #ccc;
}
.c-input__radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  align-items: center;
}
.c-input__radio-container {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.8125rem;
  margin-left: 0.1875rem;
  border: 0.125rem solid #333;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #0017c1;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container {
  border-color: #0017c1;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 0.4375rem;
  margin-left: 0.3125rem;
  border: 0.125rem solid #333;
  border-radius: 0.1875rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.375rem;
  height: 0.75rem;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-60%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #0017c1;
  border-color: #0017c1;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap.--w01 {
  max-width: 37.5rem;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #394470;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10540_452)'%3E%3Cpath d='M21.5293 7.99805L12 17.6328L2.4707 7.99805L4 6.46973L12 14.4697L20 6.46973L21.5293 7.99805Z' fill='%23394470'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10540_452'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10540_452)'%3E%3Cpath d='M21.5293 7.99805L12 17.6328L2.4707 7.99805L4 6.46973L12 14.4697L20 6.46973L21.5293 7.99805Z' fill='%23394470'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10540_452'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-input + .c-input {
    margin-top: 1.25rem;
  }
  .c-input__label {
    margin-bottom: 0.375rem;
  }
  .c-input__optional {
    width: 1.875rem;
    height: 1rem;
    font-size: 0.625rem;
    line-height: 1rem;
  }
  .c-input__radio-container {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    border-width: 0.0625rem;
  }
  .c-input__radio-container::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .c-input__radio-wrap {
    gap: 0.625rem 1.125rem;
  }
  .c-input__select-wrap::after {
    width: 1.125rem;
  }
  .c-input__checkbox-container {
    width: 1.25rem;
    height: 1.25rem;
  }
  .c-input__checkbox-container::after {
    width: 0.3125rem;
    height: 0.625rem;
  }
}
.c-step {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6875rem;
  justify-content: center;
}
.c-step__item {
  --bg-color: #fff;
  --color-text: #666;
  --color-border-num: #666;
  --color-num: #666;
}
.c-step__item.--active {
  --color-num: #fff;
  --bg-color: #30344e;
  --color-border-num: #30344e;
  --color-text: #30344e;
}
.c-step__item:not(:last-child) .c-step__num::after {
  position: absolute;
  top: 1.25rem;
  right: -3.4375rem;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 1rem solid var(--color-border-num);
  border-left-width: 0.875rem;
  transform: translateX(-50%);
}
.c-step__cont {
  position: relative;
  text-align: center;
}
.c-step__num {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
  display: flex;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  aspect-ratio: 1/1;
  color: var(--color-num);
  text-align: center;
  background-color: var(--bg-color);
  border: 0.0625rem solid var(--color-border-num);
}
@media only screen and (max-width: 767px) {
  .c-step__num {
    font-size: 18px;
    line-height: 2;
  }
}
.c-step__text {
  font-size: pxtorem(14);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 0.25rem;
  color: var(--color-text);
}
@media only screen and (max-width: 767px) {
  .c-step__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .c-step {
    gap: 1rem;
  }
  .c-step__num {
    width: 2.5rem;
  }
  .c-step__item {
    min-width: 3.625rem;
  }
  .c-step__item:not(:last-child) .c-step__num::after {
    top: 0.9375rem;
    right: -1.125rem;
    border-top-width: 0.375rem;
    border-bottom-width: 0.375rem;
    border-left-width: 0.625rem;
  }
}
.c-swiper-button {
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #fff;
  border: 0.125rem solid #30344e;
  border-radius: 50%;
}
.c-swiper-button::before {
  position: absolute;
  inset: 0;
  width: 37.5%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-color: #30344e;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10407_245)'%3E%3Cpath d='M9.31641 6L4.49902 10.7646L3.73535 10L7.73535 6L3.73535 2L4.49902 1.23535L9.31641 6Z' fill='%2330344E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10407_245'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10407_245)'%3E%3Cpath d='M9.31641 6L4.49902 10.7646L3.73535 10L7.73535 6L3.73535 2L4.49902 1.23535L9.31641 6Z' fill='%2330344E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10407_245'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-swiper-button::after {
  content: none;
}
.c-swiper-button.--prev::before {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .c-swiper-button {
    width: 1.75rem;
    border-width: 0.0625rem;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.c-swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-size: 0.75rem;
  --swiper-pagination-bullet-inactive-color: #c8c8c8;
  --swiper-pagination-color: #30344e;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.c-swiper-pagination .swiper-pagination-bullet {
  position: relative;
}
.c-swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  aspect-ratio: 1/1;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.c-swiper-pagination .swiper-pagination-bullet svg circle {
  fill: none;
  stroke: #30344e;
  stroke-dasharray: 50; /* = 2 * π * r (với r = 50) */
  stroke-dashoffset: 20;
  stroke-linecap: round;
  stroke-width: 1px;
}
.c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  animation: draw 2s ease-in-out forwards;
}

@media only screen and (max-width: 767px) {
  .c-swiper-pagination {
    --swiper-pagination-bullet-size: 0.625rem;
    --swiper-pagination-bullet-horizontal-gap: 0.4375rem;
  }
  .c-swiper-pagination .swiper-pagination-bullet svg {
    transform: translate(-50%, -50%) rotate(-90deg) scale(0.875);
  }
}
/* project */
.p-dl {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  --gap: 1.5rem;
  --dt-w: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-dl {
    font-size: 14px;
  }
}
.p-dl__item {
  display: flex;
  gap: var(--gap);
  align-items: center;
  min-height: 3.25rem;
  padding: 0.4375rem 2rem;
  border-top: 0.0625rem solid #d3d3d3;
}
.p-dl__item:last-child {
  border-bottom: 0.0625rem solid #d3d3d3;
}
.p-dl__title {
  width: var(--dt-w);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-dl {
    --gap: 1.25rem;
  }
  .p-dl__item {
    min-height: 2.75rem;
    padding: 0.375rem 1rem;
  }
}
.p-form {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-form {
    font-size: 14px;
  }
}
.p-form__th, .p-form__td {
  padding: 1.5rem 0;
  border-bottom: 0.125rem solid #d3d3d3;
}
.p-form__th {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-right: 1.5rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .p-form__th {
    font-size: 14px;
  }
}
.p-form__th .c-input__label {
  margin-bottom: 0;
}
.p-form__td {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-form__td {
    font-size: 14px;
  }
}
.p-form__td-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  align-items: center;
}
.p-form__td-flex-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.p-form__td-text-flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-form {
    display: block;
    width: 100%;
  }
  .p-form tbody,
  .p-form td,
  .p-form th,
  .p-form tr {
    display: block;
    width: 100%;
  }
  .p-form tr {
    padding: 1.25rem 0;
    border-bottom: 0.125rem solid #d3d3d3;
  }
  .p-form__th, .p-form__td {
    border-bottom: none;
  }
  .p-form__th {
    padding: 0;
  }
  .p-form__td {
    padding: 0;
    margin-top: 0.125rem;
  }
  .p-form__td-flex {
    flex-direction: column;
    gap: 0.3125rem 1.25rem;
    align-items: flex-start;
  }
  .p-form__td-flex.--gap-lg-sp {
    gap: 1.25rem;
  }
}
.p-table {
  width: 100%;
}
.p-table__th {
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  vertical-align: middle;
  background-color: #30344e;
  border: 0.0625rem solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .p-table__th {
    font-size: 14px;
  }
}
.p-table__td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-table__td {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 1.5rem;
  }
  .p-table__td {
    padding: 0.75rem 1.5rem;
  }
  .p-table.--sp-vertical {
    display: block;
    border-top: 0.0625rem solid #d3d3d3;
  }
  .p-table.--sp-vertical tbody,
  .p-table.--sp-vertical tr,
  .p-table.--sp-vertical td,
  .p-table.--sp-vertical th {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .p-table.--sp-vertical .p-table__th {
    border-top: 0;
  }
  .p-table.--sp-vertical .p-table__td {
    border-top: 0;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 7.5rem 0 4.1666666667%;
  margin: 0 auto;
}
.p-mainvisual__decoration-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 31.3541666667%;
}
.p-mainvisual__decoration-01 img {
  width: 100%;
}
.p-mainvisual__wrap {
  display: flex;
  gap: 5%;
  height: 100%;
}
.p-mainvisual__copy {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-top: 1.8518518519vh;
  padding-top: 1.8518518519mvh;
  padding-bottom: calc(8.3333333333% + 5.7407407407vh);
  padding-bottom: calc(8.3333333333% + 5.7407407407mvh);
  padding-left: 0.5rem;
  font-family: "Cormorant", serif;
}
.p-mainvisual__copy-inner {
  display: flex;
  gap: 0.9375rem;
  align-items: flex-end;
}
.p-mainvisual__copy-txt-01 {
  margin-bottom: -0.25rem;
  font-size: clamp(1.125rem, 3.75vw, 3rem);
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.p-mainvisual__copy-txt-02 {
  width: clamp(4.375rem, 8.125vw, 6.5rem);
  max-height: 100%;
}
.p-mainvisual__img {
  flex-grow: 1;
  height: 100%;
}
.p-mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding: 5rem 0 0;
  }
  .p-mainvisual__decoration-01 {
    width: 53.3333333333%;
  }
  .p-mainvisual__wrap {
    gap: 0;
  }
  .p-mainvisual__copy {
    gap: 2.125rem;
    align-items: center;
    width: 25.6%;
    padding-bottom: 24%;
    padding-left: 0;
  }
  .p-mainvisual__copy-inner {
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: center;
  }
  .p-mainvisual__copy-txt-01 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .p-mainvisual__copy-txt-02 {
    width: 2.5rem;
    max-height: 39.2233009709%;
  }
}
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 1.25rem;
  visibility: hidden;
  opacity: 0;
}
.p-modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.p-modal__overlay {
  position: fixed;
  inset: 0;
  cursor: pointer;
  background-color: rgba(57, 68, 112, 0.2);
}
.p-modal__box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 75rem;
  height: auto;
  max-height: 100%;
  text-align: unset;
  background-color: #fff;
  filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2)) drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2));
}
.p-modal__box .simplebar-track {
  margin-top: 7.75rem;
  margin-right: 2rem;
  margin-bottom: 4.25rem;
}
.p-modal__box-inner {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #30344e;
}
.p-modal__close::before {
  position: absolute;
  inset: 0;
  width: 57.1428571429%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-color: #fbfbfb;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10405_6799)'%3E%3Cpath d='M25.8525 8.1748L18.1211 15.9062L25.9463 23.7314L23.8252 25.8525L16 18.0273L8.1748 25.8525L6.05371 23.7314L13.8789 15.9062L6.14746 8.1748L8.26855 6.05371L16 13.7852L23.7314 6.05371L25.8525 8.1748Z' fill='%23FBFBFB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10405_6799'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10405_6799)'%3E%3Cpath d='M25.8525 8.1748L18.1211 15.9062L25.9463 23.7314L23.8252 25.8525L16 18.0273L8.1748 25.8525L6.05371 23.7314L13.8789 15.9062L6.14746 8.1748L8.26855 6.05371L16 13.7852L23.7314 6.05371L25.8525 8.1748Z' fill='%23FBFBFB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10405_6799'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-modal__historic {
  max-width: 63.25rem;
  padding: 6.5rem 10.375rem 4rem;
  margin-right: auto;
  margin-left: auto;
}
.p-modal__historic .c-heading-lv3 {
  margin-top: 4.25rem;
  margin-bottom: 1rem;
}
.p-modal__historic .c-heading-lv4 {
  margin-top: 2.5rem;
}
.p-modal__historic .c-heading-lv4 + .c-heading-lv5 {
  margin-top: 1.4375rem;
}
.p-modal__historic .c-text + .c-text {
  margin-top: 0.5rem;
}
.p-modal__historic > .c-text-link {
  margin-top: 0.5rem;
}
.p-modal__historic-table {
  margin-top: 2.25rem;
}
.p-modal__historic-table .p-table__th {
  width: 35%;
  max-width: 240px;
}
.p-modal__historic-dl {
  margin-top: 1.25rem;
}
.p-modal__historic-dl + .c-heading-lv5 {
  margin-top: 2rem;
}
.p-modal__historic-btn {
  margin-top: 2.5rem;
  text-align: center;
}
.p-modal__close-text {
  display: table;
  margin: 2.5rem auto 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .p-modal__close-text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-modal__box .simplebar-track {
    margin-right: 0.625rem;
  }
  .p-modal__historic {
    padding-right: 6.875rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-modal {
    padding: 6.25rem 1.0625rem 1.5625rem 1.125rem;
  }
  .p-modal__close {
    width: 2rem;
  }
  .p-modal__close::before {
    width: 1rem;
  }
  .p-modal__box .simplebar-track {
    margin-top: 3.75rem;
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
  }
  .p-modal__historic {
    padding: 2.25rem 1.875rem 1.5rem;
  }
  .p-modal__historic .c-heading-lv3 {
    margin-top: 2.5rem;
  }
  .p-modal__historic-table {
    margin-top: 2rem;
  }
  .p-modal__close-text {
    margin-top: 1.25rem;
  }
  .p-modal__historic-btn {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.p-reservation {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-reservation {
    font-size: 14px;
  }
}
.p-reservation__frame {
  padding: 5rem min(5%, 5rem);
  background: rgba(255, 255, 255, 0.6);
}
.p-reservation__heading {
  margin-top: 2rem;
}
.p-reservation__desc {
  margin-top: 0.5rem;
}
.p-reservation__note {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.p-reservation__note-item {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.p-reservation__note-item .c-icon {
  flex-shrink: 0;
}
.p-reservation__tab {
  padding-left: 13.5rem;
  margin-top: 1.5rem;
  margin-bottom: -0.125rem;
}
.p-reservation__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.p-reservation__tab-item {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 2.5rem;
  line-height: 2.5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-reservation__tab-item {
    font-size: 16px;
  }
}
.p-reservation__tab-item small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-reservation__tab-item small {
    font-size: 13px;
  }
}
.p-reservation__tab-item a {
  display: block;
  color: #666;
  cursor: pointer;
  border: 0.0625rem solid #666;
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
}
.p-reservation__tab-item a.is-active {
  color: #fff;
  background-color: #30344e;
  border: 0.0625rem solid #30344e;
}
.p-reservation__tabItems {
  width: 100%;
}
.p-reservation__scroll {
  width: 100%;
}
.p-reservation__scroll::after {
  display: block;
  clear: both;
  content: "";
}
.p-reservation__scroll-lock {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 13.5rem;
}
.p-reservation__scroll-data {
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
  width: calc(100% - 13.5rem);
}
.p-reservation__scroll-data.simplebar-scrollable-x {
  margin-bottom: 3.125rem;
}
.p-reservation__scroll-data.simplebar-scrollable-x .simplebar-offset::after {
  position: absolute;
  right: 0;
  bottom: -3.125rem;
  left: -13.5rem;
  z-index: 2;
  height: 1.5rem;
  content: "";
}
.p-reservation__scroll-data .simplebar-track.simplebar-horizontal {
  bottom: -3.125rem;
  left: -13.5rem;
  pointer-events: auto;
}
.p-reservation__scroll-data .p-reservation__table {
  width: auto;
  min-width: 100%;
  table-layout: fixed;
  border-left: none;
}
.p-reservation__scroll-data .p-reservation__table-th {
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
}
.p-reservation__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 0.0625rem solid #30344e;
}
.p-reservation__table th,
.p-reservation__table td {
  height: 5rem;
  vertical-align: middle;
  border-right: 0.0625rem solid #30344e;
  border-bottom: 0.0625rem solid #30344e;
}
.p-reservation__table-day {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  padding-bottom: 0.125rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 50%;
}
.p-reservation__table-th {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #f0f0f0;
}
.p-reservation__table-th.--sat {
  background-color: #cde1f3;
}
.p-reservation__table-th.--sun {
  background-color: #f5d3d3;
}
.p-reservation__table-th.--bg-green {
  background-color: #d7e3d5;
}
.p-reservation__table-th.--bg-orange {
  background-color: #efdeca;
}
.p-reservation__table-th.--head01 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .p-reservation__table-th.--head01 {
    font-size: 16px;
  }
}
.p-reservation__table-th.--head02 {
  width: 3.5rem;
  max-width: 3.5rem;
  padding-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-reservation__table-th.--head02 span {
  display: inline-block;
  max-width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-reservation__table-td {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-reservation__table-td {
    font-size: 14px;
  }
}
.p-reservation__table-td.--selected {
  background-color: #c8bf92;
}
.p-reservation__table-td.--selected .c-icon {
  --icon-color: #fbfbfb;
}
.p-reservation__table-td .c-icon.--minus, .p-reservation__table-td .c-icon.--circle {
  --icon-wrap-s: 1rem;
  --icon-wrap-h: 1rem;
}
.p-reservation__table-td .c-icon.--minus::after {
  --icon-h: 0.125rem;
}
.p-reservation__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-reservation__radio-item {
  display: none;
}
.p-reservation__radio-item + label[for] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-reservation__radio-item:checked + label {
  background-color: #c8bf92;
}
.p-reservation__radio-item:checked + label .c-icon {
  --icon-color: #fbfbfb;
}

.p-reservation-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  text-align: center;
}
.p-reservation-btn__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.6875rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .p-reservation-btn__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .p-reservation__frame {
    padding: 2.5rem 1.6875rem;
    margin-right: 0;
    margin-left: 0;
  }
  .p-reservation__heading {
    margin-top: 1.5rem;
  }
  .p-reservation__desc {
    margin-top: 0.5rem;
  }
  .p-reservation__tab {
    padding-left: 8.25rem;
    margin-top: 1.25rem;
  }
  .p-reservation__tab-list {
    gap: 0.25rem;
  }
  .p-reservation__tab-item {
    max-width: 3.9375rem;
    min-height: unset;
    border-radius: 0.1875rem 0.1875rem 0 0;
  }
  .p-reservation__scroll-lock {
    width: 8.25rem;
  }
  .p-reservation__scroll-data {
    width: calc(100% - 8.25rem);
  }
  .p-reservation__scroll-data.simplebar-scrollable-x {
    margin-bottom: 2.3125rem;
  }
  .p-reservation__scroll-data .simplebar-track.simplebar-horizontal {
    bottom: -2.3125rem;
    left: -8.1875rem;
  }
  .p-reservation__scroll-data .p-reservation__table {
    width: 51.625rem;
    min-width: 100%;
    table-layout: auto;
  }
  .p-reservation__scroll-data .p-reservation__table-th {
    padding-top: 0.375rem;
    padding-bottom: 0.1875rem;
  }
  .p-reservation__table th,
  .p-reservation__table td {
    height: 3.75rem;
  }
  .p-reservation__table-day {
    width: 1.375rem;
    padding-bottom: 0;
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
  .p-reservation__table-th {
    font-size: 0.9375rem;
  }
  .p-reservation__table-th.--head01 {
    font-weight: 600;
  }
  .p-reservation__table-th.--head02 {
    width: 2rem;
    max-width: 2rem;
    font-size: 0.9375rem;
  }
  .p-reservation__table-td .c-icon.--minus, .p-reservation__table-td .c-icon.--circle {
    --icon-wrap-s: 0.75rem;
    --icon-wrap-h: 0.75rem;
  }
  .p-reservation__note .c-icon.--circle, .p-reservation__note .c-icon.--minus {
    --icon-wrap-s: 1rem;
  }
}
.p-reservation-help {
  margin-top: 7.5rem;
}
.p-reservation-help__desc {
  margin-top: 1rem;
}
.p-reservation-help__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: -0.3125rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-reservation-help__contact {
    font-size: 18px;
    line-height: 2;
  }
}
.p-reservation-help__contact-item {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}
@media (hover: hover) {
  .p-reservation-help__contact-item[href^=tel] {
    text-decoration: unset;
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-reservation-help {
    margin-top: 4rem;
  }
  .p-reservation-help__contact {
    gap: 0.25rem;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
  .p-reservation-help__contact .c-icon.--phone, .p-reservation-help__contact .c-icon.--mail {
    --icon-wrap-s: 1.75rem;
  }
  .p-reservation-help__frame {
    display: table;
    max-width: 13.875rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-reservation-help__desc.u-text-center {
    text-align: left;
  }
  .p-reservation-btn__text {
    margin-top: 1.5625rem;
  }
}
.p-slide01 {
  position: relative;
}
.p-slide01__swiper-img img {
  width: 100%;
}
.p-slide01__swiper-text {
  margin-top: 0.5rem;
}
.p-slide01__button {
  top: 0;
  bottom: 2.25rem;
  margin-top: auto;
  margin-bottom: auto;
}
.p-slide01__button.--prev {
  left: -6rem;
}
.p-slide01__button.--next {
  right: -6rem;
}
.p-slide01__pagination {
  top: calc(100% + 0.3125rem);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-slide01__button.--next {
    right: -4.0625rem;
  }
  .p-slide01__button.--prev {
    left: -4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-slide01__control {
    display: flex;
    gap: 1.125rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
  }
  .p-slide01__button {
    position: relative;
    margin: 0;
    transform: none;
  }
  .p-slide01__button.--prev {
    left: 0;
    order: -1;
  }
  .p-slide01__button.--next {
    right: 0;
  }
  .p-slide01__pagination {
    position: relative;
    top: unset;
    bottom: unset !important;
    width: auto !important;
    transform: none;
  }
  .p-slide01__swiper-img {
    display: block;
    aspect-ratio: 280/154;
  }
  .p-slide01__swiper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .p-slide01__swiper-text {
    font-size: 0.75rem;
  }
}
/* pages */
body.cancel-complete .cancel-main__number-person,
body.cancel-confirm .cancel-main__number-person,
body.cancel .cancel-main__number-person {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.125rem;
  align-items: center;
}
body.cancel-complete .cancel-main__number-person-item,
body.cancel-confirm .cancel-main__number-person-item,
body.cancel .cancel-main__number-person-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
  align-items: center;
}
body.cancel-complete .cancel-main__desc,
body.cancel-confirm .cancel-main__desc,
body.cancel .cancel-main__desc {
  margin-top: 5rem;
}
body.cancel-complete .cancel-main__table,
body.cancel-confirm .cancel-main__table,
body.cancel .cancel-main__table {
  margin-top: 2.5rem;
}
body.cancel-complete .cancel-main__table .p-table__th,
body.cancel-confirm .cancel-main__table .p-table__th,
body.cancel .cancel-main__table .p-table__th {
  min-width: 13.75rem;
}
@media all and (min-width: 768px), print {
  body.cancel-complete .cancel-main__table .p-table__th,
  body.cancel-confirm .cancel-main__table .p-table__th,
  body.cancel .cancel-main__table .p-table__th {
    text-align: left;
  }
}
body.cancel-complete .cancel-main__form,
body.cancel-confirm .cancel-main__form,
body.cancel .cancel-main__form {
  margin-top: 2.5rem;
}
body.cancel-complete .cancel-main__form.--mt-lg,
body.cancel-confirm .cancel-main__form.--mt-lg,
body.cancel .cancel-main__form.--mt-lg {
  margin-top: 5rem;
}
body.cancel-complete .cancel-main__btn,
body.cancel-confirm .cancel-main__btn,
body.cancel .cancel-main__btn {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.cancel-complete .cancel-main__number-person,
  body.cancel-confirm .cancel-main__number-person,
  body.cancel .cancel-main__number-person {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
  body.cancel-complete .cancel-main__desc,
  body.cancel-confirm .cancel-main__desc,
  body.cancel .cancel-main__desc {
    margin-top: 1.25rem;
  }
  body.cancel-complete .cancel-main__table,
  body.cancel-confirm .cancel-main__table,
  body.cancel .cancel-main__table {
    margin-top: 1.25rem;
  }
  body.cancel-complete .cancel-main__table .p-table__th,
  body.cancel-confirm .cancel-main__table .p-table__th,
  body.cancel .cancel-main__table .p-table__th {
    min-width: unset;
  }
  body.cancel-complete .cancel-main__btn,
  body.cancel-confirm .cancel-main__btn,
  body.cancel .cancel-main__btn {
    margin-top: 1.875rem;
    text-align: center;
  }
  body.cancel-complete .cancel-main__form,
  body.cancel-confirm .cancel-main__form,
  body.cancel .cancel-main__form {
    margin-top: 1rem;
  }
  body.cancel-complete .cancel-main__form.--mt-lg,
  body.cancel-confirm .cancel-main__form.--mt-lg,
  body.cancel .cancel-main__form.--mt-lg {
    margin-top: 1.875rem;
  }
}
body.form .form-main__step,
body.complete .form-main__step,
body.confirm .form-main__step {
  margin-bottom: 5rem;
}
body.form .form-main__heading,
body.complete .form-main__heading,
body.confirm .form-main__heading {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
body.form .form-main__heading + .p-form,
body.complete .form-main__heading + .p-form,
body.confirm .form-main__heading + .p-form {
  margin-top: -1.5rem;
}
body.form .form-main__dl,
body.complete .form-main__dl,
body.confirm .form-main__dl {
  margin-top: 2.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  body.form .form-main__dl,
  body.complete .form-main__dl,
  body.confirm .form-main__dl {
    font-size: 14px;
  }
}
body.form .form-main__dl-item,
body.complete .form-main__dl-item,
body.confirm .form-main__dl-item {
  display: flex;
  gap: 1.5625rem;
}
body.form .form-main__dl-item:not(:first-child),
body.complete .form-main__dl-item:not(:first-child),
body.confirm .form-main__dl-item:not(:first-child) {
  margin-top: 0.5rem;
}
body.form .form-main__dl-dt,
body.complete .form-main__dl-dt,
body.confirm .form-main__dl-dt {
  flex-shrink: 0;
  width: 16.5625rem;
}
body.form .form-main__btn,
body.complete .form-main__btn,
body.confirm .form-main__btn {
  margin-top: 3.75rem;
  text-align: center;
}
body.form .form-main .p-form__th,
body.complete .form-main .p-form__th,
body.confirm .form-main .p-form__th {
  width: 285px;
  max-width: 285px;
}

body.confirm .p-form__th {
  font-weight: 900;
  width: 285px;
  max-width: 285px;
}

@media only screen and (max-width: 767px) {
  body.form .form-main__step,
  body.complete .form-main__step,
  body.confirm .form-main__step {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  body.form .form-main__heading,
  body.complete .form-main__heading,
  body.confirm .form-main__heading {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
  body.form .form-main__btn,
  body.complete .form-main__btn,
  body.confirm .form-main__btn {
    margin-top: 1.875rem;
  }
  body.form .form-main__dl,
  body.complete .form-main__dl,
  body.confirm .form-main__dl {
    margin-top: 1.25rem;
  }
  body.form .form-main__dl-item,
  body.complete .form-main__dl-item,
  body.confirm .form-main__dl-item {
    gap: 1.25rem;
  }
  body.form .form-main__dl-dt,
  body.complete .form-main__dl-dt,
  body.confirm .form-main__dl-dt {
    width: 3.125rem;
  }
  body.form .form-main .p-form__th,
  body.complete .form-main .p-form__th,
  body.confirm .form-main .p-form__th {
    width: 100%;
    max-width: inherit;
  }
}
body.index .l-header:not(.is-fixed) {
  background: none;
}
body.index .l-all {
  position: relative;
}
body.index .l-all::before {
  position: absolute;
  inset: 0;
  bottom: 7.5rem;
  z-index: -1;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  content: "";
  background: url("../images/com-bg-page-01.jpg") no-repeat center bottom/cover;
}
body.index .index-journey {
  padding-bottom: 8.625rem;
  margin-top: 7.5rem;
  overflow: hidden;
}
body.index .index-journey__copy {
  text-align: center;
}
body.index .index-journey__copy ruby {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
body.index .index-journey__copy-sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
body.index .index-journey__copy-sub span {
  display: block;
  font-size: 1.875rem;
}
body.index .index-journey__desc {
  margin-top: 1.875rem;
}
body.index .index-journey__slide {
  margin-top: 6rem;
}
body.index .index-journey__slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
body.index .index-journey__slide .swiper-slide {
  width: 15rem;
}
body.index .index-journey__slide .swiper-slide.--odd {
  margin-top: 2.5rem;
}
body.index .index-journey__cont {
  position: relative;
  margin-top: 7.5rem;
}
body.index .index-journey__art-item {
  position: absolute;
}
body.index .index-journey__art-item.--01 {
  top: 3%;
  left: 0;
  transform: translateX(-8%);
}
body.index .index-journey__art-item.--02 {
  top: 0;
  right: 0;
  transform: translate(16%, -24%);
}
body.index .index-journey__art-item.--03 {
  top: 9%;
  right: max(50vw - 49.0625rem, 0rem);
}
body.index .index-journey__art-item.--04 {
  top: 50.8%;
  left: max(50vw - 54.125rem, 0rem);
}
body.index .index-journey__art-item.--05 {
  top: 61.2%;
  left: 0;
  transform: translateX(-15%);
}
body.index .index-journey__art-item.--06 {
  top: 40.6%;
  right: max(50vw - 52.5rem, 0rem);
}
body.index .index-journey__art-item.--07 {
  bottom: -2.4%;
  left: max(50vw - 53.75rem, 0rem);
}
body.index .index-journey__item {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(50% + 45rem);
  margin-right: auto;
}
body.index .index-journey__item.--reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
body.index .index-journey__item.--miyama .index-journey__item-img img {
  width: 100%;
  max-width: 50rem;
  margin-right: auto;
}
body.index .index-journey__item.--charm {
  margin-top: -2.0833333333vw;
}
body.index .index-journey__item.--charm .index-journey__item-img {
  max-width: 57.5rem;
}
body.index .index-journey__item.--charm .index-journey__item-cont {
  margin-top: 6.125rem;
}
body.index .index-journey__item-cont {
  flex-shrink: 0;
  width: 50%;
  max-width: 37.5rem;
}
body.index .index-journey__item-cont .c-text {
  margin-top: 1.5rem;
}
body.index .index-journey__item-img {
  flex-grow: 1;
  max-width: 52.5rem;
}
body.index .index-journey__item-col {
  --gap: calc(40 / 920 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem var(--gap);
  justify-content: center;
}
body.index .index-journey__item-col-item {
  width: calc((100% - 2 * var(--gap)) / 3);
}
body.index .index-journey__item-col-item:nth-child(1) {
  padding-top: 12.5%;
}
body.index .index-journey__item-col-item:nth-child(2) {
  align-self: center;
  padding-bottom: 8.6956521739%;
}
body.index .index-journey__item-col-item:nth-child(3) {
  align-self: flex-end;
}
body.index .index-journey__item-col-item:nth-child(4) {
  margin-top: -0.25rem;
  margin-right: 2.5%;
  margin-left: 0.2%;
}
body.index .index-journey__item-col-img {
  display: block;
}
body.index .index-journey__item-col-img img {
  width: 100%;
}
body.index .index-journey__item-col-img.--w1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
body.index .index-journey__item-col-img.--w2 {
  margin-right: -0.25rem;
}
body.index .index-journey__item-col-txt {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
body.index .index-journey__item-col-txt.--mt1 {
  margin-top: 0.25rem;
}
body.index .index-historic {
  position: relative;
  margin-top: 11.9791666667vw;
  color: #fff;
}
body.index .index-historic__desc {
  margin-top: 1.875rem;
}
body.index .index-historic__bg-item {
  position: absolute;
  left: 0;
  width: 100%;
}
body.index .index-historic__bg-item img {
  width: 100%;
}
body.index .index-historic__bg-item.--top {
  top: 0;
  transform: translateY(-78.5%);
}
body.index .index-historic__bg-item.--bottom {
  bottom: 0;
  transform: translateY(92%);
}
body.index .index-historic__card {
  --gap: calc(80 / 1440 * 100%);
  display: flex;
  gap: 0 var(--gap);
  margin-top: 4rem;
}
body.index .index-historic__card-item {
  width: calc((100% - var(--gap)) / 2);
}
body.index .index-historic__card-item:hover {
  opacity: 0.7;
  transition: 0.3s;
}
body.index .index-historic__card-img {
  display: block;
}
body.index .index-historic__card-img img {
  width: 100%;
}
body.index .index-historic__card-txt {
  margin-top: 1.5rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
}
body.index .index-historic__card-btn {
  float: right;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: auto;
}
body.index .index-reservation {
  padding-top: 5rem;
  margin-top: 13.90625vw;
}
body.index .index-reservation .p-reservation-btn {
  margin-top: 2.5rem;
}
body.index .index-reservation__desc {
  display: table;
  margin: 1.875rem auto 0;
}
body.index .index-reservation__frame {
  max-width: 100rem;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-journey__item {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  body.index .index-journey__item.--reverse {
    flex-direction: column-reverse;
  }
  body.index .index-journey__item.--charm {
    margin-top: 6.25rem;
  }
  body.index .index-journey__item-cont {
    flex-grow: 1;
    width: auto;
    max-width: unset;
  }
  body.index .index-historic {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  body.index .l-all::before {
    bottom: 0;
    background-image: url("../images/com-bg-page-01-sp.jpg");
    background-position: center top;
  }
  body.index .index-journey {
    padding-bottom: 11.125rem;
    margin-top: 4.0625rem;
  }
  body.index .index-journey__copy ruby {
    font-size: 2rem;
  }
  body.index .index-journey__copy-sub {
    display: block;
    margin-top: 0.375rem;
    font-size: 1.3125rem;
  }
  body.index .index-journey__copy-sub span {
    display: block;
    font-size: 1.5rem;
  }
  body.index .index-journey__art-item.--01 {
    top: -0.5rem;
    left: -2.25rem;
    width: 8.25rem;
    transform: none;
  }
  body.index .index-journey__art-item.--02 {
    top: -2.8125rem;
    right: -2.5rem;
    width: 8rem;
    transform: none;
  }
  body.index .index-journey__art-item.--03 {
    top: 2.75rem;
    right: 1.25rem;
    width: 6.625rem;
  }
  body.index .index-journey__art-item.--04 {
    top: 40.2%;
    left: 0.875rem;
    width: 7.1875rem;
  }
  body.index .index-journey__art-item.--06 {
    top: 41%;
    right: -4.75rem;
    width: 11.75rem;
  }
  body.index .index-journey__art-item.--05 {
    top: 44.8%;
    left: -1.375rem;
    width: 7.375rem;
    transform: none;
  }
  body.index .index-journey__art-item.--07 {
    right: -2.75rem;
    bottom: 0.5%;
    left: auto;
    width: 12.5rem;
  }
  body.index .index-journey__art-item.--08 {
    top: 64%;
    right: -0.625rem;
    width: 9.5rem;
  }
  body.index .index-journey__desc {
    margin-top: 1.25rem;
  }
  body.index .index-journey__desc p + p {
    margin-top: 1.25rem;
  }
  body.index .index-journey__slide {
    margin-top: 3rem;
  }
  body.index .index-journey__slide .swiper-slide {
    width: 35.7333333333vw;
    max-width: 12.5rem;
  }
  body.index .index-journey__slide .swiper-slide.--odd {
    margin-top: 1.375rem;
  }
  body.index .index-journey__cont {
    padding-top: 5rem;
    margin-top: 0;
  }
  body.index .index-journey__item {
    flex-direction: column-reverse;
    gap: 1rem;
    max-width: unset;
    margin: 0;
  }
  body.index .index-journey__item.--miyama .index-journey__item-img {
    width: unset;
    margin-right: -0.1875rem;
    margin-left: -0.125rem;
  }
  body.index .index-journey__item.--reverse {
    flex-direction: column-reverse;
  }
  body.index .index-journey__item.--charm {
    margin-top: 5rem;
  }
  body.index .index-journey__item.--charm .index-journey__item-cont {
    margin-top: 0;
  }
  body.index .index-journey__item.--charm .index-journey__item-img {
    margin-top: 0.625rem;
  }
  body.index .index-journey__item-cont {
    flex-grow: 1;
    width: auto;
    max-width: unset;
    margin-right: 0.625rem;
    margin-left: 0.5rem;
  }
  body.index .index-journey__item-cont .c-heading-lv2 {
    text-align: center;
  }
  body.index .index-journey__item-cont .c-text {
    margin-top: 1rem;
  }
  body.index .index-journey__art-item {
    z-index: -1;
  }
  body.index .index-journey__item-img {
    width: 100%;
    max-width: unset;
  }
  body.index .index-journey__item-col {
    flex-direction: column;
  }
  body.index .index-journey__item-col-item {
    width: 48.1927710843%;
    margin-bottom: -6.125rem;
  }
  body.index .index-journey__item-col-item:nth-child(1) {
    padding-top: 0;
  }
  body.index .index-journey__item-col-item:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: -7.9375rem;
  }
  body.index .index-journey__item-col-item:nth-child(3) {
    align-self: unset;
  }
  body.index .index-journey__item-col-item:nth-child(4) {
    margin-top: -0.125rem;
    margin-right: -0.25rem;
    margin-bottom: -7.75rem;
  }
  body.index .index-journey__item-col-item:nth-child(even) {
    margin-left: auto;
  }
  body.index .index-journey__item-col-img.--w1 {
    margin-right: 0;
    margin-left: -0.75rem;
  }
  body.index .index-journey__item-col-img.--w2 {
    margin-right: -0.75rem;
    margin-left: 0.25rem;
  }
  body.index .index-journey__item-col-img.--w2 {
    margin-right: -0.75rem;
    margin-left: 0.25rem;
  }
  body.index .index-journey__item-col-img.--w3 {
    margin-right: -0.125rem;
  }
  body.index .index-historic {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
  body.index .index-historic__desc {
    margin-top: 1.25rem;
  }
  body.index .index-historic__desc p + p {
    margin-top: 1.25rem;
  }
  body.index .index-historic__card {
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 3.5rem;
  }
  body.index .index-historic__card-item {
    width: 100%;
  }
  body.index .index-historic__card-img {
    margin-right: -0.1875rem;
    margin-left: -0.125rem;
  }
  body.index .index-historic__card-txt {
    margin-top: 1rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  body.index .index-historic__card-btn {
    margin-top: 0.75rem;
    margin-right: 0.625rem;
  }
  body.index .index-reservation {
    overflow: hidden;
  }
  body.index .index-reservation .p-reservation-btn {
    margin-top: 1.25rem;
  }
  body.index .index-reservation__desc {
    margin-top: 1.25rem;
  }
  body.index .index-reservation__desc-note {
    margin-top: 0.75rem;
  }
  body.index .index-reservation__frame {
    margin-top: 2.5rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bg01 {
  background: url("../images/index/bg-mv-01.png"), linear-gradient(#30344e, #30344e);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply, normal;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media (hover: hover) {
  .u-hover-opacity {
    transition: opacity 0.3s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}

.u-link-underline {
  text-decoration: underline;
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-tel-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .u-tel-link {
    text-decoration: unset;
    pointer-events: none;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}