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

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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

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

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

button {
  outline: none;
  appearance: none;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  color: #2f2f2f;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.span_br {
  display: inline-block;
}

.m0 {
  margin: 0 !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl160 {
  padding-left: 160px !important;
}

@media all and (max-width: 896px) {
  .m0-sm {
    margin: 0 !important;
  }
  .mt0-sm {
    margin-top: 0 !important;
  }
  .mt5-sm {
    margin-top: 5px !important;
  }
  .mt10-sm {
    margin-top: 10px !important;
  }
  .mt16-sm {
    margin-top: 16px !important;
  }
  .mt24-sm {
    margin-top: 24px !important;
  }
  .mt32-sm {
    margin-top: 32px !important;
  }
  .mt40-sm {
    margin-top: 40px !important;
  }
  .mt48-sm {
    margin-top: 48px !important;
  }
  .mt56-sm {
    margin-top: 56px !important;
  }
  .mt64-sm {
    margin-top: 64px !important;
  }
  .mt72-sm {
    margin-top: 72px !important;
  }
  .mt80-sm {
    margin-top: 80px !important;
  }
  .mr0-sm {
    margin-right: 0 !important;
  }
  .mr5-sm {
    margin-right: 5px !important;
  }
  .mr10-sm {
    margin-right: 10px !important;
  }
  .mr16-sm {
    margin-right: 16px !important;
  }
  .mr24-sm {
    margin-right: 24px !important;
  }
  .mr32-sm {
    margin-right: 32px !important;
  }
  .mr40-sm {
    margin-right: 40px !important;
  }
  .mr48-sm {
    margin-right: 48px !important;
  }
  .mr56-sm {
    margin-right: 56px !important;
  }
  .mr64-sm {
    margin-right: 64px !important;
  }
  .mr72-sm {
    margin-right: 72px !important;
  }
  .mr80-sm {
    margin-right: 80px !important;
  }
  .mb0-sm {
    margin-bottom: 0 !important;
  }
  .mb5-sm {
    margin-bottom: 5px !important;
  }
  .mb10-sm {
    margin-bottom: 10px !important;
  }
  .mb16-sm {
    margin-bottom: 16px !important;
  }
  .mb24-sm {
    margin-bottom: 24px !important;
  }
  .mb32-sm {
    margin-bottom: 32px !important;
  }
  .mb40-sm {
    margin-bottom: 40px !important;
  }
  .mb48-sm {
    margin-bottom: 48px !important;
  }
  .mb56-sm {
    margin-bottom: 56px !important;
  }
  .mb64-sm {
    margin-bottom: 64px !important;
  }
  .mb72-sm {
    margin-bottom: 72px !important;
  }
  .mb80-sm {
    margin-bottom: 80px !important;
  }
  .ml0-sm {
    margin-left: 0 !important;
  }
  .ml5-sm {
    margin-left: 5px !important;
  }
  .ml10-sm {
    margin-left: 10px !important;
  }
  .ml16-sm {
    margin-left: 16px !important;
  }
  .ml24-sm {
    margin-left: 24px !important;
  }
  .ml32-sm {
    margin-left: 32px !important;
  }
  .ml40-sm {
    margin-left: 40px !important;
  }
  .ml48-sm {
    margin-left: 48px !important;
  }
  .ml56-sm {
    margin-left: 56px !important;
  }
  .ml64-sm {
    margin-left: 64px !important;
  }
  .ml72-sm {
    margin-left: 72px !important;
  }
  .ml80-sm {
    margin-left: 80px !important;
  }
  .p0-sm {
    padding: 0 !important;
  }
  .pt0-sm {
    padding-top: 0 !important;
  }
  .pt5-sm {
    padding-top: 5px !important;
  }
  .pt10-sm {
    padding-top: 10px !important;
  }
  .pt16-sm {
    padding-top: 16px !important;
  }
  .pt24-sm {
    padding-top: 24px !important;
  }
  .pt32-sm {
    padding-top: 32px !important;
  }
  .pt40-sm {
    padding-top: 40px !important;
  }
  .pt48-sm {
    padding-top: 48px !important;
  }
  .pt56-sm {
    padding-top: 56px !important;
  }
  .pt64-sm {
    padding-top: 64px !important;
  }
  .pt72-sm {
    padding-top: 72px !important;
  }
  .pt80-sm {
    padding-top: 80px !important;
  }
  .pr0-sm {
    padding-right: 0 !important;
  }
  .pr5-sm {
    padding-right: 5px !important;
  }
  .pr10-sm {
    padding-right: 10px !important;
  }
  .pr16-sm {
    padding-right: 16px !important;
  }
  .pr24-sm {
    padding-right: 24px !important;
  }
  .pr32-sm {
    padding-right: 32px !important;
  }
  .pr40-sm {
    padding-right: 40px !important;
  }
  .pr48-sm {
    padding-right: 48px !important;
  }
  .pr56-sm {
    padding-right: 56px !important;
  }
  .pr64-sm {
    padding-right: 64px !important;
  }
  .pr72-sm {
    padding-right: 72px !important;
  }
  .pr80-sm {
    padding-right: 80px !important;
  }
  .pb0-sm {
    padding-bottom: 0 !important;
  }
  .pb5-sm {
    padding-bottom: 5px !important;
  }
  .pb10-sm {
    padding-bottom: 10px !important;
  }
  .pb16-sm {
    padding-bottom: 16px !important;
  }
  .pb24-sm {
    padding-bottom: 24px !important;
  }
  .pb32-sm {
    padding-bottom: 32px !important;
  }
  .pb40-sm {
    padding-bottom: 40px !important;
  }
  .pb48-sm {
    padding-bottom: 48px !important;
  }
  .pb56-sm {
    padding-bottom: 56px !important;
  }
  .pb64-sm {
    padding-bottom: 64px !important;
  }
  .pb72-sm {
    padding-bottom: 72px !important;
  }
  .pb80-sm {
    padding-bottom: 80px !important;
  }
  .pl0-sm {
    padding-left: 0 !important;
  }
  .pl5-sm {
    padding-left: 5px !important;
  }
  .pl10-sm {
    padding-left: 10px !important;
  }
  .pl16-sm {
    padding-left: 16px !important;
  }
  .pl24-sm {
    padding-left: 24px !important;
  }
  .pl32-sm {
    padding-left: 32px !important;
  }
  .pl40-sm {
    padding-left: 40px !important;
  }
  .pl48-sm {
    padding-left: 48px !important;
  }
  .pl56-sm {
    padding-left: 56px !important;
  }
  .pl64-sm {
    padding-left: 64px !important;
  }
  .pl72-sm {
    padding-left: 72px !important;
  }
  .pl80-sm {
    padding-left: 80px !important;
  }
}
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

main {
  position: relative;
  padding-block: 40px 60px;
  background: url(../images/common/bg.webp);
}
@media all and (max-width: 896px) {
  main {
    padding-block: 0 40px;
  }
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .breadcrumb ol {
    font-size: 1.2rem;
  }
}
.breadcrumb ol li a {
  position: relative;
  padding-right: 18px;
  margin-right: 16px;
  color: #929292;
  text-decoration: underline;
}
@media all and (max-width: 896px) {
  .breadcrumb ol li a {
    padding-right: 12px;
    margin-right: 10px;
  }
}
.breadcrumb ol li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -1px;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  rotate: 45deg;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
}

