@charset "UTF-8";
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  font-family: Prompt, "Kosugi Maru", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print, screen and (max-width: 1024px) {
  body {
    min-width: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.is-loading * {
  transition: none !important;
  transition-delay: unset !important;
}

.is-resizing *,
.is-resizing *::before,
.is-resizing *::after {
  transition: none !important;
  transition-delay: unset !important;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

.resizing * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}
.resizing *::after, .resizing *::before {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

img {
  object-fit: contain;
  pointer-events: none;
  backface-visibility: hidden;
}
img:not(.news-Detail .content img) {
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------*/
/* Structure */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Content */
/*-------------------------------------------------------------------*/
.st-Content {
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Main */
/*-------------------------------------------------------------------*/
.st-Main {
  display: block;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* Site wide */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* sw-Heading */
/*-------------------------------------------------------------------*/
.sw-Heading {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #333333;
  text-indent: -8px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading {
    font-size: 4.4rem;
  }
}
.sw-Heading span {
  margin: 14px 0 0 8px;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  color: #2484C6;
  line-height: 1;
  letter-spacing: 1.34em;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading span {
    margin-top: 2.0833333333vw 0 0 1.0416666667vw;
    font-size: 1.6rem;
  }
}
.sw-Heading.center {
  text-align: center;
}
.sw-Heading.center span {
  margin: 14px 0 0;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading.center span {
    margin-top: 2.0833333333vw;
  }
}

/*-------------------------------------------------------------------*/
/* sw-NewsArchive */
/*-------------------------------------------------------------------*/
.sw-NewsArchive {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive {
    max-width: 92.1875vw;
  }
}
.sw-NewsArchive li {
  padding: 18px 0;
  position: relative;
  border-top: 1px solid #E7E7E7;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive li {
    padding: 3.6458333333vw 3.90625vw 3.90625vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sw-NewsArchive li:last-child {
  border-bottom: 1px solid #E7E7E7;
}
.sw-NewsArchive li .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .sw-NewsArchive li .link + .article .title {
    transition: color 0.3s;
  }
  .sw-NewsArchive li .link:hover + .article .title {
    color: #2484C6;
    text-decoration: underline;
  }
}
.sw-NewsArchive li .article {
  width: 50%;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive li .article {
    width: 100%;
    display: block;
    order: 2;
  }
}
.sw-NewsArchive li .article .date {
  min-width: 126px;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #A4A4A4;
  letter-spacing: 0.12em;
  flex-shrink: 0;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive li .article .date {
    min-width: auto;
    margin-top: 2.34375vw;
    padding-left: 0;
    font-size: 2.4rem;
  }
}
.sw-NewsArchive li .article .title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 200%;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive li .article .title {
    margin-top: 1.5625vw;
    font-size: 2.6rem;
    line-height: 140%;
  }
}
.sw-NewsArchive li .category {
  max-width: 50%;
  padding: 6.5px 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  background: #A4A4A4;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 140%;
  color: #fff;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .sw-NewsArchive li .category {
    max-width: none;
    padding: 0.78125vw 2.6041666667vw;
    position: relative;
    z-index: 1;
    top: 0;
    transform: translate(0, 0);
    border-radius: 2.6041666667vw;
    font-size: 1.8rem;
    order: 1;
  }
}
@media (any-hover: hover) {
  .sw-NewsArchive li .category {
    transition: background-color 0.3s;
  }
  .sw-NewsArchive li .category:hover {
    background-color: #2484C6;
  }
}

/*-------------------------------------------------------------------*/
/* sw-Stage */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* sw-Btn */
/*-------------------------------------------------------------------*/
.sw-Btn a {
  width: 280px;
  margin: 0 auto;
  padding: 22px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-align: center;
  border: 2px solid #D4D4D4;
  display: block;
  position: relative;
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .sw-Btn a {
    width: 62.5vw;
    padding: 4.5572916667vw;
    font-size: 2.6rem;
  }
}
@media (any-hover: hover) {
  .sw-Btn a {
    transition: opacity 0.3s;
  }
  .sw-Btn a:hover {
    opacity: 0.4;
  }
}
.sw-Btn a .line {
  width: 50px;
  height: 1px;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .sw-Btn a .line {
    width: 11.1979166667vw;
    height: 0.2604166667vw;
    min-height: 1px;
    backface-visibility: hidden;
  }
}
.sw-Btn a .line::before, .sw-Btn a .line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background-color: #A4A4A4;
}
.sw-Btn a .line.next {
  right: -24px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Btn a .line.next {
    right: -5.2083333333vw;
  }
}
.sw-Btn a .line.next::before, .sw-Btn a .line.next::after {
  left: 0;
}
.sw-Btn a .line.prev {
  left: -24px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Btn a .line.prev {
    left: -5.2083333333vw;
  }
}
.sw-Btn a .line.prev::before, .sw-Btn a .line.prev::after {
  right: 0;
}
.sw-Btn.external svg {
  width: 14px;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Btn.external svg {
    width: 2.6041666667vw;
    height: 1.3020833333vw;
    right: 7.8125vw;
  }
}

/*-------------------------------------------------------------------*/
/* sw-Toggle_Btn */
/*-------------------------------------------------------------------*/
.sw-Toggle_Btn {
  width: 180px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0.06em;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 1024px) {
  .sw-Toggle_Btn {
    width: 38.5416666667vw;
    height: 8.59375vw;
    font-size: 2.6rem;
    border-radius: 4.296875vw;
  }
}
@media (any-hover: hover) {
  .sw-Toggle_Btn {
    transition: opacity 0.3s;
  }
  .sw-Toggle_Btn:hover {
    opacity: 0.6;
  }
}
.sw-Toggle_Btn .icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border-radius: 50%;
  background-color: #2484C6;
}
@media print, screen and (max-width: 1024px) {
  .sw-Toggle_Btn .icon {
    width: 4.296875vw;
    height: 4.296875vw;
    right: 2.8645833333vw;
  }
}
.sw-Toggle_Btn .icon::before, .sw-Toggle_Btn .icon::after {
  content: "";
  width: 8px;
  height: 2px;
  min-height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: transform 0.3s;
  backface-visibility: hidden;
}
@media print, screen and (max-width: 1024px) {
  .sw-Toggle_Btn .icon::before, .sw-Toggle_Btn .icon::after {
    width: 1.6927083333vw;
    height: 0.390625vw;
  }
}
.sw-Toggle_Btn.close .icon::after {
  transform: rotate(90deg);
}

/*-------------------------------------------------------------------*/
/* sub */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* subpage-Wrapper */
/*-------------------------------------------------------------------*/
.subpage-Wrapper {
  padding-top: 152px;
}
@media print, screen and (max-width: 1024px) {
  .subpage-Wrapper {
    padding-top: 23.4375vw;
  }
}

/*-------------------------------------------------------------------*/
/* sub-Logo */
/*-------------------------------------------------------------------*/
.sub-Logo {
  width: 760px;
  margin: 0 auto 95px;
}
.sub-Logo a {
  display: block;
}
@media (any-hover: hover) {
  .sub-Logo a {
    transition: opacity 0.3s;
  }
  .sub-Logo a:hover {
    opacity: 0.6;
  }
}

/*-------------------------------------------------------------------*/
/* sub-Breadcrumb */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* sub-Category */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* sub-SingleContent */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* wp-pagenavi */
/*-------------------------------------------------------------------*/
.sub-WpPagenavi {
  margin-top: 60px;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .sub-WpPagenavi {
    margin-top: 7.8125vw;
  }
}

.wp-pagenavi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333333;
  border-radius: 50%;
  border: 1px solid #E7E7E7;
  position: relative;
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 9.375vw;
    height: 9.375vw;
    margin: 0 1.6927083333vw;
    font-size: 2.8rem;
  }
}
@media (any-hover: hover) {
  .wp-pagenavi a, .wp-pagenavi span {
    transition: background-color 0.3s;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    background-color: #E7E7E7;
  }
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #E7E7E7;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink {
  position: absolute;
  font-size: 0;
}
.wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::after, .wp-pagenavi span.previouspostslink::after, .wp-pagenavi span.nextpostslink::after {
  content: "";
  width: 6px;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2211%22%20fill%3D%22none%22%20viewBox%3D%220%200%206%2011%22%3E%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22m.162%201.856%204.51%204.141-4.51%204.141a.476.476%200%200%200%200%20.714.587.587%200%200%200%20.777%200l4.9-4.498a.476.476%200%200%200%200-.713l-4.9-4.498a.587.587%200%200%200-.778%200%20.476.476%200%200%200%200%20.713Z%22%2F%3E%3C%2Fsvg%3E") 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::after, .wp-pagenavi span.previouspostslink::after, .wp-pagenavi span.nextpostslink::after {
    width: 1.4322916667vw;
    height: 2.34375vw;
    left: 4.1666666667vw;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
  left: -60px;
  transform: scale(-1, 1);
}
@media print, screen and (max-width: 1024px) {
  .wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
    left: -12.7604166667vw;
  }
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
  right: -60px;
}
@media print, screen and (max-width: 1024px) {
  .wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
    right: -12.7604166667vw;
  }
}