.title {
  margin-block: 48px;
  color: #1e3963;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .title {
    font-size: 3.2rem;
    letter-spacing: 2px;
  }
}

.inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin-inline: auto;
}
.inner-l {
  max-width: 1600px;
  width: calc(100% - 30px);
  margin-inline: auto;
}

.ttl {
  color: #1e3963;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.ttl.lv2 {
  margin-bottom: 48px;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 3.2px;
}
@media all and (max-width: 896px) {
  .ttl.lv2 {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
  }
}
.ttl.lv2 em {
  position: relative;
  padding-inline: 15px;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 2px;
}
.ttl.lv2 em::before, .ttl.lv2 em::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #1e3963;
}
.ttl.lv2 em::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.ttl.lv2 em::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.ttl.lv2 span {
  display: block;
  margin-top: 12px;
}
.ttl.lv3 {
  margin-bottom: 24px;
  font-size: 2rem;
  letter-spacing: 2px;
}
.ttl.border {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .ttl.border {
    margin-bottom: 24px;
  }
}
.ttl.border::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: 0;
  width: 3px;
  height: 100%;
  padding-block: 20px;
  border-radius: 100px;
  background: #1e3963;
  transform: translateY(-50%);
}
.ttl.square {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  line-height: 1.35;
}
.ttl.square::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.txt-blue {
  color: #1e3963;
}

.anc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1e3963;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .anc ul {
    flex-direction: column;
    height: auto;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
.anc ul li {
  width: 33.3333333333%;
}
@media all and (max-width: 896px) {
  .anc ul li {
    width: 100% !important;
  }
}
.anc ul li a {
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .anc ul li a {
    padding: 16px 48px;
  }
}
.anc ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  rotate: 90deg;
}
@media all and (max-width: 896px) {
  .anc ul li a::after {
    right: 32px;
  }
}

.attention {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .attention {
    margin-top: 80px;
  }
}
.attention > dl {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 896px) {
  .attention > dl {
    flex-direction: column;
    gap: 16px;
  }
}
.attention > dl > dt {
  flex: none;
  position: relative;
  padding-left: 56px;
  color: #1e3963;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .attention > dl > dt {
    padding-left: 34px;
    font-size: 2rem;
  }
}
.attention > dl > dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 29px;
  background: url(../images/common/ico_general_s.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .attention > dl > dt::before {
    width: 21px;
    height: 22px;
  }
}
.attention > dl > dd {
  letter-spacing: 2px;
}

.note {
  margin-top: 48px !important;
}
.note .ttl {
  color: #2f2f2f;
}

.emphasis {
  color: #94214d;
  font-style: normal;
}

.link-txt {
  color: #94214d;
}
.link-txt:hover, .link-txt a:hover {
  text-decoration: underline;
  opacity: 1;
}

section .stay-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section .stay-list > li {
  border-radius: 20px;
  background: #fff;
}
section .stay-list > li .acd-label {
  display: block;
  position: relative;
  padding: 16px 80px 16px 40px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  section .stay-list > li .acd-label {
    font-size: 1.8rem;
    padding-inline: 24px 50px;
  }
}
section .stay-list > li .acd-label::before, section .stay-list > li .acd-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 25px;
  height: 2px;
  background: #1e3963;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  section .stay-list > li .acd-label::before, section .stay-list > li .acd-label::after {
    right: 24px;
    width: 18px;
  }
}
section .stay-list > li .acd-label::after {
  margin-top: 1px;
  transform: translateY(-50%) rotate(-90deg);
}
section .stay-list > li .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 40px;
  border-top: 1px solid #e6ecf2;
  transition: 0.3s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  section .stay-list > li .acd-content {
    padding-inline: 24px;
  }
}
section .stay-list > li .acd-check {
  display: none;
}
section .stay-list > li .acd-check:checked + .acd-label:after {
  transform: translateY(-50%);
}
section .stay-list > li .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 40px;
  visibility: visible;
}
@media all and (max-width: 896px) {
  section .stay-list > li .acd-check:checked + .acd-label + .acd-content {
    padding: 24px;
  }
}
section .box {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
@media all and (max-width: 896px) {
  section .box {
    padding: 24px;
  }
}
section table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
section table.no-fixed {
  table-layout: auto;
}
section table th, section table td {
  padding: 32px 24px;
  vertical-align: middle;
}
section table th {
  border-bottom: 1px solid #fff;
  background: #e6ecf2;
}
section table th.head {
  border-bottom-color: #627593;
  background: #627593;
  color: #fff;
  text-align: center;
}
section table th span {
  font-size: 1.4rem;
}
section table td {
  border: 1px solid #e6ecf2;
  background: #fff;
}
section table tr:last-child th {
  border-bottom-color: #e6ecf2;
}
section table .inner-table {
  padding: 0;
}
section table .inner-table td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #e6ecf2;
}
section table .inner-table tr:last-of-type td {
  border: 0;
}
@media (min-width: 897px) and (max-width: 1100px) {
  section table .inner-table td {
    display: block;
    border-bottom: 0;
  }
  section table .inner-table td:first-of-type {
    width: auto !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }
}
section ol.default {
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 896px) {
  section ol.default {
    gap: 24px;
  }
}
section ol.default > li {
  position: relative;
  padding-left: 36px;
}
section ol.default > li::before {
  counter-increment: num;
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #1e3963;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  section ol.default > li::before {
    top: 0;
  }
}
section ol.asterisk {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
section ol.asterisk > li {
  position: relative;
  padding-left: 2em;
}
section ol.asterisk > li::before {
  counter-increment: number;
  content: "※" counter(number);
  position: absolute;
  top: 0;
  left: 0;
}
section ul {
  line-height: 1.75;
}
section ul.default {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section ul.default > li {
  position: relative;
  padding-left: 20px;
}
section ul.default > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1e3963;
}
@media all and (max-width: 896px) {
  section ul.default > li::before {
    top: 6px;
  }
}
section ul.dot {
  list-style: disc;
  margin-left: 20px;
}
section ul.dot > li {
  padding-left: 0;
}
section ul.dot > li::before {
  content: none;
}
section ul.asterisk > li {
  position: relative;
  padding-left: 1em;
}
section ul.asterisk > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
section ul.col-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media all and (max-width: 896px) {
  section ul.col-2 {
    flex-direction: column;
    gap: 8px;
  }
}
section ul.col-2 > li {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 896px) {
  section ul.col-2 > li {
    width: 100%;
  }
}
section ul.col-2 > li a {
  max-width: initial;
}
section .btn {
  display: flex;
  justify-content: center;
}
section .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 512px; /*仮*/
  padding: 20px 40px;
  border: 2px solid #e6ecf2;
  border-radius: 100px;
  background: #fff;
  color: #1e3963;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  section .btn a {
    padding: 10px 20px;
  }
}
section .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  section .btn a::after {
    right: 10px;
  }
}
section .btn a:hover {
  border-color: #1e3963;
  background: #1e3963;
  color: #fff;
  opacity: 1;
}
section .btn a:hover::after {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  section .scroll {
    width: 100%;
    overflow: auto;
  }
  section .scroll-inner {
    width: 1120px;
  }
}

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