/*-------------------------------------------------------------------*/
/* sub-Pagenavi */
/*-------------------------------------------------------------------*/
.sub-Pagenavi {
  margin-top: 4.1666666667vw;
  text-align: center;
}
.sub-Pagenavi ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub-Pagenavi ul li a {
  position: relative;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #262626;
}
@media (any-hover: hover) {
  .sub-Pagenavi ul li a {
    transition: color 0.3s;
  }
  .sub-Pagenavi ul li a:hover {
    color: #E3007F;
  }
}
.sub-Pagenavi ul li.prev, .sub-Pagenavi ul li.next {
  position: absolute;
}
.sub-Pagenavi ul li.prev {
  left: -11.9791666667vw;
}
.sub-Pagenavi ul li.prev::after {
  right: -7.2916666667vw;
}
.sub-Pagenavi ul li.next {
  right: -11.9791666667vw;
}
.sub-Pagenavi ul li.next::after {
  left: -7.2916666667vw;
}

/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.block-pc {
  display: block !important;
}
@media print, screen and (max-width: 1024px) {
  .block-pc {
    display: none !important;
  }
}

.inline-pc {
  display: inline !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-block-pc {
  display: inline-block !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-block-pc {
    display: none !important;
  }
}

.flex-pc {
  display: flex !important;
}
@media print, screen and (max-width: 1024px) {
  .flex-pc {
    display: none !important;
  }
}

.inline-flex-pc {
  display: inline-flex !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-flex-pc {
    display: none !important;
  }
}

.block-sp {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .block-sp {
    display: block !important;
  }
}

.inline-sp {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-sp {
    display: inline !important;
  }
}

.inline-block-sp {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-block-sp {
    display: inline-block !important;
  }
}

.flex-sp {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .flex-sp {
    display: flex !important;
  }
}

.inline-flex-sp {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .inline-flex-sp {
    display: inline-flex !important;
  }
}

/*-------------------------------------------------------------------*/
/* YouTUbe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
.st-Header {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.st-Header::before {
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .st-Header {
    min-width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header::before {
    height: 13.0208333333vw;
  }
}
.st-Header_Content {
  max-width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .st-Header_Content {
    max-width: calc(100% - 10vw);
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Content {
    max-width: calc(100% - 10.4vw);
  }
}
.st-Header_Logo {
  width: 250px;
  margin: 36px auto 0 0;
}
.st-Header_Logo a {
  display: block;
  transition: 0.3s;
}
.st-Header_Logo .svg {
  width: 162px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .st-Header_Logo {
    width: 180px;
    margin: 42px 3vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Logo {
    width: 27.0833333333vw;
    margin: 4.296875vw auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Logo .svg {
    width: 17.578125vw;
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger {
    margin: 4.296875vw 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger::before {
    content: "MENU";
    font-family: din-condensed, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    color: #1E90FF;
    letter-spacing: 0.075em;
    -webkit-transform: translateY(0.2604166667vw);
    transform: translateY(0.2604166667vw);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .hamburger {
    width: 6.5104166667vw;
    height: 2.9947916667vw;
    margin: 0 0 0 1.953125vw;
    position: relative;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .hamburger span {
    height: 0.6510416667vw;
    min-height: 1px;
    display: block;
    position: absolute;
    left: 0;
    background: #1E90FF;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .hamburger span:first-of-type {
    width: 6.5104166667vw;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Hamburger .hamburger span:last-of-type {
    width: 4.9479166667vw;
    bottom: 0;
  }
}
.st-Header_Nav {
  margin: 36px 0 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.st-Header_Nav .global {
  display: flex;
  align-items: center;
}
.st-Header_Nav .global > nav .main a {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  letter-spacing: 0.09em;
}
.st-Header_Nav .global > nav .sub ul {
  padding-top: 2.0833333333vw;
  display: grid;
  gap: 7.5520833333vw 0;
}
.st-Header_Nav .global > nav .sub ul li a {
  display: inline-flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.06em;
}
.st-Header_Nav .global > nav .sub ul.two-column {
  grid-template-columns: repeat(2, 1fr);
}
.st-Header_Nav .global > nav + nav {
  margin: 0 0 0 40px;
}
.st-Header_Nav .reservation .btn {
  margin: 0 0 0 40px;
}
.st-Header_Nav .reservation .btn a {
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #1E90FF;
  border: 1px solid #D4D4D4;
  color: #fff;
  border: 1px solid #D4D4D4;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Nav .reservation .btn a {
    width: auto;
    height: auto;
    justify-content: flex-start;
    border-radius: 0;
    border: none;
    font-size: 2.4rem;
  }
}
@media (any-hover: hover) {
  .st-Header_Nav .reservation .btn a {
    transition: opacity 0.3s;
  }
  .st-Header_Nav .reservation .btn a:hover {
    opacity: 0.4;
  }
}
.st-Header_Nav .official-account {
  width: 80px;
  height: 325px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateX(100%) translateY(-50%) skewY(-7.75deg);
  background: #fff;
  transition: 0.3s;
}
.st-Header_Nav .official-account > .content {
  height: 100%;
  transform: skewY(7.75deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.st-Header_Nav .official-account > .content d > .heading p {
  font-family: din-condensed, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
}
.st-Header_Nav .official-account > .content d > .body {
  flex-shrink: 0;
}
.st-Header_Nav .official-account > .content d > .body .list {
  margin: 50px 0 0;
}
.st-Header_Nav .official-account > .content d > .body .list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.st-Header_Nav .official-account > .content d > .body .list ul li {
  flex-shrink: 0;
}
.st-Header_Nav .official-account > .content d > .body .list ul li a {
  display: block;
}
.st-Header_Nav .official-account > .content d > .body .list ul li a img {
  width: 100%;
  height: auto;
}
.st-Header_Nav .official-account > .content d > .body .list ul li.twitter {
  width: 18px;
}
.st-Header_Nav .official-account > .content d > .body .list ul li.instagram {
  width: 19px;
}
.st-Header_Nav .official-account > .content d > .body .list ul li.line {
  width: 21px;
}
.st-Header_Nav .official-account > .content d > .body .list ul li.youtube {
  width: 22px;
}
.st-Header_Nav .official-account > .content d > .body .list ul li + li {
  margin: 34px 0 0;
}
.st-Header_Nav .official-account.active {
  transform: translateX(0) translateY(-50%) skewY(-7.75deg);
}
.st-Header_Nav .close .icon {
  width: 6.5104166667vw;
  height: 2.9947916667vw;
  margin: 0 0 0 1.953125vw;
  position: relative;
}
.st-Header_Nav .close .icon span {
  width: 6.5104166667vw;
  height: 0.6510416667vw;
  min-height: 1px;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  top: 50%;
}
.st-Header_Nav .close .icon span:first-of-type {
  transform: translateY(-50%) rotate(-25deg);
}
.st-Header_Nav .close .icon span:last-of-type {
  transform: translateY(-50%) rotate(25deg);
}

@media screen and (max-width: 1024px) {
  .st-Header_Nav {
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 23.4375vw 0 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #6d696a;
    z-index: -1;
    overflow-y: scroll;
    transform: translateY(-100%);
    transition: 0.3s;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global {
    width: 89.5833333333vw;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav {
    position: relative;
  }
}
@media screen and (max-width: 1500px) {
  .st-Header_Nav .global > nav .main a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1380px) {
  .st-Header_Nav .global > nav .main a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .main a {
    padding: 5.7291666667vw 2.6041666667vw;
    font-size: 30px;
    font-size: 3rem;
    display: block;
    color: #fff;
    letter-spacing: 0.075em;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global > nav .main a {
    transition: 0.3s;
  }
  .st-Header_Nav .global > nav .main a:hover {
    color: #1E90FF;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .main .arrow {
    width: 8.0729166667vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .main .arrow::after {
    content: "";
    width: 1.8229166667vw;
    height: 2.6041666667vw;
    margin: 0 auto;
    position: absolute;
    top: 5.859375vw;
    right: 2.734375vw;
    background: url(../../images/common/icon_single-arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global > nav .sub {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .sub {
    padding: 0 0 8.0729166667vw 2.6041666667vw;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .sub ul li a::before {
    content: "-";
    margin: 0 1.3020833333vw 0 0;
  }
}
@media screen and (max-width: 1380px) {
  .st-Header_Nav .global > nav + nav {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav + nav {
    margin: 0;
    border-left: none;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav:not(:first-of-type) {
    border-top: 1px solid #7e7b7c;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow {
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow::after {
    transform: rotate(90deg);
    right: 2.9947916667vw;
    transform-origin: 50% 50%;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow.opened::after {
    transform: rotate(270deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav:last-of-type {
    border-bottom: 1px solid #7e7b7c;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account {
    width: 89.5833333333vw;
    margin: 10.4166666667vw auto 0;
    height: auto;
    position: static;
    transform: translateX(0) translateY(0) skewY(0);
    background: 0 0;
    transition: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content {
    transform: skewY(0);
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .heading p {
    transform: rotate(0);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .heading p span {
    display: block;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .heading p span.en {
    font-family: din-condensed, sans-serif;
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .heading p span.ja {
    margin: 3.2552083333vw 0 0;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list {
    margin: 9.1145833333vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .official-account > .content > .body .list ul li a img {
    transition: 0.3s;
  }
  .st-Header_Nav .official-account > .content > .body .list ul li a:hover img {
    opacity: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.twitter {
    background: url(../assets/images/common/icon_twitter_original.png) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.twitter {
    width: 7.1614583333vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.instagram {
    background: url(../assets/images/common/icon_instagram_original.png) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.instagram {
    width: 8.0729166667vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.line {
    background: url(../assets/images/common/icon_line_original.png) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.line {
    width: 8.59375vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.youtube {
    background: url(../assets/images/common/icon_youtube_original.png) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul li.youtube {
    width: 8.7239583333vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account > .content > .body .list ul li + li {
    margin: 0 0 0 12.3697916667vw;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .official-account.active {
    transform: translateX(0) translateY(0) skewY(0);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .close {
    height: 15.625vw;
    margin: 15.625vw 0 0;
    align-items: center;
    justify-content: center;
    background: #1E90FF;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .close p {
    font-family: din-condensed, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
}
.st-Header.scrolled::before {
  height: 80px;
}
.st-Header.scrolled .st-Header_Nav {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .st-Header.scrolled::before {
    height: 13.0208333333vw;
    background: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.scrolled .st-Header_Nav {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened::before {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger::before {
    content: "CLOSE";
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger span:first-of-type {
    width: 6.5104166667vw;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger span:last-of-type {
    width: 6.5104166667vw;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(25deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Nav {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav {
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 23.4375vw 0 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #6d696a;
    z-index: -1;
    overflow-y: scroll;
    transform: translateY(-100%);
    transition: 0.3s;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global {
    width: 89.5833333333vw;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav {
    position: relative;
  }
}
@media screen and (max-width: 1380px) {
  .st-Header_Nav .global > nav .main a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .main a {
    padding: 5.7291666667vw 2.6041666667vw;
    font-size: 30px;
    font-size: 3rem;
    display: block;
    color: #fff;
    letter-spacing: 0.075em;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Nav .global > nav .main a {
    transition: 0.3s;
  }
  .st-Header_Nav .global > nav .main a:hover {
    color: #1E90FF;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .global > nav .main .arrow {
    width: 8.0729166667vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  /* アイコン矢印のサイズ、位置、回転の設定 */
  .st-Header_Nav .global > nav .main .arrow::after {
    content: "";
    width: 1.8229166667vw;
    height: 2.6041666667vw;
    margin: 0 auto;
    position: absolute;
    top: 5.859375vw;
    right: 2.734375vw;
    background: url(../../images/common/icon_single-arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
    transition: transform 0.2s;
  }
  .st-Header_Nav .global > nav .sub {
    padding: 0 0 8.0729166667vw 2.6041666667vw;
    display: none;
  }
  .st-Header_Nav .global > nav .sub ul li a::before {
    content: "-";
    margin: 0 1.3020833333vw 0 0;
  }
  /* ナビゲーションのボーダーやマージンの設定 */
  .st-Header_Nav .global > nav + nav {
    margin: 0;
    border-left: none;
  }
  .st-Header_Nav .global > nav:not(:first-of-type) {
    border-top: 1px solid #7e7b7c;
  }
  /* 矢印の回転処理 */
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow {
    z-index: 1;
  }
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow::after {
    transform: rotate(90deg); /* 初期状態 */
    right: 2.9947916667vw;
    transform-origin: 50% 50%;
  }
  .st-Header_Nav .global > nav:not(:first-of-type) .main .arrow.opened::after {
    transform: rotate(270deg); /* 開いた状態で回転 */
  }
  /* 最後のナビゲーションの下部ボーダー */
  .st-Header_Nav .global > nav:last-of-type {
    border-bottom: 1px solid #7e7b7c;
  }
  /* 1つ目のナビゲーションには回転を適用しない */
  .st-Header_Nav .global > nav:first-child .main .arrow::after {
    transform: rotate(0deg); /* 最初の矢印 */
  }
  /* 4つ目のナビゲーションにのみ回転処理を適用 */
  .st-Header_Nav .global > nav:nth-child(4) .main .arrow::after {
    transform: rotate(90deg); /* 初期状態 */
  }
  .st-Header_Nav .global > nav:nth-child(4) .main .arrow.opened::after {
    transform: rotate(270deg); /* 開いた状態で回転 */
  }
  /* その他のナビゲーションは回転なし */
  .st-Header_Nav .global > nav:not(:first-child):not(:nth-child(4)) .main .arrow::after {
    transform: rotate(0deg); /* 回転なし */
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .close {
    height: 15.625vw;
    margin: 15.625vw 0 0;
    align-items: center;
    justify-content: center;
    background: #1E90FF;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header_Nav .close p {
    font-family: din-condensed, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
}
.st-Header.scrolled::before {
  height: 80px;
}
.st-Header.scrolled .st-Header_Nav {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .st-Header.scrolled::before {
    height: 13.0208333333vw;
    background: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.scrolled .st-Header_Nav {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened::before {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger::before {
    content: "CLOSE";
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger span:first-of-type {
    width: 6.5104166667vw;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Hamburger .hamburger span:last-of-type {
    width: 6.5104166667vw;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(25deg);
  }
}
@media screen and (max-width: 1024px) {
  .st-Header.opened .st-Header_Nav {
    transform: translateY(0);
  }
}
/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
.st-Footer {
  padding: 70px 72px 80px;
  border-top: 1px solid #E7E7E7;
  position: relative;
  background: #888;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer {
    padding: 12.5vw 10.4166666667vw 11.71875vw;
  }
}
.st-Footer .st-Footer_Content {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Content {
    max-width: 83.3333333333vw;
    display: block;
  }
}
.st-Footer .st-Footer_Nav ul {
  display: inline-flex;
  justify-content: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 15.625vw;
    row-gap: 8.59375vw;
    justify-content: flex-start;
  }
}
.st-Footer .st-Footer_Nav ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Nav ul li a {
    font-size: 2.6rem;
  }
}
.st-Footer .st-Footer_Nav ul li a::after {
  content: "";
  width: 0;
  max-width: 20px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border-radius: 1px;
  background-color: #2484C6;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Nav ul li a::after {
    width: 0;
    max-width: 5.2083333333vw;
    height: 0.390625vw;
    min-height: 1px;
    backface-visibility: hidden;
    bottom: -2.4739583333vw;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer_Nav ul li a::after {
    transition: width 0.3s;
  }
  .st-Footer .st-Footer_Nav ul li a:hover::after {
    width: 100%;
  }
}
.st-Footer .st-Footer_Nav ul li a.current::after {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .st-Footer .st-Footer_Nav ul li + li {
    margin-left: 66px;
  }
}
.st-Footer .st-Footer_Subnav {
  display: flex;
  justify-content: center;
}
.st-Footer .st-Footer_Subnav ul {
  display: inline-flex;
  justify-content: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Subnav ul {
    margin-top: 11.71875vw;
    display: flex;
    flex-wrap: wrap;
    gap: 3.90625vw 5.2083333333vw;
  }
}
.st-Footer .st-Footer_Subnav ul li a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Subnav ul li a {
    font-size: 2.6rem;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer_Subnav ul li a {
    transition: opacity 0.3s;
  }
  .st-Footer .st-Footer_Subnav ul li a:hover {
    opacity: 0.6;
  }
}
.st-Footer .st-Footer_Subnav ul li + li {
  display: flex;
  align-items: center;
}
.st-Footer .st-Footer_Subnav ul li + li::before {
  content: "｜";
  margin: 0 20px;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Subnav ul li + li::before {
    margin: 0 1.8229166667vw;
    font-size: 2rem;
  }
}
.st-Footer .st-Footer_Share {
  width: 100%;
  margin: 46px 0 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Share {
    margin: 11.1979166667vw 0 7.8125vw;
    justify-content: flex-start;
  }
}
.st-Footer .st-Footer_Share p {
  font-weight: 500;
  font-size: 1.2rem;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Share p {
    font-size: 2.8rem;
  }
}
.st-Footer .st-Footer_Share ul {
  margin-left: 18px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Share ul {
    margin-left: 5.2083333333vw;
  }
}
.st-Footer .st-Footer_Share ul li a {
  width: 20px;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Share ul li a {
    width: 5.2083333333vw;
  }
}
.st-Footer .st-Footer_Share ul li a svg use {
  fill: #A4A4A4;
}
@media (any-hover: hover) {
  .st-Footer .st-Footer_Share ul li a use {
    transition: fill 0.3s;
  }
  .st-Footer .st-Footer_Share ul li a:hover .svg-twitter use {
    fill: #1DA1F2;
  }
  .st-Footer .st-Footer_Share ul li a:hover .svg-line use {
    fill: #00B900;
  }
  .st-Footer .st-Footer_Share ul li a:hover .svg-facebook use {
    fill: #1877f2;
  }
}
.st-Footer .st-Footer_Share ul li + li {
  margin-left: 10px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Share ul li + li {
    margin-left: 3.90625vw;
  }
}
.st-Footer .st-Footer_Bnr ul {
  display: flex;
}
.st-Footer .st-Footer_Bnr ul li {
  width: 190px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Bnr ul li {
    width: 37.7604166667vw;
  }
}
.st-Footer .st-Footer_Bnr ul li a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer .st-Footer_Bnr ul li a {
    transition: opacity 0.3s;
  }
  .st-Footer .st-Footer_Bnr ul li a:hover {
    opacity: 0.6;
  }
}
.st-Footer .st-Footer_Bnr ul li + li {
  margin-left: 14px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Bnr ul li + li {
    margin-left: 3.6458333333vw;
  }
}
.st-Footer .st-Footer_Logo {
  width: 314px;
  margin: 60px auto 0;
}
.st-Footer .st-Footer_Logo a {
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Logo {
    width: 40.8854166667vw;
  }
}
.st-Footer .st-Footer_Copyright {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Copyright {
    margin-top: 9.1145833333vw;
  }
}
.st-Footer .st-Footer_Copyright p {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Copyright p {
    font-size: 1.8rem;
  }
}
.st-Footer .st-Footer_Pagetop {
  position: absolute;
  top: -40px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Pagetop {
    top: -5.2083333333vw;
    right: 3.90625vw;
  }
}
.st-Footer .st-Footer_Pagetop::before {
  content: "";
  width: 14px;
  height: 73px;
  margin: 0 auto 24px;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2273%22%20fill%3D%22none%22%20viewBox%3D%220%200%2015%2073%22%3E%20%3Cpath%20fill%3D%22%23A4A4A4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.124%208.284a.493.493%200%200%201-.003-.642L6.638.233a.456.456%200%200%201%20.069-.1.385.385%200%200%201%20.371-.124.397.397%200%200%201%20.227.128.453.453%200%200%201%20.06.083l6.522%207.422a.493.493%200%200%201-.004.642.384.384%200%200%201-.585-.005L7.52%201.706v70.792a.5.5%200%200%201-1%200V1.674L.71%208.28a.384.384%200%200%201-.586.004Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0/cover no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Pagetop::before {
    width: 3.3854166667vw;
    height: 17.7083333333vw;
    margin-bottom: 3.3854166667vw;
  }
}
.st-Footer .st-Footer_Pagetop p {
  writing-mode: vertical-lr;
  font-weight: 500;
  font-size: 1.4rem;
  color: #A4A4A4;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Pagetop p {
    font-size: 2.4rem;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer_Pagetop {
    transition: opacity 0.3s;
  }
  .st-Footer .st-Footer_Pagetop:hover {
    opacity: 0.6;
  }
}

/*-------------------------------------------------------------------*/
/* service-Detail */
/*-------------------------------------------------------------------*/
.service-Detail {
  max-width: 1200px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 1024px) {
  .service-Detail {
    width: calc(100% - 7.8125vw);
    margin: 0 auto 16.9270833333vw;
  }
}
.service-Detail .service_Content .service_Heading h2 .en {
  font-family: Prompt, sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.14em;
  margin: 0 0 1.2vw;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Heading h2 .en {
    font-size: 10.03125vw;
  }
}
.service-Detail .service_Content .service_Heading h2 .ja {
  font-size: 1.6041666667vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Heading h2 .ja {
    font-size: 4.6041666667vw;
  }
}
.service-Detail .service_Content .service_Body {
  margin: 41.6px 0 0;
}
.service-Detail .service_Content .service_Body .section_header {
  text-align: center;
  position: relative;
}
.service-Detail .service_Content .service_Body .section_header h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: Prompt, sans-serif;
  margin: 0 auto 60px;
  padding: 20px 0;
  background: #373737;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .section_header h3 {
    font-size: 4.6041666667vw;
    padding: 2.6041666667vw 0;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: max(1200px, 62.5vw);
}
@media print, screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul {
    justify-content: flex-start;
    width: auto;
    gap: 10vw;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li {
  width: 390px;
}
@media print, screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li {
    width: 100%;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .article-media img {
  border-radius: 20px;
}
@media print, screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .article-media img {
    border-radius: 10px;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .text-box {
  color: #373737;
  font-family: Prompt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 25.6px;
  text-align: left;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .text-box {
    margin: 5.2083333333vw 0 0;
    font-size: 4.6041666667vw;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .text-box .ttl {
  position: relative;
  font-size: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .text-box .ttl {
    font-size: 4.6041666667vw;
    margin: 0 0 5.9895833333vw;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .text-box .ttl::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #232323;
  content: "";
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .text-box .ttl::before {
    width: 3.125vw;
    height: 0.2604166667vw;
    bottom: -3.125vw;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .text-box .text {
  font-size: 16px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .text-box .text {
    font-size: 2.4rem;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .text-box .price {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
  color: #ff7c1e;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .service_Body .st-service_List ul li .text-box .price {
    font-size: 2.4rem;
  }
}
.service-Detail .service_Content .service_Body .st-service_List ul li .index-more {
  color: #373737;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 16px;
  margin: 0px 20px 0px 0px;
  text-align: right;
}
.service-Detail .service_Content .service_Body .st-service_List ul li a {
  display: block;
}
.service-Detail .service_Content .service_Body .st-service_List + .section_header {
  margin: 100px auto 0;
}
.service-Detail .service_Content .sw-Btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .service-Detail .service_Content .sw-Btn {
    margin: 55px auto 0;
  }
}