/* header */
/* ============================================ */
header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 120px;
  padding-inline: 2vw 10.5vw;
  background: url(../images/common/bg.webp);
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  header {
    height: 70px;
    padding-inline: 15px;
  }
}
header .logo-area {
  display: flex;
  align-items: center;
  gap: 1.04vw;
}
@media all and (max-width: 896px) {
  header .logo-area {
    gap: 10px;
  }
}
header .logo-area .logo {
  width: 82px;
}
@media all and (max-width: 896px) {
  header .logo-area .logo {
    width: 58px;
  }
}
header .logo-area .logo a:hover {
  opacity: 1;
}
header .logo-area .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 210px;
  max-width: 350px;
  min-height: 68px;
  padding: 8px;
  border-radius: 10px;
  background: #1e3963;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1240px) {
  header .logo-area .card {
    max-width: 300px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1000px) {
  header .logo-area .card {
    max-width: 240px;
  }
}
@media all and (max-width: 896px) {
  header .logo-area .card {
    max-width: calc(100% - 68px);
    min-height: 58px;
    padding-block: 6px;
    gap: 6px;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 896px) {
  header .logo-area .card p {
    display: flex;
  }
}
header .logo-area .card p span {
  max-width: calc(100% - 43px);
}
@media all and (max-width: 896px) {
  header .logo-area .card p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
header .logo-area .card .modal-btn {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  padding: 2px 12px 2px 6px;
  border-radius: 100px;
  background: #fff;
  color: #1e3963;
  transition: 0.3s;
}
header .logo-area .card .modal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  height: 9px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
header .logo-area .card .modal-btn:hover {
  opacity: 0.7;
}
header .logo-area .card .modal-btn span {
  margin-left: 1px;
  font-size: clamp(1rem, 0.63vw, 1.2rem);
}
@media all and (max-width: 896px) {
  header .logo-area .card .modal-btn span {
    font-size: 1rem;
  }
}
header .logo-area .card .modal-body01 {
  display: none;
  position: fixed;
  top: 120px;
  left: 50%;
  z-index: 9999;
  width: 90%;
  max-width: 1160px;
  max-height: 80%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  animation: fade-out 0.3s ease-out forwards;
  transition: display 0.3s allow-discrete;
}
@media all and (max-width: 896px) {
  header .logo-area .card .modal-body01 {
    top: 90px;
  }
}
header .logo-area .card .modal-content {
  padding: 30px;
  border: 3px solid #1e3963;
  border-radius: 20px;
  background: #fff;
  color: #1e3963;
  font-size: 1.6rem;
  font-weight: 600;
  max-height: 82dvh;
  overflow: auto;
}
@media all and (max-width: 896px) {
  header .logo-area .card .modal-content {
    padding: 20px;
  }
}
header .logo-area .card .modal-content dl {
  display: flex;
  flex-wrap: wrap;
  margin-block: 16px;
}
header .logo-area .card .modal-content dl dt, header .logo-area .card .modal-content dl dd {
  padding-block: 4px;
}
header .logo-area .card .modal-content dl dt {
  position: relative;
  width: 10em;
  padding-right: 8px;
}
header .logo-area .card .modal-content dl dt .tooltips {
  display: none;
  position: absolute;
  top: 35px;
  padding: 5px 8px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #1e3963;
  font-size: 1.2rem;
  font-weight: normal;
}
header .logo-area .card .modal-content dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1e3963;
  color: #fff;
  font-style: normal;
  font-size: 1.4rem;
  cursor: pointer;
}
header .logo-area .card .modal-content dl dt i:hover + .tooltips {
  display: block;
}
header .logo-area .card .modal-content dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  width: calc(100% - 10em);
  padding-left: 8px;
  color: #2f2f2f;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  header .logo-area .card .modal-content dl dd:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
header .logo-area .card .modal-content dl dd span {
  display: inline-block;
  padding-inline: 5px;
  background: #dde2ea;
}
header .logo-area .card .modal-content .more {
  display: flex;
  justify-content: center;
}
header .logo-area .card .modal-content .more a {
  display: flex;
  position: relative;
  padding: 5px 50px 5px 30px;
  border-radius: 10px;
  background: #1e3963;
  color: #fff;
}
@media all and (max-width: 896px) {
  header .logo-area .card .modal-content .more a {
    width: 100%;
    justify-content: center;
  }
}
header .logo-area .card .modal-content .more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 9px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
header .logo-area .card .modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  animation: overlay-out 0.3s ease-out forwards;
  transition: display 0.3s allow-discrete;
}
header .logo-area .card .modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1e3963;
  cursor: pointer;
}
header .logo-area .card .close-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header .logo-area .card .close-icon::before, header .logo-area .card .close-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: 12px 0 0 7px;
  background: #fff;
  transform: translate(-50%, -50%);
}
header .logo-area .card .close-icon::before {
  transform: rotate(-45deg);
}
header .logo-area .card .close-icon::after {
  transform: rotate(45deg);
}
header .logo-area .card #modal01 {
  display: none;
}
header .logo-area .card #modal01:checked ~ .modal-body01 {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation: fade 0.3s ease-out forwards;
}
@starting-style {
  header .logo-area .card #modal01:checked ~ .modal-body01 {
    opacity: 0;
  }
}
header .logo-area .card #modal01:checked ~ .modal-overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation: overlay 0.3s ease-out forwards;
}
@starting-style {
  header .logo-area .card #modal01:checked ~ .modal-overlay {
    opacity: 0;
  }
}
header #ham-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media all and (max-width: 896px) {
  header #ham-menu {
    gap: 10px;
    position: fixed;
    top: 70px;
    right: -100%;
    bottom: 70px;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: calc(100dvh - 70px);
    padding: 30px 30px 100px;
    transition: transform 0.2s ease-out 0s;
  }
}
header #ham-menu > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
  height: clamp(100px, 6.25vw, 100%);
  padding: 1.3vw 0.9vw 0;
  border-bottom-left-radius: 20px;
  background: #94214d;
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  header #ham-menu > a {
    position: relative;
    width: 100%;
    max-width: initial;
    height: 46px;
    padding: 8px 16px;
    border-radius: 10px;
  }
}
header #ham-menu > a::before {
  content: "";
  position: absolute;
  top: 1.2vw;
  left: 50%;
  width: 17px;
  height: 19px;
  background: url(../images/common/ico_calendar.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  header #ham-menu > a::before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
}
header #ham-menu ul {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
header #ham-menu ul:first-of-type {
  gap: 16px;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
}
@media all and (max-width: 896px) {
  header #ham-menu ul:first-of-type {
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
  }
}
header #ham-menu ul:first-of-type a {
  position: relative;
  padding: 6px 16px 8px 42px;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  background: #fff;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:first-of-type a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    padding: 8px 16px;
    color: #2f2f2f;
  }
}
header #ham-menu ul:first-of-type a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_room.svg) no-repeat center/cover;
  filter: brightness(0);
  transform: translateY(-50%);
  transition: 0.3s;
}
header #ham-menu ul:first-of-type a:hover {
  border-color: #94214d;
  background: #94214d;
  color: #fff;
  opacity: 1;
}
header #ham-menu ul:first-of-type a:hover::before {
  filter: brightness(0) invert(1);
}
header #ham-menu ul:first-of-type a[href^="tel:"] {
  top: -3px;
  border-color: #94214d;
  color: #94214d;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:first-of-type a[href^="tel:"] {
    top: 0;
    padding-block: 8px;
    color: #94214d;
  }
}
header #ham-menu ul:first-of-type a[href^="tel:"]::before {
  background-image: url(../images/common/ico_tel.svg);
  filter: none;
}
header #ham-menu ul:first-of-type a[href^="tel:"] span {
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 900;
}
header #ham-menu ul:last-of-type {
  gap: 1.25vw;
  font-size: 2rem;
}
@media (max-width: 1240px) {
  header #ham-menu ul:last-of-type {
    font-size: 1.6rem;
  }
}
@media (max-width: 1100px) {
  header #ham-menu ul:last-of-type {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type {
    flex-wrap: wrap;
    gap: 24px 48px;
    order: -1;
  }
}
header #ham-menu ul:last-of-type li {
  position: relative;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type li {
    width: calc(50% - 24px);
  }
}
header #ham-menu ul:last-of-type li a {
  position: relative;
  padding-bottom: 12px;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type li a {
    display: flex;
    width: 100%;
    padding-bottom: 0;
    color: #1e3963;
  }
  header #ham-menu ul:last-of-type li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 11px;
    height: 9px;
    background: url(../images/common/ico_ar.svg) no-repeat center/cover;
    transform: translateY(-50%);
  }
}
header #ham-menu ul:last-of-type li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1e3963;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type li a::after {
    content: none;
  }
}
header #ham-menu ul:last-of-type li a:hover {
  opacity: 1;
}
header #ham-menu ul:last-of-type li a:hover::after, header #ham-menu ul:last-of-type li a.current::after {
  width: 100%;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type li:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: -24px;
    width: 1px;
    height: 100%;
    background: #1e3963;
  }
}
header #ham-menu ul:last-of-type .new::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0004;
}
@media all and (max-width: 896px) {
  header #ham-menu ul:last-of-type .new::before {
    content: none;
  }
}
header #menu-icon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 25%;
  height: 70px;
  padding: 10px 5px;
  border: 1px solid #313131;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  header #menu-icon {
    display: block;
  }
}
header #menu-icon i {
  display: inline-block;
  position: absolute;
  top: 21px;
  left: calc(50% - 9px);
  width: 18px;
  height: 2px;
  background: #2f2f2f;
}
header #menu-icon i::before, header #menu-icon i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #2f2f2f;
  transition: 0.4s;
}
header #menu-icon i::before {
  top: -6px;
}
header #menu-icon i::after {
  top: 6px;
}
header #menu-icon span {
  display: block;
  width: 100%;
  margin-top: 26px;
  text-align: center;
  font-weight: 600;
}
header #menu-icon span.close {
  display: none;
}
header #menu-cb {
  display: none;
}
header #menu-cb:checked ~ #ham-menu {
  transform: translate(-100%);
}
header #menu-cb:checked ~ #menu-icon i {
  height: 0;
}
header #menu-cb:checked ~ #menu-icon i::before, header #menu-cb:checked ~ #menu-icon i::after {
  height: 2px;
}
header #menu-cb:checked ~ #menu-icon i::before {
  transform: translateY(6px) rotate(-315deg);
}
header #menu-cb:checked ~ #menu-icon i::after {
  transform: translateY(-6px) rotate(315deg);
}
header #menu-cb:checked ~ #menu-icon span.open {
  display: none;
}
header #menu-cb:checked ~ #menu-icon span.close {
  display: block;
}
header .sp-fixed {
  display: none;
}
@media all and (max-width: 896px) {
  header .sp-fixed {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 75%;
    height: 70px;
    font-weight: 600;
  }
  header .sp-fixed li {
    width: 33.3333333333%;
  }
  header .sp-fixed li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: 100%;
    padding: 13px 5px;
    border: 1px solid #313131;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    text-align: center;
  }
  header .sp-fixed li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
  }
  header .sp-fixed li a i img {
    width: 100%;
  }
  header .sp-fixed li:first-child img {
    filter: brightness(0);
  }
  header .sp-fixed li:nth-child(2) a {
    color: #94214d;
    border-color: #94214d;
  }
  header .sp-fixed li:last-child a {
    border-color: #94214d;
    background: #94214d;
    color: #fff;
  }
}

/*スマホ時メニューを開いたときにメインコンテンツ固定*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* footer */
/* ============================================ */
footer {
  padding-block: 5.21vw 2.08vw;
  background: #1e3963;
  color: #fff;
}
@media all and (max-width: 896px) {
  footer {
    padding-block: 64px 94px;
  }
}
footer .inner-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media all and (max-width: 896px) {
  footer .inner-l {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-inline: 0;
  }
}
footer .inner-l .logo {
  flex: none;
  filter: brightness(0) invert(1);
}
footer .inner-l .logo a:hover {
  opacity: 1;
}
footer .inner-l .footer-link {
  width: 905px;
}
@media all and (max-width: 896px) {
  footer .inner-l .footer-link {
    width: auto;
    margin-top: 50px;
  }
}
footer .inner-l .footer-link .agency {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 896px) {
  footer .inner-l .footer-link .agency {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
footer .inner-l .footer-link .agency a {
  display: flex;
  position: relative;
  width: 380px;
  padding: 20px 56px 20px 32px;
  justify-content: center;
  border: 2px solid #1e3963;
  border-radius: 100px;
  background: #fff;
  color: #1e3963;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  footer .inner-l .footer-link .agency a {
    width: 100%;
  }
}
footer .inner-l .footer-link .agency a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 11px;
  height: 10px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: translateY(-50%);
  transition: 0.3s;
}
footer .inner-l .footer-link .agency a:hover {
  border-color: #fff;
  background: #1e3963;
  color: #fff;
  opacity: 1;
}
footer .inner-l .footer-link .agency a:hover::after {
  filter: brightness(0) invert(1);
}
footer .inner-l .footer-link nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.4rem;
}
footer .inner-l .footer-link nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
footer .inner-l .footer-link nav ul a {
  position: relative;
}
footer .inner-l .footer-link nav ul a[target=_blank] {
  padding-right: 20px;
}
footer .inner-l .footer-link nav ul a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  background: url(../images/common/ico_blank.svg) no-repeat center/cover;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
footer .inner-l .footer-link nav ul a:hover {
  text-decoration: underline;
  opacity: 1;
}
footer .cr {
  display: block;
  margin-top: 100px;
  padding-inline: 15px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  footer .cr {
    margin-top: 40px;
    text-align: left;
    font-size: 1.2rem;
  }
}
footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 600;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1e3963;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  user-select: none;
}
@media all and (max-width: 896px) {
  footer .pagetop {
    right: 10px;
    bottom: 80px;
    width: 60px;
    height: 60px;
  }
}
footer .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 15px;
  margin: -7px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  footer .pagetop::after {
    width: 12px;
    height: 10px;
    margin: -5px;
  }
}
footer .pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.lv2 .title {
  display: none !important;
}

/*# sourceMappingURL=layout.css.map */
