@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: inline-flex !important;
}

.-flex {
  display: flex !important;
}

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

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

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-height-1:not(:root) {
  height: 1px !important;
}

@media screen and (max-width: 767px) {
  .u-height-1_sp:not(:root) {
    height: 1px !important;
  }
}

.u-height-2:not(:root) {
  height: 2px !important;
}

@media screen and (max-width: 767px) {
  .u-height-2_sp:not(:root) {
    height: 2px !important;
  }
}

.u-height-3:not(:root) {
  height: 3px !important;
}

@media screen and (max-width: 767px) {
  .u-height-3_sp:not(:root) {
    height: 3px !important;
  }
}

.u-height-4:not(:root) {
  height: 4px !important;
}

@media screen and (max-width: 767px) {
  .u-height-4_sp:not(:root) {
    height: 4px !important;
  }
}

.u-height-5:not(:root) {
  height: 5px !important;
}

@media screen and (max-width: 767px) {
  .u-height-5_sp:not(:root) {
    height: 5px !important;
  }
}

.u-height-6:not(:root) {
  height: 6px !important;
}

@media screen and (max-width: 767px) {
  .u-height-6_sp:not(:root) {
    height: 6px !important;
  }
}

.u-height-7:not(:root) {
  height: 7px !important;
}

@media screen and (max-width: 767px) {
  .u-height-7_sp:not(:root) {
    height: 7px !important;
  }
}

.u-height-8:not(:root) {
  height: 8px !important;
}

@media screen and (max-width: 767px) {
  .u-height-8_sp:not(:root) {
    height: 8px !important;
  }
}

.u-height-9:not(:root) {
  height: 9px !important;
}

@media screen and (max-width: 767px) {
  .u-height-9_sp:not(:root) {
    height: 9px !important;
  }
}

.u-height-10:not(:root) {
  height: 10px !important;
}

@media screen and (max-width: 767px) {
  .u-height-10_sp:not(:root) {
    height: 10px !important;
  }
}

.u-height-11:not(:root) {
  height: 11px !important;
}

@media screen and (max-width: 767px) {
  .u-height-11_sp:not(:root) {
    height: 11px !important;
  }
}

.u-height-12:not(:root) {
  height: 12px !important;
}

@media screen and (max-width: 767px) {
  .u-height-12_sp:not(:root) {
    height: 12px !important;
  }
}

.u-height-13:not(:root) {
  height: 13px !important;
}

@media screen and (max-width: 767px) {
  .u-height-13_sp:not(:root) {
    height: 13px !important;
  }
}

.u-height-14:not(:root) {
  height: 14px !important;
}

@media screen and (max-width: 767px) {
  .u-height-14_sp:not(:root) {
    height: 14px !important;
  }
}

.u-height-15:not(:root) {
  height: 15px !important;
}

@media screen and (max-width: 767px) {
  .u-height-15_sp:not(:root) {
    height: 15px !important;
  }
}

.u-height-16:not(:root) {
  height: 16px !important;
}

@media screen and (max-width: 767px) {
  .u-height-16_sp:not(:root) {
    height: 16px !important;
  }
}

.u-height-17:not(:root) {
  height: 17px !important;
}

@media screen and (max-width: 767px) {
  .u-height-17_sp:not(:root) {
    height: 17px !important;
  }
}

.u-height-18:not(:root) {
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .u-height-18_sp:not(:root) {
    height: 18px !important;
  }
}

.u-height-19:not(:root) {
  height: 19px !important;
}

@media screen and (max-width: 767px) {
  .u-height-19_sp:not(:root) {
    height: 19px !important;
  }
}

.u-height-20:not(:root) {
  height: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-height-20_sp:not(:root) {
    height: 20px !important;
  }
}

.u-height-21:not(:root) {
  height: 21px !important;
}

@media screen and (max-width: 767px) {
  .u-height-21_sp:not(:root) {
    height: 21px !important;
  }
}

.u-height-22:not(:root) {
  height: 22px !important;
}

@media screen and (max-width: 767px) {
  .u-height-22_sp:not(:root) {
    height: 22px !important;
  }
}

.u-height-23:not(:root) {
  height: 23px !important;
}

@media screen and (max-width: 767px) {
  .u-height-23_sp:not(:root) {
    height: 23px !important;
  }
}

.u-height-24:not(:root) {
  height: 24px !important;
}

@media screen and (max-width: 767px) {
  .u-height-24_sp:not(:root) {
    height: 24px !important;
  }
}

.u-height-25:not(:root) {
  height: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-height-25_sp:not(:root) {
    height: 25px !important;
  }
}

.u-height-26:not(:root) {
  height: 26px !important;
}

@media screen and (max-width: 767px) {
  .u-height-26_sp:not(:root) {
    height: 26px !important;
  }
}

.u-height-27:not(:root) {
  height: 27px !important;
}

@media screen and (max-width: 767px) {
  .u-height-27_sp:not(:root) {
    height: 27px !important;
  }
}

.u-height-28:not(:root) {
  height: 28px !important;
}

@media screen and (max-width: 767px) {
  .u-height-28_sp:not(:root) {
    height: 28px !important;
  }
}

.u-height-29:not(:root) {
  height: 29px !important;
}

@media screen and (max-width: 767px) {
  .u-height-29_sp:not(:root) {
    height: 29px !important;
  }
}

.u-height-30:not(:root) {
  height: 30px !important;
}

@media screen and (max-width: 767px) {
  .u-height-30_sp:not(:root) {
    height: 30px !important;
  }
}

.u-height-31:not(:root) {
  height: 31px !important;
}

@media screen and (max-width: 767px) {
  .u-height-31_sp:not(:root) {
    height: 31px !important;
  }
}

.u-height-32:not(:root) {
  height: 32px !important;
}

@media screen and (max-width: 767px) {
  .u-height-32_sp:not(:root) {
    height: 32px !important;
  }
}

.u-height-33:not(:root) {
  height: 33px !important;
}

@media screen and (max-width: 767px) {
  .u-height-33_sp:not(:root) {
    height: 33px !important;
  }
}

.u-height-34:not(:root) {
  height: 34px !important;
}

@media screen and (max-width: 767px) {
  .u-height-34_sp:not(:root) {
    height: 34px !important;
  }
}

.u-height-35:not(:root) {
  height: 35px !important;
}

@media screen and (max-width: 767px) {
  .u-height-35_sp:not(:root) {
    height: 35px !important;
  }
}

.u-height-36:not(:root) {
  height: 36px !important;
}

@media screen and (max-width: 767px) {
  .u-height-36_sp:not(:root) {
    height: 36px !important;
  }
}

.u-height-37:not(:root) {
  height: 37px !important;
}

@media screen and (max-width: 767px) {
  .u-height-37_sp:not(:root) {
    height: 37px !important;
  }
}

.u-height-38:not(:root) {
  height: 38px !important;
}

@media screen and (max-width: 767px) {
  .u-height-38_sp:not(:root) {
    height: 38px !important;
  }
}

.u-height-39:not(:root) {
  height: 39px !important;
}

@media screen and (max-width: 767px) {
  .u-height-39_sp:not(:root) {
    height: 39px !important;
  }
}

.u-height-40:not(:root) {
  height: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-height-40_sp:not(:root) {
    height: 40px !important;
  }
}

.u-height-41:not(:root) {
  height: 41px !important;
}

@media screen and (max-width: 767px) {
  .u-height-41_sp:not(:root) {
    height: 41px !important;
  }
}

.u-height-42:not(:root) {
  height: 42px !important;
}

@media screen and (max-width: 767px) {
  .u-height-42_sp:not(:root) {
    height: 42px !important;
  }
}

.u-height-43:not(:root) {
  height: 43px !important;
}

@media screen and (max-width: 767px) {
  .u-height-43_sp:not(:root) {
    height: 43px !important;
  }
}

.u-height-44:not(:root) {
  height: 44px !important;
}

@media screen and (max-width: 767px) {
  .u-height-44_sp:not(:root) {
    height: 44px !important;
  }
}

.u-height-45:not(:root) {
  height: 45px !important;
}

@media screen and (max-width: 767px) {
  .u-height-45_sp:not(:root) {
    height: 45px !important;
  }
}

.u-height-46:not(:root) {
  height: 46px !important;
}

@media screen and (max-width: 767px) {
  .u-height-46_sp:not(:root) {
    height: 46px !important;
  }
}

.u-height-47:not(:root) {
  height: 47px !important;
}

@media screen and (max-width: 767px) {
  .u-height-47_sp:not(:root) {
    height: 47px !important;
  }
}

.u-height-48:not(:root) {
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .u-height-48_sp:not(:root) {
    height: 48px !important;
  }
}

.u-height-49:not(:root) {
  height: 49px !important;
}

@media screen and (max-width: 767px) {
  .u-height-49_sp:not(:root) {
    height: 49px !important;
  }
}

.u-height-50:not(:root) {
  height: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-height-50_sp:not(:root) {
    height: 50px !important;
  }
}

.u-height-51:not(:root) {
  height: 51px !important;
}

@media screen and (max-width: 767px) {
  .u-height-51_sp:not(:root) {
    height: 51px !important;
  }
}

.u-height-52:not(:root) {
  height: 52px !important;
}

@media screen and (max-width: 767px) {
  .u-height-52_sp:not(:root) {
    height: 52px !important;
  }
}

.u-height-53:not(:root) {
  height: 53px !important;
}

@media screen and (max-width: 767px) {
  .u-height-53_sp:not(:root) {
    height: 53px !important;
  }
}

.u-height-54:not(:root) {
  height: 54px !important;
}

@media screen and (max-width: 767px) {
  .u-height-54_sp:not(:root) {
    height: 54px !important;
  }
}

.u-height-55:not(:root) {
  height: 55px !important;
}

@media screen and (max-width: 767px) {
  .u-height-55_sp:not(:root) {
    height: 55px !important;
  }
}

.u-height-56:not(:root) {
  height: 56px !important;
}

@media screen and (max-width: 767px) {
  .u-height-56_sp:not(:root) {
    height: 56px !important;
  }
}

.u-height-57:not(:root) {
  height: 57px !important;
}

@media screen and (max-width: 767px) {
  .u-height-57_sp:not(:root) {
    height: 57px !important;
  }
}

.u-height-58:not(:root) {
  height: 58px !important;
}

@media screen and (max-width: 767px) {
  .u-height-58_sp:not(:root) {
    height: 58px !important;
  }
}

.u-height-59:not(:root) {
  height: 59px !important;
}

@media screen and (max-width: 767px) {
  .u-height-59_sp:not(:root) {
    height: 59px !important;
  }
}

.u-height-60:not(:root) {
  height: 60px !important;
}

@media screen and (max-width: 767px) {
  .u-height-60_sp:not(:root) {
    height: 60px !important;
  }
}

.u-height-61:not(:root) {
  height: 61px !important;
}

@media screen and (max-width: 767px) {
  .u-height-61_sp:not(:root) {
    height: 61px !important;
  }
}

.u-height-62:not(:root) {
  height: 62px !important;
}

@media screen and (max-width: 767px) {
  .u-height-62_sp:not(:root) {
    height: 62px !important;
  }
}

.u-height-63:not(:root) {
  height: 63px !important;
}

@media screen and (max-width: 767px) {
  .u-height-63_sp:not(:root) {
    height: 63px !important;
  }
}

.u-height-64:not(:root) {
  height: 64px !important;
}

@media screen and (max-width: 767px) {
  .u-height-64_sp:not(:root) {
    height: 64px !important;
  }
}

.u-height-65:not(:root) {
  height: 65px !important;
}

@media screen and (max-width: 767px) {
  .u-height-65_sp:not(:root) {
    height: 65px !important;
  }
}

.u-height-66:not(:root) {
  height: 66px !important;
}

@media screen and (max-width: 767px) {
  .u-height-66_sp:not(:root) {
    height: 66px !important;
  }
}

.u-height-67:not(:root) {
  height: 67px !important;
}

@media screen and (max-width: 767px) {
  .u-height-67_sp:not(:root) {
    height: 67px !important;
  }
}

.u-height-68:not(:root) {
  height: 68px !important;
}

@media screen and (max-width: 767px) {
  .u-height-68_sp:not(:root) {
    height: 68px !important;
  }
}

.u-height-69:not(:root) {
  height: 69px !important;
}

@media screen and (max-width: 767px) {
  .u-height-69_sp:not(:root) {
    height: 69px !important;
  }
}

.u-height-70:not(:root) {
  height: 70px !important;
}

@media screen and (max-width: 767px) {
  .u-height-70_sp:not(:root) {
    height: 70px !important;
  }
}

.u-height-71:not(:root) {
  height: 71px !important;
}

@media screen and (max-width: 767px) {
  .u-height-71_sp:not(:root) {
    height: 71px !important;
  }
}

.u-height-72:not(:root) {
  height: 72px !important;
}

@media screen and (max-width: 767px) {
  .u-height-72_sp:not(:root) {
    height: 72px !important;
  }
}

.u-height-73:not(:root) {
  height: 73px !important;
}

@media screen and (max-width: 767px) {
  .u-height-73_sp:not(:root) {
    height: 73px !important;
  }
}

.u-height-74:not(:root) {
  height: 74px !important;
}

@media screen and (max-width: 767px) {
  .u-height-74_sp:not(:root) {
    height: 74px !important;
  }
}

.u-height-75:not(:root) {
  height: 75px !important;
}

@media screen and (max-width: 767px) {
  .u-height-75_sp:not(:root) {
    height: 75px !important;
  }
}

.u-height-76:not(:root) {
  height: 76px !important;
}

@media screen and (max-width: 767px) {
  .u-height-76_sp:not(:root) {
    height: 76px !important;
  }
}

.u-height-77:not(:root) {
  height: 77px !important;
}

@media screen and (max-width: 767px) {
  .u-height-77_sp:not(:root) {
    height: 77px !important;
  }
}

.u-height-78:not(:root) {
  height: 78px !important;
}

@media screen and (max-width: 767px) {
  .u-height-78_sp:not(:root) {
    height: 78px !important;
  }
}

.u-height-79:not(:root) {
  height: 79px !important;
}

@media screen and (max-width: 767px) {
  .u-height-79_sp:not(:root) {
    height: 79px !important;
  }
}

.u-height-80:not(:root) {
  height: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-height-80_sp:not(:root) {
    height: 80px !important;
  }
}

.u-height-81:not(:root) {
  height: 81px !important;
}

@media screen and (max-width: 767px) {
  .u-height-81_sp:not(:root) {
    height: 81px !important;
  }
}

.u-height-82:not(:root) {
  height: 82px !important;
}

@media screen and (max-width: 767px) {
  .u-height-82_sp:not(:root) {
    height: 82px !important;
  }
}

.u-height-83:not(:root) {
  height: 83px !important;
}

@media screen and (max-width: 767px) {
  .u-height-83_sp:not(:root) {
    height: 83px !important;
  }
}

.u-height-84:not(:root) {
  height: 84px !important;
}

@media screen and (max-width: 767px) {
  .u-height-84_sp:not(:root) {
    height: 84px !important;
  }
}

.u-height-85:not(:root) {
  height: 85px !important;
}

@media screen and (max-width: 767px) {
  .u-height-85_sp:not(:root) {
    height: 85px !important;
  }
}

.u-height-86:not(:root) {
  height: 86px !important;
}

@media screen and (max-width: 767px) {
  .u-height-86_sp:not(:root) {
    height: 86px !important;
  }
}

.u-height-87:not(:root) {
  height: 87px !important;
}

@media screen and (max-width: 767px) {
  .u-height-87_sp:not(:root) {
    height: 87px !important;
  }
}

.u-height-88:not(:root) {
  height: 88px !important;
}

@media screen and (max-width: 767px) {
  .u-height-88_sp:not(:root) {
    height: 88px !important;
  }
}

.u-height-89:not(:root) {
  height: 89px !important;
}

@media screen and (max-width: 767px) {
  .u-height-89_sp:not(:root) {
    height: 89px !important;
  }
}

.u-height-90:not(:root) {
  height: 90px !important;
}

@media screen and (max-width: 767px) {
  .u-height-90_sp:not(:root) {
    height: 90px !important;
  }
}

.u-height-91:not(:root) {
  height: 91px !important;
}

@media screen and (max-width: 767px) {
  .u-height-91_sp:not(:root) {
    height: 91px !important;
  }
}

.u-height-92:not(:root) {
  height: 92px !important;
}

@media screen and (max-width: 767px) {
  .u-height-92_sp:not(:root) {
    height: 92px !important;
  }
}

.u-height-93:not(:root) {
  height: 93px !important;
}

@media screen and (max-width: 767px) {
  .u-height-93_sp:not(:root) {
    height: 93px !important;
  }
}

.u-height-94:not(:root) {
  height: 94px !important;
}

@media screen and (max-width: 767px) {
  .u-height-94_sp:not(:root) {
    height: 94px !important;
  }
}

.u-height-95:not(:root) {
  height: 95px !important;
}

@media screen and (max-width: 767px) {
  .u-height-95_sp:not(:root) {
    height: 95px !important;
  }
}

.u-height-96:not(:root) {
  height: 96px !important;
}

@media screen and (max-width: 767px) {
  .u-height-96_sp:not(:root) {
    height: 96px !important;
  }
}

.u-height-97:not(:root) {
  height: 97px !important;
}

@media screen and (max-width: 767px) {
  .u-height-97_sp:not(:root) {
    height: 97px !important;
  }
}

.u-height-98:not(:root) {
  height: 98px !important;
}

@media screen and (max-width: 767px) {
  .u-height-98_sp:not(:root) {
    height: 98px !important;
  }
}

.u-height-99:not(:root) {
  height: 99px !important;
}

@media screen and (max-width: 767px) {
  .u-height-99_sp:not(:root) {
    height: 99px !important;
  }
}

.u-height-100:not(:root) {
  height: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-height-100_sp:not(:root) {
    height: 100px !important;
  }
}

.u-height-101:not(:root) {
  height: 101px !important;
}

@media screen and (max-width: 767px) {
  .u-height-101_sp:not(:root) {
    height: 101px !important;
  }
}

.u-height-102:not(:root) {
  height: 102px !important;
}

@media screen and (max-width: 767px) {
  .u-height-102_sp:not(:root) {
    height: 102px !important;
  }
}

.u-height-103:not(:root) {
  height: 103px !important;
}

@media screen and (max-width: 767px) {
  .u-height-103_sp:not(:root) {
    height: 103px !important;
  }
}

.u-height-104:not(:root) {
  height: 104px !important;
}

@media screen and (max-width: 767px) {
  .u-height-104_sp:not(:root) {
    height: 104px !important;
  }
}

.u-height-105:not(:root) {
  height: 105px !important;
}

@media screen and (max-width: 767px) {
  .u-height-105_sp:not(:root) {
    height: 105px !important;
  }
}

.u-height-106:not(:root) {
  height: 106px !important;
}

@media screen and (max-width: 767px) {
  .u-height-106_sp:not(:root) {
    height: 106px !important;
  }
}

.u-height-107:not(:root) {
  height: 107px !important;
}

@media screen and (max-width: 767px) {
  .u-height-107_sp:not(:root) {
    height: 107px !important;
  }
}

.u-height-108:not(:root) {
  height: 108px !important;
}

@media screen and (max-width: 767px) {
  .u-height-108_sp:not(:root) {
    height: 108px !important;
  }
}

.u-height-109:not(:root) {
  height: 109px !important;
}

@media screen and (max-width: 767px) {
  .u-height-109_sp:not(:root) {
    height: 109px !important;
  }
}

.u-height-110:not(:root) {
  height: 110px !important;
}

@media screen and (max-width: 767px) {
  .u-height-110_sp:not(:root) {
    height: 110px !important;
  }
}

.u-height-111:not(:root) {
  height: 111px !important;
}

@media screen and (max-width: 767px) {
  .u-height-111_sp:not(:root) {
    height: 111px !important;
  }
}

.u-height-112:not(:root) {
  height: 112px !important;
}

@media screen and (max-width: 767px) {
  .u-height-112_sp:not(:root) {
    height: 112px !important;
  }
}

.u-height-113:not(:root) {
  height: 113px !important;
}

@media screen and (max-width: 767px) {
  .u-height-113_sp:not(:root) {
    height: 113px !important;
  }
}

.u-height-114:not(:root) {
  height: 114px !important;
}

@media screen and (max-width: 767px) {
  .u-height-114_sp:not(:root) {
    height: 114px !important;
  }
}

.u-height-115:not(:root) {
  height: 115px !important;
}

@media screen and (max-width: 767px) {
  .u-height-115_sp:not(:root) {
    height: 115px !important;
  }
}

.u-height-116:not(:root) {
  height: 116px !important;
}

@media screen and (max-width: 767px) {
  .u-height-116_sp:not(:root) {
    height: 116px !important;
  }
}

.u-height-117:not(:root) {
  height: 117px !important;
}

@media screen and (max-width: 767px) {
  .u-height-117_sp:not(:root) {
    height: 117px !important;
  }
}

.u-height-118:not(:root) {
  height: 118px !important;
}

@media screen and (max-width: 767px) {
  .u-height-118_sp:not(:root) {
    height: 118px !important;
  }
}

.u-height-119:not(:root) {
  height: 119px !important;
}

@media screen and (max-width: 767px) {
  .u-height-119_sp:not(:root) {
    height: 119px !important;
  }
}

.u-height-120:not(:root) {
  height: 120px !important;
}

@media screen and (max-width: 767px) {
  .u-height-120_sp:not(:root) {
    height: 120px !important;
  }
}

.u-height-121:not(:root) {
  height: 121px !important;
}

@media screen and (max-width: 767px) {
  .u-height-121_sp:not(:root) {
    height: 121px !important;
  }
}

.u-height-122:not(:root) {
  height: 122px !important;
}

@media screen and (max-width: 767px) {
  .u-height-122_sp:not(:root) {
    height: 122px !important;
  }
}

.u-height-123:not(:root) {
  height: 123px !important;
}

@media screen and (max-width: 767px) {
  .u-height-123_sp:not(:root) {
    height: 123px !important;
  }
}

.u-height-124:not(:root) {
  height: 124px !important;
}

@media screen and (max-width: 767px) {
  .u-height-124_sp:not(:root) {
    height: 124px !important;
  }
}

.u-height-125:not(:root) {
  height: 125px !important;
}

@media screen and (max-width: 767px) {
  .u-height-125_sp:not(:root) {
    height: 125px !important;
  }
}

.u-height-126:not(:root) {
  height: 126px !important;
}

@media screen and (max-width: 767px) {
  .u-height-126_sp:not(:root) {
    height: 126px !important;
  }
}

.u-height-127:not(:root) {
  height: 127px !important;
}

@media screen and (max-width: 767px) {
  .u-height-127_sp:not(:root) {
    height: 127px !important;
  }
}

.u-height-128:not(:root) {
  height: 128px !important;
}

@media screen and (max-width: 767px) {
  .u-height-128_sp:not(:root) {
    height: 128px !important;
  }
}

.u-height-129:not(:root) {
  height: 129px !important;
}

@media screen and (max-width: 767px) {
  .u-height-129_sp:not(:root) {
    height: 129px !important;
  }
}

.u-height-130:not(:root) {
  height: 130px !important;
}

@media screen and (max-width: 767px) {
  .u-height-130_sp:not(:root) {
    height: 130px !important;
  }
}

.u-height-131:not(:root) {
  height: 131px !important;
}

@media screen and (max-width: 767px) {
  .u-height-131_sp:not(:root) {
    height: 131px !important;
  }
}

.u-height-132:not(:root) {
  height: 132px !important;
}

@media screen and (max-width: 767px) {
  .u-height-132_sp:not(:root) {
    height: 132px !important;
  }
}

.u-height-133:not(:root) {
  height: 133px !important;
}

@media screen and (max-width: 767px) {
  .u-height-133_sp:not(:root) {
    height: 133px !important;
  }
}

.u-height-134:not(:root) {
  height: 134px !important;
}

@media screen and (max-width: 767px) {
  .u-height-134_sp:not(:root) {
    height: 134px !important;
  }
}

.u-height-135:not(:root) {
  height: 135px !important;
}

@media screen and (max-width: 767px) {
  .u-height-135_sp:not(:root) {
    height: 135px !important;
  }
}

.u-height-136:not(:root) {
  height: 136px !important;
}

@media screen and (max-width: 767px) {
  .u-height-136_sp:not(:root) {
    height: 136px !important;
  }
}

.u-height-137:not(:root) {
  height: 137px !important;
}

@media screen and (max-width: 767px) {
  .u-height-137_sp:not(:root) {
    height: 137px !important;
  }
}

.u-height-138:not(:root) {
  height: 138px !important;
}

@media screen and (max-width: 767px) {
  .u-height-138_sp:not(:root) {
    height: 138px !important;
  }
}

.u-height-139:not(:root) {
  height: 139px !important;
}

@media screen and (max-width: 767px) {
  .u-height-139_sp:not(:root) {
    height: 139px !important;
  }
}

.u-height-140:not(:root) {
  height: 140px !important;
}

@media screen and (max-width: 767px) {
  .u-height-140_sp:not(:root) {
    height: 140px !important;
  }
}

.u-height-141:not(:root) {
  height: 141px !important;
}

@media screen and (max-width: 767px) {
  .u-height-141_sp:not(:root) {
    height: 141px !important;
  }
}

.u-height-142:not(:root) {
  height: 142px !important;
}

@media screen and (max-width: 767px) {
  .u-height-142_sp:not(:root) {
    height: 142px !important;
  }
}

.u-height-143:not(:root) {
  height: 143px !important;
}

@media screen and (max-width: 767px) {
  .u-height-143_sp:not(:root) {
    height: 143px !important;
  }
}

.u-height-144:not(:root) {
  height: 144px !important;
}

@media screen and (max-width: 767px) {
  .u-height-144_sp:not(:root) {
    height: 144px !important;
  }
}

.u-height-145:not(:root) {
  height: 145px !important;
}

@media screen and (max-width: 767px) {
  .u-height-145_sp:not(:root) {
    height: 145px !important;
  }
}

.u-height-146:not(:root) {
  height: 146px !important;
}

@media screen and (max-width: 767px) {
  .u-height-146_sp:not(:root) {
    height: 146px !important;
  }
}

.u-height-147:not(:root) {
  height: 147px !important;
}

@media screen and (max-width: 767px) {
  .u-height-147_sp:not(:root) {
    height: 147px !important;
  }
}

.u-height-148:not(:root) {
  height: 148px !important;
}

@media screen and (max-width: 767px) {
  .u-height-148_sp:not(:root) {
    height: 148px !important;
  }
}

.u-height-149:not(:root) {
  height: 149px !important;
}

@media screen and (max-width: 767px) {
  .u-height-149_sp:not(:root) {
    height: 149px !important;
  }
}

.u-height-150:not(:root) {
  height: 150px !important;
}

@media screen and (max-width: 767px) {
  .u-height-150_sp:not(:root) {
    height: 150px !important;
  }
}

.u-height-151:not(:root) {
  height: 151px !important;
}

@media screen and (max-width: 767px) {
  .u-height-151_sp:not(:root) {
    height: 151px !important;
  }
}

.u-height-152:not(:root) {
  height: 152px !important;
}

@media screen and (max-width: 767px) {
  .u-height-152_sp:not(:root) {
    height: 152px !important;
  }
}

.u-height-153:not(:root) {
  height: 153px !important;
}

@media screen and (max-width: 767px) {
  .u-height-153_sp:not(:root) {
    height: 153px !important;
  }
}

.u-height-154:not(:root) {
  height: 154px !important;
}

@media screen and (max-width: 767px) {
  .u-height-154_sp:not(:root) {
    height: 154px !important;
  }
}

.u-height-155:not(:root) {
  height: 155px !important;
}

@media screen and (max-width: 767px) {
  .u-height-155_sp:not(:root) {
    height: 155px !important;
  }
}

.u-height-156:not(:root) {
  height: 156px !important;
}

@media screen and (max-width: 767px) {
  .u-height-156_sp:not(:root) {
    height: 156px !important;
  }
}

.u-height-157:not(:root) {
  height: 157px !important;
}

@media screen and (max-width: 767px) {
  .u-height-157_sp:not(:root) {
    height: 157px !important;
  }
}

.u-height-158:not(:root) {
  height: 158px !important;
}

@media screen and (max-width: 767px) {
  .u-height-158_sp:not(:root) {
    height: 158px !important;
  }
}

.u-height-159:not(:root) {
  height: 159px !important;
}

@media screen and (max-width: 767px) {
  .u-height-159_sp:not(:root) {
    height: 159px !important;
  }
}

.u-height-160:not(:root) {
  height: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-height-160_sp:not(:root) {
    height: 160px !important;
  }
}

.u-height-161:not(:root) {
  height: 161px !important;
}

@media screen and (max-width: 767px) {
  .u-height-161_sp:not(:root) {
    height: 161px !important;
  }
}

.u-height-162:not(:root) {
  height: 162px !important;
}

@media screen and (max-width: 767px) {
  .u-height-162_sp:not(:root) {
    height: 162px !important;
  }
}

.u-height-163:not(:root) {
  height: 163px !important;
}

@media screen and (max-width: 767px) {
  .u-height-163_sp:not(:root) {
    height: 163px !important;
  }
}

.u-height-164:not(:root) {
  height: 164px !important;
}

@media screen and (max-width: 767px) {
  .u-height-164_sp:not(:root) {
    height: 164px !important;
  }
}

.u-height-165:not(:root) {
  height: 165px !important;
}

@media screen and (max-width: 767px) {
  .u-height-165_sp:not(:root) {
    height: 165px !important;
  }
}

.u-height-166:not(:root) {
  height: 166px !important;
}

@media screen and (max-width: 767px) {
  .u-height-166_sp:not(:root) {
    height: 166px !important;
  }
}

.u-height-167:not(:root) {
  height: 167px !important;
}

@media screen and (max-width: 767px) {
  .u-height-167_sp:not(:root) {
    height: 167px !important;
  }
}

.u-height-168:not(:root) {
  height: 168px !important;
}

@media screen and (max-width: 767px) {
  .u-height-168_sp:not(:root) {
    height: 168px !important;
  }
}

.u-height-169:not(:root) {
  height: 169px !important;
}

@media screen and (max-width: 767px) {
  .u-height-169_sp:not(:root) {
    height: 169px !important;
  }
}

.u-height-170:not(:root) {
  height: 170px !important;
}

@media screen and (max-width: 767px) {
  .u-height-170_sp:not(:root) {
    height: 170px !important;
  }
}

.u-height-171:not(:root) {
  height: 171px !important;
}

@media screen and (max-width: 767px) {
  .u-height-171_sp:not(:root) {
    height: 171px !important;
  }
}

.u-height-172:not(:root) {
  height: 172px !important;
}

@media screen and (max-width: 767px) {
  .u-height-172_sp:not(:root) {
    height: 172px !important;
  }
}

.u-height-173:not(:root) {
  height: 173px !important;
}

@media screen and (max-width: 767px) {
  .u-height-173_sp:not(:root) {
    height: 173px !important;
  }
}

.u-height-174:not(:root) {
  height: 174px !important;
}

@media screen and (max-width: 767px) {
  .u-height-174_sp:not(:root) {
    height: 174px !important;
  }
}

.u-height-175:not(:root) {
  height: 175px !important;
}

@media screen and (max-width: 767px) {
  .u-height-175_sp:not(:root) {
    height: 175px !important;
  }
}

.u-height-176:not(:root) {
  height: 176px !important;
}

@media screen and (max-width: 767px) {
  .u-height-176_sp:not(:root) {
    height: 176px !important;
  }
}

.u-height-177:not(:root) {
  height: 177px !important;
}

@media screen and (max-width: 767px) {
  .u-height-177_sp:not(:root) {
    height: 177px !important;
  }
}

.u-height-178:not(:root) {
  height: 178px !important;
}

@media screen and (max-width: 767px) {
  .u-height-178_sp:not(:root) {
    height: 178px !important;
  }
}

.u-height-179:not(:root) {
  height: 179px !important;
}

@media screen and (max-width: 767px) {
  .u-height-179_sp:not(:root) {
    height: 179px !important;
  }
}

.u-height-180:not(:root) {
  height: 180px !important;
}

@media screen and (max-width: 767px) {
  .u-height-180_sp:not(:root) {
    height: 180px !important;
  }
}

.u-height-181:not(:root) {
  height: 181px !important;
}

@media screen and (max-width: 767px) {
  .u-height-181_sp:not(:root) {
    height: 181px !important;
  }
}

.u-height-182:not(:root) {
  height: 182px !important;
}

@media screen and (max-width: 767px) {
  .u-height-182_sp:not(:root) {
    height: 182px !important;
  }
}

.u-height-183:not(:root) {
  height: 183px !important;
}

@media screen and (max-width: 767px) {
  .u-height-183_sp:not(:root) {
    height: 183px !important;
  }
}

.u-height-184:not(:root) {
  height: 184px !important;
}

@media screen and (max-width: 767px) {
  .u-height-184_sp:not(:root) {
    height: 184px !important;
  }
}

.u-height-185:not(:root) {
  height: 185px !important;
}

@media screen and (max-width: 767px) {
  .u-height-185_sp:not(:root) {
    height: 185px !important;
  }
}

.u-height-186:not(:root) {
  height: 186px !important;
}

@media screen and (max-width: 767px) {
  .u-height-186_sp:not(:root) {
    height: 186px !important;
  }
}

.u-height-187:not(:root) {
  height: 187px !important;
}

@media screen and (max-width: 767px) {
  .u-height-187_sp:not(:root) {
    height: 187px !important;
  }
}

.u-height-188:not(:root) {
  height: 188px !important;
}

@media screen and (max-width: 767px) {
  .u-height-188_sp:not(:root) {
    height: 188px !important;
  }
}

.u-height-189:not(:root) {
  height: 189px !important;
}

@media screen and (max-width: 767px) {
  .u-height-189_sp:not(:root) {
    height: 189px !important;
  }
}

.u-height-190:not(:root) {
  height: 190px !important;
}

@media screen and (max-width: 767px) {
  .u-height-190_sp:not(:root) {
    height: 190px !important;
  }
}

.u-height-191:not(:root) {
  height: 191px !important;
}

@media screen and (max-width: 767px) {
  .u-height-191_sp:not(:root) {
    height: 191px !important;
  }
}

.u-height-192:not(:root) {
  height: 192px !important;
}

@media screen and (max-width: 767px) {
  .u-height-192_sp:not(:root) {
    height: 192px !important;
  }
}

.u-height-193:not(:root) {
  height: 193px !important;
}

@media screen and (max-width: 767px) {
  .u-height-193_sp:not(:root) {
    height: 193px !important;
  }
}

.u-height-194:not(:root) {
  height: 194px !important;
}

@media screen and (max-width: 767px) {
  .u-height-194_sp:not(:root) {
    height: 194px !important;
  }
}

.u-height-195:not(:root) {
  height: 195px !important;
}

@media screen and (max-width: 767px) {
  .u-height-195_sp:not(:root) {
    height: 195px !important;
  }
}

.u-height-196:not(:root) {
  height: 196px !important;
}

@media screen and (max-width: 767px) {
  .u-height-196_sp:not(:root) {
    height: 196px !important;
  }
}

.u-height-197:not(:root) {
  height: 197px !important;
}

@media screen and (max-width: 767px) {
  .u-height-197_sp:not(:root) {
    height: 197px !important;
  }
}

.u-height-198:not(:root) {
  height: 198px !important;
}

@media screen and (max-width: 767px) {
  .u-height-198_sp:not(:root) {
    height: 198px !important;
  }
}

.u-height-199:not(:root) {
  height: 199px !important;
}

@media screen and (max-width: 767px) {
  .u-height-199_sp:not(:root) {
    height: 199px !important;
  }
}

.u-height-200:not(:root) {
  height: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-height-200_sp:not(:root) {
    height: 200px !important;
  }
}

.u-height-201:not(:root) {
  height: 201px !important;
}

@media screen and (max-width: 767px) {
  .u-height-201_sp:not(:root) {
    height: 201px !important;
  }
}

.u-height-202:not(:root) {
  height: 202px !important;
}

@media screen and (max-width: 767px) {
  .u-height-202_sp:not(:root) {
    height: 202px !important;
  }
}

.u-height-203:not(:root) {
  height: 203px !important;
}

@media screen and (max-width: 767px) {
  .u-height-203_sp:not(:root) {
    height: 203px !important;
  }
}

.u-height-204:not(:root) {
  height: 204px !important;
}

@media screen and (max-width: 767px) {
  .u-height-204_sp:not(:root) {
    height: 204px !important;
  }
}

.u-height-205:not(:root) {
  height: 205px !important;
}

@media screen and (max-width: 767px) {
  .u-height-205_sp:not(:root) {
    height: 205px !important;
  }
}

.u-height-206:not(:root) {
  height: 206px !important;
}

@media screen and (max-width: 767px) {
  .u-height-206_sp:not(:root) {
    height: 206px !important;
  }
}

.u-height-207:not(:root) {
  height: 207px !important;
}

@media screen and (max-width: 767px) {
  .u-height-207_sp:not(:root) {
    height: 207px !important;
  }
}

.u-height-208:not(:root) {
  height: 208px !important;
}

@media screen and (max-width: 767px) {
  .u-height-208_sp:not(:root) {
    height: 208px !important;
  }
}

.u-height-209:not(:root) {
  height: 209px !important;
}

@media screen and (max-width: 767px) {
  .u-height-209_sp:not(:root) {
    height: 209px !important;
  }
}

.u-height-210:not(:root) {
  height: 210px !important;
}

@media screen and (max-width: 767px) {
  .u-height-210_sp:not(:root) {
    height: 210px !important;
  }
}

.u-height-211:not(:root) {
  height: 211px !important;
}

@media screen and (max-width: 767px) {
  .u-height-211_sp:not(:root) {
    height: 211px !important;
  }
}

.u-height-212:not(:root) {
  height: 212px !important;
}

@media screen and (max-width: 767px) {
  .u-height-212_sp:not(:root) {
    height: 212px !important;
  }
}

.u-height-213:not(:root) {
  height: 213px !important;
}

@media screen and (max-width: 767px) {
  .u-height-213_sp:not(:root) {
    height: 213px !important;
  }
}

.u-height-214:not(:root) {
  height: 214px !important;
}

@media screen and (max-width: 767px) {
  .u-height-214_sp:not(:root) {
    height: 214px !important;
  }
}

.u-height-215:not(:root) {
  height: 215px !important;
}

@media screen and (max-width: 767px) {
  .u-height-215_sp:not(:root) {
    height: 215px !important;
  }
}

.u-height-216:not(:root) {
  height: 216px !important;
}

@media screen and (max-width: 767px) {
  .u-height-216_sp:not(:root) {
    height: 216px !important;
  }
}

.u-height-217:not(:root) {
  height: 217px !important;
}

@media screen and (max-width: 767px) {
  .u-height-217_sp:not(:root) {
    height: 217px !important;
  }
}

.u-height-218:not(:root) {
  height: 218px !important;
}

@media screen and (max-width: 767px) {
  .u-height-218_sp:not(:root) {
    height: 218px !important;
  }
}

.u-height-219:not(:root) {
  height: 219px !important;
}

@media screen and (max-width: 767px) {
  .u-height-219_sp:not(:root) {
    height: 219px !important;
  }
}

.u-height-220:not(:root) {
  height: 220px !important;
}

@media screen and (max-width: 767px) {
  .u-height-220_sp:not(:root) {
    height: 220px !important;
  }
}

.u-height-221:not(:root) {
  height: 221px !important;
}

@media screen and (max-width: 767px) {
  .u-height-221_sp:not(:root) {
    height: 221px !important;
  }
}

.u-height-222:not(:root) {
  height: 222px !important;
}

@media screen and (max-width: 767px) {
  .u-height-222_sp:not(:root) {
    height: 222px !important;
  }
}

.u-height-223:not(:root) {
  height: 223px !important;
}

@media screen and (max-width: 767px) {
  .u-height-223_sp:not(:root) {
    height: 223px !important;
  }
}

.u-height-224:not(:root) {
  height: 224px !important;
}

@media screen and (max-width: 767px) {
  .u-height-224_sp:not(:root) {
    height: 224px !important;
  }
}

.u-height-225:not(:root) {
  height: 225px !important;
}

@media screen and (max-width: 767px) {
  .u-height-225_sp:not(:root) {
    height: 225px !important;
  }
}

.u-height-226:not(:root) {
  height: 226px !important;
}

@media screen and (max-width: 767px) {
  .u-height-226_sp:not(:root) {
    height: 226px !important;
  }
}

.u-height-227:not(:root) {
  height: 227px !important;
}

@media screen and (max-width: 767px) {
  .u-height-227_sp:not(:root) {
    height: 227px !important;
  }
}

.u-height-228:not(:root) {
  height: 228px !important;
}

@media screen and (max-width: 767px) {
  .u-height-228_sp:not(:root) {
    height: 228px !important;
  }
}

.u-height-229:not(:root) {
  height: 229px !important;
}

@media screen and (max-width: 767px) {
  .u-height-229_sp:not(:root) {
    height: 229px !important;
  }
}

.u-height-230:not(:root) {
  height: 230px !important;
}

@media screen and (max-width: 767px) {
  .u-height-230_sp:not(:root) {
    height: 230px !important;
  }
}

.u-height-231:not(:root) {
  height: 231px !important;
}

@media screen and (max-width: 767px) {
  .u-height-231_sp:not(:root) {
    height: 231px !important;
  }
}

.u-height-232:not(:root) {
  height: 232px !important;
}

@media screen and (max-width: 767px) {
  .u-height-232_sp:not(:root) {
    height: 232px !important;
  }
}

.u-height-233:not(:root) {
  height: 233px !important;
}

@media screen and (max-width: 767px) {
  .u-height-233_sp:not(:root) {
    height: 233px !important;
  }
}

.u-height-234:not(:root) {
  height: 234px !important;
}

@media screen and (max-width: 767px) {
  .u-height-234_sp:not(:root) {
    height: 234px !important;
  }
}

.u-height-235:not(:root) {
  height: 235px !important;
}

@media screen and (max-width: 767px) {
  .u-height-235_sp:not(:root) {
    height: 235px !important;
  }
}

.u-height-236:not(:root) {
  height: 236px !important;
}

@media screen and (max-width: 767px) {
  .u-height-236_sp:not(:root) {
    height: 236px !important;
  }
}

.u-height-237:not(:root) {
  height: 237px !important;
}

@media screen and (max-width: 767px) {
  .u-height-237_sp:not(:root) {
    height: 237px !important;
  }
}

.u-height-238:not(:root) {
  height: 238px !important;
}

@media screen and (max-width: 767px) {
  .u-height-238_sp:not(:root) {
    height: 238px !important;
  }
}

.u-height-239:not(:root) {
  height: 239px !important;
}

@media screen and (max-width: 767px) {
  .u-height-239_sp:not(:root) {
    height: 239px !important;
  }
}

.u-height-240:not(:root) {
  height: 240px !important;
}

@media screen and (max-width: 767px) {
  .u-height-240_sp:not(:root) {
    height: 240px !important;
  }
}

.u-height-241:not(:root) {
  height: 241px !important;
}

@media screen and (max-width: 767px) {
  .u-height-241_sp:not(:root) {
    height: 241px !important;
  }
}

.u-height-242:not(:root) {
  height: 242px !important;
}

@media screen and (max-width: 767px) {
  .u-height-242_sp:not(:root) {
    height: 242px !important;
  }
}

.u-height-243:not(:root) {
  height: 243px !important;
}

@media screen and (max-width: 767px) {
  .u-height-243_sp:not(:root) {
    height: 243px !important;
  }
}

.u-height-244:not(:root) {
  height: 244px !important;
}

@media screen and (max-width: 767px) {
  .u-height-244_sp:not(:root) {
    height: 244px !important;
  }
}

.u-height-245:not(:root) {
  height: 245px !important;
}

@media screen and (max-width: 767px) {
  .u-height-245_sp:not(:root) {
    height: 245px !important;
  }
}

.u-height-246:not(:root) {
  height: 246px !important;
}

@media screen and (max-width: 767px) {
  .u-height-246_sp:not(:root) {
    height: 246px !important;
  }
}

.u-height-247:not(:root) {
  height: 247px !important;
}

@media screen and (max-width: 767px) {
  .u-height-247_sp:not(:root) {
    height: 247px !important;
  }
}

.u-height-248:not(:root) {
  height: 248px !important;
}

@media screen and (max-width: 767px) {
  .u-height-248_sp:not(:root) {
    height: 248px !important;
  }
}

.u-height-249:not(:root) {
  height: 249px !important;
}

@media screen and (max-width: 767px) {
  .u-height-249_sp:not(:root) {
    height: 249px !important;
  }
}

.u-height-250:not(:root) {
  height: 250px !important;
}

@media screen and (max-width: 767px) {
  .u-height-250_sp:not(:root) {
    height: 250px !important;
  }
}

.u-height-251:not(:root) {
  height: 251px !important;
}

@media screen and (max-width: 767px) {
  .u-height-251_sp:not(:root) {
    height: 251px !important;
  }
}

.u-height-252:not(:root) {
  height: 252px !important;
}

@media screen and (max-width: 767px) {
  .u-height-252_sp:not(:root) {
    height: 252px !important;
  }
}

.u-height-253:not(:root) {
  height: 253px !important;
}

@media screen and (max-width: 767px) {
  .u-height-253_sp:not(:root) {
    height: 253px !important;
  }
}

.u-height-254:not(:root) {
  height: 254px !important;
}

@media screen and (max-width: 767px) {
  .u-height-254_sp:not(:root) {
    height: 254px !important;
  }
}

.u-height-255:not(:root) {
  height: 255px !important;
}

@media screen and (max-width: 767px) {
  .u-height-255_sp:not(:root) {
    height: 255px !important;
  }
}

.u-height-256:not(:root) {
  height: 256px !important;
}

@media screen and (max-width: 767px) {
  .u-height-256_sp:not(:root) {
    height: 256px !important;
  }
}

.u-height-257:not(:root) {
  height: 257px !important;
}

@media screen and (max-width: 767px) {
  .u-height-257_sp:not(:root) {
    height: 257px !important;
  }
}

.u-height-258:not(:root) {
  height: 258px !important;
}

@media screen and (max-width: 767px) {
  .u-height-258_sp:not(:root) {
    height: 258px !important;
  }
}

.u-height-259:not(:root) {
  height: 259px !important;
}

@media screen and (max-width: 767px) {
  .u-height-259_sp:not(:root) {
    height: 259px !important;
  }
}

.u-height-260:not(:root) {
  height: 260px !important;
}

@media screen and (max-width: 767px) {
  .u-height-260_sp:not(:root) {
    height: 260px !important;
  }
}

.u-height-261:not(:root) {
  height: 261px !important;
}

@media screen and (max-width: 767px) {
  .u-height-261_sp:not(:root) {
    height: 261px !important;
  }
}

.u-height-262:not(:root) {
  height: 262px !important;
}

@media screen and (max-width: 767px) {
  .u-height-262_sp:not(:root) {
    height: 262px !important;
  }
}

.u-height-263:not(:root) {
  height: 263px !important;
}

@media screen and (max-width: 767px) {
  .u-height-263_sp:not(:root) {
    height: 263px !important;
  }
}

.u-height-264:not(:root) {
  height: 264px !important;
}

@media screen and (max-width: 767px) {
  .u-height-264_sp:not(:root) {
    height: 264px !important;
  }
}

.u-height-265:not(:root) {
  height: 265px !important;
}

@media screen and (max-width: 767px) {
  .u-height-265_sp:not(:root) {
    height: 265px !important;
  }
}

.u-height-266:not(:root) {
  height: 266px !important;
}

@media screen and (max-width: 767px) {
  .u-height-266_sp:not(:root) {
    height: 266px !important;
  }
}

.u-height-267:not(:root) {
  height: 267px !important;
}

@media screen and (max-width: 767px) {
  .u-height-267_sp:not(:root) {
    height: 267px !important;
  }
}

.u-height-268:not(:root) {
  height: 268px !important;
}

@media screen and (max-width: 767px) {
  .u-height-268_sp:not(:root) {
    height: 268px !important;
  }
}

.u-height-269:not(:root) {
  height: 269px !important;
}

@media screen and (max-width: 767px) {
  .u-height-269_sp:not(:root) {
    height: 269px !important;
  }
}

.u-height-270:not(:root) {
  height: 270px !important;
}

@media screen and (max-width: 767px) {
  .u-height-270_sp:not(:root) {
    height: 270px !important;
  }
}

.u-height-271:not(:root) {
  height: 271px !important;
}

@media screen and (max-width: 767px) {
  .u-height-271_sp:not(:root) {
    height: 271px !important;
  }
}

.u-height-272:not(:root) {
  height: 272px !important;
}

@media screen and (max-width: 767px) {
  .u-height-272_sp:not(:root) {
    height: 272px !important;
  }
}

.u-height-273:not(:root) {
  height: 273px !important;
}

@media screen and (max-width: 767px) {
  .u-height-273_sp:not(:root) {
    height: 273px !important;
  }
}

.u-height-274:not(:root) {
  height: 274px !important;
}

@media screen and (max-width: 767px) {
  .u-height-274_sp:not(:root) {
    height: 274px !important;
  }
}

.u-height-275:not(:root) {
  height: 275px !important;
}

@media screen and (max-width: 767px) {
  .u-height-275_sp:not(:root) {
    height: 275px !important;
  }
}

.u-height-276:not(:root) {
  height: 276px !important;
}

@media screen and (max-width: 767px) {
  .u-height-276_sp:not(:root) {
    height: 276px !important;
  }
}

.u-height-277:not(:root) {
  height: 277px !important;
}

@media screen and (max-width: 767px) {
  .u-height-277_sp:not(:root) {
    height: 277px !important;
  }
}

.u-height-278:not(:root) {
  height: 278px !important;
}

@media screen and (max-width: 767px) {
  .u-height-278_sp:not(:root) {
    height: 278px !important;
  }
}

.u-height-279:not(:root) {
  height: 279px !important;
}

@media screen and (max-width: 767px) {
  .u-height-279_sp:not(:root) {
    height: 279px !important;
  }
}

.u-height-280:not(:root) {
  height: 280px !important;
}

@media screen and (max-width: 767px) {
  .u-height-280_sp:not(:root) {
    height: 280px !important;
  }
}

.u-height-281:not(:root) {
  height: 281px !important;
}

@media screen and (max-width: 767px) {
  .u-height-281_sp:not(:root) {
    height: 281px !important;
  }
}

.u-height-282:not(:root) {
  height: 282px !important;
}

@media screen and (max-width: 767px) {
  .u-height-282_sp:not(:root) {
    height: 282px !important;
  }
}

.u-height-283:not(:root) {
  height: 283px !important;
}

@media screen and (max-width: 767px) {
  .u-height-283_sp:not(:root) {
    height: 283px !important;
  }
}

.u-height-284:not(:root) {
  height: 284px !important;
}

@media screen and (max-width: 767px) {
  .u-height-284_sp:not(:root) {
    height: 284px !important;
  }
}

.u-height-285:not(:root) {
  height: 285px !important;
}

@media screen and (max-width: 767px) {
  .u-height-285_sp:not(:root) {
    height: 285px !important;
  }
}

.u-height-286:not(:root) {
  height: 286px !important;
}

@media screen and (max-width: 767px) {
  .u-height-286_sp:not(:root) {
    height: 286px !important;
  }
}

.u-height-287:not(:root) {
  height: 287px !important;
}

@media screen and (max-width: 767px) {
  .u-height-287_sp:not(:root) {
    height: 287px !important;
  }
}

.u-height-288:not(:root) {
  height: 288px !important;
}

@media screen and (max-width: 767px) {
  .u-height-288_sp:not(:root) {
    height: 288px !important;
  }
}

.u-height-289:not(:root) {
  height: 289px !important;
}

@media screen and (max-width: 767px) {
  .u-height-289_sp:not(:root) {
    height: 289px !important;
  }
}

.u-height-290:not(:root) {
  height: 290px !important;
}

@media screen and (max-width: 767px) {
  .u-height-290_sp:not(:root) {
    height: 290px !important;
  }
}

.u-height-291:not(:root) {
  height: 291px !important;
}

@media screen and (max-width: 767px) {
  .u-height-291_sp:not(:root) {
    height: 291px !important;
  }
}

.u-height-292:not(:root) {
  height: 292px !important;
}

@media screen and (max-width: 767px) {
  .u-height-292_sp:not(:root) {
    height: 292px !important;
  }
}

.u-height-293:not(:root) {
  height: 293px !important;
}

@media screen and (max-width: 767px) {
  .u-height-293_sp:not(:root) {
    height: 293px !important;
  }
}

.u-height-294:not(:root) {
  height: 294px !important;
}

@media screen and (max-width: 767px) {
  .u-height-294_sp:not(:root) {
    height: 294px !important;
  }
}

.u-height-295:not(:root) {
  height: 295px !important;
}

@media screen and (max-width: 767px) {
  .u-height-295_sp:not(:root) {
    height: 295px !important;
  }
}

.u-height-296:not(:root) {
  height: 296px !important;
}

@media screen and (max-width: 767px) {
  .u-height-296_sp:not(:root) {
    height: 296px !important;
  }
}

.u-height-297:not(:root) {
  height: 297px !important;
}

@media screen and (max-width: 767px) {
  .u-height-297_sp:not(:root) {
    height: 297px !important;
  }
}

.u-height-298:not(:root) {
  height: 298px !important;
}

@media screen and (max-width: 767px) {
  .u-height-298_sp:not(:root) {
    height: 298px !important;
  }
}

.u-height-299:not(:root) {
  height: 299px !important;
}

@media screen and (max-width: 767px) {
  .u-height-299_sp:not(:root) {
    height: 299px !important;
  }
}

.u-height-300:not(:root) {
  height: 300px !important;
}

@media screen and (max-width: 767px) {
  .u-height-300_sp:not(:root) {
    height: 300px !important;
  }
}

.u-height-301:not(:root) {
  height: 301px !important;
}

@media screen and (max-width: 767px) {
  .u-height-301_sp:not(:root) {
    height: 301px !important;
  }
}

.u-height-302:not(:root) {
  height: 302px !important;
}

@media screen and (max-width: 767px) {
  .u-height-302_sp:not(:root) {
    height: 302px !important;
  }
}

.u-height-303:not(:root) {
  height: 303px !important;
}

@media screen and (max-width: 767px) {
  .u-height-303_sp:not(:root) {
    height: 303px !important;
  }
}

.u-height-304:not(:root) {
  height: 304px !important;
}

@media screen and (max-width: 767px) {
  .u-height-304_sp:not(:root) {
    height: 304px !important;
  }
}

.u-height-305:not(:root) {
  height: 305px !important;
}

@media screen and (max-width: 767px) {
  .u-height-305_sp:not(:root) {
    height: 305px !important;
  }
}

.u-height-306:not(:root) {
  height: 306px !important;
}

@media screen and (max-width: 767px) {
  .u-height-306_sp:not(:root) {
    height: 306px !important;
  }
}

.u-height-307:not(:root) {
  height: 307px !important;
}

@media screen and (max-width: 767px) {
  .u-height-307_sp:not(:root) {
    height: 307px !important;
  }
}

.u-height-308:not(:root) {
  height: 308px !important;
}

@media screen and (max-width: 767px) {
  .u-height-308_sp:not(:root) {
    height: 308px !important;
  }
}

.u-height-309:not(:root) {
  height: 309px !important;
}

@media screen and (max-width: 767px) {
  .u-height-309_sp:not(:root) {
    height: 309px !important;
  }
}

.u-height-310:not(:root) {
  height: 310px !important;
}

@media screen and (max-width: 767px) {
  .u-height-310_sp:not(:root) {
    height: 310px !important;
  }
}

.u-height-311:not(:root) {
  height: 311px !important;
}

@media screen and (max-width: 767px) {
  .u-height-311_sp:not(:root) {
    height: 311px !important;
  }
}

.u-height-312:not(:root) {
  height: 312px !important;
}

@media screen and (max-width: 767px) {
  .u-height-312_sp:not(:root) {
    height: 312px !important;
  }
}

.u-height-313:not(:root) {
  height: 313px !important;
}

@media screen and (max-width: 767px) {
  .u-height-313_sp:not(:root) {
    height: 313px !important;
  }
}

.u-height-314:not(:root) {
  height: 314px !important;
}

@media screen and (max-width: 767px) {
  .u-height-314_sp:not(:root) {
    height: 314px !important;
  }
}

.u-height-315:not(:root) {
  height: 315px !important;
}

@media screen and (max-width: 767px) {
  .u-height-315_sp:not(:root) {
    height: 315px !important;
  }
}

.u-height-316:not(:root) {
  height: 316px !important;
}

@media screen and (max-width: 767px) {
  .u-height-316_sp:not(:root) {
    height: 316px !important;
  }
}

.u-height-317:not(:root) {
  height: 317px !important;
}

@media screen and (max-width: 767px) {
  .u-height-317_sp:not(:root) {
    height: 317px !important;
  }
}

.u-height-318:not(:root) {
  height: 318px !important;
}

@media screen and (max-width: 767px) {
  .u-height-318_sp:not(:root) {
    height: 318px !important;
  }
}

.u-height-319:not(:root) {
  height: 319px !important;
}

@media screen and (max-width: 767px) {
  .u-height-319_sp:not(:root) {
    height: 319px !important;
  }
}

.u-height-320:not(:root) {
  height: 320px !important;
}

@media screen and (max-width: 767px) {
  .u-height-320_sp:not(:root) {
    height: 320px !important;
  }
}

.u-height-321:not(:root) {
  height: 321px !important;
}

@media screen and (max-width: 767px) {
  .u-height-321_sp:not(:root) {
    height: 321px !important;
  }
}

.u-height-322:not(:root) {
  height: 322px !important;
}

@media screen and (max-width: 767px) {
  .u-height-322_sp:not(:root) {
    height: 322px !important;
  }
}

.u-height-323:not(:root) {
  height: 323px !important;
}

@media screen and (max-width: 767px) {
  .u-height-323_sp:not(:root) {
    height: 323px !important;
  }
}

.u-height-324:not(:root) {
  height: 324px !important;
}

@media screen and (max-width: 767px) {
  .u-height-324_sp:not(:root) {
    height: 324px !important;
  }
}

.u-height-325:not(:root) {
  height: 325px !important;
}

@media screen and (max-width: 767px) {
  .u-height-325_sp:not(:root) {
    height: 325px !important;
  }
}

.u-height-326:not(:root) {
  height: 326px !important;
}

@media screen and (max-width: 767px) {
  .u-height-326_sp:not(:root) {
    height: 326px !important;
  }
}

.u-height-327:not(:root) {
  height: 327px !important;
}

@media screen and (max-width: 767px) {
  .u-height-327_sp:not(:root) {
    height: 327px !important;
  }
}

.u-height-328:not(:root) {
  height: 328px !important;
}

@media screen and (max-width: 767px) {
  .u-height-328_sp:not(:root) {
    height: 328px !important;
  }
}

.u-height-329:not(:root) {
  height: 329px !important;
}

@media screen and (max-width: 767px) {
  .u-height-329_sp:not(:root) {
    height: 329px !important;
  }
}

.u-height-330:not(:root) {
  height: 330px !important;
}

@media screen and (max-width: 767px) {
  .u-height-330_sp:not(:root) {
    height: 330px !important;
  }
}

.u-height-331:not(:root) {
  height: 331px !important;
}

@media screen and (max-width: 767px) {
  .u-height-331_sp:not(:root) {
    height: 331px !important;
  }
}

.u-height-332:not(:root) {
  height: 332px !important;
}

@media screen and (max-width: 767px) {
  .u-height-332_sp:not(:root) {
    height: 332px !important;
  }
}

.u-height-333:not(:root) {
  height: 333px !important;
}

@media screen and (max-width: 767px) {
  .u-height-333_sp:not(:root) {
    height: 333px !important;
  }
}

.u-height-334:not(:root) {
  height: 334px !important;
}

@media screen and (max-width: 767px) {
  .u-height-334_sp:not(:root) {
    height: 334px !important;
  }
}

.u-height-335:not(:root) {
  height: 335px !important;
}

@media screen and (max-width: 767px) {
  .u-height-335_sp:not(:root) {
    height: 335px !important;
  }
}

.u-height-336:not(:root) {
  height: 336px !important;
}

@media screen and (max-width: 767px) {
  .u-height-336_sp:not(:root) {
    height: 336px !important;
  }
}

.u-height-337:not(:root) {
  height: 337px !important;
}

@media screen and (max-width: 767px) {
  .u-height-337_sp:not(:root) {
    height: 337px !important;
  }
}

.u-height-338:not(:root) {
  height: 338px !important;
}

@media screen and (max-width: 767px) {
  .u-height-338_sp:not(:root) {
    height: 338px !important;
  }
}

.u-height-339:not(:root) {
  height: 339px !important;
}

@media screen and (max-width: 767px) {
  .u-height-339_sp:not(:root) {
    height: 339px !important;
  }
}

.u-height-340:not(:root) {
  height: 340px !important;
}

@media screen and (max-width: 767px) {
  .u-height-340_sp:not(:root) {
    height: 340px !important;
  }
}

.u-height-341:not(:root) {
  height: 341px !important;
}

@media screen and (max-width: 767px) {
  .u-height-341_sp:not(:root) {
    height: 341px !important;
  }
}

.u-height-342:not(:root) {
  height: 342px !important;
}

@media screen and (max-width: 767px) {
  .u-height-342_sp:not(:root) {
    height: 342px !important;
  }
}

.u-height-343:not(:root) {
  height: 343px !important;
}

@media screen and (max-width: 767px) {
  .u-height-343_sp:not(:root) {
    height: 343px !important;
  }
}

.u-height-344:not(:root) {
  height: 344px !important;
}

@media screen and (max-width: 767px) {
  .u-height-344_sp:not(:root) {
    height: 344px !important;
  }
}

.u-height-345:not(:root) {
  height: 345px !important;
}

@media screen and (max-width: 767px) {
  .u-height-345_sp:not(:root) {
    height: 345px !important;
  }
}

.u-height-346:not(:root) {
  height: 346px !important;
}

@media screen and (max-width: 767px) {
  .u-height-346_sp:not(:root) {
    height: 346px !important;
  }
}

.u-height-347:not(:root) {
  height: 347px !important;
}

@media screen and (max-width: 767px) {
  .u-height-347_sp:not(:root) {
    height: 347px !important;
  }
}

.u-height-348:not(:root) {
  height: 348px !important;
}

@media screen and (max-width: 767px) {
  .u-height-348_sp:not(:root) {
    height: 348px !important;
  }
}

.u-height-349:not(:root) {
  height: 349px !important;
}

@media screen and (max-width: 767px) {
  .u-height-349_sp:not(:root) {
    height: 349px !important;
  }
}

.u-height-350:not(:root) {
  height: 350px !important;
}

@media screen and (max-width: 767px) {
  .u-height-350_sp:not(:root) {
    height: 350px !important;
  }
}

.u-height-351:not(:root) {
  height: 351px !important;
}

@media screen and (max-width: 767px) {
  .u-height-351_sp:not(:root) {
    height: 351px !important;
  }
}

.u-height-352:not(:root) {
  height: 352px !important;
}

@media screen and (max-width: 767px) {
  .u-height-352_sp:not(:root) {
    height: 352px !important;
  }
}

.u-height-353:not(:root) {
  height: 353px !important;
}

@media screen and (max-width: 767px) {
  .u-height-353_sp:not(:root) {
    height: 353px !important;
  }
}

.u-height-354:not(:root) {
  height: 354px !important;
}

@media screen and (max-width: 767px) {
  .u-height-354_sp:not(:root) {
    height: 354px !important;
  }
}

.u-height-355:not(:root) {
  height: 355px !important;
}

@media screen and (max-width: 767px) {
  .u-height-355_sp:not(:root) {
    height: 355px !important;
  }
}

.u-height-356:not(:root) {
  height: 356px !important;
}

@media screen and (max-width: 767px) {
  .u-height-356_sp:not(:root) {
    height: 356px !important;
  }
}

.u-height-357:not(:root) {
  height: 357px !important;
}

@media screen and (max-width: 767px) {
  .u-height-357_sp:not(:root) {
    height: 357px !important;
  }
}

.u-height-358:not(:root) {
  height: 358px !important;
}

@media screen and (max-width: 767px) {
  .u-height-358_sp:not(:root) {
    height: 358px !important;
  }
}

.u-height-359:not(:root) {
  height: 359px !important;
}

@media screen and (max-width: 767px) {
  .u-height-359_sp:not(:root) {
    height: 359px !important;
  }
}

.u-height-360:not(:root) {
  height: 360px !important;
}

@media screen and (max-width: 767px) {
  .u-height-360_sp:not(:root) {
    height: 360px !important;
  }
}

.u-height-361:not(:root) {
  height: 361px !important;
}

@media screen and (max-width: 767px) {
  .u-height-361_sp:not(:root) {
    height: 361px !important;
  }
}

.u-height-362:not(:root) {
  height: 362px !important;
}

@media screen and (max-width: 767px) {
  .u-height-362_sp:not(:root) {
    height: 362px !important;
  }
}

.u-height-363:not(:root) {
  height: 363px !important;
}

@media screen and (max-width: 767px) {
  .u-height-363_sp:not(:root) {
    height: 363px !important;
  }
}

.u-height-364:not(:root) {
  height: 364px !important;
}

@media screen and (max-width: 767px) {
  .u-height-364_sp:not(:root) {
    height: 364px !important;
  }
}

.u-height-365:not(:root) {
  height: 365px !important;
}

@media screen and (max-width: 767px) {
  .u-height-365_sp:not(:root) {
    height: 365px !important;
  }
}

.u-height-366:not(:root) {
  height: 366px !important;
}

@media screen and (max-width: 767px) {
  .u-height-366_sp:not(:root) {
    height: 366px !important;
  }
}

.u-height-367:not(:root) {
  height: 367px !important;
}

@media screen and (max-width: 767px) {
  .u-height-367_sp:not(:root) {
    height: 367px !important;
  }
}

.u-height-368:not(:root) {
  height: 368px !important;
}

@media screen and (max-width: 767px) {
  .u-height-368_sp:not(:root) {
    height: 368px !important;
  }
}

.u-height-369:not(:root) {
  height: 369px !important;
}

@media screen and (max-width: 767px) {
  .u-height-369_sp:not(:root) {
    height: 369px !important;
  }
}

.u-height-370:not(:root) {
  height: 370px !important;
}

@media screen and (max-width: 767px) {
  .u-height-370_sp:not(:root) {
    height: 370px !important;
  }
}

.u-height-371:not(:root) {
  height: 371px !important;
}

@media screen and (max-width: 767px) {
  .u-height-371_sp:not(:root) {
    height: 371px !important;
  }
}

.u-height-372:not(:root) {
  height: 372px !important;
}

@media screen and (max-width: 767px) {
  .u-height-372_sp:not(:root) {
    height: 372px !important;
  }
}

.u-height-373:not(:root) {
  height: 373px !important;
}

@media screen and (max-width: 767px) {
  .u-height-373_sp:not(:root) {
    height: 373px !important;
  }
}

.u-height-374:not(:root) {
  height: 374px !important;
}

@media screen and (max-width: 767px) {
  .u-height-374_sp:not(:root) {
    height: 374px !important;
  }
}

.u-height-375:not(:root) {
  height: 375px !important;
}

@media screen and (max-width: 767px) {
  .u-height-375_sp:not(:root) {
    height: 375px !important;
  }
}

.u-height-376:not(:root) {
  height: 376px !important;
}

@media screen and (max-width: 767px) {
  .u-height-376_sp:not(:root) {
    height: 376px !important;
  }
}

.u-height-377:not(:root) {
  height: 377px !important;
}

@media screen and (max-width: 767px) {
  .u-height-377_sp:not(:root) {
    height: 377px !important;
  }
}

.u-height-378:not(:root) {
  height: 378px !important;
}

@media screen and (max-width: 767px) {
  .u-height-378_sp:not(:root) {
    height: 378px !important;
  }
}

.u-height-379:not(:root) {
  height: 379px !important;
}

@media screen and (max-width: 767px) {
  .u-height-379_sp:not(:root) {
    height: 379px !important;
  }
}

.u-height-380:not(:root) {
  height: 380px !important;
}

@media screen and (max-width: 767px) {
  .u-height-380_sp:not(:root) {
    height: 380px !important;
  }
}

.u-height-381:not(:root) {
  height: 381px !important;
}

@media screen and (max-width: 767px) {
  .u-height-381_sp:not(:root) {
    height: 381px !important;
  }
}

.u-height-382:not(:root) {
  height: 382px !important;
}

@media screen and (max-width: 767px) {
  .u-height-382_sp:not(:root) {
    height: 382px !important;
  }
}

.u-height-383:not(:root) {
  height: 383px !important;
}

@media screen and (max-width: 767px) {
  .u-height-383_sp:not(:root) {
    height: 383px !important;
  }
}

.u-height-384:not(:root) {
  height: 384px !important;
}

@media screen and (max-width: 767px) {
  .u-height-384_sp:not(:root) {
    height: 384px !important;
  }
}

.u-height-385:not(:root) {
  height: 385px !important;
}

@media screen and (max-width: 767px) {
  .u-height-385_sp:not(:root) {
    height: 385px !important;
  }
}

.u-height-386:not(:root) {
  height: 386px !important;
}

@media screen and (max-width: 767px) {
  .u-height-386_sp:not(:root) {
    height: 386px !important;
  }
}

.u-height-387:not(:root) {
  height: 387px !important;
}

@media screen and (max-width: 767px) {
  .u-height-387_sp:not(:root) {
    height: 387px !important;
  }
}

.u-height-388:not(:root) {
  height: 388px !important;
}

@media screen and (max-width: 767px) {
  .u-height-388_sp:not(:root) {
    height: 388px !important;
  }
}

.u-height-389:not(:root) {
  height: 389px !important;
}

@media screen and (max-width: 767px) {
  .u-height-389_sp:not(:root) {
    height: 389px !important;
  }
}

.u-height-390:not(:root) {
  height: 390px !important;
}

@media screen and (max-width: 767px) {
  .u-height-390_sp:not(:root) {
    height: 390px !important;
  }
}

.u-height-391:not(:root) {
  height: 391px !important;
}

@media screen and (max-width: 767px) {
  .u-height-391_sp:not(:root) {
    height: 391px !important;
  }
}

.u-height-392:not(:root) {
  height: 392px !important;
}

@media screen and (max-width: 767px) {
  .u-height-392_sp:not(:root) {
    height: 392px !important;
  }
}

.u-height-393:not(:root) {
  height: 393px !important;
}

@media screen and (max-width: 767px) {
  .u-height-393_sp:not(:root) {
    height: 393px !important;
  }
}

.u-height-394:not(:root) {
  height: 394px !important;
}

@media screen and (max-width: 767px) {
  .u-height-394_sp:not(:root) {
    height: 394px !important;
  }
}

.u-height-395:not(:root) {
  height: 395px !important;
}

@media screen and (max-width: 767px) {
  .u-height-395_sp:not(:root) {
    height: 395px !important;
  }
}

.u-height-396:not(:root) {
  height: 396px !important;
}

@media screen and (max-width: 767px) {
  .u-height-396_sp:not(:root) {
    height: 396px !important;
  }
}

.u-height-397:not(:root) {
  height: 397px !important;
}

@media screen and (max-width: 767px) {
  .u-height-397_sp:not(:root) {
    height: 397px !important;
  }
}

.u-height-398:not(:root) {
  height: 398px !important;
}

@media screen and (max-width: 767px) {
  .u-height-398_sp:not(:root) {
    height: 398px !important;
  }
}

.u-height-399:not(:root) {
  height: 399px !important;
}

@media screen and (max-width: 767px) {
  .u-height-399_sp:not(:root) {
    height: 399px !important;
  }
}

.u-height-400:not(:root) {
  height: 400px !important;
}

@media screen and (max-width: 767px) {
  .u-height-400_sp:not(:root) {
    height: 400px !important;
  }
}

.u-height-401:not(:root) {
  height: 401px !important;
}

@media screen and (max-width: 767px) {
  .u-height-401_sp:not(:root) {
    height: 401px !important;
  }
}

.u-height-402:not(:root) {
  height: 402px !important;
}

@media screen and (max-width: 767px) {
  .u-height-402_sp:not(:root) {
    height: 402px !important;
  }
}

.u-height-403:not(:root) {
  height: 403px !important;
}

@media screen and (max-width: 767px) {
  .u-height-403_sp:not(:root) {
    height: 403px !important;
  }
}

.u-height-404:not(:root) {
  height: 404px !important;
}

@media screen and (max-width: 767px) {
  .u-height-404_sp:not(:root) {
    height: 404px !important;
  }
}

.u-height-405:not(:root) {
  height: 405px !important;
}

@media screen and (max-width: 767px) {
  .u-height-405_sp:not(:root) {
    height: 405px !important;
  }
}

.u-height-406:not(:root) {
  height: 406px !important;
}

@media screen and (max-width: 767px) {
  .u-height-406_sp:not(:root) {
    height: 406px !important;
  }
}

.u-height-407:not(:root) {
  height: 407px !important;
}

@media screen and (max-width: 767px) {
  .u-height-407_sp:not(:root) {
    height: 407px !important;
  }
}

.u-height-408:not(:root) {
  height: 408px !important;
}

@media screen and (max-width: 767px) {
  .u-height-408_sp:not(:root) {
    height: 408px !important;
  }
}

.u-height-409:not(:root) {
  height: 409px !important;
}

@media screen and (max-width: 767px) {
  .u-height-409_sp:not(:root) {
    height: 409px !important;
  }
}

.u-height-410:not(:root) {
  height: 410px !important;
}

@media screen and (max-width: 767px) {
  .u-height-410_sp:not(:root) {
    height: 410px !important;
  }
}

.u-height-411:not(:root) {
  height: 411px !important;
}

@media screen and (max-width: 767px) {
  .u-height-411_sp:not(:root) {
    height: 411px !important;
  }
}

.u-height-412:not(:root) {
  height: 412px !important;
}

@media screen and (max-width: 767px) {
  .u-height-412_sp:not(:root) {
    height: 412px !important;
  }
}

.u-height-413:not(:root) {
  height: 413px !important;
}

@media screen and (max-width: 767px) {
  .u-height-413_sp:not(:root) {
    height: 413px !important;
  }
}

.u-height-414:not(:root) {
  height: 414px !important;
}

@media screen and (max-width: 767px) {
  .u-height-414_sp:not(:root) {
    height: 414px !important;
  }
}

.u-height-415:not(:root) {
  height: 415px !important;
}

@media screen and (max-width: 767px) {
  .u-height-415_sp:not(:root) {
    height: 415px !important;
  }
}

.u-height-416:not(:root) {
  height: 416px !important;
}

@media screen and (max-width: 767px) {
  .u-height-416_sp:not(:root) {
    height: 416px !important;
  }
}

.u-height-417:not(:root) {
  height: 417px !important;
}

@media screen and (max-width: 767px) {
  .u-height-417_sp:not(:root) {
    height: 417px !important;
  }
}

.u-height-418:not(:root) {
  height: 418px !important;
}

@media screen and (max-width: 767px) {
  .u-height-418_sp:not(:root) {
    height: 418px !important;
  }
}

.u-height-419:not(:root) {
  height: 419px !important;
}

@media screen and (max-width: 767px) {
  .u-height-419_sp:not(:root) {
    height: 419px !important;
  }
}

.u-height-420:not(:root) {
  height: 420px !important;
}

@media screen and (max-width: 767px) {
  .u-height-420_sp:not(:root) {
    height: 420px !important;
  }
}

.u-height-421:not(:root) {
  height: 421px !important;
}

@media screen and (max-width: 767px) {
  .u-height-421_sp:not(:root) {
    height: 421px !important;
  }
}

.u-height-422:not(:root) {
  height: 422px !important;
}

@media screen and (max-width: 767px) {
  .u-height-422_sp:not(:root) {
    height: 422px !important;
  }
}

.u-height-423:not(:root) {
  height: 423px !important;
}

@media screen and (max-width: 767px) {
  .u-height-423_sp:not(:root) {
    height: 423px !important;
  }
}

.u-height-424:not(:root) {
  height: 424px !important;
}

@media screen and (max-width: 767px) {
  .u-height-424_sp:not(:root) {
    height: 424px !important;
  }
}

.u-height-425:not(:root) {
  height: 425px !important;
}

@media screen and (max-width: 767px) {
  .u-height-425_sp:not(:root) {
    height: 425px !important;
  }
}

.u-height-426:not(:root) {
  height: 426px !important;
}

@media screen and (max-width: 767px) {
  .u-height-426_sp:not(:root) {
    height: 426px !important;
  }
}

.u-height-427:not(:root) {
  height: 427px !important;
}

@media screen and (max-width: 767px) {
  .u-height-427_sp:not(:root) {
    height: 427px !important;
  }
}

.u-height-428:not(:root) {
  height: 428px !important;
}

@media screen and (max-width: 767px) {
  .u-height-428_sp:not(:root) {
    height: 428px !important;
  }
}

.u-height-429:not(:root) {
  height: 429px !important;
}

@media screen and (max-width: 767px) {
  .u-height-429_sp:not(:root) {
    height: 429px !important;
  }
}

.u-height-430:not(:root) {
  height: 430px !important;
}

@media screen and (max-width: 767px) {
  .u-height-430_sp:not(:root) {
    height: 430px !important;
  }
}

.u-height-431:not(:root) {
  height: 431px !important;
}

@media screen and (max-width: 767px) {
  .u-height-431_sp:not(:root) {
    height: 431px !important;
  }
}

.u-height-432:not(:root) {
  height: 432px !important;
}

@media screen and (max-width: 767px) {
  .u-height-432_sp:not(:root) {
    height: 432px !important;
  }
}

.u-height-433:not(:root) {
  height: 433px !important;
}

@media screen and (max-width: 767px) {
  .u-height-433_sp:not(:root) {
    height: 433px !important;
  }
}

.u-height-434:not(:root) {
  height: 434px !important;
}

@media screen and (max-width: 767px) {
  .u-height-434_sp:not(:root) {
    height: 434px !important;
  }
}

.u-height-435:not(:root) {
  height: 435px !important;
}

@media screen and (max-width: 767px) {
  .u-height-435_sp:not(:root) {
    height: 435px !important;
  }
}

.u-height-436:not(:root) {
  height: 436px !important;
}

@media screen and (max-width: 767px) {
  .u-height-436_sp:not(:root) {
    height: 436px !important;
  }
}

.u-height-437:not(:root) {
  height: 437px !important;
}

@media screen and (max-width: 767px) {
  .u-height-437_sp:not(:root) {
    height: 437px !important;
  }
}

.u-height-438:not(:root) {
  height: 438px !important;
}

@media screen and (max-width: 767px) {
  .u-height-438_sp:not(:root) {
    height: 438px !important;
  }
}

.u-height-439:not(:root) {
  height: 439px !important;
}

@media screen and (max-width: 767px) {
  .u-height-439_sp:not(:root) {
    height: 439px !important;
  }
}

.u-height-440:not(:root) {
  height: 440px !important;
}

@media screen and (max-width: 767px) {
  .u-height-440_sp:not(:root) {
    height: 440px !important;
  }
}

.u-height-441:not(:root) {
  height: 441px !important;
}

@media screen and (max-width: 767px) {
  .u-height-441_sp:not(:root) {
    height: 441px !important;
  }
}

.u-height-442:not(:root) {
  height: 442px !important;
}

@media screen and (max-width: 767px) {
  .u-height-442_sp:not(:root) {
    height: 442px !important;
  }
}

.u-height-443:not(:root) {
  height: 443px !important;
}

@media screen and (max-width: 767px) {
  .u-height-443_sp:not(:root) {
    height: 443px !important;
  }
}

.u-height-444:not(:root) {
  height: 444px !important;
}

@media screen and (max-width: 767px) {
  .u-height-444_sp:not(:root) {
    height: 444px !important;
  }
}

.u-height-445:not(:root) {
  height: 445px !important;
}

@media screen and (max-width: 767px) {
  .u-height-445_sp:not(:root) {
    height: 445px !important;
  }
}

.u-height-446:not(:root) {
  height: 446px !important;
}

@media screen and (max-width: 767px) {
  .u-height-446_sp:not(:root) {
    height: 446px !important;
  }
}

.u-height-447:not(:root) {
  height: 447px !important;
}

@media screen and (max-width: 767px) {
  .u-height-447_sp:not(:root) {
    height: 447px !important;
  }
}

.u-height-448:not(:root) {
  height: 448px !important;
}

@media screen and (max-width: 767px) {
  .u-height-448_sp:not(:root) {
    height: 448px !important;
  }
}

.u-height-449:not(:root) {
  height: 449px !important;
}

@media screen and (max-width: 767px) {
  .u-height-449_sp:not(:root) {
    height: 449px !important;
  }
}

.u-height-450:not(:root) {
  height: 450px !important;
}

@media screen and (max-width: 767px) {
  .u-height-450_sp:not(:root) {
    height: 450px !important;
  }
}

.u-height-451:not(:root) {
  height: 451px !important;
}

@media screen and (max-width: 767px) {
  .u-height-451_sp:not(:root) {
    height: 451px !important;
  }
}

.u-height-452:not(:root) {
  height: 452px !important;
}

@media screen and (max-width: 767px) {
  .u-height-452_sp:not(:root) {
    height: 452px !important;
  }
}

.u-height-453:not(:root) {
  height: 453px !important;
}

@media screen and (max-width: 767px) {
  .u-height-453_sp:not(:root) {
    height: 453px !important;
  }
}

.u-height-454:not(:root) {
  height: 454px !important;
}

@media screen and (max-width: 767px) {
  .u-height-454_sp:not(:root) {
    height: 454px !important;
  }
}

.u-height-455:not(:root) {
  height: 455px !important;
}

@media screen and (max-width: 767px) {
  .u-height-455_sp:not(:root) {
    height: 455px !important;
  }
}

.u-height-456:not(:root) {
  height: 456px !important;
}

@media screen and (max-width: 767px) {
  .u-height-456_sp:not(:root) {
    height: 456px !important;
  }
}

.u-height-457:not(:root) {
  height: 457px !important;
}

@media screen and (max-width: 767px) {
  .u-height-457_sp:not(:root) {
    height: 457px !important;
  }
}

.u-height-458:not(:root) {
  height: 458px !important;
}

@media screen and (max-width: 767px) {
  .u-height-458_sp:not(:root) {
    height: 458px !important;
  }
}

.u-height-459:not(:root) {
  height: 459px !important;
}

@media screen and (max-width: 767px) {
  .u-height-459_sp:not(:root) {
    height: 459px !important;
  }
}

.u-height-460:not(:root) {
  height: 460px !important;
}

@media screen and (max-width: 767px) {
  .u-height-460_sp:not(:root) {
    height: 460px !important;
  }
}

.u-height-461:not(:root) {
  height: 461px !important;
}

@media screen and (max-width: 767px) {
  .u-height-461_sp:not(:root) {
    height: 461px !important;
  }
}

.u-height-462:not(:root) {
  height: 462px !important;
}

@media screen and (max-width: 767px) {
  .u-height-462_sp:not(:root) {
    height: 462px !important;
  }
}

.u-height-463:not(:root) {
  height: 463px !important;
}

@media screen and (max-width: 767px) {
  .u-height-463_sp:not(:root) {
    height: 463px !important;
  }
}

.u-height-464:not(:root) {
  height: 464px !important;
}

@media screen and (max-width: 767px) {
  .u-height-464_sp:not(:root) {
    height: 464px !important;
  }
}

.u-height-465:not(:root) {
  height: 465px !important;
}

@media screen and (max-width: 767px) {
  .u-height-465_sp:not(:root) {
    height: 465px !important;
  }
}

.u-height-466:not(:root) {
  height: 466px !important;
}

@media screen and (max-width: 767px) {
  .u-height-466_sp:not(:root) {
    height: 466px !important;
  }
}

.u-height-467:not(:root) {
  height: 467px !important;
}

@media screen and (max-width: 767px) {
  .u-height-467_sp:not(:root) {
    height: 467px !important;
  }
}

.u-height-468:not(:root) {
  height: 468px !important;
}

@media screen and (max-width: 767px) {
  .u-height-468_sp:not(:root) {
    height: 468px !important;
  }
}

.u-height-469:not(:root) {
  height: 469px !important;
}

@media screen and (max-width: 767px) {
  .u-height-469_sp:not(:root) {
    height: 469px !important;
  }
}

.u-height-470:not(:root) {
  height: 470px !important;
}

@media screen and (max-width: 767px) {
  .u-height-470_sp:not(:root) {
    height: 470px !important;
  }
}

.u-height-471:not(:root) {
  height: 471px !important;
}

@media screen and (max-width: 767px) {
  .u-height-471_sp:not(:root) {
    height: 471px !important;
  }
}

.u-height-472:not(:root) {
  height: 472px !important;
}

@media screen and (max-width: 767px) {
  .u-height-472_sp:not(:root) {
    height: 472px !important;
  }
}

.u-height-473:not(:root) {
  height: 473px !important;
}

@media screen and (max-width: 767px) {
  .u-height-473_sp:not(:root) {
    height: 473px !important;
  }
}

.u-height-474:not(:root) {
  height: 474px !important;
}

@media screen and (max-width: 767px) {
  .u-height-474_sp:not(:root) {
    height: 474px !important;
  }
}

.u-height-475:not(:root) {
  height: 475px !important;
}

@media screen and (max-width: 767px) {
  .u-height-475_sp:not(:root) {
    height: 475px !important;
  }
}

.u-height-476:not(:root) {
  height: 476px !important;
}

@media screen and (max-width: 767px) {
  .u-height-476_sp:not(:root) {
    height: 476px !important;
  }
}

.u-height-477:not(:root) {
  height: 477px !important;
}

@media screen and (max-width: 767px) {
  .u-height-477_sp:not(:root) {
    height: 477px !important;
  }
}

.u-height-478:not(:root) {
  height: 478px !important;
}

@media screen and (max-width: 767px) {
  .u-height-478_sp:not(:root) {
    height: 478px !important;
  }
}

.u-height-479:not(:root) {
  height: 479px !important;
}

@media screen and (max-width: 767px) {
  .u-height-479_sp:not(:root) {
    height: 479px !important;
  }
}

.u-height-480:not(:root) {
  height: 480px !important;
}

@media screen and (max-width: 767px) {
  .u-height-480_sp:not(:root) {
    height: 480px !important;
  }
}

.u-height-481:not(:root) {
  height: 481px !important;
}

@media screen and (max-width: 767px) {
  .u-height-481_sp:not(:root) {
    height: 481px !important;
  }
}

.u-height-482:not(:root) {
  height: 482px !important;
}

@media screen and (max-width: 767px) {
  .u-height-482_sp:not(:root) {
    height: 482px !important;
  }
}

.u-height-483:not(:root) {
  height: 483px !important;
}

@media screen and (max-width: 767px) {
  .u-height-483_sp:not(:root) {
    height: 483px !important;
  }
}

.u-height-484:not(:root) {
  height: 484px !important;
}

@media screen and (max-width: 767px) {
  .u-height-484_sp:not(:root) {
    height: 484px !important;
  }
}

.u-height-485:not(:root) {
  height: 485px !important;
}

@media screen and (max-width: 767px) {
  .u-height-485_sp:not(:root) {
    height: 485px !important;
  }
}

.u-height-486:not(:root) {
  height: 486px !important;
}

@media screen and (max-width: 767px) {
  .u-height-486_sp:not(:root) {
    height: 486px !important;
  }
}

.u-height-487:not(:root) {
  height: 487px !important;
}

@media screen and (max-width: 767px) {
  .u-height-487_sp:not(:root) {
    height: 487px !important;
  }
}

.u-height-488:not(:root) {
  height: 488px !important;
}

@media screen and (max-width: 767px) {
  .u-height-488_sp:not(:root) {
    height: 488px !important;
  }
}

.u-height-489:not(:root) {
  height: 489px !important;
}

@media screen and (max-width: 767px) {
  .u-height-489_sp:not(:root) {
    height: 489px !important;
  }
}

.u-height-490:not(:root) {
  height: 490px !important;
}

@media screen and (max-width: 767px) {
  .u-height-490_sp:not(:root) {
    height: 490px !important;
  }
}

.u-height-491:not(:root) {
  height: 491px !important;
}

@media screen and (max-width: 767px) {
  .u-height-491_sp:not(:root) {
    height: 491px !important;
  }
}

.u-height-492:not(:root) {
  height: 492px !important;
}

@media screen and (max-width: 767px) {
  .u-height-492_sp:not(:root) {
    height: 492px !important;
  }
}

.u-height-493:not(:root) {
  height: 493px !important;
}

@media screen and (max-width: 767px) {
  .u-height-493_sp:not(:root) {
    height: 493px !important;
  }
}

.u-height-494:not(:root) {
  height: 494px !important;
}

@media screen and (max-width: 767px) {
  .u-height-494_sp:not(:root) {
    height: 494px !important;
  }
}

.u-height-495:not(:root) {
  height: 495px !important;
}

@media screen and (max-width: 767px) {
  .u-height-495_sp:not(:root) {
    height: 495px !important;
  }
}

.u-height-496:not(:root) {
  height: 496px !important;
}

@media screen and (max-width: 767px) {
  .u-height-496_sp:not(:root) {
    height: 496px !important;
  }
}

.u-height-497:not(:root) {
  height: 497px !important;
}

@media screen and (max-width: 767px) {
  .u-height-497_sp:not(:root) {
    height: 497px !important;
  }
}

.u-height-498:not(:root) {
  height: 498px !important;
}

@media screen and (max-width: 767px) {
  .u-height-498_sp:not(:root) {
    height: 498px !important;
  }
}

.u-height-499:not(:root) {
  height: 499px !important;
}

@media screen and (max-width: 767px) {
  .u-height-499_sp:not(:root) {
    height: 499px !important;
  }
}

.u-height-500:not(:root) {
  height: 500px !important;
}

@media screen and (max-width: 767px) {
  .u-height-500_sp:not(:root) {
    height: 500px !important;
  }
}

.u-mr-1:not(:root) {
  margin-right: 1px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-1_sp:not(:root) {
    margin-right: 1px !important;
  }
}

.u-mr-2:not(:root) {
  margin-right: 2px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-2_sp:not(:root) {
    margin-right: 2px !important;
  }
}

.u-mr-3:not(:root) {
  margin-right: 3px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-3_sp:not(:root) {
    margin-right: 3px !important;
  }
}

.u-mr-4:not(:root) {
  margin-right: 4px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-4_sp:not(:root) {
    margin-right: 4px !important;
  }
}

.u-mr-5:not(:root) {
  margin-right: 5px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-5_sp:not(:root) {
    margin-right: 5px !important;
  }
}

.u-mr-6:not(:root) {
  margin-right: 6px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-6_sp:not(:root) {
    margin-right: 6px !important;
  }
}

.u-mr-7:not(:root) {
  margin-right: 7px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-7_sp:not(:root) {
    margin-right: 7px !important;
  }
}

.u-mr-8:not(:root) {
  margin-right: 8px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-8_sp:not(:root) {
    margin-right: 8px !important;
  }
}

.u-mr-9:not(:root) {
  margin-right: 9px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-9_sp:not(:root) {
    margin-right: 9px !important;
  }
}

.u-mr-10:not(:root) {
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-10_sp:not(:root) {
    margin-right: 10px !important;
  }
}

.u-mr-11:not(:root) {
  margin-right: 11px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-11_sp:not(:root) {
    margin-right: 11px !important;
  }
}

.u-mr-12:not(:root) {
  margin-right: 12px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-12_sp:not(:root) {
    margin-right: 12px !important;
  }
}

.u-mr-13:not(:root) {
  margin-right: 13px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-13_sp:not(:root) {
    margin-right: 13px !important;
  }
}

.u-mr-14:not(:root) {
  margin-right: 14px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-14_sp:not(:root) {
    margin-right: 14px !important;
  }
}

.u-mr-15:not(:root) {
  margin-right: 15px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-15_sp:not(:root) {
    margin-right: 15px !important;
  }
}

.u-mr-16:not(:root) {
  margin-right: 16px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-16_sp:not(:root) {
    margin-right: 16px !important;
  }
}

.u-mr-17:not(:root) {
  margin-right: 17px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-17_sp:not(:root) {
    margin-right: 17px !important;
  }
}

.u-mr-18:not(:root) {
  margin-right: 18px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-18_sp:not(:root) {
    margin-right: 18px !important;
  }
}

.u-mr-19:not(:root) {
  margin-right: 19px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-19_sp:not(:root) {
    margin-right: 19px !important;
  }
}

.u-mr-20:not(:root) {
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-20_sp:not(:root) {
    margin-right: 20px !important;
  }
}

.u-mr-21:not(:root) {
  margin-right: 21px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-21_sp:not(:root) {
    margin-right: 21px !important;
  }
}

.u-mr-22:not(:root) {
  margin-right: 22px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-22_sp:not(:root) {
    margin-right: 22px !important;
  }
}

.u-mr-23:not(:root) {
  margin-right: 23px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-23_sp:not(:root) {
    margin-right: 23px !important;
  }
}

.u-mr-24:not(:root) {
  margin-right: 24px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-24_sp:not(:root) {
    margin-right: 24px !important;
  }
}

.u-mr-25:not(:root) {
  margin-right: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-25_sp:not(:root) {
    margin-right: 25px !important;
  }
}

.u-mr-26:not(:root) {
  margin-right: 26px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-26_sp:not(:root) {
    margin-right: 26px !important;
  }
}

.u-mr-27:not(:root) {
  margin-right: 27px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-27_sp:not(:root) {
    margin-right: 27px !important;
  }
}

.u-mr-28:not(:root) {
  margin-right: 28px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-28_sp:not(:root) {
    margin-right: 28px !important;
  }
}

.u-mr-29:not(:root) {
  margin-right: 29px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-29_sp:not(:root) {
    margin-right: 29px !important;
  }
}

.u-mr-30:not(:root) {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-30_sp:not(:root) {
    margin-right: 30px !important;
  }
}

.u-mr-31:not(:root) {
  margin-right: 31px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-31_sp:not(:root) {
    margin-right: 31px !important;
  }
}

.u-mr-32:not(:root) {
  margin-right: 32px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-32_sp:not(:root) {
    margin-right: 32px !important;
  }
}

.u-mr-33:not(:root) {
  margin-right: 33px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-33_sp:not(:root) {
    margin-right: 33px !important;
  }
}

.u-mr-34:not(:root) {
  margin-right: 34px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-34_sp:not(:root) {
    margin-right: 34px !important;
  }
}

.u-mr-35:not(:root) {
  margin-right: 35px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-35_sp:not(:root) {
    margin-right: 35px !important;
  }
}

.u-mr-36:not(:root) {
  margin-right: 36px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-36_sp:not(:root) {
    margin-right: 36px !important;
  }
}

.u-mr-37:not(:root) {
  margin-right: 37px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-37_sp:not(:root) {
    margin-right: 37px !important;
  }
}

.u-mr-38:not(:root) {
  margin-right: 38px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-38_sp:not(:root) {
    margin-right: 38px !important;
  }
}

.u-mr-39:not(:root) {
  margin-right: 39px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-39_sp:not(:root) {
    margin-right: 39px !important;
  }
}

.u-mr-40:not(:root) {
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-40_sp:not(:root) {
    margin-right: 40px !important;
  }
}

.u-mr-41:not(:root) {
  margin-right: 41px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-41_sp:not(:root) {
    margin-right: 41px !important;
  }
}

.u-mr-42:not(:root) {
  margin-right: 42px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-42_sp:not(:root) {
    margin-right: 42px !important;
  }
}

.u-mr-43:not(:root) {
  margin-right: 43px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-43_sp:not(:root) {
    margin-right: 43px !important;
  }
}

.u-mr-44:not(:root) {
  margin-right: 44px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-44_sp:not(:root) {
    margin-right: 44px !important;
  }
}

.u-mr-45:not(:root) {
  margin-right: 45px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-45_sp:not(:root) {
    margin-right: 45px !important;
  }
}

.u-mr-46:not(:root) {
  margin-right: 46px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-46_sp:not(:root) {
    margin-right: 46px !important;
  }
}

.u-mr-47:not(:root) {
  margin-right: 47px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-47_sp:not(:root) {
    margin-right: 47px !important;
  }
}

.u-mr-48:not(:root) {
  margin-right: 48px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-48_sp:not(:root) {
    margin-right: 48px !important;
  }
}

.u-mr-49:not(:root) {
  margin-right: 49px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-49_sp:not(:root) {
    margin-right: 49px !important;
  }
}

.u-mr-50:not(:root) {
  margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-50_sp:not(:root) {
    margin-right: 50px !important;
  }
}

.u-mr-51:not(:root) {
  margin-right: 51px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-51_sp:not(:root) {
    margin-right: 51px !important;
  }
}

.u-mr-52:not(:root) {
  margin-right: 52px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-52_sp:not(:root) {
    margin-right: 52px !important;
  }
}

.u-mr-53:not(:root) {
  margin-right: 53px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-53_sp:not(:root) {
    margin-right: 53px !important;
  }
}

.u-mr-54:not(:root) {
  margin-right: 54px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-54_sp:not(:root) {
    margin-right: 54px !important;
  }
}

.u-mr-55:not(:root) {
  margin-right: 55px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-55_sp:not(:root) {
    margin-right: 55px !important;
  }
}

.u-mr-56:not(:root) {
  margin-right: 56px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-56_sp:not(:root) {
    margin-right: 56px !important;
  }
}

.u-mr-57:not(:root) {
  margin-right: 57px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-57_sp:not(:root) {
    margin-right: 57px !important;
  }
}

.u-mr-58:not(:root) {
  margin-right: 58px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-58_sp:not(:root) {
    margin-right: 58px !important;
  }
}

.u-mr-59:not(:root) {
  margin-right: 59px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-59_sp:not(:root) {
    margin-right: 59px !important;
  }
}

.u-mr-60:not(:root) {
  margin-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-60_sp:not(:root) {
    margin-right: 60px !important;
  }
}

.u-mr-61:not(:root) {
  margin-right: 61px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-61_sp:not(:root) {
    margin-right: 61px !important;
  }
}

.u-mr-62:not(:root) {
  margin-right: 62px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-62_sp:not(:root) {
    margin-right: 62px !important;
  }
}

.u-mr-63:not(:root) {
  margin-right: 63px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-63_sp:not(:root) {
    margin-right: 63px !important;
  }
}

.u-mr-64:not(:root) {
  margin-right: 64px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-64_sp:not(:root) {
    margin-right: 64px !important;
  }
}

.u-mr-65:not(:root) {
  margin-right: 65px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-65_sp:not(:root) {
    margin-right: 65px !important;
  }
}

.u-mr-66:not(:root) {
  margin-right: 66px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-66_sp:not(:root) {
    margin-right: 66px !important;
  }
}

.u-mr-67:not(:root) {
  margin-right: 67px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-67_sp:not(:root) {
    margin-right: 67px !important;
  }
}

.u-mr-68:not(:root) {
  margin-right: 68px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-68_sp:not(:root) {
    margin-right: 68px !important;
  }
}

.u-mr-69:not(:root) {
  margin-right: 69px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-69_sp:not(:root) {
    margin-right: 69px !important;
  }
}

.u-mr-70:not(:root) {
  margin-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-70_sp:not(:root) {
    margin-right: 70px !important;
  }
}

.u-mr-71:not(:root) {
  margin-right: 71px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-71_sp:not(:root) {
    margin-right: 71px !important;
  }
}

.u-mr-72:not(:root) {
  margin-right: 72px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-72_sp:not(:root) {
    margin-right: 72px !important;
  }
}

.u-mr-73:not(:root) {
  margin-right: 73px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-73_sp:not(:root) {
    margin-right: 73px !important;
  }
}

.u-mr-74:not(:root) {
  margin-right: 74px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-74_sp:not(:root) {
    margin-right: 74px !important;
  }
}

.u-mr-75:not(:root) {
  margin-right: 75px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-75_sp:not(:root) {
    margin-right: 75px !important;
  }
}

.u-mr-76:not(:root) {
  margin-right: 76px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-76_sp:not(:root) {
    margin-right: 76px !important;
  }
}

.u-mr-77:not(:root) {
  margin-right: 77px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-77_sp:not(:root) {
    margin-right: 77px !important;
  }
}

.u-mr-78:not(:root) {
  margin-right: 78px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-78_sp:not(:root) {
    margin-right: 78px !important;
  }
}

.u-mr-79:not(:root) {
  margin-right: 79px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-79_sp:not(:root) {
    margin-right: 79px !important;
  }
}

.u-mr-80:not(:root) {
  margin-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-80_sp:not(:root) {
    margin-right: 80px !important;
  }
}

.u-mr-81:not(:root) {
  margin-right: 81px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-81_sp:not(:root) {
    margin-right: 81px !important;
  }
}

.u-mr-82:not(:root) {
  margin-right: 82px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-82_sp:not(:root) {
    margin-right: 82px !important;
  }
}

.u-mr-83:not(:root) {
  margin-right: 83px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-83_sp:not(:root) {
    margin-right: 83px !important;
  }
}

.u-mr-84:not(:root) {
  margin-right: 84px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-84_sp:not(:root) {
    margin-right: 84px !important;
  }
}

.u-mr-85:not(:root) {
  margin-right: 85px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-85_sp:not(:root) {
    margin-right: 85px !important;
  }
}

.u-mr-86:not(:root) {
  margin-right: 86px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-86_sp:not(:root) {
    margin-right: 86px !important;
  }
}

.u-mr-87:not(:root) {
  margin-right: 87px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-87_sp:not(:root) {
    margin-right: 87px !important;
  }
}

.u-mr-88:not(:root) {
  margin-right: 88px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-88_sp:not(:root) {
    margin-right: 88px !important;
  }
}

.u-mr-89:not(:root) {
  margin-right: 89px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-89_sp:not(:root) {
    margin-right: 89px !important;
  }
}

.u-mr-90:not(:root) {
  margin-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-90_sp:not(:root) {
    margin-right: 90px !important;
  }
}

.u-mr-91:not(:root) {
  margin-right: 91px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-91_sp:not(:root) {
    margin-right: 91px !important;
  }
}

.u-mr-92:not(:root) {
  margin-right: 92px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-92_sp:not(:root) {
    margin-right: 92px !important;
  }
}

.u-mr-93:not(:root) {
  margin-right: 93px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-93_sp:not(:root) {
    margin-right: 93px !important;
  }
}

.u-mr-94:not(:root) {
  margin-right: 94px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-94_sp:not(:root) {
    margin-right: 94px !important;
  }
}

.u-mr-95:not(:root) {
  margin-right: 95px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-95_sp:not(:root) {
    margin-right: 95px !important;
  }
}

.u-mr-96:not(:root) {
  margin-right: 96px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-96_sp:not(:root) {
    margin-right: 96px !important;
  }
}

.u-mr-97:not(:root) {
  margin-right: 97px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-97_sp:not(:root) {
    margin-right: 97px !important;
  }
}

.u-mr-98:not(:root) {
  margin-right: 98px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-98_sp:not(:root) {
    margin-right: 98px !important;
  }
}

.u-mr-99:not(:root) {
  margin-right: 99px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-99_sp:not(:root) {
    margin-right: 99px !important;
  }
}

.u-mr-100:not(:root) {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-mr-100_sp:not(:root) {
    margin-right: 100px !important;
  }
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --s-head-ttl-color: #000;
  --s-header-txt-color: #160403;
  --s-header-bar-color: #fff;
  --s-head-bgtext-color: #b9b9b9;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
  color: var(--color-base-text);
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
  /*
  overflow: scroll;
  */
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow: inherit;
  }
}
body.is-header-active {
  overflow: hidden;
  position: fixed;
}
body.-bggray {
  background: #f4f4f4;
}
body.-bggreen {
  background: #32b432;
  --s-head-ttl-color: #fff;
  --s-header-txt-color: #fff;
  --s-header-bar-color: #160403;
  --s-head-bgtext-color: #fff;
}
body.-bgblue {
  background: #00afeb;
  --s-head-ttl-color: #fff;
  --s-header-txt-color: #fff;
  --s-header-bar-color: #160403;
  --s-head-bgtext-color: #fff;
}
body.-bgorange {
  background: #ffb301;
  --s-head-bgtext-color: #fff;
  --s-head-ttl-color: #fff;
}
body.-bgtech {
  --s-head-ttl-color: #fff;
  --s-header-txt-color: #fff;
  --s-header-bar-color: #160403;
  background: url("/assets/upd/img/service/tech/bg_bottom.png"), url("/assets/upd/img/service/tech/head-bg.png"), #011d36;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom, center top, center;
}
body.-bgtech .upd-s-head .s-head__bgtext {
  opacity: 0.6 !important;
}
body.-bgmember {
  --s-head-bgtext-color: #e1aae7;
  background: #df8ee7;
}
body.-bgmember .upd-s-head .s-head__title {
  color: #ffffff;
  text-shadow: 4px 0px 0px rgba(255, 255, 255, 0.55), 0px 4px 0px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  body.-bgmember .upd-s-head .s-head__title {
    text-shadow: none;
  }
}
body.-bgmember .upd-s-head .s-head__bgtext {
  opacity: 1 !important;
}
body.-bgculture {
  --s-head-bgtext-color: #e1aae7;
  background: url("/assets/upd/img/culture/culture-bg.png"), #df8ee7;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  body.-bgculture {
    background: url("/assets/upd/img/culture/culture-bg_sp.png"), #df8ee7;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
  }
}
body.-bgculture .upd-s-head .s-head__title {
  color: #ffffff;
  text-shadow: 4px 0px 0px rgba(255, 255, 255, 0.55), 0px 4px 0px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  body.-bgculture .upd-s-head .s-head__title {
    text-shadow: none;
  }
}
body.-bgculture .upd-s-head .s-head__bgtext {
  opacity: 1 !important;
  font-weight: 700;
}
body.-bgculture .upd-c-header .c-header__inner .c-header__menuButton {
  background: #f5f5f5;
  border: 4px solid #160403;
  border-radius: 55.5556px;
  position: relative;
}
body.-bgculture .upd-c-header .c-header__inner .c-header__menuButton > i {
  display: none;
}
body.-bgculture .upd-c-header .c-header__inner .c-header__menuButton.is-active {
  background: var(--s-header-txt-color);
}
body.-bgculture .upd-c-header .c-header__inner .c-header__menuButton.is-active > i {
  display: block;
}
body.-bgculture .upd-c-header .c-header__inner .c-header__menuButton.is-active .c-header__chara-txt {
  display: none;
}
body.-bgculture .upd-c-header .c-header__chara {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
body.-bgculture .upd-c-header .c-header__chara .-man {
  position: absolute;
  width: 57px;
  top: 0px;
  right: -6px;
}
@media screen and (max-width: 767px) {
  body.-bgculture .upd-c-header .c-header__chara .-man {
    right: -3px;
    width: 40px;
    top: -11px;
  }
}
body.-bgculture .upd-c-header .c-header__chara .-man svg {
  width: 100%;
}
body.-bgculture .upd-c-header .c-header__chara .-hat {
  position: absolute;
  width: 74px;
  z-index: 2;
  width: 50px;
  top: -4px;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  body.-bgculture .upd-c-header .c-header__chara .-hat {
    width: 34px;
    top: -11px;
  }
}
body.-bgculture .upd-c-header .c-header__chara .-hat svg {
  width: 100%;
}
body.-bgculture .upd-c-header .c-header__chara-txt {
  display: block;
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.14em;
  color: #160403;
  white-space: pre;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.-bgculture .upd-c-header .c-header__chara-txt {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.14em;
  }
}

main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

a,
button {
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.base-c-mediaArticles {
  width: 100%;
}
.base-c-mediaArticles .c-mediaArticles__header {
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header {
    margin: 0 0 20px 0;
    justify-content: space-between;
  }
}
.base-c-mediaArticles .c-mediaArticles__header .title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header .title {
    font-size: 24px;
  }
}
.base-c-mediaArticles .c-mediaArticles__header .tag {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 5px 29px;
  background-color: #eeeeee;
  color: #0e1315;
  border-radius: 3px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header .tag {
    font-size: 16px;
  }
}
.base-c-mediaArticles .c-mediaArticles__description {
  font-size: 13px;
  line-height: 1.85;
  color: #0e1315;
  margin: 0 0 18px 0;
}
.base-c-mediaArticles .c-mediaArticles__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.base-c-mediaArticles .c-mediaArticles__article:hover a .title {
  color: #33BAD4;
}
.base-c-mediaArticles .c-mediaArticles__article:hover a {
  opacity: 1;
}
.base-c-mediaArticles .c-mediaArticles__article:hover img {
  opacity: 0.7;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure {
    border-radius: 4px !important;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info {
  position: relative;
  width: 100%;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .category {
  display: inline-block;
  color: #fff;
  padding: 6px 20px 7px;
  border-radius: 3px;
  background-color: #0e1315;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .category {
    font-size: 13px;
    line-height: 1.6;
    padding: 4px 14px;
    border-radius: 0 4px 0 4px !important;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0e1315;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .title {
    line-height: 1.6;
    font-size: 16px;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 3px;
  margin: 0 8px 8px 0;
  background-color: #eeeeee;
  color: #0e1315;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #0e1315;
}
.base-c-mediaArticles .base-c-button2 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .base-c-button2 {
    margin-top: 0;
  }
}
.base-c-mediaArticles.-column1 .base-c-button2 {
  width: 100%;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article {
  padding: 20px 21px;
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__article {
    box-shadow: none;
    padding: 0;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__article:hover {
    box-shadow: none;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__figure {
  overflow: hidden;
  width: 41%;
  max-width: 300px;
  padding-bottom: 24.6%;
  flex-shrink: 0;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__figure {
    width: 140px;
    height: 100px;
    margin-right: 15px;
    padding-bottom: 0;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info {
  position: relative;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .category {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .category {
    position: absolute;
    left: -155px;
    top: 72px;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 8px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
    max-height: 70px;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .detail {
    display: block;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article {
  width: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article {
    width: calc(50% - 7.5px);
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article:nth-child(2n) {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article:nth-child(2n) {
    margin-left: 15px;
  }
}
.base-c-mediaArticles.-column3 .c-mediaArticles__article {
  width: calc(33% - 3px);
}
.base-c-mediaArticles.-column3 .c-mediaArticles__article:not(:nth-child(3n-2)) {
  margin-left: calc(4.5px + 0.5%);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3 .c-mediaArticles__article {
    width: calc(50% - 7.5px);
  }
  .base-c-mediaArticles.-column3 .c-mediaArticles__article:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
  .base-c-mediaArticles.-column3 .c-mediaArticles__article:nth-child(2n) {
    margin-left: 15px;
  }
}
.base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article {
  margin-left: 0;
}
.base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article:not(:nth-child(3n-1)):not(:first-child) {
  margin-left: calc(4.5px + 0.5%);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article:not(:nth-child(3n-1)):not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article {
    width: 100%;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .c-mediaArticles__info {
    margin-top: -34px;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .title {
    font-size: 22px;
    line-height: 1.4;
    margin: 15px 0;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .category {
    padding: 6px 20px 7px;
    border-radius: 0 4px;
    background-color: #0e1315;
    font-size: 15px;
    line-height: 1.4;
  }
}
.base-c-mediaArticles.-column2 .base-c-button2, .base-c-mediaArticles.-column3 .base-c-button2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .base-c-button2, .base-c-mediaArticles.-column3 .base-c-button2 {
    width: 100%;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__list, .base-c-mediaArticles.-column3 .c-mediaArticles__list {
  width: calc(100% + 28px);
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__list, .base-c-mediaArticles.-column3 .c-mediaArticles__list {
    width: 100%;
    margin-left: 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article, .base-c-mediaArticles.-column3 .c-mediaArticles__article {
  margin-bottom: 12px;
  padding: 15px 14px 13px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article:hover .c-mediaArticles__figure img, .base-c-mediaArticles.-column3 .c-mediaArticles__article:hover .c-mediaArticles__figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article, .base-c-mediaArticles.-column3 .c-mediaArticles__article {
    padding: 0;
    margin-bottom: 30px;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article a, .base-c-mediaArticles.-column3 .c-mediaArticles__article a {
  text-decoration: none;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__figure, .base-c-mediaArticles.-column3 .c-mediaArticles__figure {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 61.1%;
  z-index: 0;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__figure img, .base-c-mediaArticles.-column3 .c-mediaArticles__figure img {
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info, .base-c-mediaArticles.-column3 .c-mediaArticles__info {
  margin-top: -41px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info, .base-c-mediaArticles.-column3 .c-mediaArticles__info {
    margin-top: -28px;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .category, .base-c-mediaArticles.-column3 .c-mediaArticles__info .category {
  border-radius: 3px 3px 3px 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .category, .base-c-mediaArticles.-column3 .c-mediaArticles__info .category {
    margin-left: 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .title, .base-c-mediaArticles.-column3 .c-mediaArticles__info .title {
  margin: 18px 0 18px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .title, .base-c-mediaArticles.-column3 .c-mediaArticles__info .title {
    margin: 10px 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .date, .base-c-mediaArticles.-column3 .c-mediaArticles__info .date {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .date, .base-c-mediaArticles.-column3 .c-mediaArticles__info .date {
    margin-top: 0;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child {
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-bottom: 35px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child::before {
  display: none;
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    box-shadow: initial;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child a {
    display: block;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__figure {
  overflow: hidden;
  width: 41%;
  max-width: 480px;
  padding-bottom: 25.625%;
  flex-shrink: 0;
  margin-right: 44px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__figure {
    width: 100%;
    padding-bottom: 61.1%;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info {
  position: relative;
  margin-top: 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info {
    padding: 15px 0 0;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .category {
  border-radius: 3px;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .category {
    position: absolute;
    top: -34px;
    left: 0;
    padding: 6px 20px 7px;
    border-radius: 0 4px;
    background-color: #0e1315;
    font-size: 15px;
    line-height: 1.4;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .title {
    font-size: 22px;
  }
}
.base-c-mediaArticles .base-c-banner {
  display: none;
}
.base-c-mediaArticles.-hasBanner .base-c-banner {
  display: block;
  margin-top: 35px;
}

.base-c-banner {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
.base-c-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-c-bannerArea {
  padding: 50px 0 24px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea {
    padding: 46px 0;
  }
}
.base-c-bannerArea .base-c-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.base-c-bannerArea .c-bannerArea__banner {
  position: relative;
  width: calc(50% - 13px);
  padding-bottom: calc(16.8% - 13px);
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea .c-bannerArea__banner {
    width: 100%;
    padding-bottom: 40.8%;
    margin-bottom: 16px;
  }
}
.base-c-bannerArea .c-bannerArea__banner:nth-child(2n) {
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea .c-bannerArea__banner:nth-child(2n) {
    margin-left: 0;
  }
}
.base-c-bannerArea .c-bannerArea__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-c-blockHeader {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .base-c-blockHeader {
    font-size: var(--font-size-xl-sp);
  }
}
.base-c-blockHeader::before {
  content: "";
  display: block;
  width: 5px;
  height: 32px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
  margin-right: 15px;
}

.base-c-blogCard {
  width: 100%;
}
.base-c-blogCard.-horizontal {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal {
    margin-bottom: 32px;
  }
  .base-c-blogCard.-horizontal:last-of-type {
    margin-bottom: 0;
  }
}
.base-c-blogCard.-horizontal .c-blogCard__thumb {
  width: 200px;
  height: 134px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal .c-blogCard__thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.base-c-blogCard.-horizontal .c-blogCard__contents {
  margin-left: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal .c-blogCard__contents {
    margin-left: 0;
    margin-top: 16px;
  }
}
.base-c-blogCard.-vertical .c-blogCard__inner {
  flex-direction: column;
}
.base-c-blogCard.-vertical .c-blogCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.base-c-blogCard.-vertical .c-blogCard__contents {
  margin-top: 12px;
}
.base-c-blogCard.-new .c-blogCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.base-c-blogCard .c-blogCard__inner {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__inner {
    display: block;
  }
}
.base-c-blogCard .c-blogCard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  flex-shrink: 0;
}
.base-c-blogCard .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-c-blogCard .c-blogCard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__meta {
    margin: 0 0 8px;
  }
}
.base-c-blogCard .c-blogCard__meta .category {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #aaaaaa;
  font-weight: bold;
}
.base-c-blogCard .c-blogCard__meta .date {
  font-size: var(--font-size-s);
  letter-spacing: 0.05em;
  color: #aaaaaa;
  font-family: var(--font-family-en);
}
.base-c-blogCard .c-blogCard__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-blogCard .c-blogCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.base-c-blogCard .c-blogCard__tags .tag {
  margin: 0 4px 4px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: var(--font-size-xs);
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 12px;
  border-radius: var(--border-radius);
}
.base-c-blogCard .c-blogCard__tags .tag::before {
  content: "#";
  padding-right: 2px;
}

.base-c-breadcrumb {
  padding: 16px 0;
  background-color: var(--color-base-background);
}
.base-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.base-c-breadcrumb.-media {
  padding: 3px 0 3px;
  background-color: #eeeeee;
}
.base-c-breadcrumb.-media li + li:before {
  width: 5px;
  height: 8px;
  background: url("/assets/base/img/media/icon_breadcrumb_arrow.svg") no-repeat 0 0;
  background-size: 5px 8px;
  margin: 0 14px;
}
.base-c-breadcrumb.-media li a {
  color: #52575d;
  line-height: 24px;
}
.base-c-breadcrumb .base-c-inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
.base-c-breadcrumb ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.base-c-breadcrumb li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.base-c-breadcrumb li + li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 8px;
  background: url("/assets/base/img/common/icon_breadcrumb_arrow.svg") no-repeat center;
  background-size: 5px auto;
  margin: 0 10px;
}
.base-c-breadcrumb li a {
  text-decoration: none;
  color: var(--color-base-text);
  font-size: 11px;
}

.base-c-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.base-c-button:hover {
  transition: 0.2s;
  transform: scale(1.03);
  opacity: 1;
}
.base-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 0px solid var(--color-base-primary);
}
.base-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}
.base-c-button.-white {
  background-color: #fff;
  color: var(--color-base-primary);
  border: 0 solid var(--color-base-primary);
}
.base-c-button.-large {
  min-width: 275px;
  padding: 8px 40px;
}
.base-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.base-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.base-c-button.-big {
  min-width: 360px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .base-c-button.-big {
    padding: 12px 20px 12px 20px;
  }
}
.base-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .base-c-button.-big .c-button__jaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.base-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-c-button.-tag {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.base-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.base-c-button .c-button__enTitle {
  font-size: var(--font-size-xs, 10px);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  letter-spacing: 0.01em;
  padding-bottom: 1px;
  opacity: 0.5;
}
.base-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 135%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.base-c-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 25px;
  position: relative;
  transition: all 0.125s ease-in;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-button2 {
    font-size: 16px;
  }
}
.base-c-button2:hover {
  opacity: 0.6;
}
.base-c-button2.-btnBgColor {
  background-color: var(--color-btn-bg);
}
.base-c-button2.-btnTextColor {
  color: var(--color-btn-text);
}
.base-c-button2.-yellow {
  background-color: #fddb3a;
  color: #0e1315;
}
.base-c-button2.-white {
  background-color: #fff;
  color: #0e1315;
}
.base-c-button2.-black {
  background-color: #0e1315;
  color: #fff;
}
.base-c-button2.-disabled {
  background-color: #aaaaaa;
  color: #fff;
  cursor: default;
}
.base-c-button2.-disabled:hover {
  opacity: 1;
}
.base-c-button2.-medium {
  height: 42px;
}
.base-c-button2.-large {
  height: 50px;
}
.base-c-button2.-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 22px;
  top: 19px;
  transform: rotate(45deg);
}
.base-c-button2.-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  right: 22px;
  top: 23px;
}
.base-c-button2.-tag {
  display: inline-block;
  background-color: #eeeeee;
  color: #0e1315;
  padding: 5px 15px 5px 12px;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0;
}
.base-c-button2.-tag::before {
  content: "#";
  display: inline-flex;
  margin-right: 4px;
}
.base-c-button2.-tag:hover {
  background-color: var(--color-btn-bg);
}
.base-c-button2.-tag:hover::before {
  opacity: 1 !important;
}

.base-c-category {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 6px;
  background-color: #eeeeee;
  color: #888888;
  font-size: 13px;
  border-radius: 3px;
}
.base-c-category + .base-c-category {
  margin-left: 8px;
}

.base-c-copylink {
  width: 108px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: var(--color-base-text-gray);
  font-size: 11px;
  appearance: none;
  border: none;
  font-weight: bold;
}
.base-c-copylink::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/base/img/media/icon_link.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.base-c-cta {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-c-cta .base-c-inner.-event {
    padding: 0;
  }
}
.base-c-cta .c-cta__box {
  padding: 56px;
  background-color: #eeeeee;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__box {
    width: 100%;
    padding: 40px 16px;
    display: block;
    margin-bottom: 0;
  }
}
.base-c-cta .c-cta__boxLinks {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxLinks {
    width: 100%;
    margin-top: 20px;
  }
}
.base-c-cta .c-cta__boxLinks .base-c-button2:not(:first-child) {
  margin-top: 8px;
}
.base-c-cta .c-cta__boxCopy {
  color: #0e1315;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopy {
    margin-right: 0;
  }
}
.base-c-cta .c-cta__boxCopyTo {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopyTo {
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.base-c-cta .c-cta__boxCopyText {
  line-height: 1.5;
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopyText {
    text-align: center;
    font-size: 20px;
  }
}
.base-c-cta .c-cta__links {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__links {
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid #eeeeee;
  }
}
.base-c-cta .c-cta__linksItem {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  position: relative;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 16px;
  }
}
.base-c-cta .c-cta__linksItem.-openbook::before {
  background-image: url("/assets/base/img/common/icon_openbook.svg");
}
.base-c-cta .c-cta__linksItem.-clipboard::before {
  background-image: url("/assets/base/img/common/icon_clipboard.svg");
}
.base-c-cta .c-cta__linksItem.-envelope::before {
  background-image: url("/assets/base/img/common/icon_envelope.svg");
}
.base-c-cta .c-cta__linksItem.-inbox::before {
  background-image: url("/assets/base/img/common/icon_inbox.svg");
}
.base-c-cta .c-cta__linksItem::before {
  content: "";
  display: block;
  background-size: cover;
  width: 30px;
  height: 34px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem::before {
    width: 20px;
    height: 22px;
    margin: 0 20px 0 0;
  }
}
.base-c-cta .c-cta__linksItem::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_rightcircle.svg");
  background-size: cover;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem::after {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
    top: 24px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #eeeeee;
  }
}
.base-c-cta .c-cta__linksItem:hover {
  background-color: #eeeeee;
}
.base-c-cta .c-cta__linksItem:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem:not(:last-child) {
    border-right: initial;
  }
}

.base-c-date {
  display: inline-flex;
  align-items: center;
  color: #0e1315;
  font-weight: semi-bold;
  font-size: 20px;
  font-family: var(--font-family-en);
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.base-c-date::-webkit-scrollbar {
  display: none;
}
.base-c-date span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  margin: 1px 7px 0;
}
@media screen and (max-width: 767px) {
  .base-c-date {
    font-size: 24px;
  }
}

.base-c-documentList {
  width: 100%;
  margin: 50px 0;
}
.base-c-documentList .c-documentList__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #0e1315;
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 30px 0;
  }
}
.base-c-documentList .c-documentList__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 34px;
  border-radius: 3px;
  background-color: #0e1315;
  margin-right: 21px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__title::before {
    width: 4px;
    height: 30px;
    margin-right: 13px;
  }
}
.base-c-documentList .c-documentList__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.base-c-documentList .c-documentList__ItemFigure {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemFigure {
    margin: 0 0 16px 0;
  }
}
.base-c-documentList .c-documentList__ItemFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.125s ease-in;
}
.base-c-documentList .c-documentList__ItemFigure img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemFigure img {
    position: absolute;
  }
}
.base-c-documentList .c-documentList__ItemTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #0e1315;
  margin: 0 0 16px 0;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemTitle {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
}
.base-c-documentList .c-documentList__ItemText {
  font-size: 15px;
  letter-spacing: 0.03em;
  color: var(--color-base-text-gray);
  margin: 0 0 16px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemText {
    font-size: 13px;
  }
}
.base-c-documentList .c-documentList__ItemLink {
  height: 45px;
  color: #eeeeee;
  background-color: #0e1315;
  letter-spacing: 0.03em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.base-c-documentList.-column1 .c-documentList__Item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.base-c-documentList.-column1 .c-documentList__Item + .c-documentList__Item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__Item {
    display: block;
  }
}
.base-c-documentList.-column1 .c-documentList__ItemFigure {
  width: 310px;
  height: 185px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__ItemFigure {
    width: 100%;
    height: 0;
    padding-bottom: 59.6%;
  }
}
.base-c-documentList.-column1 .c-documentList__ItemLink {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__ItemLink {
    width: 100%;
  }
}
.base-c-documentList.-column3 .c-documentList__list {
  display: flex;
  flex-wrap: wrap;
}
.base-c-documentList.-column3 .c-documentList__Item {
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column3 .c-documentList__Item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.base-c-documentList.-column3 .c-documentList__Item:nth-child(3n) {
  margin-right: 0;
}
.base-c-documentList.-column3 .c-documentList__Item:nth-child(-n+3) {
  margin-top: 0;
}
.base-c-documentList.-column3 .c-documentList__ItemFigure {
  width: 100%;
  height: 0;
  padding-bottom: 59.6%;
  flex-shrink: 0;
  margin-bottom: 16px;
  position: relative;
}
.base-c-documentList.-column3 .c-documentList__ItemFigure img {
  position: absolute;
}

.base-c-eventArticle {
  width: 300px;
  position: relative;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle {
    width: 100%;
  }
}
.base-c-eventArticle:hover {
  opacity: 0.7;
}
.base-c-eventArticle:hover .c-eventArticle__figure img {
  transform: scale(1.1);
}
.base-c-eventArticle a {
  text-decoration: none;
}
.base-c-eventArticle .c-eventArticle__figure {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.base-c-eventArticle .c-eventArticle__figure.-end::before {
  content: "終了しました";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle .c-eventArticle__figure.-end::before {
    font-size: 16px;
  }
}
.base-c-eventArticle .c-eventArticle__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in;
}
.base-c-eventArticle .c-eventArticle__meta {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
}
.base-c-eventArticle .c-eventArticle__meta .base-c-status {
  margin-right: 12px;
}
.base-c-eventArticle .c-eventArticle__title {
  font-size: 20px;
  font-weight: bold;
  color: #0e1315;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 0 8px;
}
.base-c-eventArticle .c-eventArticle__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.base-c-eventArticle .c-eventArticle__info .data {
  font-size: 13px;
  color: #888888;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 8px;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline {
  display: inline-block;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline + .data.-inline {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline + .data.-inline::before {
  content: "";
  width: 1px;
  height: 8px;
  display: block;
  margin-right: 12px;
  background-color: #888888;
}
.base-c-eventArticle .c-eventArticle__info .data.-block {
  display: block;
  width: 100%;
}
.base-c-eventArticle.-right, .base-c-eventArticle.-left {
  width: 100%;
  background-color: #eeeeee;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.05), 2px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right, .base-c-eventArticle.-left {
    background-color: initial;
    box-shadow: initial;
    border-radius: initial;
  }
}
.base-c-eventArticle.-right .c-eventArticle__inner, .base-c-eventArticle.-left .c-eventArticle__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__inner, .base-c-eventArticle.-left .c-eventArticle__inner {
    display: block;
  }
}
.base-c-eventArticle.-right .c-eventArticle__figure, .base-c-eventArticle.-left .c-eventArticle__figure {
  flex-shrink: 0;
  width: 290px;
  height: 178px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__figure, .base-c-eventArticle.-left .c-eventArticle__figure {
    margin: 0 0 20px;
    width: 100%;
    height: initial;
    padding-bottom: 60%;
  }
}
.base-c-eventArticle.-right .c-eventArticle__meta, .base-c-eventArticle.-left .c-eventArticle__meta {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__meta, .base-c-eventArticle.-left .c-eventArticle__meta {
    margin: 0 0 12px;
  }
}
.base-c-eventArticle.-right .c-eventArticle__title, .base-c-eventArticle.-left .c-eventArticle__title {
  font-size: 22px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__title, .base-c-eventArticle.-left .c-eventArticle__title {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.base-c-eventArticle.-right {
  padding: 30px 50px 30px 34px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right {
    padding: 0;
  }
}
.base-c-eventArticle.-right .c-eventArticle__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__inner {
    display: block;
  }
}
.base-c-eventArticle.-right .c-eventArticle__figure {
  margin-left: 54px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__figure {
    margin-left: 0;
  }
}
.base-c-eventArticle.-left {
  padding: 30px 34px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-left {
    padding: 0;
  }
}
.base-c-eventArticle.-left .c-eventArticle__figure {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-left .c-eventArticle__figure {
    margin-right: 0;
  }
}

.base-c-eventCard {
  background-color: #f6f6f6;
  padding: 26px 25px 28px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard {
    background-color: #eeeeee;
    padding: 0;
    height: 54px;
    width: 100%;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
  .base-c-eventCard .base-c-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.base-c-eventCard .c-eventCard__title {
  letter-spacing: 0.03em;
  font-size: 22px;
  color: #0e1315;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__title {
    display: none;
  }
}
.base-c-eventCard .c-eventCard__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-status {
    height: 28px;
    width: 60px;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-date {
    font-size: 16px;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-date span {
    font-size: 11px;
    margin: -2px 3px 0;
  }
}
.base-c-eventCard .c-eventCard__statusHolder {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__statusHolder {
    margin: 0 14px 0 0;
  }
}
.base-c-eventCard .c-eventCard__statusLabel {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__statusLabel {
    display: none;
  }
}
.base-c-eventCard .base-c-button2 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .base-c-button2 {
    width: 90px;
    height: 36px;
    overflow: hidden;
    font-size: 15px;
  }
}
.base-c-eventCard.-fixBottom {
  width: 100%;
  height: 60px;
  padding: 0;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard.-fixBottom {
    height: 54px;
  }
}
.base-c-eventCard.-fixBottom .base-c-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-c-eventCard.-fixBottom .c-eventCard__title {
  display: none;
}
.base-c-eventCard.-fixBottom .c-eventCard__statusHolder {
  margin: 0 20px 0 0;
}
.base-c-eventCard.-fixBottom .c-eventCard__statusLabel {
  display: none;
}
.base-c-eventCard.-fixBottom .c-eventCard__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.base-c-eventCard.-fixBottom .base-c-button2 {
  font-weight: bold;
  width: 120px;
  height: 40px;
}
.base-c-eventCard.-close .base-c-button2 {
  background-color: #aaaaaa;
  cursor: default;
}
.base-c-eventCard.-close .base-c-button2:hover {
  opacity: 1;
}

.base-c-footer {
  background-color: var(--color-base-footerBackground);
}
.base-c-footer .c-footerBanner {
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-footer .c-footerBanner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.base-c-footer .c-footerBanner .base-c-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__company {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyLogo {
  width: 200px;
  height: auto;
  max-height: 60px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyLogo {
    max-height: 48px;
    margin-bottom: 20px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTel {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTel {
    display: block;
    text-align: center;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber {
  font-family: var(--font-family-en);
  text-decoration: none;
  color: var(--color-base-footerText);
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber {
    font-size: 24px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber .fa {
  transform: rotate(10deg) translateY(3px);
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelTime {
  font-size: 10px;
  color: var(--color-base-footerText);
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
    max-width: 480px;
    width: 100%;
    margin: 36px auto 0 auto;
    padding: 0 16px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem {
  width: 25%;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n + 5) {
  margin-top: 10px;
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-base-footerText);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    font-size: 12px;
  }
}
.base-c-footer .c-footerBar {
  padding: 12px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar {
    padding: 0;
    margin-top: 24px;
    text-align: center;
  }
}
.base-c-footer .c-footerBar > .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner {
    display: block;
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList {
    justify-content: center;
    padding: 16px 0;
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n + 2) {
  margin-left: 20px;
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  color: var(--color-base-text);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: block;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
    font-size: 12px;
    margin-top: 24px;
    background: var(--color-base-text);
    color: var(--color-base-footerText);
    margin: 0 -15px;
    padding: 8px 0;
  }
}

.base-c-footer2 {
  background-color: var(--color-footer);
  position: relative;
}
.base-c-footer2 .c-footer2__banner {
  padding: 40px 0 60px;
  background-color: #1a2226;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__banner {
    padding: 44px 0 30px;
  }
}
.base-c-footer2 .c-footer2__bannerDescription {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerDescription {
    display: block;
  }
}
.base-c-footer2 .c-footer2__bannerDescription .logo {
  width: 130px;
  height: auto;
  margin: 6px 64px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerDescription .logo {
    margin: 0 0 20px 0;
  }
}
.base-c-footer2 .c-footer2__bannerDescription .text {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #eeeeee;
  margin: 0;
}
.base-c-footer2 .c-footer2__bannerContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerContent {
    display: block;
  }
}
.base-c-footer2 .c-footer2__nav {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__nav {
    margin-right: 0;
  }
}
.base-c-footer2 .c-footer2__navCategory {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.base-c-footer2 .c-footer2__navCategory li {
  display: inline-block;
  margin: 0 50px 12px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory li {
    width: calc(50% - 30px);
    margin: 0 0 8px 0;
  }
}
.base-c-footer2 .c-footer2__navCategory li a {
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory li a {
    font-size: 16px;
  }
}
.base-c-footer2 .c-footer2__navKeyword {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 20px 24px 22px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword {
    padding: 15px 17px 18px;
    margin-bottom: 20px;
  }
}
.base-c-footer2 .c-footer2__navKeyword .title {
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .title {
    font-size: 16px;
    font-weight: bold;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list {
    margin-top: 12px;
    gap: 8px;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.base-c-footer2 .c-footer2__navKeyword .list li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li a {
    color: var(--color-base-text-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li {
    border-radius: 3px;
    padding: 3px 12px;
    background-color: #eeeeee;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list li + li::before {
  content: "/";
  margin-right: 8px;
  font-size: 11px;
  color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li + li::before {
    display: none;
  }
}
.base-c-footer2 .c-footer2__conversion {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__conversion {
    width: 100%;
  }
}
.base-c-footer2 .c-footer2__conversion .base-c-button2:not(:first-child) {
  margin-top: 8px;
}
.base-c-footer2 .c-footer2__conversionContact {
  margin-top: 25px;
}
.base-c-footer2 .c-footer2__conversionContact .text {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #eeeeee;
  text-align: center;
  margin: 0;
}
.base-c-footer2 .c-footer2__conversionContact .tel {
  display: block;
  font-family: var(--font-family-en);
  color: #eeeeee;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  margin: 7px 0 5px;
  text-decoration: none;
}
.base-c-footer2 .c-footer2__conversionSNS {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.base-c-footer2 .c-footer2__conversionSNS .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.base-c-footer2 .c-footer2__conversionSNS .button + .button {
  margin-left: 8px;
}
.base-c-footer2 .c-footer2__conversionSNS .button .fa {
  color: #eeeeee;
}
.base-c-footer2 .c-footer2__bar {
  padding: 7px 0;
  background-color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar {
    padding: 0;
    text-align: center;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner {
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 0;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList {
    flex-direction: column;
    align-items: center;
    padding: 25px 0 30px;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem {
    margin: 14px 0 0 0;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem::before {
    display: none;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem .c-footer2__bar__navLink {
  font-size: 11px;
  display: flex;
  align-items: center;
  color: #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem .c-footer2__bar__navLink {
    font-size: 13px;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__copyright {
  display: block;
  font-family: var(--font-family-en);
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__copyright {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #0e1315;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.base-c-footer3 .base-c-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .base-c-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.base-c-footer3 .c-footer3__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer3 .c-footer3__naviContent .list {
  width: 570px;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    width: 100%;
    margin: 36px 0 0 0;
    padding: 0 16px;
    flex-wrap: wrap;
  }
}
.base-c-footer3 .c-footer3__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer3 .c-footer3__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .bnr-content {
    width: 100%;
    order: 1;
  }
}
.base-c-footer3 .c-footer3__naviContent .bnr-content .bnr {
  width: 240px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer3 .c-footer3__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer3 .c-footer3__naviContent .sns {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .sns {
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer3 .c-footer3__naviContent .sns li {
  list-style: none;
  width: 28px;
  height: 28px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .sns li {
    margin-left: 0;
    margin: 0 7px;
  }
}
.base-c-footer3 .c-footer3__naviContent .sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.base-c-footer3 .c-footer3__naviContent .sns a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.base-c-footer3 .c-footer3__naviContent .sns a .fb {
  width: 7px;
  height: 14px;
}
.base-c-footer3 .c-footer3__naviContent .sns a .tw {
  width: 14px;
  height: 11px;
}
.base-c-footer3 .c-footer3__copyContent {
  background-color: #fff;
  padding: 18px 0;
}
.base-c-footer3 .c-footer3__copyContent .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer3 .c-footer3__copyContent .logoContent {
  display: flex;
  align-items: center;
  order: 1;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .logoContent {
    justify-content: center;
    margin-top: 16px;
  }
}
.base-c-footer3 .c-footer3__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer3 .c-footer3__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer3 .c-footer3__copyContent .logoContent .copy {
  font-size: 11px;
  color: #888;
  margin: 0;
  margin-left: 16px;
}
.base-c-footer3 .c-footer3__copyContent .list {
  display: flex;
  align-items: center;
  order: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .list {
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer3 .c-footer3__copyContent .list li {
  list-style: none;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .list li {
    margin: 0 12px;
  }
}
.base-c-footer3 .c-footer3__copyContent .list a {
  font-size: 11px;
  color: #888888;
  text-decoration: none;
  font-weight: 600;
}

.base-c-footer4 .base-c-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .base-c-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.base-c-footer4 .c-footer4__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer4 .c-footer4__naviContent .list-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list-wrapper {
    flex-wrap: wrap;
  }
}
.base-c-footer4 .c-footer4__naviContent .list {
  padding: 0;
  margin-top: 0;
  margin-right: 78px;
}
.base-c-footer4 .c-footer4__naviContent .list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list {
    width: 50%;
    margin: 0 0 36px 0;
    padding: 0 16px;
    flex-wrap: wrap;
  }
}
.base-c-footer4 .c-footer4__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer4 .c-footer4__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .bnr-content {
    width: 100%;
    margin-top: 32px;
  }
}
.base-c-footer4 .c-footer4__naviContent .bnr-content .bnr {
  width: 176px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer4 .c-footer4__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer4 .c-footer4__naviContent .tel {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel {
    margin-top: 32px;
    text-align: center;
  }
}
.base-c-footer4 .c-footer4__naviContent .tel__text {
  position: relative;
  font-family: var(--font-family-en);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.8px;
  padding-left: 21px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel__text {
    display: inline-block;
    margin-top: 0;
  }
}
.base-c-footer4 .c-footer4__naviContent .tel__text:before {
  content: "";
  background: url(/assets/base/img/common/logo-phone.svg) no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.base-c-footer4 .c-footer4__naviContent .tel__time {
  font-size: 10px;
  color: #fff;
  text-align: right;
  margin-top: 2px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel__time {
    text-align: center;
  }
}
.base-c-footer4 .c-footer4__copyContent {
  background-color: #fff;
  padding: 12px 0;
}
.base-c-footer4 .c-footer4__copyContent .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer4 .c-footer4__copyContent .logoContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__copyContent .logoContent {
    justify-content: center;
    margin-top: 12px;
  }
}
.base-c-footer4 .c-footer4__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer4 .c-footer4__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer4 .c-footer4__copyContent .logoContent .copy {
  margin: 0;
  font-size: 13px;
  color: #181818;
  font-family: var(--font-family-en);
}
.base-c-footer4 .c-footer4__copyContent .list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.base-c-footer4 .c-footer4__copyContent .list li {
  position: relative;
  list-style: none;
  margin-right: 3px;
  padding-right: 6px;
}
.base-c-footer4 .c-footer4__copyContent .list li:before {
  content: "/";
  font-size: 10px;
  font-weight: 600;
  color: #181818;
  position: absolute;
  right: 0;
  top: 5px;
}
.base-c-footer4 .c-footer4__copyContent .list li:last-child:before {
  display: none;
}
.base-c-footer4 .c-footer4__copyContent .list a {
  font-size: 10px;
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}

.base-c-footer5 .base-c-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .base-c-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.base-c-footer5 .c-footer5__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer5 .c-footer5__naviContent .list-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list-wrapper {
    flex-wrap: wrap;
  }
}
.base-c-footer5 .c-footer5__naviContent .list {
  padding: 0;
  margin-top: 0;
  margin-right: 78px;
}
.base-c-footer5 .c-footer5__naviContent .list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list {
    width: 50%;
    margin: 0 0 36px 0;
    padding: 0 16px;
    flex-wrap: wrap;
  }
}
.base-c-footer5 .c-footer5__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer5 .c-footer5__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .bnr-content {
    width: 100%;
    order: 1;
  }
}
.base-c-footer5 .c-footer5__naviContent .bnr-content .bnr {
  width: 109px;
  margin-left: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer5 .c-footer5__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer5 .c-footer5__naviContent .sns {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .sns {
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer5 .c-footer5__naviContent .sns li {
  list-style: none;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .sns li {
    margin-left: 0;
    margin: 0 7px;
  }
}
.base-c-footer5 .c-footer5__naviContent .sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.base-c-footer5 .c-footer5__naviContent .sns img {
  width: 100%;
}
.base-c-footer5 .c-footer5__copyContent {
  background-color: #fff;
  padding: 12px 0;
}
.base-c-footer5 .c-footer5__copyContent .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer5 .c-footer5__copyContent .logoContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__copyContent .logoContent {
    justify-content: center;
    margin-top: 12px;
  }
}
.base-c-footer5 .c-footer5__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer5 .c-footer5__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer5 .c-footer5__copyContent .logoContent .copy {
  margin: 0;
  font-size: 13px;
  color: #181818;
  font-family: var(--font-family-en);
}
.base-c-footer5 .c-footer5__copyContent .list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.base-c-footer5 .c-footer5__copyContent .list li {
  position: relative;
  list-style: none;
  margin-right: 3px;
  padding-right: 6px;
}
.base-c-footer5 .c-footer5__copyContent .list li:before {
  content: "/";
  font-size: 10px;
  font-weight: 600;
  color: #181818;
  position: absolute;
  right: 0;
  top: 5px;
}
.base-c-footer5 .c-footer5__copyContent .list li:last-child:before {
  display: none;
}
.base-c-footer5 .c-footer5__copyContent .list a {
  font-size: 10px;
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}

.base-c-form {
  max-width: 800px;
  margin: 0 auto;
}
.base-c-form .c-form__item + .c-form__item {
  margin-top: 24px;
}
.base-c-form .c-form__itemLabel {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__itemLabel {
    font-size: 16px;
  }
}
.base-c-form .c-form__itemLabel.is-required:after {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #d35645;
  height: 22px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: var(--border-radius);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__itemLabel.is-required:after {
    font-size: 11px;
    height: 20px;
    padding: 0 8px;
  }
}
.base-c-form .c-form__input,
.base-c-form .c-form__textarea,
.base-c-form .c-form__select > select {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  font-size: 15px;
}
.base-c-form .c-form__input::placeholder,
.base-c-form .c-form__textarea::placeholder,
.base-c-form .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input:focus,
.base-c-form .c-form__textarea:focus,
.base-c-form .c-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
}
.base-c-form .c-form__input,
.base-c-form .c-form__select > select {
  height: 48px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__input,
  .base-c-form .c-form__select > select {
    padding: 0 16px;
  }
}
.base-c-form .c-form__textarea {
  min-height: 240px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__textarea {
    min-height: 200px;
    padding: 16px;
  }
}
.base-c-form .c-form__select {
  position: relative;
}
.base-c-form .c-form__select > select {
  cursor: pointer;
  padding-right: 48px;
}
.base-c-form .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6514_3337)%22%3E%3Cpath%20d%3D%22M8.5%200.987305L4.5%206.5873H12.5L8.5%200.987305ZM8.5%2015.3873L12.5%209.7873H4.5L8.5%2015.3873Z%22%20fill%3D%22%231B1B1B%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6514_3337%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.1875)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}
.base-c-form .c-form__radio + .c-form__radio {
  margin-top: 16px;
}
.c-form__item .base-c-form .c-form__radio {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-form__item .base-c-form .c-form__radio {
    padding-left: 20px;
  }
}
.c-form__item .base-c-form .c-form__radio:first-of-type {
  margin-top: 22px;
}
.base-c-form .c-form__radio > label {
  line-height: 1.2;
  display: flex;
}
.base-c-form .c-form__radio > label input[type=radio] {
  display: none;
}
.base-c-form .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-base-text);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.base-c-form .c-form__radio .c-form__radioLabel {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.base-c-form .c-form__radio .c-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 8px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--color-base-text);
}
.base-c-form .c-form__checkbox {
  display: flex;
  justify-content: center;
}
.base-c-form .c-form__checkbox label {
  line-height: 1.2;
  display: flex;
}
.base-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.base-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}
.base-c-form .c-form__checkboxLabel {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.base-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-base-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 12px;
}
.base-c-form .c-form__agree {
  text-align: center;
  margin-top: 24px;
}
.base-c-form .c-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
}
.base-c-form .c-form__agree .privacy a {
  color: #999;
}
.base-c-form .c-form__agreeText {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__agreeText {
    font-size: 14px;
  }
}
.base-c-form .c-form__agreeText a {
  color: var(--color-base-text);
}
.base-c-form .c-form__action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.base-c-hardCodeButton {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  transition: all 0.125s ease-in;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeButton {
    font-size: 16px;
  }
}
.base-c-hardCodeButton:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-base-primary);
  z-index: -1;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.base-c-hardCodeButton:hover {
  opacity: 1;
}
.base-c-hardCodeButton:hover:before {
  width: 100%;
}
.base-c-hardCodeButton:hover.-arrow i::before {
  transition-delay: 0;
}
.base-c-hardCodeButton:hover.-arrow i::after {
  transition-delay: 0;
}
.base-c-hardCodeButton:hover.-arrow.-stroke i::before {
  border-top-color: #fff;
}
.base-c-hardCodeButton:hover.-arrow.-stroke i::after {
  background-color: #fff;
}
.base-c-hardCodeButton:hover.-arrow.-secondary i::before {
  border-top-color: var(--color-base-primary);
}
.base-c-hardCodeButton:hover.-arrow.-secondary i::after {
  background-color: var(--color-base-primary);
}
.base-c-hardCodeButton:hover.-stroke {
  color: #fff;
}
.base-c-hardCodeButton:hover.-secondary {
  color: var(--color-base-primary);
}
.base-c-hardCodeButton.-stroke {
  background-color: inherit;
  border-color: var(--color-base-primary);
  color: var(--color-base-primary);
}
.base-c-hardCodeButton.-secondary {
  border-color: var(--color-base-primary);
  background-color: var(--color-base-primary);
  color: #fff;
}
.base-c-hardCodeButton.-secondary:before {
  background-color: #fff;
}
.base-c-hardCodeButton.-disabled {
  background-color: #aaaaaa;
  color: #fff;
  cursor: default;
}
.base-c-hardCodeButton.-disabled:hover {
  opacity: 1;
}
.base-c-hardCodeButton.-medium {
  height: 42px;
}
.base-c-hardCodeButton.-large {
  height: 48px;
}
.base-c-hardCodeButton.-arrow i::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-base-primary);
  right: 22px;
  top: 19px;
  transform: rotate(45deg);
  transition: all 0.125s ease-in;
  transition-delay: 0.1s;
}
.base-c-hardCodeButton.-arrow i::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  background-color: var(--color-base-primary);
  right: 22px;
  top: 50%;
  transition: all 0.125s ease-in;
  transition-delay: 0.1s;
}
.base-c-hardCodeButton.-arrow.-stroke i::before {
  border-top-color: var(--color-base-primary);
}
.base-c-hardCodeButton.-arrow.-stroke i::after {
  background-color: var(--color-base-primary);
}
.base-c-hardCodeButton.-arrow.-secondary i::before {
  border-top-color: #fff;
}
.base-c-hardCodeButton.-arrow.-secondary i::after {
  background-color: #fff;
}
.base-c-hardCodeButton.-tag {
  display: inline-block;
  background-color: #eeeeee;
  color: #0e1315;
  padding: 5px 15px 5px 12px;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0;
  word-break: break-all;
}
.base-c-hardCodeButton.-tag::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("/assets/base/img/common/icon_hash.svg");
  background-size: cover;
  margin-right: 8px;
}
.base-c-hardCodeButton.-tag:hover {
  background-color: var(--color-base-primary);
}

.base-c-hardCodeForm {
  max-width: 800px;
  margin: 0 auto;
}
.base-c-hardCodeForm .c-form__itemLabel {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemLabel {
    font-size: 16px;
  }
}
.base-c-hardCodeForm .c-form__itemLabel.is-required:before {
  content: "必須";
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-base-primary);
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 12px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemLabel.is-required:before {
    font-size: 14px;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
  }
}
.base-c-hardCodeForm .c-form__item + .c-form__item {
  margin-top: 42px;
}
.base-c-hardCodeForm .c-form__itemAtt {
  color: var(--color-base-text);
  font-size: 15px;
  margin: 6px 0 12px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemAtt {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .valid {
  display: none;
  margin: 8px 0 32px;
  color: #d35645;
  font-size: 14px;
}
.base-c-hardCodeForm .valid + .c-form__item {
  margin-top: 42px;
}
.base-c-hardCodeForm .valid.invalid {
  display: block;
}
.base-c-hardCodeForm .valid.invalid + .c-form__item {
  margin-top: 32px;
}
.base-c-hardCodeForm .c-form__input,
.base-c-hardCodeForm .c-form__textarea,
.base-c-hardCodeForm .c-form__select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f1f3f3;
  font-size: 15px;
}
.base-c-hardCodeForm .c-form__input::placeholder,
.base-c-hardCodeForm .c-form__textarea::placeholder,
.base-c-hardCodeForm .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input.invalid,
.base-c-hardCodeForm .c-form__textarea.invalid,
.base-c-hardCodeForm .c-form__select > select.invalid {
  background-color: #fbe5e5;
}
.base-c-hardCodeForm .c-form__input,
.base-c-hardCodeForm .c-form__select > select {
  height: 50px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__input,
  .base-c-hardCodeForm .c-form__select > select {
    padding: 0 16px;
  }
}
.base-c-hardCodeForm .c-form__textarea {
  min-height: 300px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__textarea {
    min-height: 240px;
    padding: 16px;
  }
}
.base-c-hardCodeForm .c-form__select {
  position: relative;
}
.base-c-hardCodeForm .c-form__select > select {
  cursor: pointer;
  padding-right: 96px;
}
.base-c-hardCodeForm .c-form__select:before, .base-c-hardCodeForm .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
}
.base-c-hardCodeForm .c-form__select:before {
  width: 2px;
  height: 32px;
  background-color: #ddd;
  top: 50%;
  right: 66px;
  margin-top: -16px;
}
.base-c-hardCodeForm .c-form__select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-base-text);
  border-right: 2px solid var(--color-base-text);
  transform: rotate(45deg);
  top: 50%;
  right: 29px;
  margin-top: -4px;
}
.base-c-hardCodeForm .c-form__radio + .c-form__radio {
  margin-top: 18px;
}
.base-c-hardCodeForm .c-form__radio .c-form__item {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__radio .c-form__item {
    padding-left: 20px;
  }
}
.base-c-hardCodeForm .c-form__radio .c-form__item:first-of-type {
  margin-top: 22px;
}
.base-c-hardCodeForm .c-form__radio > label input[type=radio] {
  display: none;
}
.base-c-hardCodeForm .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-base-primary);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel:before {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  content: " ";
  display: block;
  margin-right: 12px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--color-base-primary);
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel .small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__radio .c-form__radioLabel .small {
    font-size: 12px;
  }
}
.base-c-hardCodeForm .c-form__checkbox {
  padding: 40px;
  text-align: center;
}
.base-c-hardCodeForm .c-form__checkbox input[type=checkbox] {
  display: none;
}
.base-c-hardCodeForm .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}
.base-c-hardCodeForm .c-form__checkboxLabel {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.base-c-hardCodeForm .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-base-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 15px;
}
.base-c-hardCodeForm .c-form__agree {
  margin-top: 30px;
  border: 3px solid #eee;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader {
  background: #eceeee;
  padding: 32px 32px 24px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .text {
    font-size: 15px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link {
  color: var(--color-base-text);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link:before {
  content: "▶";
  display: inline-block;
  margin-right: 0.5em;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-c-hardCodeForm .c-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
  text-align: center;
}
.base-c-hardCodeForm .c-form__agree .privacy a {
  color: #999;
}
.base-c-hardCodeForm .c-form__agreeText {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agreeText {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .c-form__agreeText a {
  color: var(--color-base-text);
}
.base-c-hardCodeForm .c-form__action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton {
  min-width: 300px;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled {
  opacity: 0.5;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover {
  color: #fff;
  cursor: default;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover:before {
  display: none;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover i:before {
  border-top-color: #fff;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover i:after {
  background-color: #fff;
}

.base-c-header-amp {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.base-c-header-amp .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner {
    align-items: center;
    padding: 0 0 0 15px;
    height: 60px;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo {
    margin-bottom: 0;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoImg {
  width: 200px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoImg {
    height: 24px;
    max-width: 160px;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoTagline {
  margin: 6px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.23em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoTagline {
    margin: 0;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color-base-background);
    text-align: center;
    outline: none;
  }
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton > i {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--color-base-text);
    transition: all 0.25s ease;
  }
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton > i + i {
    margin-top: 4px;
  }
}
.base-c-header-amp #leadgrid-header__toggleMenu {
  display: none;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__nav {
  display: block;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(2) {
  opacity: 0;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(1) {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(3) {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.base-c-header-amp .c-header-amp__nav {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--color-base-background);
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:nth-of-type(n + 2) {
    margin-top: 3px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:hover > .c-header-amp__navPanel {
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:hover > .c-header-amp__navPanel {
    display: none;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ddd;
    height: 66px;
    line-height: 66px;
    padding: 0 75px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeEnTitle,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeEnTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-base-text);
  letter-spacing: 2.46507px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeEnTitle,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeEnTitle {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeJaTitle,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeJaTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  color: var(--color-base-text);
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeJaTitle,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeJaTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel {
  display: none;
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, #eeeeee 30px);
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: flex;
    flex-wrap: wrap;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li {
    width: calc((100% - 180px) / 4);
    margin-right: 60px;
    margin-bottom: 28px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: var(--font-size-s);
    line-height: 1.7;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-base-text);
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
    padding: 24px 0 30px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li + li {
    margin-top: 24px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: var(--font-size-s);
    line-height: 1.7;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-base-text);
    text-decoration: none;
    padding: 0 25px 0 45px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton {
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton {
    display: block;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button {
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button + .base-c-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button + .base-c-button {
    margin-left: auto;
    margin-top: 20px;
  }
}
.base-c-header-amp #leadgrid-header__toggleNavPanel {
  display: none;
}
.base-c-header-amp #leadgrid-header__toggleNavPanel:checked ~ label:after {
  background: url("/assets/base/img/common/icon_header_nav_minus.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp #leadgrid-header__toggleNavPanel:checked ~ .c-header-amp__navPanel {
    display: block;
  }
}

.base-c-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-c-header .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1440px;
  height: 100px;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner {
    align-items: center;
    padding: 0 15px;
    height: 60px;
  }
}
.base-c-header .base-c-inner .c-header__logo {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo {
    margin-bottom: 0;
  }
}
.base-c-header .base-c-inner .c-header__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.base-c-header .base-c-inner .c-header__logo a img {
  width: 200px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo a img {
    width: auto;
    height: 34px;
    max-width: 160px;
    margin: 0 auto 0 0;
  }
}
.base-c-header .base-c-inner .c-header__logo a .c-header__logoTagline {
  margin: 6px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo a .c-header__logoTagline {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav {
    display: flex !important;
    align-items: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    border-top: 1px dashed var(--color-base-gray);
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:last-child {
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active {
  position: relative;
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
    display: none;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > span:after {
    background: url("/assets/base/img/common/icon_header_nav_minus.svg") no-repeat center center;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-base-text);
  letter-spacing: 2.46507px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    display: none;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  color: var(--color-base-text);
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
  display: none;
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, #eeeeee 30px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    background: var(--color-base-background);
    border-top: 1px dashed var(--color-base-gray);
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: flex;
    flex-wrap: wrap;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 18px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: var(--font-size-s);
    line-height: 1.7;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-base-text);
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 6px;
    transform: scale(0.7);
    position: relative;
    top: 1px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    padding: 10px 0;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li + li {
    margin-top: 1px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--color-base-text);
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a::before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/base/img/common/icon_header_nav_arrow_black.svg) no-repeat center center;
    background-size: 6px 10px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
    display: none;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button + .base-c-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button + .base-c-button {
    margin-left: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button .c-button__enTitle {
    display: none;
  }
}
.base-c-header .base-c-inner .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__menuButton {
    opacity: 1;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    transition: all 0.25s ease-in;
    background: var(--color-base-primary);
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .base-c-header .base-c-inner .c-header__menuButton > i {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #eeeeee;
    transition: all 0.25s ease;
  }
  .base-c-header .base-c-inner .c-header__menuButton > i + i {
    margin-top: 4px;
  }
}

.base-c-header2 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--color-header-bg);
}
.base-c-header2 .base-c-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  height: 68px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .base-c-inner {
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header2 .c-header2__logo {
  margin-right: 97px;
  width: 130px;
  height: auto;
  flex-shrink: 0;
}
.base-c-header2 .c-header2__logo a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header2 .c-header2__logo {
    margin-right: 40px;
  }
}
.base-c-header2 .c-header2__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__logo {
    margin-right: initial;
  }
}
.base-c-header2 .c-header2__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
  }
}
.base-c-header2 .c-header2__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__nav {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__nav .c-header2__search {
    display: none;
  }
}
.base-c-header2 .c-header2__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  width: 50vw;
  max-width: 660px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header2 .c-header2__navList {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navList {
    width: 100%;
    margin: auto;
  }
  .base-c-header2 .c-header2__navList::before {
    content: "MENU";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
  }
}
.base-c-header2 .c-header2__navItem {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem {
    display: block;
    font-size: 16px;
    height: 56px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }
}
.base-c-header2 .c-header2__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-header-text);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0e1315;
  }
  .base-c-header2 .c-header2__navItem a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    transform: rotate(45deg);
  }
}
.base-c-header2 .c-header2__navItem:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header2 .c-header2__search {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  transition: all 0.125s ease-in;
  position: relative;
  margin-left: 30px;
}
.base-c-header2 .c-header2__search:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-left: 0;
  }
  .base-c-header2 .c-header2__search::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    opacity: 0;
    top: 19px;
    transform: rotate(0deg);
  }
}
.base-c-header2 .c-header2__search::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search::before {
    width: 40px;
    height: 40px;
  }
}
.base-c-header2 .c-header2__searchText {
  color: var(--color-header-text);
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__conversion {
    width: 100%;
    max-width: 480px;
    padding: 0 16px;
    margin-top: 20px;
  }
}
.base-c-header2 #modalToggler,
.base-c-header2 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 #navToggler:checked ~ .c-header2__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
.base-c-header2 #modalToggler:checked ~ .c-header2__searchModal {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .base-c-header2 #modalToggler:checked ~ .c-header2__searchModal {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 #modalToggler:checked ~ .base-c-inner .c-header2__spButtons > .c-header2__search::after {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .base-c-header2 #modalToggler:checked ~ .base-c-inner .c-header2__spButtons > .c-header2__search::before {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    top: 19px;
    transform: rotate(45deg);
  }
}
.base-c-header2 .c-header2__searchModal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10000;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal {
    top: 60px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__inner {
  width: 640px;
  position: relative;
  padding-top: 62px;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__inner {
    width: 100%;
    max-width: 480px;
    margin-top: 0;
    padding: 20px 16px 0;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__close {
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: var(--color-btn-bg);
  cursor: pointer;
  transition: all 0.125s ease-in;
}
.base-c-header2 .c-header2__searchModal .searchModal__close:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__close {
    display: none;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__close::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header2 .c-header2__searchModal .searchModal__close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header2 .c-header2__searchModal .searchModal__form {
  width: 100%;
  height: 60px;
  position: relative;
}
.base-c-header2 .c-header2__searchModal .searchModal__formInput {
  background-color: #eeeeee;
  appearance: none;
  border: none;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__formInput {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__formInput {
    padding: 8px 24px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__formInput:focus {
  outline: none;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background-color: #eeeeee;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit:hover {
  opacity: 0.7;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: cover;
}
.base-c-header2 .c-header2__searchModal .searchModal__list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__list {
    margin: 20px 0 0;
  }
  .base-c-header2 .c-header2__searchModal .searchModal__list::before {
    content: "TAG";
    display: block;
    width: calc(100% + 32px);
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-left: -16px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__list li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.base-c-header2 .c-header2__spButtons {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__spButtons {
    display: flex;
    align-items: center;
  }
}
.base-c-header2 .c-header2__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-left: 8px;
  transition: all 0.125s ease-in;
}
.base-c-header2 .c-header2__hamburger:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__hamburger:hover {
    transform: scale(1);
  }
}
.base-c-header2 .c-header2__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0e1315;
  position: absolute;
  left: 10px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-header3 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.base-c-header3 .base-c-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 16px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .base-c-inner {
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header3 .c-header3__logo {
  position: absolute;
  width: 130px;
  height: auto;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header3 .c-header3__logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__logo {
    position: relative;
  }
}
.base-c-header3 .c-header3__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__logo {
    margin-right: initial;
  }
}
.base-c-header3 .c-header3__content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
  }
}
.base-c-header3 .c-header3__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__nav {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__nav .c-header3__search {
    display: none;
  }
}
.base-c-header3 .c-header3__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0 16px;
  }
  .base-c-header3 .c-header3__navList::before {
    content: "CATEGORY";
    display: block;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.base-c-header3 .c-header3__navItem {
  display: block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem {
    display: inline-block;
    margin: 0 8px 10px 0;
  }
}
.base-c-header3 .c-header3__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem a {
    display: inline-block;
    background-color: #eeeeee;
    color: #0e1315;
    padding: 5px 15px 5px 12px;
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
    border-radius: 3px;
  }
  .base-c-header3 .c-header3__navItem a:hover {
    background: #fddb3a;
    opacity: 1;
  }
  .base-c-header3 .c-header3__navItem a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url("/assets/base/img/common/icon_hash.svg");
    background-size: cover;
    margin-right: 8px;
  }
}
.base-c-header3 .c-header3__navItem:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header3 .c-header3__conversion {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__conversion {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 0 16px;
    margin-top: 20px;
  }
}
.base-c-header3 #modalToggler,
.base-c-header3 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 #navToggler:checked ~ .c-header3__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
.base-c-header3 .c-header3__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #0e1315;
  position: relative;
  margin-left: 8px;
  transition: all 0.25s ease-in;
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__hamburger {
    display: block;
  }
}
.base-c-header3 .c-header3__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #eeeeee;
  position: absolute;
  left: 10px;
  transition: all 0.25s ease-in;
}
.base-c-header3 .c-header3__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header3 .c-header3__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header3 .c-header3__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-header4 {
  position: sticky;
  top: -29px;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 109px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 {
    height: 60px;
    top: 0;
  }
}
.base-c-header4 .base-c-inner {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .base-c-inner {
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header4 .c-header4__logo {
  position: relative;
  width: 180px;
  height: 54px;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header4 .c-header4__logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__logo {
    width: 150px;
    height: 40px;
    margin-right: initial;
  }
}
.base-c-header4 .c-header4__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.base-c-header4 .c-header4__content {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
  }
}
.base-c-header4 .c-header4__nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .base-c-header4 .c-header4__nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee;
  }
}
.base-c-header4 .c-header4__navWrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navWrap {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header4 .c-header4__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0;
  }
}
.base-c-header4 .c-header4__navItem {
  display: block;
  margin-right: 2.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem {
    margin: 0 0 0 0;
    text-align: center;
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
  }
}
.base-c-header4 .c-header4__navItem a {
  line-height: 22px;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem a {
    display: block;
    text-align: left;
    padding: 12px 15px;
    color: #0e1315;
    font-size: var(--font-size-s-sp);
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .base-c-header4 .c-header4__navItem a:hover {
    opacity: 1;
  }
}
.base-c-header4 .c-header4__navItem .c-header4__spNavTitle {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem .c-header4__spNavTitle {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #0e1315;
    opacity: 0.6;
    text-transform: uppercase;
  }
}
.base-c-header4 .c-header4__navItem:last-child {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header4 .c-header4__conversion {
  position: relative;
}
.base-c-header4 .c-header4__conversion a {
  display: inline-block;
  padding: 13px 40px;
  border-radius: var(--border-radius-button);
  font-weight: 700;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
}
.base-c-header4 .c-header4__conversion a:hover {
  transition: 0.2s;
  transform: scale(1.05);
  opacity: 1;
}
.base-c-header4 .c-header4__conversion a:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion a:first-of-type {
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion a {
    display: block;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion {
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px 30px 15px;
  }
}
.base-c-header4 .c-header4__hamburger {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  transition: all 0.25s ease-in;
  background: var(--color-base-primary);
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
.base-c-header4 .c-header4__hamburger i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1.5px;
  transition: all 0.25s ease-in;
  display: block;
  background-color: #eeeeee;
  position: unset;
}
.base-c-header4 .c-header4__hamburger i:nth-child(2) {
  margin-top: 4px;
}
.base-c-header4 .c-header4__hamburger i:nth-child(3) {
  margin-top: 4px;
}
.base-c-header4 .c-header4__tel {
  display: block;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header4 .c-header4__tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__tel {
    margin: 30px 15px 0;
    padding: 8px 15px 15px;
    border-radius: 200px;
    background-color: #F9f9f9;
    border: 1px solid #DCDCDC;
  }
}
.base-c-header4 .c-header4__telLink {
  font-family: var(--font-family-en);
  font-size: calc(1.25rem + (1vw - 7.68px) * 0.5952);
  min-height: 0vw;
  letter-spacing: 1.92px;
  line-height: 28.8px;
  margin-top: 2px;
  color: #0e1315;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telLink {
    align-items: flex-end;
    font-size: 32px;
  }
}
.base-c-header4 .c-header4__telLink::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telLink::before {
    width: 24px;
    height: 24px;
  }
}
.base-c-header4 .c-header4__telTime {
  text-align: right;
  color: #0e1315;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telTime {
    font-size: 12px;
    padding: 0 0 4px 0;
    text-align: center;
  }
}

.base-c-header5 {
  position: sticky;
  top: -29px;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 109px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 {
    height: 60px;
    top: 0;
  }
}
.base-c-header5 .base-c-inner {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .base-c-inner {
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header5 .c-header5__logo {
  position: relative;
  width: 180px;
  height: 54px;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header5 .c-header5__logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__logo {
    width: 150px;
    height: 40px;
    margin-right: initial;
  }
}
.base-c-header5 .c-header5__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.base-c-header5 .c-header5__content {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
  }
}
.base-c-header5 .c-header5__nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .base-c-header5 .c-header5__nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee;
  }
}
.base-c-header5 .c-header5__navWrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navWrap {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header5 .c-header5__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0;
  }
}
.base-c-header5 .c-header5__navItem {
  display: block;
  margin-right: 2.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem {
    margin: 0 0 0 0;
    text-align: center;
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
  }
}
.base-c-header5 .c-header5__navItem a {
  line-height: 22px;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem a {
    display: block;
    text-align: left;
    padding: 12px 15px;
    color: #0e1315;
    font-size: var(--font-size-s-sp);
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .base-c-header5 .c-header5__navItem a:hover {
    opacity: 1;
  }
}
.base-c-header5 .c-header5__navItem .c-header5__spNavTitle {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem .c-header5__spNavTitle {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #0e1315;
    opacity: 0.6;
    text-transform: uppercase;
  }
}
.base-c-header5 .c-header5__navItem:last-child {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header5 .c-header5__switchbtn {
  width: 280px;
  z-index: 197;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
  background-color: #ECECEC;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.base-c-header5 .c-header5__switchbtn span {
  color: var(--color-header-text);
  background-color: var(--color-base-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-out all;
  border-radius: 30px;
}
.base-c-header5 .c-header5__switchbtn span.transition {
  left: 50%;
}
.base-c-header5 .c-header5__switchbtn a {
  font-family: var(--font-family-en);
  display: block;
  font-size: 13px;
  padding: 13px 33px;
  border-radius: 30px;
  font-weight: 700;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  color: var(--color-base-text);
  width: 50%;
  height: 100%;
  position: relative;
  border: none;
  transition: 0.4s ease all;
  letter-spacing: 0.917647px;
  line-height: 18.82px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__switchbtn a {
    font-size: 13px;
    padding: 8px 33px;
  }
}
.base-c-header5 .c-header5__switchbtn a.active-case {
  color: #fff;
}
.base-c-header5 .c-header5__switchbtn a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__switchbtn {
    position: relative;
    padding: 0 16px;
    margin: 40px auto 0 auto;
    width: 90%;
  }
}
.base-c-header5 .c-header5__hamburger {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  transition: all 0.25s ease-in;
  background: var(--color-base-primary);
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
.base-c-header5 .c-header5__hamburger i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1.5px;
  transition: all 0.25s ease-in;
  display: block;
  background-color: #eeeeee;
  position: unset;
}
.base-c-header5 .c-header5__hamburger i:nth-child(2) {
  margin-top: 4px;
}
.base-c-header5 .c-header5__hamburger i:nth-child(3) {
  margin-top: 4px;
}
.base-c-header5 .c-header5__tel {
  display: block;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header5 .c-header5__tel {
    display: none;
  }
}
.base-c-header5 .c-header5__telLink {
  font-family: var(--font-family-en);
  font-size: calc(1.25rem + (1vw - 7.68px) * 0.5952);
  min-height: 0vw;
  letter-spacing: 1.92px;
  line-height: 18.8px;
  color: var(--color-base-text);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-c-header5 .c-header5__telLink::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.base-c-header5 .c-header5__telTime {
  text-align: right;
  color: var(--color-base-text);
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.base-c-header6 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.base-c-header6__con {
  position: relative;
}
.base-c-header6__con .innerArea {
  display: flex;
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .innerArea {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .innerArea {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    position: relative;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .logoArea {
    padding: 26px 0;
  }
}
.base-c-header6__con .logoArea a {
  display: block;
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .logoArea img {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .logoArea img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .menuArea {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .menuArea {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 12px 10px;
  }
  .base-c-header6__con .menuArea .line {
    display: block;
    height: 3px;
    width: 100%;
    background: #0e1315;
    border-radius: 6px;
  }
  .base-c-header6__con .menuArea .line:nth-child(2), .base-c-header6__con .menuArea .line:nth-child(3) {
    margin-top: 3px;
  }
  .base-c-header6__con .menuArea .line:nth-child(4), .base-c-header6__con .menuArea .line:nth-child(5) {
    visibility: hidden;
    transition: all 0.25s ease;
    opacity: 0;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .base-c-header6__con .menuArea .line:nth-child(4) {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .base-c-header6__con .menuArea .line:nth-child(5) {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .searchArea {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .searchArea {
    width: 100%;
    background: #fff;
    padding: 20px 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__list {
    background: #f5f5f5;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__list {
    margin-top: 25px;
    border-bottom: 1px solid #dbdbdb;
  }
}
.base-c-header6__list .listArea {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.base-c-header6__list .listArea > li {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .base-c-header6__list .listArea > li {
    border-top: 1px solid #dbdbdb;
  }
}
.base-c-header6__list .listArea > li a {
  display: block;
  color: #0e1315;
  font-size: var(--font-size-s);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea > li a {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__list .listArea > li a {
    padding: 24px 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
  }
  .base-c-header6__list .listArea > li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #0e1315;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea > li + li {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__tag {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__tag {
    display: block;
    margin-top: 50px;
  }
}
.base-c-header6__tag .titleArea {
  display: block;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 1px;
  color: #52575d;
  font-weight: 600;
  padding: 11px 16px;
  background-color: #eee;
}
.base-c-header6__tag .listArea {
  margin: 10px auto 0;
  padding: 0 16px 20px;
  display: flex;
  flex-wrap: wrap;
}
.base-c-header6__tag .listArea > li {
  list-style-type: none;
  margin-right: 8px;
  margin-top: 10px;
}

.base-c-searchBox {
  position: relative;
}
.base-c-searchBox .inputArea {
  border: none;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .inputArea {
    font-size: 14px;
    line-height: 1;
    padding: 11px 42px 11px 24px;
    background: #f5f5f5;
    border-radius: var(--border-radius);
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .inputArea {
    font-size: 16px;
    line-height: 25.6px;
    padding: 18px 9px 18px 18px;
    background: #eee;
    border-radius: 3px;
    width: 100%;
  }
}
.base-c-searchBox .inputArea::placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .inputArea::placeholder {
    color: #787878;
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .inputArea::placeholder {
    color: #52575d;
  }
}
.base-c-searchBox .inputArea:focus {
  outline: 1px solid var(--color-base-primary);
}
.base-c-searchBox .btnArea {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .btnArea {
    width: 34px;
    height: 34px;
    border-radius: var(--border-radius);
    top: 4px;
    right: 4px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .btnArea {
    width: 32px;
    height: 32px;
    top: 14px;
    right: 9px;
    background: #eee;
  }
}
.base-c-searchBox .btnArea input {
  display: none;
}
.base-c-searchBox .btnArea .icon img {
  vertical-align: bottom;
}

.base-c-tag-bg {
  font-size: var(--font-size-m-sp);
  line-height: 25.6px;
  position: relative;
  padding: 4px 14px 4px 29px;
  text-decoration: none;
  display: block;
  color: #0e1315;
  font-weight: 500;
  background: #EEEEEE;
  border-radius: 3px;
}
.base-c-tag-bg:hover {
  background: var(--color-base-primary);
  opacity: 1;
  color: #fff;
}
.base-c-tag-bg:before {
  content: "#";
  position: absolute;
  left: 12px;
}

.base-c-header6__con .is--active .line:nth-child(1), .base-c-header6__con .is--active .line:nth-child(2), .base-c-header6__con .is--active .line:nth-child(3) {
  display: none;
}
.base-c-header6__con .is--active .line:nth-child(4), .base-c-header6__con .is--active .line:nth-child(5) {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .js-header6__list {
    display: none;
  }
}

.base-c-header7 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.base-c-header7__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-c-header7__inner {
    padding: 26px 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7__inner {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    background-color: #fff;
  }
}
.base-c-header7 .base-c-button2.-tag {
  font-weight: 700;
}
.base-c-header7 .base-c-button2.-tag:hover {
  background: var(--color-base-primary);
  opacity: 1;
  color: #fff;
  text-align: center;
}
.base-c-header7 .base-c-button2.-tag:hover::before {
  opacity: 0;
}
.base-c-header7 .c-header7__logo a {
  display: flex;
  align-items: center;
}
.base-c-header7 .c-header7__logo img {
  max-height: 40px;
}
.base-c-header7 .c-header7__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__nav {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__nav .c-header7__search {
    display: none;
  }
}
.base-c-header7 .c-header7__navList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.base-c-header7 .c-header7__navItem {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__navItem {
    display: block;
    font-size: 16px;
    height: 56px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }
  .base-c-header7 .c-header7__navItem + .c-header7__navItem {
    margin-left: 0 !important;
  }
}
.base-c-header7 .c-header7__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__navItem a:hover {
    opacity: 1;
  }
  .base-c-header7 .c-header7__navItem a:hover:after {
    transform: scale(1);
  }
  .base-c-header7 .c-header7__navItem a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--color-base-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.25s ease;
    bottom: -40px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__navItem a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0e1315;
  }
  .base-c-header7 .c-header7__navItem a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    transform: rotate(45deg);
  }
}
.base-c-header7 .c-header7__navItem + .c-header7__navItem {
  margin-left: 2.5vw;
}
.base-c-header7 .c-header7__search {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  transition: all 0.125s ease-in;
  position: relative;
  margin-left: 36px;
}
.base-c-header7 .c-header7__search:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-left: 0;
  }
  .base-c-header7 .c-header7__search::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    opacity: 0;
    top: 19px;
    transform: rotate(0deg);
  }
}
.base-c-header7 .c-header7__search::before {
  content: "";
  display: block;
  width: 42px;
  height: 32px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__search::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 24px;
    top: 4px;
    left: 0;
    background: #0e1315;
  }
}
.base-c-header7 .c-header7__searchText {
  color: var(--color-header-text);
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  letter-spacing: 0.03em;
}
.base-c-header7 #modalToggler,
.base-c-header7 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header7 #navToggler:checked ~ .c-header7__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
.base-c-header7 #modalToggler:checked ~ .c-header7__searchModal {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .base-c-header7 #modalToggler:checked ~ .c-header7__searchModal {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 #modalToggler:checked ~ .base-c-header7__inner .c-header7__spButtons > .c-header7__search::after {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .base-c-header7 #modalToggler:checked ~ .base-c-header7__inner .c-header7__spButtons > .c-header7__search::before {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    top: 19px;
    transform: rotate(45deg);
  }
}
.base-c-header7 .c-header7__searchModal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  transition: all 0.25s ease-in;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__searchModal {
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal {
    top: 70px;
    z-index: 0;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__inner {
  width: 640px;
  position: relative;
  padding-top: 62px;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__inner {
    width: 100%;
    margin-top: 0;
    padding: 20px 16px 0;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__close {
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.125s ease-in;
}
.base-c-header7 .c-header7__searchModal .searchModal__close:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__close {
    display: none;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__close::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header7 .c-header7__searchModal .searchModal__close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header7 .c-header7__searchModal .searchModal__form {
  width: 100%;
  height: 60px;
  position: relative;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput {
  background-color: #eeeeee;
  appearance: none;
  border: none;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput {
    padding: 8px 24px;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
    font-weight: 500;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput:focus {
  outline: none;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background-color: #eeeeee;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit:hover {
  opacity: 0.7;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: cover;
}
.base-c-header7 .c-header7__searchModal .searchModal__list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__list {
    margin: 20px 0 0;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__list::before {
    content: "TAG";
    display: block;
    width: calc(100% + 32px);
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-left: -16px;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__list li {
  display: inline-block;
  margin: 0 8px 10px 0;
}
.base-c-header7 .c-header7__spButtons {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__spButtons {
    display: flex;
    align-items: center;
  }
}
.base-c-header7 .c-header7__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-left: 8px;
  transition: all 0.125s ease-in;
}
.base-c-header7 .c-header7__hamburger:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__hamburger:hover {
    transform: scale(1);
  }
}
.base-c-header7 .c-header7__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0e1315;
  position: absolute;
  left: 10px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .base-c-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-c-inner.-large {
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .base-c-inner.-large {
    max-width: 480px;
  }
}
.base-c-inner.-media {
  max-width: 1240px;
  padding: 0 46px;
}
@media screen and (max-width: 767px) {
  .base-c-inner.-media {
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-inner.-event {
    max-width: 480px;
    padding: 0 16px;
  }
}

.base-c-itemCase {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase {
    width: 100%;
    margin-bottom: 60px;
  }
}
.base-c-itemCase.is-new:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-base-primary);
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transform: rotate(-30deg);
  z-index: 1;
}
.base-c-itemCase:nth-child(3n) {
  margin-right: 0;
}
.base-c-itemCase .c-itemCase__inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  background: #ffffff;
  border-radius: var(--border-radius);
  color: var(--color-base-text);
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__thumb {
  margin: 0;
  width: 100%;
  padding-bottom: 59.74%;
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content {
  padding: 0 16px 20px;
  height: 100%;
  position: relative;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author {
  margin-top: 24px;
  text-align: center;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorImg {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorName {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorName {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 16px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-itemCase .c-itemCase__meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.base-c-itemCase .c-itemCase__meta .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 12px;
}

.base-c-noresult {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.base-c-noresult .c-noresult__label {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
}
.base-c-noresult .c-noresult__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__title {
    margin-top: 15px;
  }
}
.base-c-noresult .c-noresult__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__text {
    margin-top: 30px;
  }
}
.base-c-noresult .base-c-button {
  margin-top: 50px;
}

.base-c-pager {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-pager {
    margin-top: 40px;
  }
}
.base-c-pager .c-pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-button);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  font-weight: bold;
  font-family: var(--font-family-en);
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-pager .c-pager__item {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.base-c-pager .c-pager__item + .c-pager__item {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-pager .c-pager__item + .c-pager__item {
    margin-left: 6px;
  }
}
.base-c-pager .c-pager__item:hover, .base-c-pager .c-pager__item.-current {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  opacity: 1;
}
.base-c-pager .c-pager__item.-prev i {
  display: block;
  width: 9px;
  height: 13px;
  background: url("/assets/base/img/common/icon_pager_prev.svg") no-repeat 0 0;
  background-size: 9px 13px;
}
@media screen and (max-width: 767px) {
  .base-c-pager .c-pager__item.-prev i {
    transform: scale(0.8);
  }
}
.base-c-pager .c-pager__item.-next i {
  display: block;
  width: 9px;
  height: 13px;
  background: url("/assets/base/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 9px 13px;
}
@media screen and (max-width: 767px) {
  .base-c-pager .c-pager__item.-next i {
    transform: scale(0.8);
  }
}

.base-c-pager2 {
  display: flex;
  justify-content: center;
}
.base-c-pager2 .c-pager2__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #eeeeee;
  color: var(--color-base-text-gray);
  font-weight: bold;
  font-family: var(--font-family-en);
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-pager2 .c-pager2__item {
    min-width: 39px;
    width: 39px;
    height: 39px;
    font-size: 20px;
  }
}
.base-c-pager2 .c-pager2__item + .c-pager2__item {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-pager2 .c-pager2__item + .c-pager2__item {
    margin-left: 6px;
  }
}
.base-c-pager2 .c-pager2__item.-current {
  background-color: #0e1315;
  color: #fff;
}
.base-c-pager2 .c-pager2__item.-prev {
  margin-right: 18px;
}
.base-c-pager2 .c-pager2__item.-prev i {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0e1315;
  border-right: 2px solid #0e1315;
  transform: translateX(2px) rotate(-135deg);
}
.base-c-pager2 .c-pager2__item.-next {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-pager2 .c-pager2__item.-next {
    margin-left: 24px;
  }
}
.base-c-pager2 .c-pager2__item.-next i {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0e1315;
  border-right: 2px solid #0e1315;
  transform: translateX(-2px) rotate(45deg);
}

.base-c-price {
  line-height: 1;
  margin: 0;
}
.base-c-price .c-price__count {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family-en);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .base-c-price .c-price__count {
    letter-spacing: 1px;
  }
}
.base-c-price .c-price__label {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  bottom: 1px;
}

.base-c-section {
  padding: 64px 0;
}
.base-c-section:nth-child(2n+1) {
  background-color: var(--color-base-background);
}
.base-c-section.-noBackground {
  background-color: initial;
}
@media screen and (max-width: 767px) {
  .base-c-section {
    padding: 48px 0;
  }
}
.base-c-section .c-section__cta {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-c-section .c-section__cta {
    flex-direction: column;
  }
}
.base-c-section .c-section__cta .base-c-button:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-section .c-section__cta .base-c-button:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.base-c-section .c-section__subTitle {
  font-size: 15px;
  line-height: 200%;
  margin: -30px 0 0 0;
  padding: 0;
  text-align: center;
}

.base-c-sectionHeader {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader {
    margin-bottom: 32px;
  }
}
.base-c-sectionHeader .c-sectionHeader__topper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
  content: "";
  margin-top: 16px;
  display: block;
  height: 5px;
  width: 40px;
  background-color: var(--color-base-primary);
  border-radius: 10px;
}
.base-c-sectionHeader .c-sectionHeader__content {
  text-align: center;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__content {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__content {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
}

.base-c-sectionHeader2 {
  position: relative;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 {
    padding: 16px 0;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}
.base-c-sectionHeader2 .c-sectionHeader2__bg img {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  filter: blur(10px);
}
.base-c-sectionHeader2 .c-sectionHeader2__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0e1315;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.base-c-sectionHeader2 .base-c-inner {
  position: relative;
  z-index: 10;
}
.base-c-sectionHeader2 .c-sectionHeader2__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__content {
    flex-direction: column-reverse;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__descriptionTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #eeeeee;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__descriptionTitle {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__descriptionText {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #eeeeee;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__descriptionText {
    font-size: 13px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__figure {
  position: relative;
  margin: 0 0 0 80px;
  width: 360px;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.base-c-sectionHeader2 .c-sectionHeader2__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__figure {
    width: 100%;
    height: 0;
    padding-bottom: 61.2%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__nav {
  margin-top: 30px;
}
.base-c-sectionHeader2 .c-sectionHeader2__navList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem {
  width: 220px;
  height: 60px;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__navItem {
    width: calc(50% - 2px);
    height: 50px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem.-active {
  background-color: white;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem.-active a {
  color: #0e1315;
  font-weight: bold;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__navItem a {
    font-size: 16px;
  }
}

.base-c-sectionHeader3 {
  background-color: #eeeeee;
  padding: 20px 16px 48px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 {
    padding: 16px 0 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 > .base-c-inner {
    display: block;
  }
}
.base-c-sectionHeader3 .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .title {
    width: 100%;
    max-width: 480px;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
  }
}
.base-c-sectionHeader3 .text {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .text {
    width: 100%;
    max-width: 480px;
    text-align: left;
  }
}

.base-c-sectionHeader4 {
  background-color: #eeeeee;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 {
    height: 160px;
  }
}
.base-c-sectionHeader4 > .base-c-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.base-c-sectionHeader4 .subtitle {
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.27px;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 .subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.base-c-sectionHeader4 .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 33px;
  line-height: 48px;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 .title {
    font-size: 24px;
  }
}

.base-c-sectionHeader5__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 17px;
}
.base-c-sectionHeader5__title:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: var(--color-base-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.base-c-sectionHeader5__title span {
  display: block;
}
.base-c-sectionHeader5__title .enTitle {
  font-size: var(--font-size-xs);
  line-height: 19.2px;
  letter-spacing: 0.1em;
}
.base-c-sectionHeader5__title .jaTitle {
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .base-c-sectionHeader5__title .jaTitle {
    font-size: var(--font-size-xxl);
    line-height: 61.6px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader5__title .jaTitle {
    font-size: var(--font-size-l);
    line-height: 33.6px;
  }
}
.base-c-sectionHeader5__lead {
  font-size: var(--font-size-s);
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 28px auto 0;
}

.base-c-share {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-share {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 50;
    margin-bottom: 54px;
    width: 100%;
    max-width: 480px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.base-c-share .c-share__contents {
  background-color: rgba(14, 19, 21, 0.4);
  left: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.base-c-share .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.base-c-share .c-share__shareBtns {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.base-c-share .c-share__shareBtns a {
  margin-bottom: 8px;
}
.base-c-share .c-share__shareBtns a img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
}
.base-c-share #c-share__togger {
  display: none;
}
.base-c-share #c-share__togger:checked ~ .c-share__contents {
  height: 100vh;
}
.base-c-share .base-c-copylink {
  margin-bottom: 20px;
}
.base-c-share .c-share__OpenCloseBtn {
  position: absolute;
  display: block;
  bottom: 11px;
  left: 16px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-image: url("/assets/base/img/common/icon_sns-circle.svg");
  background-size: contain;
  z-index: 100;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
}

.base-c-sidebar {
  width: 300px;
  flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.base-c-sidebar .c-sidebar__ads {
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.base-c-sidebar .c-sidebar__ads img {
  width: 100%;
  height: auto;
}
.base-c-sidebar .c-sidebar__related,
.base-c-sidebar .c-sidebar__category,
.base-c-sidebar .c-sidebar__tag {
  margin-bottom: 40px;
}
.base-c-sidebar .c-sidebar__relatedWrap {
  margin-top: -12px;
}
.base-c-sidebar .c-sidebar__relatedTitle,
.base-c-sidebar .c-sidebar__categoryTitle,
.base-c-sidebar .c-sidebar__tagTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__relatedTitle,
  .base-c-sidebar .c-sidebar__categoryTitle,
  .base-c-sidebar .c-sidebar__tagTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-sidebar .c-sidebar__relatedTitle::after,
.base-c-sidebar .c-sidebar__categoryTitle::after,
.base-c-sidebar .c-sidebar__tagTitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888888;
  display: block;
  margin-left: 12px;
}
.base-c-sidebar .c-sidebar__relatedItem {
  border-bottom: 3px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__relatedItem {
    border-bottom: 2px solid #f5f5f5;
  }
}
.base-c-sidebar .c-sidebar__relatedItem a {
  display: flex;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 16px 0;
}
.base-c-sidebar .c-sidebar__relatedItem .wrap {
  margin-left: 14px;
}
.base-c-sidebar .c-sidebar__relatedItem .thumb {
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 56px;
  background-color: var(--color-base-background);
  border-radius: var(--border-radius);
}
.base-c-sidebar .c-sidebar__relatedItem .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.base-c-sidebar .c-sidebar__relatedItem .badge {
  display: inline-block;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
}
.base-c-sidebar .c-sidebar__relatedItem .date {
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-weight: bold;
}
.base-c-sidebar .c-sidebar__relatedItem .title {
  font-size: var(--font-size-xs);
  line-height: 1.4;
  font-weight: bold;
  margin: 4px 0 0;
}
.base-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.base-c-sidebar .c-sidebar__categoryList li a {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  text-decoration: none;
  color: var(--color-base-text);
  font-size: var(--font-size-s);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 0;
}
.base-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.base-c-sidebar .c-sidebar__tagItem {
  display: block;
  margin: 0 8px 8px 0;
}
.base-c-sidebar .c-sidebar__tagItem a {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  background-color: #eeeeee;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__tagItem a {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-sidebar .c-sidebar__tagItem a::before {
  content: "# ";
}
.base-c-sidebar .c-sidebar__tagItem a:hover {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  opacity: 1;
}

.base-c-sidebar2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar2 {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.base-c-sidebar2 .base-c-eventCard:not(.-fixBottom) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar2 .base-c-eventCard:not(.-fixBottom) {
    margin-bottom: 0;
  }
}

.c-sidebar2__ads {
  display: block;
  width: 300px;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__ads {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sidebar2__ads .c-sidebar2__adsImage {
  width: 100%;
  height: auto;
}

.c-sidebar2__category {
  margin: 30px 0;
}
.c-sidebar2__category .title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .title {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.c-sidebar2__category .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0e1315;
  display: block;
  margin-left: 18px;
}
.c-sidebar2__category .list {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .list {
    font-size: 16px;
  }
}
.c-sidebar2__category .list a {
  color: #0e1315;
  opacity: 1;
}
.c-sidebar2__category .list .category {
  margin-bottom: 16px;
}
.c-sidebar2__category .list .category a:hover {
  color: #33BAD4;
}
.c-sidebar2__category .list .category::before {
  content: "・";
  display: inline-block;
  margin-right: 9px;
}
.c-sidebar2__category .list .tag {
  display: inline-block;
  background-color: #eeeeee;
  padding: 5px 15px 5px 12px;
  margin: 0 8px 8px 0;
  border-radius: 3px;
}
.c-sidebar2__category .list .tag:hover {
  background-color: var(--color-btn-bg);
}
.c-sidebar2__category .list .tag a {
  text-decoration: none;
  line-height: 1.6;
}
.c-sidebar2__category .list .tag a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("/assets/base/img/common/icon_hash.svg");
  background-size: cover;
  margin-right: 8px;
}

.base-c-slide {
  padding: 0 0 28px;
  overflow: hidden;
}
.base-c-slide .c-slideInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.base-c-slide .swiper-container {
  overflow: visible !important;
}
.base-c-slide .swiper-button-prev,
.base-c-slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-btn-bg);
  outline: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.125s ease-in;
}
.base-c-slide .swiper-button-prev:hover,
.base-c-slide .swiper-button-next:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-prev,
  .base-c-slide .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-c-slide .swiper-button-prev::after,
.base-c-slide .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #0e1315;
  border-right: 2px solid #0e1315;
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-prev {
    border-radius: 0 4px 4px 0;
  }
}
.base-c-slide .swiper-button-prev::after {
  transform: translateX(2px) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-next {
    border-radius: 4px 0 0 4px;
  }
}
.base-c-slide .swiper-button-next::after {
  transform: translateX(-2px) rotate(45deg);
}
.base-c-slide .swiper-pagination {
  position: absolute;
  bottom: -27px;
}
.base-c-slide .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.base-c-slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-btn-bg);
}
.base-c-slide .c-slide__card {
  width: 100%;
  overflow: hidden;
  transition: all 0.125s ease-in;
}
.base-c-slide .c-slide__card a {
  text-decoration: none;
}
.base-c-slide .c-slide__card:hover .c-slide__cardFigure img {
  transform: scale(1.05);
}
.base-c-slide .c-slide__card:hover a {
  opacity: 0.7;
}
.base-c-slide .c-slide__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardFigure {
    position: relative;
  }
}
.base-c-slide .c-slide__cardFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.125s ease-in;
}
.base-c-slide .c-slide__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-c-slide .c-slide__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.base-c-slide .c-slide__cardInfo .category {
  display: inline-block;
  color: #fff;
  padding: 6px 20px 7px;
  border-radius: 3px;
  background-color: #0e1315;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
.base-c-slide .c-slide__cardInfo .title {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
  }
}
.base-c-slide .c-slide__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-c-slide .c-slide__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #eeeeee;
  color: #0e1315;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .tag {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-c-slide .c-slide__cardInfo .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-c-slide .c-slide__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}
.base-c-slide.-slideA .c-slideInner {
  max-width: 712px;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slideInner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-c-slide.-slideA .swiper-container {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-container {
    width: 100vw;
  }
}
.base-c-slide.-slideA .c-slide__card {
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__card {
    height: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardFigure {
    height: 64vw;
  }
}
.base-c-slide.-slideA .swiper-button-prev {
  left: -36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-button-prev {
    left: 0;
    top: 32vw;
  }
}
.base-c-slide.-slideA .swiper-button-next {
  right: -36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-button-next {
    right: 0;
    top: 32vw;
  }
}
.base-c-slide.-slideA .c-slide__cardInfo {
  width: 100%;
  left: 0;
  padding: 0 30px 28px 36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .category {
    border-radius: 0 4px 0 0;
    position: absolute;
    top: -47px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .title {
    color: #0e1315;
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .detail {
    display: block;
    max-width: 480px;
    padding: 0 16px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .date {
    position: absolute;
    top: -39px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB {
    padding: 0 0 50px;
    margin-bottom: 10px;
  }
}
.base-c-slide.-slideB .c-slideInner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slideInner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-c-slide.-slideB .swiper-container {
  width: 100%;
}
.base-c-slide.-slideB .c-slide__card {
  height: 560px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__card {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__cardFigure {
    height: 64vw;
    min-height: 360px;
  }
}
.base-c-slide.-slideB .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .swiper-button-prev {
    left: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-c-slide.-slideB .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .swiper-button-next {
    right: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-c-slide.-slideB .c-slide__cardInfo {
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__cardInfo {
    max-width: 480px;
    width: 100%;
    padding: 0 16px 32px;
  }
}

.base-c-status {
  height: 28px;
  min-width: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 3px;
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-status {
    width: 90px;
  }
}
.base-c-status.-open {
  background-color: #1da1f2;
}
.base-c-status.-close {
  background-color: #255880;
}
.base-c-status.-end {
  background-color: #aaaaaa;
}

.base-c-taglist {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist {
    display: block;
    margin-bottom: 40px;
  }
}
.base-c-taglist .c-taglist__title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__title {
    font-size: 14px;
  }
}
.base-c-taglist .c-taglist__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__list {
    margin-left: 0;
    margin-top: 16px;
  }
}
.base-c-taglist .c-taglist__list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-base-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__list a {
    padding: 0 16px;
    height: 28px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.base-c-taglist .c-taglist__list a:hover, .base-c-taglist .c-taglist__list a.is-current {
  background-color: var(--color-base-primary);
  color: #fff;
  opacity: 1;
}

.base-c-topBtn {
  position: sticky;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: -60px;
  transform: translateY(-30px) scale(1);
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-color: var(--color-btn-bg);
  z-index: 5;
  outline: none;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-event1 {
    margin-bottom: -84px;
    transform: translateY(-64px) scale(1);
  }
}
.base-c-topBtn.-event2 {
  margin-bottom: -104px;
  transform: translateY(-74px) scale(1);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-event2 {
    margin-bottom: -84px;
    transform: translateY(-64px) scale(1);
  }
}
.base-c-topBtn.-hide {
  opacity: 0;
  transform: translateY(-30px) scale(0.7);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-hide {
    transform: translateY(-20px) scale(0.7);
  }
}
.base-c-topBtn:hover {
  transform: translateY(-30px) scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn:hover {
    transform: translateY(-20px) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-topBtn {
    transform: translateY(-20px);
    margin-bottom: -40px;
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }
}
.base-c-topBtn::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid var(--color-btn-text);
  border-left: 3px solid var(--color-btn-text);
  transform: rotate(45deg);
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-topBtn::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--color-btn-text);
    border-left: 2px solid var(--color-btn-text);
  }
}

.base-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.base-c-wysiwyg h2,
.base-c-wysiwyg h3,
.base-c-wysiwyg h4,
.base-c-wysiwyg h5,
.base-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.base-c-wysiwyg h2 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 10px 15px;
  margin-top: 60px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h2 {
    margin-top: 40px;
  }
}
.base-c-wysiwyg h3 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 15px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h3 {
    margin-top: 40px;
  }
}
.base-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
}
.base-c-wysiwyg h4 {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h4 {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h4 {
    margin-top: 30px;
  }
}
.base-c-wysiwyg p {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg p {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg p {
    line-height: 1.8;
  }
}
.base-c-wysiwyg li {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg li {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg li {
    line-height: 1.8;
  }
}
.base-c-wysiwyg ul, .base-c-wysiwyg ol {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg ul, .base-c-wysiwyg ol {
    margin: 20px 0;
  }
}
.base-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.base-c-wysiwyg ol li {
  padding-left: 52px;
  text-indent: -40px;
}
.base-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg ol li:before {
    font-size: px(17);
    margin-top: 5px;
  }
}
.base-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.base-c-wysiwyg a {
  word-wrap: break-word;
}
.base-c-wysiwyg blockquote {
  padding: 24px 24px 24px 56px;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: #eeeeee;
  margin: 30px 0;
  color: #666666;
  border-radius: var(--border-radius);
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote {
    padding: 16px 16px 16px 48px;
    margin: 20px 0;
  }
}
.base-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote::before {
    top: 16px;
    left: 16px;
  }
}
.base-c-wysiwyg blockquote p {
  margin: 0;
}
.base-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: fixed;
}
.base-c-wysiwyg table tbody, .base-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.base-c-wysiwyg table th {
  background-color: var(--color-base-primaryFaded);
}
.base-c-wysiwyg table td, .base-c-wysiwyg table th {
  border: 1px solid #CCC;
  padding: 10px;
  min-width: 230px;
}
.base-c-wysiwyg table th[colspan="2"] {
  min-width: 460px;
}
.base-c-wysiwyg table td[colspan="2"] {
  min-width: 460px;
}
.base-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.base-c-wysiwyg code .hljs-ln-code, .base-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.base-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.base-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 30px 0;
}
.base-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-c-wysiwyg iframe {
  max-width: 100%;
}
.base-c-wysiwyg h2:first-child, .base-c-wysiwyg h3:first-child, .base-c-wysiwyg h4:first-child, .base-c-wysiwyg h5:first-child, .base-c-wysiwyg h6:first-child, .base-c-wysiwyg p:first-child, .base-c-wysiwyg ol:first-child, .base-c-wysiwyg ul:first-child, .base-c-wysiwyg blockquote:first-child, .base-c-wysiwyg img:first-child, .base-c-wysiwyg table:first-child {
  margin-top: 0;
}

.leadgrid-c-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  transition: 0.2s;
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  display: none;
}

.upd-c-arrowicon {
  background: #160403;
  border-radius: 8px 6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.upd-c-arrowicon i {
  display: block;
  width: 8px;
  height: 7px;
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon i {
    width: 7px;
    height: 6.17px;
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-white {
  background: #fff;
}
.upd-c-arrowicon.-white i {
  background: url("/assets/upd/img/common/icon_pager_next_black.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-white i {
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-green {
  background: #32B432;
}
.upd-c-arrowicon.-green i {
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-green i {
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-blue {
  background: #00AFEB;
}
.upd-c-arrowicon.-blue i {
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-blue i {
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-orange {
  background: #E76A2C;
}
.upd-c-arrowicon.-orange i {
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-orange i {
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-yellow {
  background: #FFB301;
}
.upd-c-arrowicon.-yellow i {
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-yellow i {
    background-size: 7px 6.17px;
  }
}
.upd-c-arrowicon.-purple {
  background: #DF8EE7;
}
.upd-c-arrowicon.-purple i {
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-arrowicon.-purple i {
    background-size: 7px 6.17px;
  }
}

.upd-c-arrowtext {
  display: flex;
  align-items: center;
  gap: 8px;
}
.upd-c-arrowtext .c-arrowtext__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #160403;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.upd-c-blogCard {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal:last-of-type {
    margin-bottom: 0;
  }
}
.upd-c-blogCard.-horizontal .c-blogCard__inner {
  padding-bottom: 24px;
  border-bottom: 2px dotted #979797;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
  }
}
.upd-c-blogCard.-horizontal .c-blogCard__thumb {
  width: 200px;
  height: 134px;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__thumb {
    width: 120px;
    height: 67px;
  }
}
.upd-c-blogCard.-horizontal .c-blogCard__contents {
  margin-left: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__contents {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__title {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__meta {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__meta .category {
    padding: 4px;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__meta .date {
    font-size: 11px;
    line-height: 100%;
    /* ボックスの高さと同一、または11px */
    letter-spacing: 0.04em;
    color: #979797;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-horizontal .c-blogCard__thumb {
    width: 104px;
    height: 58px;
  }
}
.upd-c-blogCard.-vertical .c-blogCard__inner {
  flex-direction: column;
}
.upd-c-blogCard.-vertical .c-blogCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.upd-c-blogCard.-vertical .c-blogCard__contents {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard.-vertical .c-blogCard__title {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }
}
.upd-c-blogCard.-new .c-blogCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.upd-c-blogCard .c-blogCard__inner {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard .c-blogCard__inner {
    display: block;
  }
}
.upd-c-blogCard .c-blogCard__thumb {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px 5px;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard .c-blogCard__thumb {
    border-radius: 8px 4px;
  }
}
.upd-c-blogCard .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upd-c-blogCard .c-blogCard__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .upd-c-blogCard .c-blogCard__meta {
    margin: 0 0 8px;
  }
}
.upd-c-blogCard .c-blogCard__meta .date {
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #979797;
  flex-shrink: 0;
}
.upd-c-blogCard .c-blogCard__meta .category {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #160403;
  border-radius: 10px 4px;
  padding: 6px 10px;
}
.upd-c-blogCard .c-blogCard__title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #160403;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
.upd-c-blogCard .c-blogCard__title.-blank:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.upd-c-blogCard .c-blogCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.upd-c-blogCard .c-blogCard__tags .tag {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #777777;
  text-decoration: none;
}
.upd-c-blogCard .c-blogCard__tags .tag::before {
  content: "#";
  margin-right: 4px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #777777;
  padding: 3px;
  background: rgba(22, 4, 3, 0.05);
  border-radius: 6px 2px;
}

.upd-c-blurSlider {
  position: relative;
  width: 100vw;
  left: calc((100vw - 100%) / -2);
  margin-bottom: -20px;
}
@media screen and (max-width: 1200px) {
  .upd-c-blurSlider {
    left: calc((1200px - 100%) / -2);
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-blurSlider {
    left: calc((100vw - 100%) / -2);
    min-width: inherit;
  }
}
.upd-c-blurSlider .c-blurSlider__list {
  margin-bottom: -20px;
}
.upd-c-blurSlider .c-blurSlider__item {
  width: 430px;
  height: 241px;
  filter: blur(12px);
  transform: scale(0.7);
  transform-origin: center bottom;
  transition: filter 0.5s, transform 0.5s;
}
@media screen and (max-width: 767px) {
  .upd-c-blurSlider .c-blurSlider__item {
    width: 244.72px;
    height: 137.16px;
  }
}
.upd-c-blurSlider .c-blurSlider__item-img {
  position: relative;
  width: 430px;
  height: 241px;
}
@media screen and (max-width: 767px) {
  .upd-c-blurSlider .c-blurSlider__item-img {
    width: 244.72px;
    height: 137.16px;
  }
}
.upd-c-blurSlider .c-blurSlider__item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.upd-c-blurSlider .c-blurSlider__deco {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .upd-c-blurSlider .c-blurSlider__deco {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.upd-c-blurSlider .slick-center.c-blurSlider__item {
  filter: blur(0);
  transform: scale(1);
}
.upd-c-blurSlider .slick-track {
  padding-bottom: 20px;
}

.upd-c-bread {
  overflow-x: scroll;
  padding: 0;
}
.upd-c-bread::-webkit-scrollbar {
  display: none;
}
.upd-c-bread ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-bread ul {
    height: 15px;
  }
}
.upd-c-bread li {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  text-decoration: underline;
  color: #160403;
  opacity: 0.8;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.upd-c-bread li:last-child {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .upd-c-bread li {
    font-size: 10px;
  }
}
.upd-c-bread li + li:before {
  content: url("/assets/upd/img/common/icon-bread.svg");
  display: block;
  opacity: 0.8;
  margin: 0 4px;
}
.upd-c-bread li a {
  color: #160403;
  opacity: 0.8;
  text-decoration: underline;
}

:root {
  --s-btn-bg-color: #ffffff;
  --s-btn-border-color: #160403;
  --s-btn-txt-color: #160403;
}

.upd-c-btn {
  position: relative;
  display: contents;
}
.upd-c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 0;
}
.upd-c-btn a {
  position: relative;
  z-index: 1;
  background: var(--s-btn-bg-color);
  border: 3px solid var(--s-btn-border-color);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 60px;
  max-width: 240px;
  padding: 22px 57px 22px 26px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn a {
    padding: 20px 46px 20px 23px;
    max-width: 200px;
    max-height: 54px;
  }
}
.upd-c-btn .c-btn__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--s-btn-txt-color);
}
@media screen and (max-width: 767px) {
  .upd-c-btn .c-btn__ttl {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: var(--s-btn-txt-color);
  }
}
.upd-c-btn .c-btn__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .upd-c-btn .c-btn__icon .upd-c-arrowicon {
    width: 18px;
    height: 18px;
  }
}
.upd-c-btn .c-btn__label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-c-btn .c-btn__label {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.upd-c-btn.-shadowblack::after {
  display: block;
  background-color: #000;
}
.upd-c-btn.-shadowwhite::after {
  display: block;
  background-color: #fff;
}
.upd-c-btn.-shadowleft::after {
  display: block;
  background-color: #000;
}
.upd-c-btn.-shadowright::after {
  display: block;
  background-color: #000;
}
.upd-c-btn.-w240 a {
  width: 240px;
}
.upd-c-btn.-w290 a {
  max-width: 290px;
}
.upd-c-btn.-w340 a {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-w340 a {
    padding: 16px 30px 17px 11px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-w340 a .c-btn__icon {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-w340 a .c-btn__icon .upd-c-arrowicon {
    width: 14.71px;
    height: 14.69px;
  }
}
.upd-c-btn.-trans a {
  background: #129712;
  border-radius: 40px;
  border: none;
}
.upd-c-btn.-trans .c-btn__ttl {
  display: flex;
  align-items: center;
  color: #fff;
}
.upd-c-btn.-trans .c-btn__ttl .youtube-icon {
  margin-right: 4px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-trans .c-btn__ttl .youtube-icon {
    height: 22px;
    margin-right: 5px;
  }
}
.upd-c-btn.-trans .c-btn__icon .upd-c-arrowicon {
  background: #32b432;
}
.upd-c-btn.-trans .c-btn__icon .upd-c-arrowicon i {
  display: block;
  width: 8px;
  height: 7px;
  background: url(/assets/upd/img/common/icon_pager_next_black.svg) no-repeat 0 0;
  background-size: 8px 7px;
}
.upd-c-btn.-greenbtn {
  --s-btn-bg-color: #32b432;
  --s-btn-border-color: #32b432;
  --s-btn-txt-color: #fff;
}
.upd-c-btn.-greenbtn .upd-c-arrowicon {
  background: #fff;
}
.upd-c-btn.-greenbtn .upd-c-arrowicon i {
  background: url("/assets/upd/img/common/icon_pager_next_green.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-greenbtn .upd-c-arrowicon i {
    background-size: 7px 6.17px;
  }
}
.upd-c-btn.-bluebtn {
  --s-btn-bg-color: #00afeb;
  --s-btn-border-color: #00afeb;
  --s-btn-txt-color: #fff;
}
.upd-c-btn.-bluebtn .upd-c-arrowicon {
  background: #fff;
}
.upd-c-btn.-bluebtn .upd-c-arrowicon i {
  background: url("/assets/upd/img/common/icon_pager_next_blue.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-bluebtn .upd-c-arrowicon i {
    background-size: 7px 6.17px;
  }
}
.upd-c-btn.-yellowbtn {
  --s-btn-bg-color: #ffb301;
  --s-btn-border-color: #ffb301;
  --s-btn-txt-color: #fff;
}
.upd-c-btn.-yellowbtn .upd-c-arrowicon {
  background: #fff;
}
.upd-c-btn.-yellowbtn .upd-c-arrowicon i {
  background: url("/assets/upd/img/common/icon_pager_next_yellow.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-yellowbtn .upd-c-arrowicon i {
    background-size: 7px 6.17px;
  }
}
.upd-c-btn.-orangebtn {
  --s-btn-bg-color: #e76a2c;
  --s-btn-border-color: #e76a2c;
  --s-btn-txt-color: #fff;
}
.upd-c-btn.-orangebtn .upd-c-arrowicon {
  background: #fff;
}
.upd-c-btn.-orangebtn .upd-c-arrowicon i {
  background: url("/assets/upd/img/common/icon_pager_next_orange.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-btn.-orangebtn .upd-c-arrowicon i {
    background-size: 7px 6.17px;
  }
}
.upd-c-btn.-low a {
  padding: 17px 54px 16px 30px;
  white-space: pre;
}

.upd-c-card1 {
  height: 160px;
  width: 100%;
}
.upd-c-card1 .c-card1__inner {
  position: relative;
  background: #000;
  border: 4px solid #000000;
  border-radius: 20px 8px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-c-card1 .c-card1__inner {
    border: 2px solid #000000;
    border-radius: 0px 8px 8px 0px;
  }
}
.upd-c-card1 .c-card1__eyecatch img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in;
}
.upd-c-card1 .c-card1__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #160403;
  opacity: 0.8;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 49px;
  width: 224px;
}
@media screen and (max-width: 767px) {
  .upd-c-card1 .c-card1__ttl {
    height: 28px;
    width: 135px;
    border-radius: 0px 12px 0px 0px;
  }
}
.upd-c-card1 .c-card1__ttl-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .upd-c-card1 .c-card1__ttl-inner {
    gap: 12px;
    margin-right: 12px;
  }
}
.upd-c-card1 .c-card1__ttl-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .upd-c-card1 .c-card1__ttl-txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-card1 .upd-c-arrowicon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-card1:nth-child(even) .c-card1__inner {
    border: 2px solid #000000;
    border-radius: 10px 0px 0px 8px;
  }
}
.upd-c-card1 a:hover {
  opacity: 1;
}
.upd-c-card1 a:hover .c-card1__eyecatch img {
  opacity: 0.8;
}

.upd-c-decoImg {
  position: relative;
  padding: 3px;
}
.upd-c-decoImg .-img {
  min-height: 100px;
  background: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 20px 10px;
}
.upd-c-decoImg .-deco {
  position: absolute;
}
.upd-c-decoImg .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-c-decoImg .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-c-decoImg .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-c-decoImg .-deco.-rb {
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .upd-c-decoImg .-deco.-lt svg, .upd-c-decoImg .-deco.-rb svg {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-decoImg .-deco.-rt svg, .upd-c-decoImg .-deco.-lb svg {
    width: 24px;
    height: 24px;
  }
}
.upd-c-decoImg.-green svg .-icon {
  fill: #32b432;
}
.upd-c-decoImg.-blue svg .-icon {
  fill: #00afeb;
}
.upd-c-decoImg.-orange svg .-icon {
  fill: #ffb301;
}

.upd-c-dlTable {
  border: 5px solid #f4f4f4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable {
    border: 3px solid #f4f4f4;
    border-radius: 10px;
  }
}
.upd-c-dlTable .c-dlTable__dl {
  display: flex;
}
.upd-c-dlTable .c-dlTable__dl:last-child .c-dlTable__dt-inner {
  border-bottom: none;
}
.upd-c-dlTable .c-dlTable__dl:last-child .c-dlTable__dd-inner {
  border-bottom: none;
}
.upd-c-dlTable .c-dlTable__dt {
  background: #f4f4f4;
  padding-left: 25px;
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dt {
    width: 97px;
    padding-left: 8px;
  }
}
.upd-c-dlTable .c-dlTable__dt-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dt-txt {
    font-size: 13px;
    line-height: 165%;
    letter-spacing: 0.04em;
  }
}
.upd-c-dlTable .c-dlTable__dt-inner {
  height: 100%;
  padding: 16px 0 16px 25px;
  border-bottom: 3px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dt-inner {
    padding: 20px 0 20px;
  }
}
.upd-c-dlTable .c-dlTable__dd {
  width: 100%;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dd {
    width: 100%;
    padding-right: 8px;
  }
}
.upd-c-dlTable .c-dlTable__dd-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #000000;
  white-space: break-spaces;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dd-txt {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }
}
.upd-c-dlTable .c-dlTable__dd-inner {
  height: 100%;
  padding: 16px 0 16px 25px;
  border-bottom: 3px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  .upd-c-dlTable .c-dlTable__dd-inner {
    padding: 20px 0 20px 16px;
  }
}

.upd-c-footer {
  position: relative;
  background: #f4f4f4;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer {
    padding-top: 0;
  }
}
.upd-c-footer .c-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  width: calc(100% - 60px - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footer__inner {
    display: flex;
    padding: 0;
    width: calc(100% - 16px - 16px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
  }
}
.upd-c-footer .c-footerPagetop .c-footer__inner {
  position: relative;
  z-index: 3;
}
.upd-c-footer .c-footerPagetop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #160403;
  border: 3px solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerPagetop__icon {
    width: 56px;
    height: 56px;
  }
}
.upd-c-footer .c-footerPagetop__icon svg {
  width: 75%;
  position: relative;
  top: -5px;
}
.upd-c-footer .c-footerBanner {
  overflow: hidden;
  padding: 64px 0 80px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner {
    padding: 0;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__company {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__companyLogo {
  width: 200px;
  height: auto;
  max-height: 60px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__companyLogo {
    max-height: 48px;
    margin-bottom: 20px;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-list {
    flex-direction: column;
    gap: 40px;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-title {
    margin-bottom: 27px;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-link {
  text-decoration: none;
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-content {
  display: flex;
  gap: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__block-content {
    padding-left: 28px;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-item {
  padding: 0;
  margin: 0;
  display: flex;
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 4.5px;
  margin-right: 8px;
  background: #3f3939;
  flex-shrink: 0;
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-item a {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #3f3939;
  flex-shrink: 0;
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-item a.-wSNS {
  width: 97px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__nav-item a.-wSNS {
    width: 110px;
  }
}
.upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__sns-list {
  display: flex;
  gap: 10px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBanner .c-footer__inner .c-footerBanner__sns-list {
    margin-left: 0;
  }
}
.upd-c-footer .c-footerBar {
  overflow: hidden;
  padding: 21px 0;
  background-color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar {
    padding: 0;
    margin-top: 56px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 24px 0 32px;
    gap: 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList .c-footerBar__navItem {
    flex-shrink: 0;
  }
}
.upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    text-decoration-line: underline;
  }
}
.upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__copyright {
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #bebebe;
  display: block;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerBar > .c-footer__inner .c-footerBar__copyright {
    font-family: co-headline, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #bebebe;
    padding: 8px 0 9px;
    border-top: 1px solid #3f3f3f;
    width: 100vw;
    position: relative;
    left: calc((100vw - 100%) / 2 * -1);
  }
}
.upd-c-footer .c-footerPagetop {
  position: absolute;
  right: 60px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-footer .c-footerPagetop {
    right: 20px;
  }
}

.is_recruit .upd-c-footer .c-footerBar {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .is_recruit .upd-c-footer .c-footerBar {
    padding-bottom: 16px;
  }
}

.c-footerBanner__nav-link {
  padding-right: 16px;
  text-decoration: none;
}

.__insta {
  position: relative;
  top: 1px;
}

.__yt {
  position: relative;
  top: 3px;
}

.upd-c-grayDecoCard {
  position: relative;
  height: 100%;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard {
    padding: 4px;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #ffffff;
  border: 4px solid #f4f4f4;
  border-radius: 20px;
  padding: 24px 24px 40px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard .c-grayDecoCard__inner {
    padding: 16px 16px 40px;
    border: 4px solid #f4f4f4;
    border-radius: 10px;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__img {
  overflow: hidden;
  border-radius: 10px 5px;
  height: 210px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard .c-grayDecoCard__img {
    height: 186px;
    margin-bottom: 16px;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upd-c-grayDecoCard .c-grayDecoCard__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #160403;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard .c-grayDecoCard__ttl {
    font-size: 18px;
    line-height: 140%;
    /* または25px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
    margin-bottom: 12px;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 190%;
  /* または30px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard .c-grayDecoCard__txt {
    font-size: 15px;
    line-height: 180%;
    /* または27px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
    margin-bottom: 16px;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__link {
  margin-left: auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard .c-grayDecoCard__link {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
.upd-c-grayDecoCard .c-grayDecoCard__link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.upd-c-grayDecoCard .c-grayDecoCard__link-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  /* ボックスの高さと同一、または16px */
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  /* updater/black */
  color: #160403;
  text-decoration: underline;
}
.upd-c-grayDecoCard .-deco {
  position: absolute;
  z-index: 0;
}
.upd-c-grayDecoCard .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-c-grayDecoCard .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-c-grayDecoCard .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-c-grayDecoCard .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-c-grayDecoCard.-simple .c-grayDecoCard__inner {
  padding: 0;
  overflow: hidden;
}
.upd-c-grayDecoCard.-simple .c-grayDecoCard__img {
  margin: 0;
  min-height: inherit;
}
.upd-c-grayDecoCard.-noborder .c-grayDecoCard__inner {
  border: none;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard.-noborder .c-grayDecoCard__inner {
    border: none;
  }
}
.upd-c-grayDecoCard.-min {
  padding: 0;
}
.upd-c-grayDecoCard.-min .c-grayDecoCard__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 5.4px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard.-min .c-grayDecoCard__inner {
    border: none;
  }
}
.upd-c-grayDecoCard.-min .c-grayDecoCard__img {
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard.-min .c-grayDecoCard__img {
    padding: 10px;
  }
}
.upd-c-grayDecoCard.-min .-deco {
  z-index: 1;
}
.upd-c-grayDecoCard.-min .-deco.-lb, .upd-c-grayDecoCard.-min .-deco.-rb {
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .upd-c-grayDecoCard.-min .-deco.-lb, .upd-c-grayDecoCard.-min .-deco.-rb {
    bottom: 0;
  }
}

.upd-c-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}
.upd-c-header.__gray {
  background-color: #f4f4f4;
}
.upd-c-header.is-active {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  --s-head-ttl-color: #000;
  --s-header-txt-color: #160403;
  --s-header-bar-color: #fff;
  --s-head-bgtext-color: #b9b9b9;
}
.upd-c-header .c-header__inner {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1440px;
  height: 120px;
  padding: 0 60px;
  margin: 0 auto;
}
.upd-c-header .c-header__inner.__gray {
  height: 100px;
  padding: 10px 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner.__gray {
    height: 60px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner {
    align-items: center;
    padding: 0 15px;
    height: 60px;
  }
}
.upd-c-header .c-header__inner.is-active {
  background: #fff;
}
.upd-c-header .c-header__inner .c-header__logo {
  margin-bottom: 26px;
}
.upd-c-header .c-header__inner .c-header__logo.__gray {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__logo {
    margin-bottom: 0;
  }
}
.upd-c-header .c-header__inner .c-header__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.upd-c-header .c-header__inner .c-header__logo a svg {
  width: 200px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__logo a svg {
    width: auto;
    height: 34px;
    max-width: 160px;
    margin: 0 auto 0 0;
  }
}
.upd-c-header .c-header__inner .c-header__logo a svg path {
  fill: var(--s-header-txt-color);
}
@media screen and (min-width: 768px) {
  .upd-c-header .c-header__inner .c-header__nav {
    display: flex !important;
    align-items: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    border-top: 1px dashed var(--color-base-gray);
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:last-child {
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active {
  position: relative;
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
    display: none;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > span:after {
    background: url("/assets/base/img/common/icon_header_nav_minus.svg") no-repeat center center;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-base-text);
  letter-spacing: 2.46507px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    display: none;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  color: var(--color-base-text);
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
  display: none;
}
@media screen and (min-width: 768px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, #eeeeee 30px);
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    background: var(--color-base-background);
    border-top: 1px dashed var(--color-base-gray);
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: flex;
    flex-wrap: wrap;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 18px;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: var(--font-size-s);
    line-height: 1.7;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-base-text);
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 6px;
    transform: scale(0.7);
    position: relative;
    top: 1px;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    padding: 10px 0;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li + li {
    margin-top: 1px;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--color-base-text);
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a::before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/base/img/common/icon_header_nav_arrow_black.svg) no-repeat center center;
    background-size: 6px 10px;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
    display: none;
  }
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
.upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__nav .c-header__navWrap .c-header__navButton {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 15px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton {
  display: flex;
  opacity: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.25s ease-in;
  background: var(--s-header-txt-color);
  border: 1px solid #ffffff;
  appearance: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton {
    width: 48px;
    height: 48px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton.is-active > i:nth-child(2) {
  opacity: 0;
  border-radius: 0;
}
.upd-c-header .c-header__inner .c-header__menuButton.is-active > i:nth-child(1) {
  transform: translate3d(0, 6px, 0) rotate(45deg);
  border-radius: 0;
}
.upd-c-header .c-header__inner .c-header__menuButton.is-active > i:nth-child(3) {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  border-radius: 0;
}
.upd-c-header .c-header__inner .c-header__menuButton.is-active > i + i {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton.is-active > i + i {
    margin-top: 3px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton.is-active .c-header__chara {
  display: none !important;
}
.upd-c-header .c-header__inner .c-header__menuButton > i {
  display: block;
  width: 32px;
  height: 4px;
  background-color: var(--s-header-bar-color);
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton > i {
    width: 23px;
    height: 3px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton > i + i {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton > i + i {
    margin-top: 4px;
    height: 3px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton > i:nth-child(1) {
  border-radius: 6px 6px 0px 0px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton > i:nth-child(1) {
    border-radius: 4px 3px 0px 0px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton > i:nth-child(3) {
  border-radius: 0px 0px 6px 6px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__inner .c-header__menuButton > i:nth-child(3) {
    border-radius: 0px 0px 4px 4px;
  }
}
.upd-c-header .c-header__inner .c-header__menuButton:hover .-hat {
  transform: rotate(33deg) translate(-9px, 0);
  transform-origin: bottom right;
}
.upd-c-header .c-header__inner .c-header__chara-txt {
  display: none;
}
.upd-c-header .c-header__chara {
  display: none;
}
.upd-c-header .c-header__modal {
  display: none;
  align-items: flex-end;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  min-width: 1200px;
  overflow-x: scroll;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__modal {
    min-width: inherit;
  }
}
.upd-c-header .c-header__modal-inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__modal-inner {
    width: 100%;
    max-width: inherit;
    gap: 10px;
  }
}
.upd-c-header .c-header__modal-content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: flex-end;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__modal-content {
    width: 100%;
    max-width: inherit;
    flex-direction: column;
    gap: 10px;
  }
}
.upd-c-header .c-header__modal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  width: 86.4086408641%;
  height: max-content;
  max-width: 960px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__modal-list {
    gap: 7px;
    width: 100%;
  }
}
.upd-c-header .c-header__modal .upd-c-card1 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__modal .upd-c-card1 {
    width: calc((100% - 7px) / 2);
  }
}
.upd-c-header .c-header__contact {
  flex-shrink: 0;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__contact {
    padding-right: 27px;
  }
}
.upd-c-header .c-header__contact-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 37px;
  /* ボックスの高さと同一 */
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__contact-txt {
    font-size: 12px;
    line-height: 24px;
    /* ボックスの高さと同一 */
    color: #000000;
  }
}
.upd-c-header .c-header__contact-icon {
  width: 98.74px;
  height: 98.74px;
  border-radius: 50%;
  background: #ffb301;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__contact-icon {
    width: 68.53px;
    height: 68.53px;
  }
}
.upd-c-header .c-header__contact-icon svg {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .upd-c-header .c-header__contact-icon svg {
    width: 42px;
    height: 42px;
  }
}

.upd-c-imgSlider {
  width: 100vw;
  position: relative;
  left: calc((1200px - 100%) / -2);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .upd-c-imgSlider {
    left: calc((100vw - 100%) / -2);
  }
}
@media screen and (max-width: 767px) {
  .upd-c-imgSlider {
    height: 174px;
  }
}
.upd-c-imgSlider .c-imgSlider__list {
  height: 100%;
}
.upd-c-imgSlider .c-imgSlider__list:first-child {
  animation: loop 50s -25s linear infinite;
}
.upd-c-imgSlider .c-imgSlider__list:last-child {
  animation: loop2 50s linear infinite;
}
.upd-c-imgSlider .c-imgSlider__item {
  width: 400px;
  height: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .upd-c-imgSlider .c-imgSlider__item {
    width: 261px;
    margin-right: 26px;
  }
}
.upd-c-imgSlider .c-imgSlider__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 10px;
}
@media screen and (max-width: 767px) {
  .upd-c-imgSlider .c-imgSlider__img {
    border-radius: 13.0939px 6.54694px;
  }
}
.upd-c-imgSlider .c-imgSlider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upd-c-inner {
  background: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.upd-c-inner .c-inner__bread {
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .upd-c-inner .c-inner__bread {
    margin-bottom: 38px;
  }
}
.upd-c-noresult {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.upd-c-noresult .c-noresult__label {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
}
.upd-c-noresult .c-noresult__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .upd-c-noresult .c-noresult__title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .upd-c-noresult .c-noresult__title {
    margin-top: 15px;
  }
}
.upd-c-noresult .c-noresult__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .upd-c-noresult .c-noresult__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-noresult .c-noresult__text {
    margin-top: 30px;
  }
}
.upd-c-noresult .upd-c-button {
  margin-top: 50px;
}

.upd-c-pager {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .upd-c-pager {
    margin-top: 56px;
    flex-wrap: wrap;
  }
}
.upd-c-pager .c-pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-button);
  background: #160403;
  color: #fff;
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .upd-c-pager .c-pager__item {
    min-width: 35px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.upd-c-pager .c-pager__item + .c-pager__item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .upd-c-pager .c-pager__item + .c-pager__item {
    margin-left: 12px;
  }
}
.upd-c-pager .c-pager__item:hover, .upd-c-pager .c-pager__item.-current {
  background: none;
  color: #160403;
  opacity: 1;
}
.upd-c-pager .c-pager__item.-prev i {
  display: block;
  width: 8px;
  height: 7px;
  background: url("/assets/upd/img/common/icon_pager_prev.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-pager .c-pager__item.-prev i {
    width: 7px;
    height: 6.17px;
    background-size: 7px 6.17px;
  }
}
.upd-c-pager .c-pager__item.-prev:hover i {
  background: url(/assets/upd/img/common/icon_pager_prev_black.svg) no-repeat 0 0;
  background-size: 8px 7px;
}
.upd-c-pager .c-pager__item.-next i {
  display: block;
  width: 8px;
  height: 7px;
  background: url("/assets/upd/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 8px 7px;
}
@media screen and (max-width: 767px) {
  .upd-c-pager .c-pager__item.-next i {
    width: 7px;
    height: 6.17px;
    background-size: 7px 6.17px;
  }
}
.upd-c-pager .c-pager__item.-next:hover i {
  background: url(/assets/upd/img/common/icon_pager_next_black.svg) no-repeat 0 0;
  background-size: 8px 7px;
}

.upd-c-secHead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upd-c-secHead .c-secHead__ttl {
  margin: 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead .c-secHead__ttl {
    font-size: 24px;
    line-height: 100%;
    /* ボックスの高さと同一、または24px */
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.upd-c-secHead .c-secHead__deco {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upd-c-secHead .c-secHead__deco.-b {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .upd-c-secHead .c-secHead__deco.-b {
    bottom: -18px;
  }
}
.upd-c-secHead .c-secHead__deco svg {
  width: auto;
}
.upd-c-secHead.-white .c-secHead__ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeA .c-secHead__deco svg {
    height: 11px;
  }
}
.upd-c-secHead.-typeB {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeB {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeB .c-secHead__deco svg {
    height: 34px;
  }
}
.upd-c-secHead.-typeC {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeC {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeC .c-secHead__deco svg {
    height: 11px;
  }
}
.upd-c-secHead.-typeD {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeD {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeD .c-secHead__deco svg {
    height: 12px;
  }
}
.upd-c-secHead.-typeE {
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeE {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeE .c-secHead__deco svg {
    height: 24px;
  }
}
.upd-c-secHead.-typeF {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeF {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeF .c-secHead__deco svg {
    height: 24px;
  }
}
.upd-c-secHead.-typeG .c-secHead__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #333333;
}
.upd-c-secHead.-typeH {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeH {
    gap: 0px;
  }
}
.upd-c-secHead.-typeH .c-secHead__deco svg path {
  fill: #FFB301;
  stroke: #FFB301;
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeH .c-secHead__deco svg path {
    fill: #DF8EE7;
    stroke: #DF8EE7;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-secHead.-typeH .c-secHead__deco svg {
    height: 34px;
  }
}
.upd-c-secHead.-yellow .c-secHead__deco svg path {
  fill: #f9d447;
  stroke: #f9d447;
}
.upd-c-secHead.-blue .c-secHead__deco svg path {
  fill: #00afeb;
  stroke: #00afeb;
}
.upd-c-secHead.-orange .c-secHead__deco svg path {
  fill: #e76a2c;
  stroke: #e76a2c;
}
.upd-c-secHead.-purple .c-secHead__deco svg path {
  fill: #df8ee7;
  stroke: #df8ee7;
}
.upd-c-secHead.-green .c-secHead__deco svg path {
  fill: #32b432;
  stroke: #32b432;
}

.upd-c-sidebar {
  width: 32.0754716981%;
  flex-shrink: 0;
  margin-left: 40px;
  background: #f4f4f4;
  border-radius: 15px;
  padding: 32px 20px 60px;
}
@media screen and (max-width: 767px) {
  .upd-c-sidebar {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.upd-c-sidebar .c-sidebar__related,
.upd-c-sidebar .c-sidebar__category,
.upd-c-sidebar .c-sidebar__tag {
  margin-bottom: 40px;
}
.upd-c-sidebar .c-sidebar__relatedTitle,
.upd-c-sidebar .c-sidebar__categoryTitle,
.upd-c-sidebar .c-sidebar__tagTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #160403;
  line-height: 1;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.upd-c-sidebar .c-sidebar__relatedTitle::before,
.upd-c-sidebar .c-sidebar__categoryTitle::before,
.upd-c-sidebar .c-sidebar__tagTitle::before {
  content: "";
  width: 10px;
  height: 4px;
  background: #160403;
  border-radius: 0px 2px 2px 0px;
  display: block;
  position: absolute;
  left: -20px;
}
.upd-c-sidebar .c-sidebar__relatedItem:last-child a {
  margin-bottom: 0;
}
.upd-c-sidebar .c-sidebar__relatedItem a {
  display: flex;
  text-decoration: none;
  margin-bottom: 24px;
}
.upd-c-sidebar .c-sidebar__relatedItem .wrap {
  margin-left: 14px;
  display: flex;
  align-items: center;
  width: 100%;
}
.upd-c-sidebar .c-sidebar__relatedItem .thumb {
  position: relative;
  min-width: 80px;
  width: 120px;
  height: 67.9px;
  background: #ffffff;
  border-radius: 5px 3px;
  flex-shrink: 0;
}
.upd-c-sidebar .c-sidebar__relatedItem .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upd-c-sidebar .c-sidebar__relatedItem .badge {
  display: inline-block;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
}
.upd-c-sidebar .c-sidebar__relatedItem .date {
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-weight: bold;
}
.upd-c-sidebar .c-sidebar__relatedItem .title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #160403;
  margin: 4px 0 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-break: break-all;
}
.upd-c-sidebar .c-sidebar__relatedItem .title.-blank:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.upd-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.upd-c-sidebar .c-sidebar__categoryList li a {
  display: block;
  text-decoration: none;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #160403;
}
.upd-c-sidebar .c-sidebar__categoryList li .title {
  display: flex;
  gap: 8px;
}
.upd-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .upd-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.upd-c-sidebar .c-sidebar__tagItem {
  display: block;
  margin: 0 8px 8px 0;
}
.upd-c-sidebar .c-sidebar__tagItem a {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  background-color: #eeeeee;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .upd-c-sidebar .c-sidebar__tagItem a {
    font-size: var(--font-size-xs-sp);
  }
}
.upd-c-sidebar .c-sidebar__tagItem a::before {
  content: "# ";
}
.upd-c-sidebar .c-sidebar__tagItem a:hover {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  opacity: 1;
}
.upd-c-sidebar .c-sidebar__tagItem.-minden a {
  background: #eeffe1;
  color: #32b432;
}
.upd-c-sidebar .c-sidebar__tagItem.-air a {
  background: #e4faff;
  color: #00afeb;
}
.upd-c-sidebar .c-sidebar__tagItem.-tadori a {
  background: #fff8e4;
  color: #ffb301;
}
.upd-c-sidebar .c-sidebar__tagItem.-mindai a {
  background: #ffe7d6;
  color: #d97228;
}

.searchModal__form {
  background: #ffffff;
  border: 2px solid #160403;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchModal__formInput {
  border: none;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #160403;
  opacity: 0.3;
  width: 100%;
}
.searchModal__formSubmit {
  width: 32px;
  height: 32px;
  background: #160403;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.searchModal__formSubmit img {
  width: 16px;
  height: auto;
}

.upd-c-squareBtn {
  position: relative;
  display: contents;
}
.upd-c-squareBtn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 0;
}
.upd-c-squareBtn a {
  position: relative;
  text-decoration: none;
}
.upd-c-squareBtn a:hover {
  opacity: 1;
}
.upd-c-squareBtn a:hover .c-squareBtn__inner {
  background: #ECECEC;
}
.upd-c-squareBtn a:hover .c-squareBtn__bar.-r.-sha {
  opacity: 0;
}
.upd-c-squareBtn a:hover .c-squareBtn__bar.-b {
  width: 100%;
}
.upd-c-squareBtn a:hover .c-squareBtn__bar.-b.-sha {
  opacity: 0;
}
.upd-c-squareBtn .c-squareBtn__inner {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 60px;
  max-width: 294px;
  padding: 19px 72px;
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn .c-squareBtn__inner {
    max-width: inherit;
    padding: 20px 32px 20px 23px;
    top: 0;
    right: 10px;
  }
}
.upd-c-squareBtn .c-squareBtn__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #160403;
}
.upd-c-squareBtn .c-squareBtn__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn .c-squareBtn__icon {
    right: 5px;
  }
}
.upd-c-squareBtn .c-squareBtn__label {
  position: absolute;
  top: -20px;
  color: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.upd-c-squareBtn .c-squareBtn__bar {
  background-color: #160403;
  position: absolute;
  display: block;
  width: 100%;
}
.upd-c-squareBtn .c-squareBtn__bar.-l {
  top: 0;
  left: -3px;
  height: 100%;
  width: 3px;
}
.upd-c-squareBtn .c-squareBtn__bar.-r {
  top: 0;
  right: -3px;
  height: 100%;
  width: 3px;
}
.upd-c-squareBtn .c-squareBtn__bar.-r.-sha {
  right: -6px;
  top: 3px;
}
.upd-c-squareBtn .c-squareBtn__bar.-t {
  top: -3px;
  left: 0;
  height: 3px;
  width: 100%;
}
.upd-c-squareBtn .c-squareBtn__bar.-b {
  bottom: -3px;
  left: 0;
  height: 3px;
  width: calc(100% + 3px);
}
.upd-c-squareBtn .c-squareBtn__bar.-b.-sha {
  left: 0;
  bottom: -6px;
}
.upd-c-squareBtn .c-squareBtn__deco {
  position: absolute;
  right: 40px;
  width: 50px;
  top: -45px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn .c-squareBtn__deco {
    width: 44px;
    top: -33px;
  }
}
.upd-c-squareBtn .c-squareBtn__deco img {
  width: 100%;
}
.upd-c-squareBtn.-w240 a {
  width: 240px;
}
.upd-c-squareBtn.-w290 a {
  max-width: 290px;
}
.upd-c-squareBtn.-trans a {
  background: #129712;
  border-radius: 40px;
  border: none;
}
.upd-c-squareBtn.-trans .c-btn__ttl {
  color: #fff;
}
.upd-c-squareBtn.-wLogo .c-squareBtn__inner {
  padding: 11px 16px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn.-wLogo .c-squareBtn__inner {
    padding: 20px 8px;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn.-wLogo .c-squareBtn__ttl {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.upd-c-squareBtn.-wLogo .c-squareBtn__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
    width: 28px;
    flex-shrink: 0;
  }
}
.upd-c-squareBtn.-wLogo .c-squareBtn__logo img {
  width: 100%;
  height: auto;
}
.upd-c-squareBtn.-wLogo .c-squareBtn__logo img.-w70 {
  width: 70%;
}
.upd-c-squareBtn.-wLogo .c-squareBtn__logo img.-w80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .upd-c-squareBtn.-wLogo .upd-c-arrowicon {
    width: 16px;
    height: 16px;
  }
}

.upd-c-squareTtl {
  position: relative;
  background: #160403;
  padding: 16px 40px 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-squareTtl {
    padding: 8px 0;
    width: 100%;
  }
}
.upd-c-squareTtl .c-squareTtl__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-c-squareTtl .c-squareTtl__ttl {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.upd-c-squareTtl .c-squareTtl__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.upd-c-squareTtl .c-squareTtl__bar.-white {
  background: #fff;
  transform: translate(-50%, 0);
  height: 10px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .upd-c-squareTtl .c-squareTtl__bar.-white {
    height: 6px;
    width: 1px;
  }
}
.upd-c-squareTtl .c-squareTtl__bar.-black {
  background: #160403;
  transform: translate(-50%, 100%);
  height: 16px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .upd-c-squareTtl .c-squareTtl__bar.-black {
    height: 12px;
    width: 1px;
  }
}

.upd-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.upd-c-wysiwyg h2,
.upd-c-wysiwyg h3,
.upd-c-wysiwyg h4,
.upd-c-wysiwyg h5,
.upd-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.upd-c-wysiwyg h2 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #160403;
  border-bottom: 4px solid #160403;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 9px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg h2 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin-top: 40px;
  }
}
.upd-c-wysiwyg h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 34px;
  background: url("/assets/upd/img/common/wys-h2-deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.upd-c-wysiwyg h3 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #160403;
  padding: 12px 16px 12px 20px;
  margin-top: 48px;
  position: relative;
  background: #f4f4f4;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg h3 {
    margin-top: 40px;
  }
}
.upd-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 3px;
  background: #160403;
  border-radius: 0px 2px 2px 0px;
}
.upd-c-wysiwyg h4 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #160403;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg h4 {
    margin-top: 27px;
  }
}
.upd-c-wysiwyg p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #160403;
  margin: 0;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg p {
    font-size: 16px;
    line-height: 200%;
    /* または32px */
    letter-spacing: 0.02em;
    /* updater/black */
  }
}
.upd-c-wysiwyg li {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg li {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg li {
    line-height: 1.8;
  }
}
.upd-c-wysiwyg ul,
.upd-c-wysiwyg ol {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg ul,
  .upd-c-wysiwyg ol {
    margin: 20px 0;
  }
}
.upd-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.upd-c-wysiwyg ol li {
  padding-left: 52px;
  text-indent: -40px;
}
.upd-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg ol li:before {
    font-size: px(17);
    margin-top: 5px;
  }
}
.upd-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.upd-c-wysiwyg a {
  word-wrap: break-word;
  color: #0d95c3;
}
.upd-c-wysiwyg blockquote {
  background: #ffffff;
  border: 3px solid #f4f4f4;
  border-radius: 10px;
  padding: 32px 40px;
  margin: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg blockquote {
    padding: 32px 20px 20px 41px;
  }
}
.upd-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .upd-c-wysiwyg blockquote::before {
    top: 16px;
    left: 16px;
  }
}
.upd-c-wysiwyg blockquote::after {
  content: "";
  background: url("/assets/upd/img/common/bq-bg-lt.svg"), url("/assets/upd/img/common/bq-bg-rt.svg"), url("/assets/upd/img/common/bq-bg-rb.svg"), url("/assets/upd/img/common/bq-bg-lb.svg");
  background-position: left top, right top, right bottom, left bottom;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.upd-c-wysiwyg blockquote p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #555555;
  margin: 0;
  position: relative;
  z-index: 2;
}
.upd-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: fixed;
}
.upd-c-wysiwyg table tbody,
.upd-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.upd-c-wysiwyg table th {
  background-color: var(--color-base-primaryFaded);
}
.upd-c-wysiwyg table td,
.upd-c-wysiwyg table th {
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 230px;
}
.upd-c-wysiwyg table th[colspan="2"] {
  min-width: 460px;
}
.upd-c-wysiwyg table td[colspan="2"] {
  min-width: 460px;
}
.upd-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.upd-c-wysiwyg code .hljs-ln-code,
.upd-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.upd-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.upd-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 30px 0;
}
.upd-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.upd-c-wysiwyg iframe {
  max-width: 100%;
}
.upd-c-wysiwyg h2:first-child,
.upd-c-wysiwyg h3:first-child,
.upd-c-wysiwyg h4:first-child,
.upd-c-wysiwyg h5:first-child,
.upd-c-wysiwyg h6:first-child,
.upd-c-wysiwyg p:first-child,
.upd-c-wysiwyg ol:first-child,
.upd-c-wysiwyg ul:first-child,
.upd-c-wysiwyg blockquote:first-child,
.upd-c-wysiwyg img:first-child,
.upd-c-wysiwyg table:first-child {
  margin-top: 0;
}

.base-s-bannerarea-2 {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea-2 {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea-2 .base-c-inner {
    max-width: 510px;
  }
}
.base-s-bannerarea-2 .s-bannerarea-2__banner {
  width: 100%;
}
.base-s-bannerarea-2 .s-bannerarea-2__banner img {
  width: 100%;
  height: auto;
}

.base-s-bannerarea .s-bannerarea__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__wrap {
    flex-wrap: wrap;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-bannerarea .s-bannerarea__item {
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__item {
    padding: 0;
  }
  .base-s-bannerarea .s-bannerarea__item + .s-bannerarea__item {
    margin-top: 16px;
  }
}
.base-s-bannerarea .s-bannerarea__item a {
  display: flex;
}
.base-s-bannerarea .s-bannerarea__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__item {
    width: 100%;
  }
}

.base-s-blog .s-blog__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list {
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-blog .s-blog__list li {
  max-width: 33.3%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li {
    padding: 0;
    max-width: 100%;
  }
}
.base-s-blog .s-blog__list li:nth-child(3n) {
  margin-right: 0;
}
.base-s-blog .s-blog__list li a {
  position: relative;
  display: block;
  padding-bottom: 32px;
  text-decoration: none;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li a {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.base-s-blog .s-blog__list li a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("/assets/base/img/top/blog/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listWrap {
    margin-left: 18px;
  }
}
.base-s-blog .s-blog__listThumb {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listThumb {
    min-width: 115px;
    height: 70px;
  }
}
.base-s-blog .s-blog__listThumb img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listThumb img {
    height: 70px;
  }
}
.base-s-blog .s-blog__listDate {
  display: block;
  margin: 16px 0 0;
  font-size: 13px;
  font-family: var(--font-family-en);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listDate {
    margin: 0;
  }
}
.base-s-blog .s-blog__listTitle {
  margin: 8px 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listTitle {
    line-height: 1.6;
  }
}

.base-s-blogDetail {
  padding: 64px 0 128px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail {
    padding: 32px 0 80px;
  }
}
.base-s-blogDetail > .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail > .base-c-inner {
    display: block;
  }
}
.base-s-blogDetail .s-blogDetail__content {
  max-width: 620px;
}
.base-s-blogDetail .s-blogDetail__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.base-s-blogDetail .s-blogDetail__meta .date {
  font-family: var(--font-family-en);
  margin-right: 12px;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.base-s-blogDetail .s-blogDetail__meta .category {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogDetail .s-blogDetail__tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 -8px 0;
  display: flex;
  flex-wrap: wrap;
}
.base-s-blogDetail .s-blogDetail__tags .tag {
  margin: 0 8px 8px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__tags .tag::before {
  content: "# ";
}
.base-s-blogDetail .s-blogDetail__wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__wrap {
    display: block;
  }
}
.base-s-blogDetail .s-blogDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 32px;
  margin-left: -56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: 24px;
    width: auto;
  }
}
.base-s-blogDetail .s-blogDetail__share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.base-s-blogDetail .s-blogDetail__share a + a {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share a + a {
    margin-top: 0;
    margin-left: 8px;
  }
}
.base-s-blogDetail .s-blogDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.base-s-blogDetail .s-blogDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-blogDetail .s-blogDetail__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__content {
    margin: auto;
  }
}
.base-s-blogDetail .s-blogDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.base-s-blogDetail .s-blogDetail__thumb {
  margin: 24px 0;
}
.base-s-blogDetail .s-blogDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-blogDetail .s-blogDetail__profile {
  border: 3px solid #eeeeee;
  padding: 25px 45px;
  position: relative;
  margin-top: 80px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profile {
    padding: 16px;
  }
}
.base-s-blogDetail .s-blogDetail__profileHeader {
  display: flex;
}
.base-s-blogDetail .s-blogDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-color: var(--color-base-background);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileThumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-blogDetail .s-blogDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.base-s-blogDetail .s-blogDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileWrap {
    padding-top: 0;
  }
}
.base-s-blogDetail .s-blogDetail__profileLabel {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileLabel {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileLabel {
    font-size: 12px;
  }
}
.base-s-blogDetail .s-blogDetail__profileName {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-blogDetail .s-blogDetail__profileSns {
  display: flex;
  position: absolute;
  top: 35px;
  right: 45px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileSns {
    top: 24px;
    right: 16px;
  }
}
.base-s-blogDetail .s-blogDetail__profileSns a {
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__profileSns a + a {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileSns a + a {
    margin-left: 12px;
  }
}
.base-s-blogDetail .s-blogDetail__profileText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileText {
    margin-top: 8px;
    font-size: 13px;
  }
}
.base-s-blogDetail .s-blogDetail__pager {
  display: none;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next, .base-s-blogDetail .s-blogDetail__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next, .base-s-blogDetail .s-blogDetail__pagerLink.-prev {
    width: 48%;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next a, .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
  display: block;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next a, .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
    padding: 20px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .label, .base-s-blogDetail .s-blogDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .title, .base-s-blogDetail .s-blogDetail__pagerLink.-prev .title {
  text-decoration: underline;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next {
  margin-left: auto;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .icon-arrow {
  right: 0;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_next.svg");
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_prev.svg");
}
.base-s-blogDetail .s-blogDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-s-blogDetail .s-blogDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.base-s-blogDetail .s-blogDetail__recommend {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommend {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.base-s-blogDetail .s-blogDetail__recommendTitle {
  margin: 0;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-blogDetail .s-blogDetail__recommendList {
  margin-top: 24px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb {
  width: 190px;
  height: 106.875px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb {
    width: 100%;
  }
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.base-s-blogDetail .s-blogDetail__recommendList .wrap {
  margin-left: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendList .wrap {
    width: 100%;
    padding-bottom: 59.75%;
  }
}
.base-s-blogDetail .s-blogDetail__recommendList .category {
  font-size: 12px;
}
.base-s-blogDetail .s-blogDetail__recommendList .date {
  font-size: 14px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__meta {
  margin-bottom: 8px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.base-s-blogDetail .s-blogDetail__related {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__related {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.base-s-blogDetail .s-blogDetail__relatedTitle {
  margin: 0;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-blogDetail .s-blogDetail__relatedList {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard:nth-child(n+3) {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard:nth-child(n+3) {
    margin-top: 0;
  }
}

.base-s-blogList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-1 {
    padding: 48px 0;
  }
}
.base-s-blogList-1 > .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-1 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-1 .s-blogList-1__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.base-s-blogList-1 .s-blogList-1__list {
  width: 100%;
}

.base-s-blogList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 {
    padding: 48px 0;
  }
}
.base-s-blogList-2 > .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-2 .s-blogList-2__content {
  flex: 1;
}
.base-s-blogList-2 .s-blogList-2__contentWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__contentWrap {
    margin-bottom: -30px;
  }
}
.base-s-blogList-2 .s-blogList-2__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogList-2 .s-blogList-2__description {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__description {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__description {
    margin: 0 0 32px;
  }
}
.base-s-blogList-2 .s-blogList-2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.base-s-blogList-2 .s-blogList-2__list .base-c-blogCard {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__list .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogList-2 .s-blogList-2__list .base-c-blogCard:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__list .base-c-blogCard:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .base-c-sidebar.-sp-hide {
    display: none;
  }
}

.base-s-blogList-3 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 {
    padding: 48px 0;
  }
}
.base-s-blogList-3 > .base-c-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-3 .s-blogList-3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(n+4) {
    margin-top: 0;
  }
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-1), .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-2) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-1), .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-2) {
    margin-right: 0;
  }
}
.base-s-blogList-3 .s-blogList-3__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogList-3 .s-blogList-3__description {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__description {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__description {
    margin: 0 0 32px;
  }
}

.base-s-card .s-card__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.base-s-card .s-card__list li {
  width: calc((100% - 32px) / 2);
  padding: 32px;
  border: 3px solid #f5f5f5;
  border-radius: var(--border-radius);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__list li {
    padding: 24px 16px;
    width: 100%;
    max-width: 480px;
  }
}
.base-s-card .s-card__listTitle {
  margin: 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-card .s-card__listContent {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
}
.base-s-card .s-card__listContent .s-card__listThumb {
  flex-grow: 1;
  width: 175px;
  min-width: 175px;
  height: 130px;
  border-radius: var(--border-radius);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listThumb {
    width: 100%;
    min-width: auto;
  }
}
.base-s-card .s-card__listContent .s-card__listDescription {
  flex-grow: 1;
  margin: 0 0 0 24px;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listDescription {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listDescription {
    margin: 12px 0 0 0;
  }
}
.base-s-card .s-card__listButton {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listButton {
    margin-top: 16px;
  }
}

.base-s-carousel-2 .s-carousel-2__Item {
  display: flex;
  background-color: var(--color-base-primaryFaded);
  padding: 42px 40px;
  height: 370px;
  border-radius: 5px;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2 .s-carousel-2__Item.-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__Item {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    height: max-content;
  }
}
.base-s-carousel-2 .s-carousel-2__imgWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__imgWrap {
    width: 100%;
  }
}
.base-s-carousel-2 .s-carousel-2__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-carousel-2 .s-carousel-2__contentWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__title {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0%;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 14px 0 0 0;
  line-height: 30px;
  letter-spacing: 1.05882px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
  display: inline-block;
  margin-top: 29px;
  background-color: var(--color-base-primary);
  border-radius: 30px;
  color: #fff;
  padding: 11px 94px 14px;
  font-weight: bold;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
    padding: 11px 60px 14px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2__title {
    max-width: 697px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2__title {
    padding: 0 20px;
  }
}
.base-s-carousel-2__con {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2__con {
    max-width: 1194px;
    margin-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2__con {
    margin-top: 45px;
  }
}

.base-c-carousel-2-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider {
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn {
    padding: 0 15px;
  }
}
.base-c-carousel-2-slider__btn > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__btn > ul li {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul li {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__btn > ul li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul li + li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.base-c-carousel-2-slider__arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 64%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__con {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__con {
    margin-top: 40px;
  }
}

.base-c-slider-tab {
  font-weight: 700;
  display: block;
  list-style-type: none;
  width: auto;
  height: auto;
  border-radius: 5px;
  opacity: 1;
  background: #fff;
  border: 3px solid var(--color-base-primary);
  text-align: center;
  color: var(--color-base-primary);
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .base-c-slider-tab {
    font-size: var(--font-size-m);
    line-height: 26.1px;
    letter-spacing: 1.62px;
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-tab {
    font-size: var(--font-size-s);
    line-height: 27px;
    letter-spacing: 0.04em;
    padding: 14px 0;
  }
}
.base-c-slider-tab:hover, .base-c-slider-tab.swiper-pagination-bullet-active {
  background: var(--color-base-primary);
  color: #fff;
}

.base-c-slider-btn {
  border-radius: 100%;
  background: var(--color-base-primary);
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .base-c-slider-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-btn {
    width: 40px;
    height: 40px;
  }
}
.base-c-slider-btn:hover {
  opacity: 0.7;
}
.base-c-slider-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #fff;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .base-c-slider-btn:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-btn:before {
    width: 6px;
    height: 6px;
  }
}
.base-c-slider-btn.-next:before {
  border-width: 2px 2px 0 0;
}
.base-c-slider-btn.-prev:before {
  border-width: 0 0 2px 2px;
}

.base-s-carousel {
  background-color: #fff !important;
}
.base-s-carousel .base-c-inner {
  max-width: 960px;
}
.base-s-carousel .s-carousel__Item {
  display: flex;
  align-items: center;
  background-color: var(--color-base-primaryFaded);
  padding: 48px 40px;
  border-radius: 5px;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-s-carousel .s-carousel__Item.-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__Item {
    padding: 0 16px 32px 16px;
    flex-direction: column;
    align-items: center;
    height: max-content;
  }
}
.base-s-carousel .s-carousel__imgWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__imgWrap {
    width: max-content;
  }
}
.base-s-carousel .s-carousel__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-carousel .slick-arrow {
  transition: 0.2s;
  background-color: var(--color-base-primary);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-s-carousel .slick-arrow::after {
  z-index: 2;
  width: 35px;
  height: 35px;
}
.base-s-carousel .slick-arrow:hover {
  transition: 0.2s;
  transform: scale(1.3);
  opacity: 1;
}
.base-s-carousel .prev-arrow {
  left: -6.9444%;
  top: 167.5px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .prev-arrow {
    left: -8px;
  }
}
.base-s-carousel .prev-arrow::after {
  content: "";
  background: url("/assets/base/img/carousel/icon_arrow_prev.svg") no-repeat;
  background-position: center;
}
.base-s-carousel .next-arrow {
  right: -6.9444%;
  top: 167.5px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .next-arrow {
    right: -8px;
  }
}
.base-s-carousel .next-arrow::after {
  content: "";
  background: url("/assets/base/img/carousel/icon_arrow_next.svg") no-repeat;
  background-position: center;
}
.base-s-carousel .s-carousel__contentWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.base-s-carousel .s-carousel__contentWrap .s-carousel__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0%;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap .s-carousel__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-carousel .s-carousel__contentWrap .s-carousel__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 16px 0 0 0;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap .s-carousel__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-case-1 .s-case-1__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-case-1 .s-case-1__list {
    margin: 0;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-1 .s-case-1__list .base-c-itemCase {
  margin: 0;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .base-s-case-1 .s-case-1__list .base-c-itemCase {
    margin: 0 0 0;
    width: 100%;
  }
}

.base-s-case-2 .s-case-2__item {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__item {
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-2 .s-case-2__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  max-width: 520px;
  width: 100%;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemImage {
    position: static;
    height: 190px;
  }
}
.base-s-case-2 .s-case-2__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-case-2 .s-case-2__itemWrap {
  width: 520px;
  border-radius: var(--border-radius);
  border: 2px solid #f5f5f5;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap {
    max-width: 100%;
    margin-top: 16px;
  }
}
.base-s-case-2 .s-case-2__itemWrap a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 48px 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap a {
    padding: 24px 24px 40px;
  }
}
.base-s-case-2 .s-case-2__itemWrap a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("/assets/base/img/top/case/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 36px;
  right: 52px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap a:after {
    bottom: 24px;
    right: 24px;
  }
}
.base-s-case-2 .s-case-2__itemLogo img {
  width: 70px;
  height: 52px;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-case-2 .s-case-2__itemCompany {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemCompany {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-case-2 .s-case-2__itemTitle {
  margin: 8px 0 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-case-2 .s-case-2__itemText {
  margin: 8px 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-case-3__inner {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.base-s-case-3__slider {
  margin-top: 42px;
  position: relative;
}
.base-s-case-3__slider > ul {
  margin: 0;
  padding: 0;
}
.base-s-case-3__slider .slick-dots li:only-child {
  display: none;
}
.base-s-case-3__slider .base-c-itemCase {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .sliderArea {
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .sliderArea {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-slide {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-slide {
    padding: 0;
  }
}
.base-s-case-3__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-dots > li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-dots > li + li {
    margin-left: 20px;
  }
}
.base-s-case-3__slider .slick-dots > li {
  list-style-type: none;
  background: #C4C4C4;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-dots > li {
    width: 8px;
    height: 8px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-dots > li {
    width: 15px;
    height: 15px;
    margin-top: 50px;
  }
}
.base-s-case-3__slider .slick-dots > li button,
.base-s-case-3__slider .slick-dots > li [type=button] {
  display: none;
}
.base-s-case-3__slider .slick-dots > li.slick-active, .base-s-case-3__slider .slick-dots > li:hover {
  background: var(--color-base-primary);
}
.base-s-case-3__slider__prev, .base-s-case-3__slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.base-s-case-3__slider__prev {
  left: 0;
}
.base-s-case-3__slider__next {
  right: 0;
}
.base-s-case-3 .s-case-1__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 -60px;
}
@media screen and (max-width: 767px) {
  .base-s-case-3 .s-case-1__list {
    display: grid;
    margin: 0 0 -60px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-3 .s-case-1__list .base-c-itemCase {
  margin: 0 9px;
  width: calc((100% - 54px) / 3);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-case-3 .s-case-1__list .base-c-itemCase {
    margin: 0 0 30px;
    width: 100%;
  }
}

.base-s-caseDetail > .base-c-inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail > .base-c-inner {
    padding: 32px 15px;
  }
}
.base-s-caseDetail .s-caseDetail__container {
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__container {
    padding: 30px 0 80px;
  }
}
.base-s-caseDetail .s-caseDetail__content {
  max-width: 800px;
  margin: 0 auto;
}
.base-s-caseDetail .s-caseDetail__meta {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta {
    display: block;
  }
}
.base-s-caseDetail .s-caseDetail__meta .date {
  font-size: 13px;
  font-family: var(--font-family-en);
  letter-spacing: 0.09em;
  margin-right: 12px;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__meta .tag {
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .tag {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .tag {
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.base-s-caseDetail .s-caseDetail__company {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.base-s-caseDetail .s-caseDetail__companyLogo {
  overflow: hidden;
}
.base-s-caseDetail .s-caseDetail__companyLogo img {
  width: auto;
  height: 36px;
}
.base-s-caseDetail .s-caseDetail__companyName {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__companyName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__title {
  margin: 0 0 40px;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__title {
    margin-bottom: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__thumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__thumb {
    margin-bottom: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__thumb img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-caseDetail .s-caseDetail__author {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 32px 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__author {
    padding: 24px 15px;
    margin-bottom: 40px;
  }
}
.base-s-caseDetail .s-caseDetail__authorName {
  margin: 0 0 16px;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__authorList {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList {
    flex-direction: column;
  }
}
.base-s-caseDetail .s-caseDetail__authorList + .s-caseDetail__authorList {
  margin-top: 16px;
}
.base-s-caseDetail .s-caseDetail__authorList dt {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 4px 0;
  min-width: 120px;
  white-space: nowrap;
  border-radius: var(--border-radius);
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dt {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dt {
    position: relative;
    margin: 0 0 4px 0;
  }
}
.base-s-caseDetail .s-caseDetail__authorList dd {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  min-height: 34px;
  line-height: 1.45;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dd {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dd {
    padding: 8px 0 0 0;
  }
}
.base-s-caseDetail .s-caseDetail__wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__wrap {
    display: block;
  }
}
.base-s-caseDetail .s-caseDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__share {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-caseDetail .s-caseDetail__share a {
  display: block;
  width: 26px;
}
.base-s-caseDetail .s-caseDetail__share a + a {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__entry {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__entry {
    padding-left: 0;
    width: 100%;
  }
}
.base-s-caseDetail .s-caseDetail__content {
  flex: 1;
}
.base-s-caseDetail .s-caseDetail__body {
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body h2,
.base-s-caseDetail .s-caseDetail__body h3,
.base-s-caseDetail .s-caseDetail__body h4,
.base-s-caseDetail .s-caseDetail__body h5,
.base-s-caseDetail .s-caseDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}
.base-s-caseDetail .s-caseDetail__body h2 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 14px 20px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h2 {
    padding: 10px 16px;
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__body h3 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-left: 5px solid var(--color-base-primary);
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h3 {
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__body h4 {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h4 {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__body p,
.base-s-caseDetail .s-caseDetail__body li {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body p,
  .base-s-caseDetail .s-caseDetail__body li {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-caseDetail .s-caseDetail__body p + p {
  margin-top: 35px;
}
.base-s-caseDetail .s-caseDetail__body ul + h2,
.base-s-caseDetail .s-caseDetail__body ol + h2,
.base-s-caseDetail .s-caseDetail__body p + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h2,
  .base-s-caseDetail .s-caseDetail__body ol + h2,
  .base-s-caseDetail .s-caseDetail__body p + h2 {
    margin-top: 40px;
  }
}
.base-s-caseDetail .s-caseDetail__body ul + h3,
.base-s-caseDetail .s-caseDetail__body ol + h3,
.base-s-caseDetail .s-caseDetail__body p + h3 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h3,
  .base-s-caseDetail .s-caseDetail__body ol + h3,
  .base-s-caseDetail .s-caseDetail__body p + h3 {
    margin-top: 28px;
  }
}
.base-s-caseDetail .s-caseDetail__body ul + h4,
.base-s-caseDetail .s-caseDetail__body ol + h4,
.base-s-caseDetail .s-caseDetail__body p + h4 {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h4,
  .base-s-caseDetail .s-caseDetail__body ol + h4,
  .base-s-caseDetail .s-caseDetail__body p + h4 {
    margin-top: 20px;
  }
}
.base-s-caseDetail .s-caseDetail__body ol {
  list-style: decimal-leading-zero;
}
.base-s-caseDetail .s-caseDetail__body ol li::marker {
  font-size: 24px;
  font-family: var(--font-family-en);
}
.base-s-caseDetail .s-caseDetail__body blockquote {
  padding: 24px 24px 24px 70px;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: #eeeeee;
  margin: 0 0 16px;
  color: #888888;
  border-radius: var(--border-radius);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote {
    padding: 16px 16px 16px 48px;
  }
}
.base-s-caseDetail .s-caseDetail__body blockquote::before {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote::before {
    top: 16px;
    left: 16px;
    width: 20px;
    height: 15px;
  }
}
.base-s-caseDetail .s-caseDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-caseDetail .s-caseDetail__body table thead, .base-s-caseDetail .s-caseDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-caseDetail .s-caseDetail__body table tr {
  display: flex;
}
.base-s-caseDetail .s-caseDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-caseDetail .s-caseDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-caseDetail .s-caseDetail__download {
  background-color: var(--color-base-primary);
  text-align: center;
  padding: 40px 0 45px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__download {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-s-caseDetail .s-caseDetail__downloadText {
  margin: 0 0 16px;
  font-weight: bold;
  color: var(--color-base-primaryInside);
}
.base-s-caseDetail .s-caseDetail__downloadButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__downloadButton > .base-c-button {
    min-width: 100%;
  }
}
.base-s-caseDetail .s-caseDetail__relation {
  padding: 0;
  margin-top: 100px;
}

.base-s-caseFilter {
  padding: 64px 0;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter {
    padding: 32px 16px;
  }
}
.base-s-caseFilter .base-c-inner {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
}
.base-s-caseFilter .s-caseFilter__Header {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Header {
    padding: 0 0px;
    height: 72px;
  }
}
.base-s-caseFilter .s-caseFilter__Header:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
}
.base-s-caseFilter .s-caseFilter__Header.is-active .s-caseFilter__Toggle > span:nth-child(2) {
  display: none;
}
.base-s-caseFilter .s-caseFilter__Title {
  font-size: 20px;
  font-weight: bold;
}
.base-s-caseFilter .s-caseFilter__Toggle {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: var(--border-radius);
  position: relative;
}
.base-s-caseFilter .s-caseFilter__Toggle > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-text);
}
.base-s-caseFilter .s-caseFilter__Toggle > span:nth-child(2) {
  transform: rotate(90deg);
}
.base-s-caseFilter .s-caseFilter__Content {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Content {
    padding-bottom: 24px;
  }
}
.base-s-caseFilter .s-caseFilter__Wrap {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Wrap {
    display: block;
    padding: 0;
  }
}
.base-s-caseFilter .s-caseFilter__List {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__List {
    width: 100%;
    padding: 16px;
  }
}
.base-s-caseFilter .s-caseFilter__List + .s-caseFilter__List {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__List + .s-caseFilter__List {
    margin-left: 0;
    margin-top: 20px;
  }
}
.base-s-caseFilter .s-caseFilter__List .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 8px;
  line-height: 1.3;
  border-bottom: 3px solid #ddd;
}
.base-s-caseFilter .s-caseFilter__List .s-filterList-inner {
  max-width: initial;
  margin: 0;
  padding: 0;
}
.base-s-caseFilter .s-caseFilter__List .s-filterList-inner .s-filterItem.-checkbox {
  width: 100%;
  padding: 0;
}
.base-s-caseFilter .s-caseFilter__Button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Button > .base-c-button {
    min-width: 100%;
  }
}
.base-s-caseFilter .s-caseFilter__Footer {
  text-align: center;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Footer > .base-c-button {
    min-width: 100%;
  }
}

.base-s-campany-1 .base-c-inner .s-campany-1__tableList {
  width: 100%;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem {
  display: flex;
  margin: 0;
  padding: 0;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableTitle {
  border-top: 2px solid #fff;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableDescription {
  border-top: 2px solid var(--color-base-primary);
  background-size: 8px 1px;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  font-weight: bold;
  min-width: 200px;
  padding: 16px 10px 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
    min-width: 100px;
    padding: 16px 10px;
  }
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  flex: 1;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
    padding: 16px;
    line-height: 1.5;
  }
}

.base-s-companyDetail__map {
  margin-top: 100px;
  padding: 64px 0;
  background-color: var(--color-base-background);
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map {
    margin-top: 0;
    padding: 0;
    background: none;
  }
}
.base-s-companyDetail__map .base-c-inner {
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .base-c-inner {
    max-width: 100%;
    padding: 0;
  }
}
.base-s-companyDetail__map iframe {
  position: absolute;
  top: -120px;
  left: 0;
  display: block;
  border: none;
  border-radius: var(--border-radius);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-companyDetail__map iframe {
    width: 40%;
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map iframe {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 280px;
    margin: 0 auto;
    position: initial;
  }
}
.base-s-companyDetail__map .s-mapTextBox {
  width: 720px;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: var(--border-radius);
  padding: 48px 160px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-companyDetail__map .s-mapTextBox {
    width: 60%;
    margin-right: 2%;
    padding: 8%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .s-mapTextBox {
    width: 100%;
    padding: 0 15px;
    padding-top: 32px;
    margin-top: 0;
  }
}
.base-s-companyDetail__map .s-mapTextBox__detail {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 16px;
}
.base-s-companyDetail__map .s-mapTextBox__detail:last-child {
  margin-bottom: 0;
}
.base-s-companyDetail__map .s-mapTextBox__title {
  width: 60px;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  line-height: 1.5em;
}
.base-s-companyDetail__map .s-mapTextBox__text {
  width: 300px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .s-mapTextBox__text {
    width: 100%;
  }
}
.base-s-companyDetail__map .s-mapTextBox__text a {
  display: inline-block;
  border: solid 1px #000;
  border-radius: var(--border-radius);
  font-size: 11px;
  padding: 3px 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-base-text);
  margin-left: 1em;
  line-height: 1.2em;
}

.base-s-complete {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .base-s-complete {
    padding: 64px 0;
  }
}
.base-s-complete .s-complete__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.base-s-complete .s-complete__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}
.base-s-complete .s-complete__contentTitle {
  font-size: var(--font-size-m);
  margin: 24px 0 0;
}
.base-s-complete .s-complete__contentText {
  font-size: var(--font-size-s);
  line-height: 1.8;
  margin: 32px 0 0;
}
.base-s-complete .s-complete__contentButton {
  margin-top: 32px;
}

.base-s-contact {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-contact {
    padding: 48px 0;
  }
}
.base-s-contact.-variant .s-contact__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-contact.-variant .s-contact__ctaTitle {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telTitle {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telNumber a .number {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telTime {
  color: var(--color-base-secondaryInside);
}
.base-s-contact .s-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-contact .s-contact__cta {
  position: relative;
  z-index: 1;
}
.base-s-contact .s-contact__ctaTitle {
  color: var(--color-base-primaryInside);
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__ctaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-contact .s-contact__tel {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.base-s-contact .s-contact__tel.-color-black * {
  color: var(--color-base-text) !important;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__tel {
    margin-top: 24px;
  }
}
.base-s-contact .s-contact__telTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-primaryInside);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-contact .s-contact__telNumber {
  display: inline-block;
  margin: 0;
}
.base-s-contact .s-contact__telNumber a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.base-s-contact .s-contact__telNumber a .fa {
  margin-right: 4px;
  font-size: 42px;
  transform: rotate(10deg) translateY(3px);
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telNumber a .fa {
    font-size: 32px;
    position: relative;
    bottom: 2px;
  }
}
.base-s-contact .s-contact__telNumber a .number {
  display: block;
  font-family: var(--font-family-en);
  font-size: 52px;
  color: var(--color-base-primaryInside);
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telNumber a .number {
    font-size: 40px;
  }
}
.base-s-contact .s-contact__telTime {
  display: block;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-base-primaryInside);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telTime {
    font-size: var(--font-size-xs-sp);
  }
}

.base-s-contactDetail {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail {
    padding: 48px 0;
  }
}
.base-s-contactDetail .s-contactDetail__document {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__document {
    flex-direction: column;
  }
}
.base-s-contactDetail .s-contactDetail__documentImage {
  display: block;
  margin: 0 38px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
.base-s-contactDetail .s-contactDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  object-fit: cover;
}
.base-s-contactDetail .s-contactDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentTitle {
    font-size: 20px;
  }
}
.base-s-contactDetail .s-contactDetail__documentText {
  font-size: 15px;
  line-height: 2;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentText {
    font-size: 13px;
  }
}

.base-s-contactTell .s-contactTell__inner {
  display: flex;
  border: 2px solid var(--color-base-text);
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__inner {
    display: block;
    padding: 24px;
  }
}
.base-s-contactTell .s-contactTell__text {
  max-width: 530px;
  padding: 54px 34px 54px 48px;
  line-height: 2;
  font-size: 15px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__text {
    padding: 0;
    font-size: 13px;
  }
}
.base-s-contactTell .s-contactTell__text:after {
  content: " ";
  display: block;
  width: 4px;
  height: calc(100% - 56px);
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__text:after {
    display: none;
  }
}
.base-s-contactTell .s-contactTell__tel {
  display: flex;
  align-items: center;
  padding: 0 36px 0 45px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel {
    padding: 24px 0 0;
    margin-top: 24px;
    justify-content: center;
    border-top: 2px solid #f5f5f5;
  }
}
.base-s-contactTell .s-contactTell__tel .telText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 36px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telText {
    font-size: 11px;
    margin-bottom: 6px;
    margin-left: 27px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a {
  font-size: 44px;
  letter-spacing: 3.5px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-base-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a {
    font-size: 32px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a i {
  display: flex;
  align-items: center;
  height: 38px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a i {
    height: 26px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a i img {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a i img {
    height: 26px;
  }
}
.base-s-contactTell .s-contactTell__tel .telTips {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telTips {
    font-size: 10px;
    margin-top: 4px;
  }
}

.base-s-course .s-course__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-s-course .s-course__listItem + .s-course__listItem {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listItem + .s-course__listItem {
    margin-top: 48px;
  }
}
.base-s-course .s-course__listInner {
  color: var(--color-base-text);
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listInner {
    display: block;
  }
}
.base-s-course .s-course__listThumb {
  border-radius: var(--border-radius);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 194px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listThumb {
    width: 100%;
    height: 210px;
  }
}
.base-s-course .s-course__listThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-course .s-course__listContents {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listContents {
    margin: 20px 0 0;
  }
}
.base-s-course .s-course__listTitle {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-course .s-course__listDesc {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listDesc {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-course .s-course__listPrice .num {
  font-size: 24px;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .num {
    font-size: 16px;
  }
}
.base-s-course .s-course__listPrice .num span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .num span {
    font-size: 32px;
  }
}
.base-s-course .s-course__listPrice .unit {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .unit {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .unit {
    font-size: 12px;
  }
}
.base-s-course .s-course__listText {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.base-s-course .s-course__listText li {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listText li {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-course .s-course__listMeta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.base-s-course .s-course__listLink {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink {
    font-size: 12px;
  }
}
.base-s-course .s-course__listLink:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 7px;
  margin-right: 10px;
  background: url(/assets/base/img/top/course/icon_arrow_01.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink:before {
    width: 18px;
    margin-right: 7px;
  }
}

.base-s-cta-1 {
  display: flex;
  justify-content: center;
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 {
    padding: 48px 0;
  }
}
.base-s-cta-1.-variant .s-cta-1__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-1.-variant .s-cta-1__title {
  color: var(--color-base-secondaryInside);
}
.base-s-cta-1 .s-cta-1__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-1 .s-cta-1__icon {
  width: 120px;
  height: 120px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__icon {
    width: 60px;
    height: 60px;
    border-radius: 13px;
  }
}
.base-s-cta-1 .s-cta-1__icon img {
  width: 120px;
  height: auto;
  object-fit: cover;
}
.base-s-cta-1 .s-cta-1__title {
  color: var(--color-base-primaryInside);
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 32px 0 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__title {
    margin: 16px 0;
    padding: 0 24px;
  }
}
.base-s-cta-1 .s-cta-1__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__wrap {
    gap: 16px;
  }
}
.base-s-cta-1 .s-cta-1__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-s-cta-1 .s-cta-1__button img {
  max-width: 100%;
  height: auto;
}

.base-s-cta-2 {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__title {
  color: var(--color-base-secondaryInside);
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__wrap .base-c-button {
  background: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-cta-2 .base-c-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-2 .base-c-inner .s-cta-2__title {
  color: var(--color-base-primaryInside);
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 1.55294px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__wrap {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__wrap .base-c-button {
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__wrap .base-c-button {
    width: 100%;
  }
}

.base-s-cta-3 {
  padding: 65px 0;
  background-color: #181818;
}
.base-s-cta-3 .base-c-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.base-s-cta-3 .s-cta-3__title {
  color: #eeeeee;
  font-weight: bold;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-cta-3 .s-cta-3__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cta-3 .s-cta-3__link {
  display: inline-block;
  padding: 0 150px;
  height: 120px;
  border-radius: 60px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.base-s-cta-3 .s-cta-3__linkSubtitle {
  font-family: var(--font-family-en);
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 19px;
  color: #181818;
}
.base-s-cta-3 .s-cta-3__linkTitle {
  font-size: 26px;
  letter-spacing: 1.8px;
  line-height: 38px;
  font-weight: bold;
  color: #181818;
}
.base-s-cta-3 .s-cta-3__tel {
  margin-top: 40px;
}
.base-s-cta-3 .s-cta-3__telText {
  color: #eeeeee;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.base-s-cta-3 .s-cta-3__telLink {
  font-family: var(--font-family-en);
  font-size: 52px;
  letter-spacing: 3.5px;
  line-height: 62px;
  color: #eeeeee;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-s-cta-3 .s-cta-3__telLink::before {
  content: "";
  display: block;
  width: 31px;
  height: 41px;
  background-image: url("/assets/base/img/common/icon_tel-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.base-s-cta-3 .s-cta-3__telTime {
  text-align: right;
  color: #eeeeee;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.base-s-cta-4 {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-4 .s-cta-4__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-4 .base-c-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner {
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-4 .base-c-inner .s-cta-4__box {
  max-width: 50%;
  width: 100%;
  background-color: var(--color-base-primaryInside);
  padding: 28px 45px 32px;
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .s-cta-4__box {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .s-cta-4__box {
    width: 100%;
    max-width: unset;
    padding: 24px 24px;
  }
}
.base-s-cta-4 .base-c-inner .s-cta-4__box .s-cta-4__text {
  font-weight: 700;
  margin-top: 0;
}
.base-s-cta-4 .base-c-inner .base-c-button {
  color: var(--color-base-primaryInside);
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  background-color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .base-c-button {
    width: 100%;
  }
}
.base-s-cta-4 .base-c-inner .base-c-button:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .base-c-button:nth-of-type(n + 2) {
    margin: 20px 0 0 0;
  }
}
.base-s-cta-4 .base-c-inner .base-c-button .icon-circle-arrow {
  right: 30px;
  width: 26px;
  height: 26px;
  font-size: 26px;
}

.base-s-cta-5 {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-5 .s-cta-5__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-background);
}
.base-s-cta-5 .base-c-inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner {
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  width: 50%;
  max-width: 482px;
  background-color: var(--color-base-primary);
  padding: 36px 40px 48px;
  position: relative;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box {
    width: 100%;
    padding: 32px 40px;
    max-width: unset;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box:hover {
  transform: scale(1.05);
  opacity: 1;
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__title {
  font-weight: 700;
  margin: 0;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
  max-width: 315px;
  width: 85%;
  margin: 0;
  margin-top: 16px;
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
    width: 100%;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__link {
  text-decoration: none;
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  color: var(--color-base-primaryInside);
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__link:hover {
  opacity: unset;
}
.base-s-cta-5 .base-c-inner .s-cta-5__backlogo {
  opacity: 0.1;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family-en);
  position: absolute;
  bottom: -1px;
  right: 4px;
  line-height: 1;
}

.base-s-cta-6 {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 {
    display: block;
  }
}
.base-s-cta-6 .s-cta-6__wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap {
    display: block;
    width: 100%;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box {
  width: 50%;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box {
    display: block;
    width: 100%;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
  margin: 0 auto;
  padding: 40px 0 56px;
  position: relative;
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 15px;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__title {
  font-weight: 700;
  margin: 0;
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__title {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text {
  margin: 0;
  margin-top: 16px;
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  background-color: currentColor;
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box:nth-of-type(2n) {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box:nth-of-type(2n) .base-c-button {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-secondaryInside);
}
.base-s-cta-6 .s-cta-6__wrap .base-c-button {
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  color: var(--color-base-primary);
  background-color: var(--color-base-primaryInside);
  margin-top: 60px;
}
.base-s-cta-6 .s-cta-6__wrap .base-c-button .icon-arrow {
  position: absolute;
  right: 30px;
}

.base-s-cta-7 {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-7 .s-cta-7__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-7 .base-c-inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.base-s-cta-7 .base-c-inner .s-cta-7__box {
  width: 33.3333333333%;
  max-width: 359px;
  background-color: var(--color-base-primaryInside);
  padding: 32px;
  text-align: center;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    width: 100%;
    max-width: unset;
    padding: 30px;
  }
}
.base-s-cta-7 .base-c-inner .s-cta-7__box .s-cta-7__text {
  color: var(--color-base-primary);
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
.base-s-cta-7 .base-c-inner .base-c-button {
  min-width: 200px;
  max-width: 260px;
  display: inline-block;
  color: var(--color-base-primaryInside);
  margin: 0 auto;
  padding: 12px 50px 12px 40px;
  background-color: var(--color-base-primary);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-7 .base-c-inner .base-c-button {
    padding: 12px 35px 12px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .base-c-button {
    width: 100%;
  }
}

.base-s-cta-8 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 {
    display: block;
  }
}
.base-s-cta-8 .s-cta-8__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-8 .base-c-inner {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box {
  width: 33.3333333333%;
  padding: 56px 32px;
  text-align: center;
  box-sizing: border-box;
  color: var(--color-base-primaryInside);
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box {
    padding: 40px;
    width: 100%;
    max-width: unset;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box .s-cta-8__text {
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box .s-cta-8__text {
    margin: 0 0 20px;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
  border-left: 2px solid var(--color-base-primaryInside);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
    border: none;
    border-top: 2px solid var(--color-base-primaryInside);
    margin: 0;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__title {
  color: #eeeeee;
  font-weight: bold;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    margin: 0 0 20px;
    font-size: var(--font-size-xl);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-cta-8 .base-c-inner .base-c-button {
  min-width: 200px;
  max-width: 260px;
  display: inline-block;
  background-color: var(--color-base-primaryInside);
  margin: 0 auto;
  padding: 12px 40px;
  color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .base-c-button {
    width: 100%;
  }
}
.base-s-cta-8 .base-c-inner .base-c-button:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .base-c-button:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}
.base-s-cta-8 .base-c-inner .base-c-button .icon-arrow {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  top: 17px;
}

.base-s-cta-9 {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  position: relative;
  background-color: var(--color-base-primaryFaded);
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-9 .base-c-inner {
  width: 100%;
}
.base-s-cta-9 .base-c-inner .s-cta-9__subtitle {
  color: var(--color-base-secondaryInside);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.base-s-cta-9 .base-c-inner .s-cta-9__title {
  position: relative;
  color: var(--color-base-secondaryInside);
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 1.55294px;
  padding-bottom: 24px;
}
.base-s-cta-9 .base-c-inner .s-cta-9__title:before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: var(--color-base-primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.base-s-cta-9 .base-c-inner .s-cta-9__text {
  width: 697px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__text {
    width: 100%;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__wrap {
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button {
  width: 49%;
  font-size: 26px;
  padding: 40px 84px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button {
    width: 100%;
    min-width: 50%;
    padding: 28px 64px;
    margin-bottom: 16px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button.-arrow:before {
  font-size: 13px;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox {
    width: 100%;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .text {
  font-size: 15px;
  color: var(--color-base-secondaryInside);
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.01em;
  font-family: var(--font-family-en);
  font-weight: 600;
  color: var(--color-base-secondaryInside);
  margin: auto;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .telNum {
  position: relative;
  display: inline-block;
  color: var(--color-base-secondaryInside);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .telNum {
    padding-left: 30px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .icon {
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--color-base-secondaryInside);
  width: 40px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .icon {
    left: -12px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .text-mini {
  font-size: 12px;
  color: var(--color-base-secondaryInside);
  text-align: right;
  margin: 0;
}

.base-s-cta-sticky1 {
  position: relative;
  z-index: 90;
}
.base-s-cta-sticky1 .s-cta-sticky1__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-sticky1 .s-cta-sticky1__button {
    background: var(--color-base-secondary);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: var(--color-base-text);
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 18px 28px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
  }
}
.base-s-cta-sticky1 .s-cta-sticky1__icon {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
.base-s-cta-sticky1 .s-cta-sticky1__icon path {
  fill: var(--color-base-secondaryInside);
}

.base-s-cta-sticky2 {
  position: relative;
  z-index: 90;
}
.base-s-cta-sticky2 .s-cta-sticky2__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-sticky2 .s-cta-sticky2__button {
    background: var(--color-base-primary);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: var(--color-base-primaryInside);
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 18px 28px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
  }
}
.base-s-cta-sticky2 .s-cta-sticky2__icon {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
.base-s-cta-sticky2 .s-cta-sticky2__icon path {
  fill: var(--color-base-primaryInside);
}

.base-s-cxo .s-cxo__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -12px 0 -12px;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__wrap {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 0 auto;
  }
}
.base-s-cxo .s-cxo__item {
  width: 33.3%;
  padding: 40px 12px 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__item {
    width: 100%;
    padding: 0;
  }
  .base-s-cxo .s-cxo__item + .s-cxo__item {
    margin: 32px 0 0;
  }
}
.base-s-cxo .s-cxo__itemThumb {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.base-s-cxo .s-cxo__itemThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-cxo .s-cxo__itemJob {
  margin: 16px 0 0;
  text-align: center;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemJob {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-cxo .s-cxo__itemName {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemName {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cxo .s-cxo__itemText {
  margin: 8px 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemText {
    margin-top: 16px;
  }
}

.base-s-documentArchive {
  margin-bottom: 44px;
}
.base-s-documentArchive .s-documentArchive__documents {
  margin: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-documentArchive .s-documentArchive__documents {
    margin: 40px 0 60px;
  }
}

.base-s-documentDetail2 .s-documentDetail2__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__contents {
    margin-top: 20px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__figure {
  border: 3px solid #eeeeee;
  margin: 0 0 20px 0;
  height: 0;
  position: relative;
}
.base-s-documentDetail2 .s-documentDetail2__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-documentDetail2 .s-documentDetail2__tel {
  border: 3px solid #eeeeee;
  padding: 21px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__tel {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__detail {
  margin-bottom: 40px;
}
.base-s-documentDetail2 .s-documentDetail2__telText {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0e1315;
}
.base-s-documentDetail2 .s-documentDetail2__telInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.base-s-documentDetail2 .s-documentDetail2__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #0e1315;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__documents {
  clear: both;
}
.base-s-documentDetail2 .s-documentDetail2__detailTitle {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #0e1315;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailTitle {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
  }
}
.base-s-documentDetail2 .s-documentDetail2__detailText {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #0e1315;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailText {
    font-size: 16px;
    height: 200px;
    overflow: hidden;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form {
  clear: both;
  background-color: #eeeeee;
  padding: 42px 38px;
  /*フォームのスタイル調整*/
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__form {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 25px 16px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-documentDetail2 .s-documentDetail2__form label::before {
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 5px;
  margin-left: 12px;
  box-sizing: border-box;
}
.base-s-documentDetail2 .s-documentDetail2__form input,
.base-s-documentDetail2 .s-documentDetail2__form select {
  height: 54px;
  padding-left: 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form input:focus,
.base-s-documentDetail2 .s-documentDetail2__form select:focus {
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-documentDetail2 .s-documentDetail2__form textarea {
  padding: 15px 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span {
  font-weight: 500;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span::before {
  border: 2px solid #33bad4;
  background-color: #ffffff;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span::after {
  background-color: #33bad4 !important;
}
.base-s-documentDetail2 .s-documentDetail2__form input,
.base-s-documentDetail2 .s-documentDetail2__form select,
.base-s-documentDetail2 .s-documentDetail2__form textarea {
  background-color: #ffffff;
}
.base-s-documentDetail2 .s-documentDetail2__form input + div,
.base-s-documentDetail2 .s-documentDetail2__form select + div,
.base-s-documentDetail2 .s-documentDetail2__form textarea + div {
  font-size: 13px;
  color: #d35645;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox label {
  flex-direction: row;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
  color: #d35645;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy {
  margin: 0;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy::before {
  display: none;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy input {
  height: initial;
}
.base-s-documentDetail2 .s-documentDetail2__form form > div + div {
  margin-top: 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__agreeText,
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__checkbox {
  line-height: 1.5;
  font-size: 13px;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__agreeText a,
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__checkbox a {
  color: #33bad4;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .privacy {
  font-size: 11px;
  color: #888888;
  line-height: 1.5;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .privacy a {
  color: #888888;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button {
  margin: auto;
  margin-top: 30px;
  background-color: #0e1315;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 430px;
  min-width: initial;
  height: 50px;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button:hover {
  transform: initial;
  opacity: 0.6;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-documentDetail2.-column1 .s-documentDetail2__figure {
  width: calc(50% - 54px);
  padding-bottom: calc((50% - 54px) * 0.67);
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
    float: none;
  }
}
.base-s-documentDetail2.-column1 .s-documentDetail2__tel {
  width: calc(50% - 54px);
  margin-bottom: 40px;
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__tel {
    width: 100%;
    float: none;
  }
}
.base-s-documentDetail2.-column1 .s-documentDetail2__detail {
  width: calc(50% + 54px);
  padding-left: 54px;
  float: right;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__detail {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__contents {
    display: block;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__body {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__body {
    margin-right: 0;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__figure {
  width: 100%;
  padding-bottom: 67%;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__form {
  width: 40%;
  min-width: 320px;
  flex-shrink: 0;
  padding: 35px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__form {
    width: calc(100% + 32px);
    min-width: initial;
    padding: 25px 16px;
  }
}
.base-s-documentDetail2 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 #detailOpener:checked ~ .s-documentDetail2__detailText {
    height: auto;
  }
}
.base-s-documentDetail2 #detailOpener:checked ~ .s-documentDetail2__detailOpener {
  display: none;
}
.base-s-documentDetail2 .s-documentDetail2__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: var(--color-base-text-gray);
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 28px;
  }
}

.base-s-documentDetail3 .s-documentDetail3__body::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.base-s-documentDetail3 .s-documentDetail3__figure {
  margin: 0 0 24px 0;
  height: 0;
  position: relative;
  width: calc(50% - 40px);
  padding-bottom: calc((50% - 40px) * 0.5625);
  float: left;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
    float: none;
  }
}
.base-s-documentDetail3 .s-documentDetail3__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-documentDetail3 .s-documentDetail3__tel {
  border: 3px solid #EEEEEE;
  padding: 24px 24px;
  width: calc(50% - 40px);
  border-radius: var(--border-radius);
  margin-bottom: 32px;
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__tel {
    width: 100%;
    float: none;
    padding: 16px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__detail {
  width: calc(50% + 40px);
  min-height: 400px;
  padding-left: 40px;
  float: right;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detail {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 0;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telText {
  margin: 0 0 8px 0;
  font-size: var(--font-size-s);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
.base-s-documentDetail3 .s-documentDetail3__telInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.base-s-documentDetail3 .s-documentDetail3__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color-base-text);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__documents {
  clear: both;
}
.base-s-documentDetail3 .s-documentDetail3__detailTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-text);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailTitle {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailTitle {
    margin: 0 0 16px 0;
  }
}
.base-s-documentDetail3 .s-documentDetail3__detailText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailText {
    max-height: 200px;
    overflow: hidden;
  }
}
.base-s-documentDetail3 .base-c-form {
  clear: both;
  max-width: 800px;
  margin: auto;
  margin-top: 48px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .base-c-form {
    margin-top: 24px;
  }
}
.base-s-documentDetail3 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 #detailOpener:checked ~ .s-documentDetail3__detailText {
    height: auto;
  }
}
.base-s-documentDetail3 #detailOpener:checked ~ .s-documentDetail3__detailOpener {
  display: none;
}
.base-s-documentDetail3 .s-documentDetail3__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #666666;
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 16px;
  }
}

.base-s-documentDetail4 .s-documentDetail4__contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__contents {
    display: block;
  }
}
.base-s-documentDetail4 .s-documentDetail4__body {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__body {
    margin-right: 0;
  }
}
.base-s-documentDetail4 .s-documentDetail4__figure {
  margin: 0 0 16px 0;
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-documentDetail4 .s-documentDetail4__tel {
  border: 3px solid #eeeeee;
  padding: 24px 24px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__tel {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__detail {
  margin-bottom: 20px;
}
.base-s-documentDetail4 .s-documentDetail4__telText {
  margin: 0 0 8px 0;
  font-size: var(--font-size-s);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
.base-s-documentDetail4 .s-documentDetail4__telInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.base-s-documentDetail4 .s-documentDetail4__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color-base-text);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__documents {
  clear: both;
}
.base-s-documentDetail4 .s-documentDetail4__detailTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-text);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailTitle {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailTitle {
    margin: 0 0 16px 0;
  }
}
.base-s-documentDetail4 .s-documentDetail4__detailText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailText {
    max-height: 200px;
    overflow: hidden;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form {
  clear: both;
  background-color: #eeeeee;
  width: 40%;
  min-width: 320px;
  flex-shrink: 0;
  padding: 32px 24px;
  /*フォームのスタイル調整*/
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__form {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 24px 16px;
    min-width: initial;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-documentDetail4 .s-documentDetail4__form label::before {
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 5px;
  margin-left: 12px;
  box-sizing: border-box;
}
.base-s-documentDetail4 .s-documentDetail4__form input,
.base-s-documentDetail4 .s-documentDetail4__form select,
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  height: 45px;
  padding-left: 20px;
}
.base-s-documentDetail4 .s-documentDetail4__form input:focus,
.base-s-documentDetail4 .s-documentDetail4__form select:focus,
.base-s-documentDetail4 .s-documentDetail4__form textarea:focus {
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  padding: 15px 20px;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span {
  font-weight: 500;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span::before {
  border: 2px solid var(--color-base-text);
  background-color: #ffffff;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span::after {
  background-color: var(--color-base-text) !important;
}
.base-s-documentDetail4 .s-documentDetail4__form input,
.base-s-documentDetail4 .s-documentDetail4__form select,
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  background-color: #ffffff;
}
.base-s-documentDetail4 .s-documentDetail4__form input + div,
.base-s-documentDetail4 .s-documentDetail4__form select + div,
.base-s-documentDetail4 .s-documentDetail4__form textarea + div {
  font-size: 13px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox label {
  flex-direction: row;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy {
  margin: 0;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy::before {
  display: none;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy input {
  height: initial;
}
.base-s-documentDetail4 .s-documentDetail4__form form > div + div {
  margin-top: 24px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__agreeText,
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__checkbox {
  line-height: 1.5;
  font-size: 13px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__agreeText a,
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__checkbox a {
  color: var(--color-base-text);
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .privacy {
  font-size: 11px;
  color: #888888;
  line-height: 1.5;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .privacy a {
  color: #888888;
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button {
  margin: auto;
  margin-top: 20px;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: none;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 430px;
  min-width: initial;
  height: 50px;
  border-radius: var(--border-radius-button);
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button:hover {
  transform: initial;
  opacity: 0.6;
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-documentDetail4 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 #detailOpener:checked ~ .s-documentDetail4__detailText {
    height: auto;
  }
}
.base-s-documentDetail4 #detailOpener:checked ~ .s-documentDetail4__detailOpener {
  display: none;
}
.base-s-documentDetail4 .s-documentDetail4__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #666666;
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 28px;
  }
}

.base-s-documentDetail {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail {
    padding: 48px 0;
  }
}
.base-s-documentDetail .s-documentDetail__document {
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__document {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.base-s-documentDetail .s-documentDetail__documentImage {
  display: block;
  margin: 0 40px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
.base-s-documentDetail .s-documentDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  object-fit: cover;
}
.base-s-documentDetail .s-documentDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentTitle {
    font-size: 20px;
  }
}
.base-s-documentDetail .s-documentDetail__documentText {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentText {
    font-size: 13px;
  }
}

.base-s-documentList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-documentList-1 .s-documentList-1__block + .s-documentList-1__block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__block + .s-documentList-1__block {
    margin-top: 60px;
  }
}
.base-s-documentList-1 .s-documentList-1__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__list {
    flex-direction: column;
    gap: 40px 24px;
  }
}
.base-s-documentList-1 .s-documentList-1__card {
  width: calc(33.3% - 16px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__card {
    width: 100%;
  }
}
.base-s-documentList-1 .s-documentList-1__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardFigure {
    margin: 0 0 10px;
  }
}
.base-s-documentList-1 .s-documentList-1__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-documentList-1 .s-documentList-1__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-documentList-1 .s-documentList-1__cardText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-documentList-1 .s-documentList-1__cardLink {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: var(--border-radius-button);
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.base-s-documentList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-documentList-2 .s-documentList-2__block + .s-documentList-2__block {
  margin-top: 80px;
}
.base-s-documentList-2 .s-documentList-2__list {
  padding: 0;
  list-style: none;
}
.base-s-documentList-2 .s-documentList-2__card {
  width: 100%;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__card {
    display: block;
    margin: 0 0 40px;
  }
  .base-s-documentList-2 .s-documentList-2__card:last-child {
    margin-bottom: 0 !important;
  }
}
.base-s-documentList-2 .s-documentList-2__card:not(:nth-child(3n-2)) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__card:not(:nth-child(3n-2)) {
    margin: 0 0 40px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 312px;
  height: 175px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardFigure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 16px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-documentList-2 .s-documentList-2__cardContent {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardTitle {
    -webkit-line-clamp: 2;
  }
}
.base-s-documentList-2 .s-documentList-2__cardText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-documentList-2 .s-documentList-2__cardLink {
  display: inline-block;
  padding: 12px 50px;
  border-radius: var(--border-radius-button);
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardLink {
    width: 100%;
    text-align: center;
  }
}

.base-s-error {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .base-s-error {
    padding: 64px 0;
  }
}
.base-s-error .s-error__content {
  text-align: center;
}
.base-s-error .s-error__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}
.base-s-error .s-error__contentTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-error .s-error__contentTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-error .s-error__contentText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-error .s-error__contentText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-error .s-error__contentButton {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.base-s-eventArchive {
  margin-bottom: 44px;
}
.base-s-eventArchive .s-eventArchive__articles {
  margin: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-eventArchive .s-eventArchive__articles {
    margin: 30px 0 60px;
  }
}
.base-s-eventArchive .s-eventArchive__articles .base-c-pager2 {
  margin-top: 60px;
}
.base-s-eventArchive .s-eventArchive__articlesList .base-c-eventArticle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventArchive .s-eventArchive__articlesList .base-c-eventArticle {
    margin-bottom: 40px;
  }
}

.base-s-eventDetail {
  margin-bottom: 44px;
  padding: 28px 0 0;
}
.base-s-eventDetail > .base-c-inner {
  padding: 0;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail > .base-c-inner {
    flex-direction: column;
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .base-c-cta {
    order: 2;
  }
}
.base-s-eventDetail .s-eventDetail__additional {
  position: relative;
  width: 300px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additional {
    width: 100%;
    position: relative;
    top: initial;
    order: 3;
  }
}
.base-s-eventDetail .s-eventDetail__additionalContainer {
  position: sticky;
  top: 120px;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard {
  margin-bottom: 30px;
  z-index: 10;
}
.base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard .base-c-inner {
  max-width: 640px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard .base-c-inner {
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard {
    position: fixed;
    bottom: 0;
    left: 0;
    top: initial;
    margin-bottom: 0;
    order: 3;
  }
}
.base-s-eventDetail.-column1 .s-eventDetail__additional {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.base-s-eventDetail.-column1 .s-eventDetail__additional .base-c-eventCard {
  margin-bottom: 0;
}
.base-s-eventDetail.-column1 .s-eventDetail__additionalContainer {
  margin-bottom: 0;
}
.base-s-eventDetail.-column1 > .base-c-inner {
  justify-content: center;
}
.base-s-eventDetail.-column1 .s-eventDetail__content {
  margin-right: 0;
}
.base-s-eventDetail .s-eventDetail__content {
  max-width: 640px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__content {
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.base-s-eventDetail .s-eventDetail__header .s-eventDetail__eyecatch {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__header .s-eventDetail__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__meta {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__meta {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__meta .base-c-status {
  margin-right: 20px;
}
.base-s-eventDetail .s-eventDetail__category {
  margin-bottom: 26px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__category {
    margin-bottom: 0;
  }
}
.base-s-eventDetail .s-eventDetail__category .tag {
  background-color: #f5f5f5;
  color: var(--color-base-text-gray);
  border-radius: 3px;
  padding: 4px 18px;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.85px;
}
.base-s-eventDetail .s-eventDetail__category .tag + .tag {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__category .tag + .tag {
    margin-left: 14px;
  }
}
.base-s-eventDetail .s-eventDetail__title {
  margin: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.base-s-eventDetail .s-eventDetail__author {
  display: flex;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author {
    margin: 0 0 10px 0;
  }
}
.base-s-eventDetail .s-eventDetail__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-eventDetail .s-eventDetail__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-eventDetail .s-eventDetail__author .name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author .name {
    font-size: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__wrap {
    display: block;
  }
}
.base-s-eventDetail .s-eventDetail__share {
  position: sticky;
  top: 120px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-eventDetail .s-eventDetail__share .s-eventDetail__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share .s-eventDetail__shareTitle {
    display: none;
  }
}
.base-s-eventDetail .s-eventDetail__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-eventDetail .s-eventDetail__share a img {
  width: 100%;
  height: auto;
}
.base-s-eventDetail .s-eventDetail__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__content {
  flex: 1;
}
.base-s-eventDetail .s-eventDetail__body {
  padding-left: 40px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body {
    padding-left: 0;
    width: 100%;
    position: relative;
  }
}
.base-s-eventDetail .s-eventDetail__body h2,
.base-s-eventDetail .s-eventDetail__body h3,
.base-s-eventDetail .s-eventDetail__body h4,
.base-s-eventDetail .s-eventDetail__body h5,
.base-s-eventDetail .s-eventDetail__body h6 {
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__body h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  border-bottom: 4px solid #0e1315;
  padding-bottom: 20px;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h2 {
    font-size: 24px;
    padding-bottom: 10px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h3 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  border-radius: 3px;
  padding: 20px;
  margin: 60px 0 40px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h3 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h5 {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h5 {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote {
  background-color: #eeeeee;
  margin: 40px 0;
  padding: 40px 40px 30px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote {
    padding: 20px 16px;
    margin: 20px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote p {
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__body blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote::before {
    top: 5px;
    left: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 13px;
  transform: rotate(180deg);
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote::after {
    bottom: 5px;
    right: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-eventDetail .s-eventDetail__body ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ol {
    margin: 30px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body ol li {
  margin-left: 50px;
  text-indent: -50px;
  position: relative;
}
.base-s-eventDetail .s-eventDetail__body ol li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ol li + li {
    margin-top: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__body ol li::before {
  content: "0" counter(n);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  counter-increment: n;
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #eeeeee;
  z-index: 1;
  text-indent: 0;
  margin-right: 16px;
}
.base-s-eventDetail .s-eventDetail__body ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.base-s-eventDetail .s-eventDetail__body ul {
  padding-left: 28px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ul {
    margin: 30px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body ul li + li {
  margin-top: 12px;
}
.base-s-eventDetail .s-eventDetail__body p,
.base-s-eventDetail .s-eventDetail__body li,
.base-s-eventDetail .s-eventDetail__body ol {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p,
  .base-s-eventDetail .s-eventDetail__body li,
  .base-s-eventDetail .s-eventDetail__body ol {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p,
  .base-s-eventDetail .s-eventDetail__body li,
  .base-s-eventDetail .s-eventDetail__body ol {
    line-height: 1.6;
  }
}
.base-s-eventDetail .s-eventDetail__body p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p + p {
    margin-top: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__body a {
  color: #33BAD4;
  word-wrap: break-word;
}
.base-s-eventDetail .s-eventDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-eventDetail .s-eventDetail__body table thead, .base-s-eventDetail .s-eventDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-eventDetail .s-eventDetail__body table tr {
  display: flex;
}
.base-s-eventDetail .s-eventDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-eventDetail .s-eventDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-eventDetail .s-eventDetail__body img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body img {
    max-width: initial;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-eventDetail .s-eventDetail__body label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-eventDetail .s-eventDetail__body label::before {
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 3px;
  margin-left: 10px;
  box-sizing: border-box;
}
.base-s-eventDetail .s-eventDetail__body input:focus {
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-eventDetail .s-eventDetail__body input + div,
.base-s-eventDetail .s-eventDetail__body select + div,
.base-s-eventDetail .s-eventDetail__body textarea + div {
  font-size: 13px;
  color: #ea2c62;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox label {
  flex-direction: row;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
  color: #ea2c62;
}
.base-s-eventDetail .s-eventDetail__body #js-contact-privacy::before {
  display: none;
}
.base-s-eventDetail .s-eventDetail__body form > div + div {
  margin-top: 20px;
}
.base-s-eventDetail .s-eventDetail__body .c-form__agree .c-form__agreeText,
.base-s-eventDetail .s-eventDetail__body .c-form__agree .c-form__checkbox {
  text-align: center;
}
.base-s-eventDetail .s-eventDetail__body .c-form__agree .privacy {
  font-size: 10px;
  text-align: center;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button {
  margin: auto;
  margin-top: 30px;
  background-color: #0e1315;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  width: 300px;
  height: 50px;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button:hover {
  transform: initial;
  opacity: 0.6;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 22px;
  top: 19px;
  transform: rotate(45deg);
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  right: 22px;
  top: 23px;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-eventDetail .s-eventDetail__eventTable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable {
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dt {
  width: 200px;
  display: block;
  border-top: 1px solid #eeeeee;
  padding: 21px 0 21px 24px;
  font-weight: bold;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dt {
    width: 100%;
    padding: 11px 14px;
    border-top: initial;
    background-color: #fafafa;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dt:nth-child(4n-1) {
  background-color: #fafafa;
}
.base-s-eventDetail .s-eventDetail__eventTable dd {
  width: calc(100% - 200px);
  display: block;
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 21px 24px 21px 0;
  color: #4f4f4f;
  line-height: 1.6;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dd {
    width: 100%;
    padding: 16px 0 20px;
    border-top: initial;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dd:nth-child(4n) {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dd:nth-child(4n) {
    background-color: initial;
  }
}
.base-s-eventDetail .s-eventDetail__presenterList {
  list-style: none;
  padding: 0 !important;
}
.base-s-eventDetail .s-eventDetail__presenter {
  padding: 0 0 20px;
  display: flex;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
}
.base-s-eventDetail .s-eventDetail__presenterFigure {
  width: 80px;
  height: 80px;
  margin: 0 27px 0 0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterFigure {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }
}
.base-s-eventDetail .s-eventDetail__presenterFigure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__presenterInfo {
  position: relative;
}
.base-s-eventDetail .s-eventDetail__presenterTitle {
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__presenterName {
  font-size: 13px;
  color: #0e1315;
  margin-bottom: 10px;
  display: block;
}
.base-s-eventDetail .s-eventDetail__presenterDescription {
  font-size: 11px !important;
  color: #888888;
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__presenterSNS {
  display: flex;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterSNS {
    position: relative;
  }
}
.base-s-eventDetail .s-eventDetail__presenterSNS a > img {
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterSNS a > img {
    margin: 16px 8px 0 0;
  }
}
.base-s-eventDetail .s-eventDetail__pickup {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickup {
    margin: 60px 0 50px;
  }
}
.base-s-eventDetail .s-eventDetail__pickup .base-c-button2 {
  width: 300px;
  margin: auto;
}
.base-s-eventDetail .s-eventDetail__pickupTitle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #0e1315;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupTitle {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList {
    margin-bottom: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle {
    width: 100%;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle:nth-child(2n) {
    margin-left: 0;
  }
}

.base-s-eventTop {
  margin-bottom: 44px;
}
.base-s-eventTop .s-eventTop__articles {
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventTop .s-eventTop__articles {
    margin: 40px 0 60px;
  }
}
.base-s-eventTop .s-eventTop__articles .base-c-pager2 {
  margin-top: 56px;
}
.base-s-eventTop .s-eventTop__articlesList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.base-s-eventTop .s-eventTop__articlesList .base-c-eventArticle {
  width: calc(33.3% - 16px);
}
@media screen and (max-width: 767px) {
  .base-s-eventTop .s-eventTop__articlesList .base-c-eventArticle {
    width: 100%;
  }
}

.base-s-eventDetail-2 {
  margin-bottom: 44px;
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 {
    padding-top: 1px !important;
  }
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__sidebar {
  position: fixed;
  bottom: 0;
  top: initial;
  height: initial;
  margin: 0;
  width: 100%;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__sidebarBanners {
  display: none;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard {
  padding: 10px 0;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .base-c-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
  display: none;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
  flex-direction: row;
  margin: 0;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
    margin-right: 8px;
  }
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
  height: 40px;
  width: initial;
  padding: 0 16px;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__statusLabel {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 {
    padding: 30px 0 40px;
  }
}
.base-s-eventDetail-2 > .base-c-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 > .base-c-inner {
    flex-direction: column;
    max-width: 480px;
    padding: 0 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__status {
  height: 28px;
  min-width: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-right: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__status {
    margin-right: 8px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-open {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-close {
  color: var(--color-base-text);
  background-color: var(--color-base-primaryFaded);
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-end {
  color: #ffffff;
  background-color: #aaaaaa;
}
.base-s-eventDetail-2 .s-eventDetail-2__date {
  display: inline-flex;
  align-items: center;
  color: var(--color-base-text);
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  font-family: var(--font-family-en);
  font-size: 20px;
  letter-spacing: 1px;
}
.base-s-eventDetail-2 .s-eventDetail-2__date span {
  font-weight: bold;
  font-size: 13px;
  margin: 0 7px;
}
.base-s-eventDetail-2 .s-eventDetail-2__date::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__date {
    font-size: 18px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__content {
  max-width: 640px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__content {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__meta {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__meta {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__tags {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
}
.base-s-eventDetail-2 .s-eventDetail-2__tags .tag {
  display: inline-block;
  padding: 6px 14px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 6px 8px 0;
  text-decoration: none;
}
.base-s-eventDetail-2 .s-eventDetail-2__title {
  margin: 0 0 16px 0;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author {
  display: flex;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author {
    margin: 0 0 10px 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-eventDetail-2 .s-eventDetail-2__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author .name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author .name {
    font-size: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__body {
    display: block;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share {
  position: sticky;
  top: 120px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share .s-eventDetail-2__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share .s-eventDetail-2__shareTitle {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share a img {
  width: 100%;
  height: auto;
}
.base-s-eventDetail-2 .s-eventDetail-2__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch {
  width: 100%;
  max-width: initial;
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlyPC {
  display: block;
  margin-bottom: 40px;
  margin-top: -250px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlyPC {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlySP {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 24px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__content {
  flex: 1;
}
.base-s-eventDetail-2 .s-eventDetail-2__about {
  margin-top: 60px;
}
.base-s-eventDetail-2 .s-eventDetail-2__about h2 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 10px 15px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h2 {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__about h3 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 15px;
  margin: 60px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h3 {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__about h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable {
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dt {
  width: 200px;
  display: block;
  border-top: 1px solid #eeeeee;
  padding: 21px 0 21px 24px;
  font-weight: bold;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dt {
    width: 100%;
    padding: 11px 14px;
    border-top: initial;
    background-color: #fafafa;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dt:nth-child(4n-1) {
  background-color: #fafafa;
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dd {
  width: calc(100% - 200px);
  display: block;
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 21px 24px 21px 0;
  color: #4f4f4f;
  line-height: 1.6;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dd {
    width: 100%;
    padding: 16px 0 20px;
    border-top: initial;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dd:nth-child(4n) {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dd:nth-child(4n) {
    background-color: initial;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterList {
  list-style: none;
  padding: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenter {
  padding: 0 0 20px;
  display: flex;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterFigure {
  width: 80px;
  height: 80px;
  margin: 0 27px 0 0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterFigure {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterFigure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterInfo {
  position: relative;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterTitle {
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterName {
  font-size: 13px;
  color: #0e1315;
  margin-bottom: 10px;
  display: block;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterDescription {
  font-size: 11px;
  color: #888888;
  margin: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterSNS {
  display: flex;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterSNS {
    position: relative;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterSNS a > img {
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterSNS a > img {
    margin: 16px 8px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickup {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickup {
    margin: 60px 0 50px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickup .base-c-button {
  width: 300px;
  margin: auto;
}
.base-s-eventDetail-2 .s-eventDetail-2__pickupTitle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #0e1315;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickupTitle {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickupList {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickupList {
    display: block;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__card {
  display: block;
  width: calc(50% - 13px);
  margin: 0 0 60px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__card:nth-child(even) {
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__card:nth-child(even) {
    margin-left: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardFigure {
    margin: 0 0 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardMeta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 10px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTags .tag {
  display: inline-block;
  padding: 4px 14px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 6px 8px 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__sidebar {
  position: sticky;
  top: 80px;
  margin-bottom: 80px;
  max-width: 300px;
  width: 30%;
  height: 100%;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__sidebarBanners img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 16px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard {
  background-color: #f6f6f6;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
    padding: 0;
    height: 54px;
    width: 100%;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .base-c-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .base-c-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__status {
    margin: 0;
    height: 28px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__date {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__date span {
  font-size: 11px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
  letter-spacing: 0.03em;
  font-size: 22px;
  color: #0e1315;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
    margin: 0 12px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusLabel {
  font-size: 15px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusLabel {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 48px;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  font-weight: bold;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton.-open {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
    height: 36px;
    width: 90px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom {
  width: 100%;
  height: 60px;
  padding: 0;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom {
    height: 54px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .base-c-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__title {
  display: none;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__statusHolder {
  margin: 0 16px 0 0;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__statusLabel {
  display: none;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .base-c-button2 {
  font-weight: bold;
  width: 120px;
  height: 40px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-close .base-c-button2 {
  background-color: #aaaaaa;
  cursor: default;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-close .base-c-button2:hover {
  opacity: 1;
}

iframe {
  max-width: 100%;
}

.base-s-eventList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-eventList-1 .s-eventList-1__list {
  padding: 0;
  list-style: none;
}
.base-s-eventList-1 .s-eventList-1__card {
  width: 100%;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__card {
    display: block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 40px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 320px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardFigure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 10px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-eventList-1 .s-eventList-1__cardContent {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventList-1 .s-eventList-1__cardMeta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.base-s-eventList-1 .s-eventList-1__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventList-1 .s-eventList-1__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventList-1 .s-eventList-1__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventList-1 .s-eventList-1__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 8px;
}
.base-s-eventList-1 .s-eventList-1__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.base-s-eventList-1 .s-eventList-1__cardTags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .s-eventList-1__card.-imgNone .s-eventList-1__cardContent {
    margin-left: 40px;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardMeta {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 40px;
    border-right: 3px dashed #F5F5F5;
    min-width: 158px;
    margin-bottom: 0;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardStatus {
    margin-right: 0;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime .week {
    font-size: 11px;
    line-height: 1;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime .time {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .s-eventList-1__card.-imgNone {
    margin-bottom: 25px;
    padding-bottom: 17px;
    border-bottom: 3px dashed #F5F5F5;
  }
}

.base-s-eventList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-eventList-2 .s-eventList-2__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__list {
    display: block;
  }
}
.base-s-eventList-2 .s-eventList-2__card {
  display: block;
  width: calc(33.3% - 16px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardFigure {
    margin: 0 0 8px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-eventList-2 .s-eventList-2__cardContent {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  color: var(--color-base-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventList-2 .s-eventList-2__cardMeta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.base-s-eventList-2 .s-eventList-2__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventList-2 .s-eventList-2__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventList-2 .s-eventList-2__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventList-2 .s-eventList-2__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 8px;
}
.base-s-eventList-2 .s-eventList-2__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.base-s-eventList-2 .s-eventList-2__cardTags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.base-c-section.base-s-faq {
  background: #fff;
}

.base-s-faq .s-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-faq .s-faq__list li {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--color-base-gray);
  border-radius: var(--border-radius);
}
.base-s-faq .s-faq__list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__list li + li {
    margin-top: 8px;
  }
}
.base-s-faq .s-faq__list li.is-active {
  background-color: var(--color-base-background);
  border-color: var(--color-base-background);
}
.base-s-faq .s-faq__listTitle {
  margin: 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 32px 88px 32px 32px;
  color: var(--color-base-text);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listTitle {
    padding: 15px 60px 15px 20px;
  }
}
.base-s-faq .s-faq__listTitle.is-active .s-faq__listIcon > span:nth-child(2) {
  display: none;
}
.base-s-faq .s-faq__listText {
  margin: 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: none;
  padding: 0 96px 32px 32px;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listText {
    padding: 0 15px 15px;
  }
}
.base-s-faq .s-faq__listIcon {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius-button);
  position: absolute;
  top: 26px;
  right: 37px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listIcon {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 16px;
    margin-top: -15px;
  }
}
.base-s-faq .s-faq__listIcon:hover {
  transform: scale(1.05);
}
.base-s-faq .s-faq__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-primaryInside);
}
.base-s-faq .s-faq__listIcon > span:nth-child(2) {
  transform: rotate(90deg);
}

.intro + .base-s-feature-1 {
  margin-top: -100px;
}
.base-s-feature-1 .s-feature-1__box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__box {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-1 .s-feature-1__box + .s-feature-1__box {
  margin-top: 70px;
}
.base-s-feature-1 .s-feature-1__boxPoint {
  font-family: var(--font-family-en);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-base-primary);
}
.base-s-feature-1 .s-feature-1__boxPoint .en {
  display: block;
  font-size: 15px;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  line-height: 1;
  font-weight: bold;
}
.base-s-feature-1 .s-feature-1__boxPoint .number {
  display: block;
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
}
.base-s-feature-1 .s-feature-1__boxTitle {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-feature-1 .s-feature-1__boxText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 24px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-feature-1 .s-feature-1__boxImage {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxImage img {
    width: 100%;
    height: auto;
  }
}

.base-s-feature-2 .base-c-inner {
  max-width: 1200px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner {
    padding: 0 16px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureList {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureList {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 64px;
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) {
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
  margin-top: 64px;
  padding: 50px 36px 50px 130px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
    margin-top: -15px;
    padding: 15px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
  margin: 0 -7% 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:last-child {
    margin-bottom: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__textArea {
  display: flex;
  flex-shrink: 0;
  width: 61.4%;
  background-color: #fff;
  padding: 50px 130px 50px 36px;
  box-sizing: border-box;
  border: 2px solid #EEEEEE;
  border-radius: var(--border-radius);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__textArea {
    display: block;
    padding: 12px;
    width: 100%;
    margin-top: -15px;
    z-index: 10;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: var(--color-base-primary);
  text-align: center;
  padding-top: 32px;
  font-family: var(--font-family-en);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -60px;
    left: -15px;
    padding-top: 28px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number span {
    font-size: 10px;
    top: 14px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number:after {
  font-size: 38px;
  content: "0" counter(feature);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number:after {
    font-size: 28px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text {
    width: 100%;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text h3 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text h3 {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text p {
  font-size: var(--font-size-s);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text p {
    line-height: 1.6;
    margin-top: 8px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__imageArea {
  width: 45.6%;
  height: 0;
  padding-bottom: 29.8%;
  position: relative;
  margin: 0 0 -75px -7%;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__imageArea {
    width: calc(100% + 30px);
    padding-bottom: 65.3%;
    margin: 0;
    border-radius: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-s-feature-3 {
  background-color: var(--color-base-background);
}
.base-s-feature-3 .base-c-sectionHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-feature-3 .s-feature-3__featureList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__featureList {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-3 .s-feature-3__featureItem {
  max-width: calc(33.3% - 2px);
  width: 100%;
  text-align: center;
  list-style: none;
  background-color: var(--color-base-background);
  padding: 40px 24px;
}
.base-s-feature-3 .s-feature-3__featureItem:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__featureItem {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    padding: 24px 16px;
  }
}
.base-s-feature-3 .s-feature-3__itemImage {
  margin: 0;
}
.base-s-feature-3 .s-feature-3__itemImage img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemImage img {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemImage {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__text {
    text-align: left;
  }
}
.base-s-feature-3 .s-feature-3__itemTitle {
  margin: 24px 0 0 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemTitle {
    margin: 0;
  }
}
.base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
  margin: 16px 0 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
    margin: 8px 0 0 0;
    line-height: 1.6;
  }
}

.base-s-feature-4 {
  background-color: #fff;
}
.base-s-feature-4 .base-c-sectionHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-feature-4 .s-feature-4__featureList {
  margin: 0 -16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__featureList {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-4 .s-feature-4__featureItem {
  width: 33.3%;
  text-align: center;
  list-style: none;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__featureItem {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .base-s-feature-4 .s-feature-4__featureItem:not(:first-child) {
    margin-top: 24px;
  }
}
.base-s-feature-4 .s-feature-4__itemImage {
  margin: 0;
}
.base-s-feature-4 .s-feature-4__itemImage img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  vertical-align: top;
}
.base-s-feature-4 .s-feature-4__itemTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 24px 0 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-feature-4 .s-feature-4__itemContent .-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 16px 0 0 0;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__itemContent .-lg-fs_s {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-feature-5__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__con {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__con {
    margin-top: 61px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__con__item + .base-s-feature-5__con__item {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__con__item + .base-s-feature-5__con__item {
    margin-top: 40px;
  }
}

.base-c-feature-5-col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col.-sp--var1 {
    flex-direction: column;
  }
  .base-c-feature-5-col.-sp--var2 {
    flex-direction: column-reverse;
  }
}
.base-c-feature-5-col__con {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__con {
    width: calc(100% - 520px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__con {
    width: 100%;
    margin-top: 15px;
  }
}
.base-c-feature-5-col__con .conArea {
  font-size: var(--font-size-s);
  line-height: 27px;
}
.base-c-feature-5-col__con .conArea p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__con .conArea {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__con .conArea {
    margin-top: 15px;
  }
}
.base-c-feature-5-col__img {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__img {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__img {
    width: 100%;
  }
  .-sp--var1 .base-c-feature-5-col__img {
    margin-top: 15px;
  }
}
.base-c-feature-5-col__img img {
  width: 100%;
  vertical-align: bottom;
}

.base-c-label-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--color-base-primary);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .base-c-label-point {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point {
    width: 70px;
    height: 70px;
  }
  .-sp--var2 .base-c-label-point {
    width: 50px;
    height: 50px;
  }
}
.base-c-label-point .textE {
  display: block;
}
@media screen and (min-width: 768px) {
  .base-c-label-point .textE {
    font-size: var(--font-size-xs);
    line-height: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point .textE {
    font-size: var(--font-size-xs);
    line-height: 14.4px;
  }
  .-sp--var2 .base-c-label-point .textE {
    font-size: 10px;
    line-height: 12px;
  }
}
.base-c-label-point .textN {
  display: block;
  padding-bottom: 4px;
  font-family: var(--font-family-en);
  margin-top: 4px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .base-c-label-point .textN {
    font-size: 36px;
    line-height: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point .textN {
    font-size: 36px;
    line-height: 0.6;
  }
  .-sp--var2 .base-c-label-point .textN {
    font-size: 25px;
    line-height: 0.6;
  }
}

.base-c-title-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-title-point {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.base-c-title-point__text {
  font-size: var(--font-size-l);
  line-height: 33.6px;
}
@media screen and (min-width: 768px) {
  .base-c-title-point__text {
    width: calc(100% - 70px - 10px);
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-title-point__text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .-sp--var2 .base-c-title-point__text {
    width: calc(100% - 50px - 10px);
  }
}

.base-s-filterSection {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-filterSection {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-filterSection .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-filterContainer {
  background: var(--color-base-background);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .s-filterContainer {
    padding: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
}

.s-filterList-container {
  display: flex;
}
.s-filterList-container + .s-filterList-container {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .s-filterList-container {
    display: block;
  }
}

.s-filterList-head {
  font-size: var(--font-size-m);
  font-weight: bold;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .s-filterList-head {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s-filterList-head + .s-filterList-inner {
    margin-top: 8px;
  }
}

.s-filterList-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -16px 0 -16px;
  max-width: calc(100% - 200px);
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .s-filterList-inner {
    margin-top: -4px;
    max-width: initial;
    padding-left: 0;
  }
}

.s-filterItem.-checkbox {
  margin: 8px 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .s-filterItem.-checkbox {
    margin: 4px 0;
    width: 50%;
  }
}
.s-filterItem.-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
}
.s-filterItem.-checkbox input[type=checkbox] {
  display: none;
}
.s-filterItem.-checkbox input[type=checkbox]:checked + .text::before {
  background-color: #236099;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4399%3A71004)%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.475L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4399%3A71004%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.s-filterItem.-checkbox input[type=checkbox]:disabled + .text {
  cursor: no-drop;
}
.s-filterItem.-checkbox input[type=checkbox]:disabled + .text::before {
  background-color: #aaa;
}
.s-filterItem.-checkbox .text {
  font-size: var(--font-size-s);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-filterItem.-checkbox .text::before {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 3px;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0 8px 0 0;
}
.s-filterItem.-radio {
  margin: 8px 16px;
}
@media screen and (max-width: 767px) {
  .s-filterItem.-radio {
    margin: 4px 16px;
  }
}
.s-filterItem.-radio label {
  position: relative;
  display: flex;
  align-items: center;
}
.s-filterItem.-radio input[type=radio] {
  display: none;
}
.s-filterItem.-radio input[type=radio]:checked + .text::before {
  background-color: #236099;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4399%3A71004)%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.475L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4399%3A71004%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.s-filterItem.-radio input[type=radio]:disabled + .text {
  cursor: no-drop;
}
.s-filterItem.-radio input[type=radio]:disabled + .text::before {
  background-color: #aaa;
}
.s-filterItem.-radio .text {
  font-size: var(--font-size-s);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-filterItem.-radio .text::before {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50rem;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0 8px 0 0;
}

.s-filterList-footer {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.s-filterList-footer.-justify-content-end {
  justify-content: end;
}
.s-filterList-footer.-justify-content-center {
  justify-content: center;
}
.s-filterList-footer .s-filterList-button {
  transition: opacity 0.35s ease-in-out;
  background: var(--color-base-gray);
  font-size: var(--font-size-s);
  border-radius: var(--border-radius);
  -webkit-appearance: none;
  border: none;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  cursor: pointer;
  font-weight: bold;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .s-filterList-footer .s-filterList-button {
    height: 40px;
  }
}
.s-filterList-footer .s-filterList-button + .s-filterList-button {
  margin-left: 8px;
}
.s-filterList-footer .s-filterList-button .icon {
  margin-right: 8px;
}
.s-filterList-footer .s-filterList-button.-reset {
  background: #eee;
  color: #999;
}
.s-filterList-footer .s-filterList-button.-reset:hover {
  opacity: 0.5;
}
.s-filterList-footer .s-filterList-button.-submit {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}

.base-s-flow-1 .base-c-inner {
  overflow: hidden;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList {
  margin: 0;
  padding: 40px 80px;
  list-style: none;
  counter-reset: step 0;
  border: 3px solid #F5F5F5;
  background-color: #fff;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList {
    padding: 16px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
  display: flex;
  align-items: flex-start;
  position: relative;
  counter-increment: step;
  overflow: hidden;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 42px;
  top: -14px;
  left: 38px;
  border-left: 2px solid var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::before {
    display: none;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::after {
  content: "";
  top: 148px;
  border-left: 2px solid var(--color-base-primary);
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
    display: block;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber {
  background-color: var(--color-base-primary);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel {
  color: var(--color-base-primaryInside);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  color: var(--color-base-primaryInside);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1)::after {
  display: none;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-child(1)::after {
  top: 98px;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
    padding-top: 0;
    margin-top: 30px;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: var(--color-base-primaryFaded);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
    min-width: 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel {
  font-size: 12px;
  line-height: 100%;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--color-base-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  font-size: 28px;
  line-height: 1;
  content: "0" counter(step);
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
    font-size: 26px;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
    margin-left: 0;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
  margin: 0;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    padding-left: 90px;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
  margin: 10px 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-flow-2 .base-c-inner {
  overflow: hidden;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList {
  margin: 0;
  padding: 60px 32px 35px;
  list-style: none;
  display: flex;
  counter-reset: step 0;
  background-color: #fff;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList {
    padding: 0;
    display: block;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem {
  position: relative;
  counter-increment: step;
  width: 250px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem::after {
  content: "";
  top: 40px;
  border-top: 2px solid var(--color-base-primary);
  z-index: 1;
  position: absolute;
  width: 80px;
  height: 2px;
  right: -66px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem::after {
    display: none;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem {
    width: 100%;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-last-of-type(1)::after {
  display: none;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-child(1) {
    width: 100%;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
    padding-left: 0;
    margin-top: 30px;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: var(--color-base-primary);
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
    width: 70px;
    min-width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
  font-size: 12px;
  line-height: 100%;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--color-base-primaryInside);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
    transform: scale(0.7);
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel:after {
  font-size: 28px;
  line-height: 1;
  content: "0" counter(step);
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-base-primaryInside);
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
    margin-left: 0;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
  margin: 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    padding-left: 80px;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
  margin: 10px 0 0;
  text-align: left;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-form {
  background: #fff;
  padding: 64px 0;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-form {
    padding: 48px 0;
  }
}
.base-s-form .s-form__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.base-s-form .leadgrid-form__row + div {
  margin-top: 28px;
}
.base-s-form .c-form__agree {
  text-align: center;
}
.base-s-form .c-form__agree .privacy {
  display: none;
}
.base-s-form .c-form__agree a {
  color: #000;
}
.base-s-form .c-form__action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-form .c-form__action {
    padding: 0;
  }
}
.base-s-form .leadgrid-form__label::before {
  color: #160403;
  background: #F4F4F4;
}
.base-s-form .leadgrid-form__label.-required::before {
  background: #160403;
  color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .base-s-form .leadgrid-form__label {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .base-s-form .leadgrid-form__label .hqIvTY {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}
.base-s-form .leadgrid-form__input, .base-s-form .leadgrid-form__textarea {
  background: #ffffff;
  border: 2px solid #160403;
  border-radius: 5px;
}
.base-s-form .leadgrid-c-button.-secondary {
  background: #160403;
  border: none;
}

.base-s-hardCodeContactDetail {
  padding: 130px 0 130px;
}
@media screen and (max-width: 767px) {
  .base-s-hardCodeContactDetail {
    padding: 80px 0 80px;
  }
}
.base-s-hardCodeContactDetail .base-c-inner {
  max-width: 860px;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled {
  opacity: 0.5;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover {
  color: #fff;
  cursor: default;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover:before {
  display: none;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover i:before {
  border-top-color: #fff;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover i:after {
  background-color: #fff;
}

.base-s-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--color-base-primaryFaded);
  padding: 54px 0;
  position: relative;
  min-height: 240px;
}
@media screen and (max-width: 767px) {
  .base-s-header {
    padding: 32px 20px;
    min-height: initial;
  }
}
.base-s-header .s-header__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}
.base-s-header .s-header__title {
  margin: 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
.base-s-header .s-header__title > span {
  display: block;
  line-height: 1;
}
.base-s-header .s-header__title .en {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: -1.2px;
}
.base-s-header .s-header__title .ja {
  font-size: 32px;
  margin-top: 8px;
  letter-spacing: 4px;
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__title .ja {
    font-size: 24px;
  }
}
.base-s-header .s-header__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 560px;
  margin: 24px auto 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__text {
    font-size: 13px;
    margin-top: 16px;
  }
}

.base-s-image .base-c-inner .s-image__list {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-image .base-c-inner .s-image__list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-image .base-c-inner .s-image__list .s-image__item {
  width: 100%;
  height: auto;
  list-style-type: none;
}
.base-s-image .base-c-inner .s-image__list .s-image__item:nth-of-type(n + 2) {
  margin-top: 40px;
}
.base-s-image .base-c-inner .s-image__list .s-image__item .s-image__itemImage {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.base-s-intro-1 .base-c-inner .s-intro-1__turnList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  counter-reset: turn 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList {
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-double .s-intro-1__turnItem {
  width: 33.3333333333%;
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
  padding-left: 100px;
  width: calc(33.3333333333% + 20px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
  width: calc(33.3333333333% + 20px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-quadruple .s-intro-1__turnItem {
  width: 33.3333333333%;
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem {
  counter-increment: turn;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 24px;
  background-color: var(--color-base-primary);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem {
    height: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2) {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2) {
    margin-top: 16px;
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  top: 0px;
  left: 7px;
  transform: rotate(45deg) translateX(-50px) translateY(50px);
  background-color: var(--color-base-primary);
  border-top: #fff solid 4px;
  border-right: #fff solid 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2)::after {
    display: none;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
    margin: 0;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 100%;
  margin-bottom: 2px;
  content: "0" counter(turn);
  color: var(--color-base-primaryInside);
  font-family: Barlow Semi Condensed;
  position: relative;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
    margin-bottom: 0;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content {
  border-radius: var(--border-radius);
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content {
    margin-top: 20px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentTitle {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
    margin-top: 16px;
  }
}

.base-s-intro-2 .s-intro-2__title {
  text-align: center;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-2 .s-intro-2__point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 56px 0 -40px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__point {
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-2 .s-intro-2__point li {
  width: calc((100% - 40px) / 2);
  border: 3px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 30px 16px;
  border-top: none;
  background-color: #ffffff;
}
.base-s-intro-2 .s-intro-2__point li::before {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.base-s-intro-2 .s-intro-2__point li::after {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__point li {
    width: 100%;
  }
}
.base-s-intro-2 .s-intro-2__pointNumber {
  font-family: var(--font-family-en);
  font-size: 30px;
  font-weight: bold;
  color: var(--color-base-primary);
  padding: 0 12px;
  position: absolute;
  top: calc(-0.5em - 2px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.base-s-intro-2 .s-intro-2__pointText {
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__pointText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-intro-2 .s-intro-2__box {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 48px 56px;
  margin-top: 80px;
  position: relative;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__box {
    padding: 40px 16px 40px;
    margin-top: 100px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-2 .s-intro-2__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -46px;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__box:before {
    top: -26px;
    height: 40px;
  }
}
.base-s-intro-2 .s-intro-2__boxTitle {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-2 .s-intro-2__boxText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__boxText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-intro-3 .s-intro-3__title {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__subTitle {
  text-align: center;
}
.base-s-intro-3 .s-intro-3__subTitle .-title {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__subTitle .-title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__subTitle + .s-intro-3__point {
  margin-top: 40px;
}
.base-s-intro-3 .s-intro-3__point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 56px 0 -50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__point {
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
.base-s-intro-3 .s-intro-3__point li {
  width: calc((100% - 44px) / 2);
  border: 3px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  border-top: none;
  margin-bottom: 40px;
  position: relative;
  padding: 32px 32px 28px 32px;
  background-color: #ffffff;
}
.base-s-intro-3 .s-intro-3__point li::before {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.base-s-intro-3 .s-intro-3__point li::after {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__point li {
    width: 100%;
  }
}
.base-s-intro-3 .s-intro-3__pointNumber {
  font-family: var(--font-family-en);
  font-size: 30px;
  font-weight: bold;
  color: var(--color-base-primary);
  padding: 0 12px;
  position: absolute;
  top: calc(-0.5em - 2px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.base-s-intro-3 .s-intro-3__pointTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-intro-3 .s-intro-3__pointText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointText {
    line-height: 1.6;
  }
}
.base-s-intro-3 .s-intro-3__box {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 50px 60px;
  margin-top: 88px;
  position: relative;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__box {
    padding: 40px 16px 40px;
    margin-top: 100px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-3 .s-intro-3__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -46px;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__box:before {
    top: -26px;
    height: 40px;
  }
}
.base-s-intro-3 .s-intro-3__boxTitle {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__boxText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__boxText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-introducedCompany-1 .s-introducedCompany-1__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__wrap {
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    gap: 8px;
  }
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item {
  width: calc(25% - 16px);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__item {
    width: calc(50% - 4px);
  }
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item a {
  display: block;
  line-height: 1;
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__item {
    width: calc(33.3333333333% - 12px);
  }
  .base-s-introducedCompany-1 .s-introducedCompany-1__item:nth-child(4n) {
    margin-right: 18px;
  }
  .base-s-introducedCompany-1 .s-introducedCompany-1__item:nth-child(3n) {
    margin-right: 0;
  }
}

.base-s-introducedCompany-2 .s-introducedCompany-2__text {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__text .count {
  font-size: 40px;
  font-family: var(--font-family-en);
  letter-spacing: 3.18px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text .count {
    font-size: 32px;
    margin-right: 2px;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__text .count__text {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text .count__text {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__wrap {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item {
  width: 16.6%;
  overflow: hidden;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__item {
    width: 50%;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item a {
  display: block;
  line-height: 1;
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-introducedCompany-2 .s-introducedCompany-2__tips {
  font-size: 10px;
  margin: 8px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__tips {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.base-s-issue-1__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-issue-1__inner {
    max-width: 983px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-issue-1__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-issue-1__con {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-issue-1__con {
    margin-top: 56px;
  }
}

.base-c-list-issue-1 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.base-c-list-issue-1__item {
  list-style-type: none;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item {
    font-size: var(--font-size-l);
    line-height: 33.6px;
    width: calc((100% - 60px) / 2);
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item {
    font-size: var(--font-size-l-sp);
    line-height: 28.8px;
    width: 100%;
    padding-left: 17px;
  }
}
.base-c-list-issue-1__item:before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-base-primary);
  border-radius: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item:before {
    width: 8px;
    height: 8px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item:before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.base-s-link-2 {
  margin-top: -40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 {
    padding-bottom: 56px;
  }
}
.base-s-link-2 .base-c-inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.base-s-link-2 .s-link-2__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__list {
    margin: -16px -8px;
    width: auto;
  }
}
.base-s-link-2 .s-link-2__listItem {
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__listItem {
    padding: 16px 8px;
    width: 50%;
  }
}
.base-s-link-2 .s-link-2__listLink {
  display: flex;
  align-items: center;
  border-bottom: 3px solid var(--color-base-primary);
  color: var(--color-base-primary);
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__listLink {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-link-2 .s-link-2__listLink svg {
  flex: 0 0 14px;
  margin-right: 8px;
}
.base-s-link-2 .s-link-2__listLink svg path {
  fill: var(--color-base-primary);
}

.base-s-link {
  margin-top: -40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-link {
    padding-bottom: 56px;
  }
}
.base-s-link .base-c-inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-link .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.base-s-link .base-c-button + .base-c-button {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-link .base-c-button + .base-c-button {
    margin: 8px 0 0;
  }
}

.base-s-logoSlider .base-c-sectionHeader {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.base-s-logoSlider .base-c-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList.slick-initialized {
  opacity: 1;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track {
  display: flex;
  align-items: center;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem {
  outline: none;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem .s-logoSlider__logoImage {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: block;
  margin: 0 8px;
  outline: none;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem .s-logoSlider__logoImage {
    margin: 0 10px;
  }
}

.base-s-mainvisual-1 {
  overflow: hidden;
  background-color: var(--color-base-primaryFaded);
  position: relative;
}
.base-s-mainvisual-1 > .base-c-inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 > .base-c-inner {
    padding: 48px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copy {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
    text-align: left;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  max-width: 660px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyText {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyText {
    text-align: left;
    margin-top: 16px;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyButton {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyButton {
    margin-top: 24px;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.base-s-mainvisual-2 {
  overflow: hidden;
}
.base-s-mainvisual-2 > .base-c-inner {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 > .base-c-inner {
    padding: 48px 0 180px;
    text-align: center;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copy {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copy {
    padding: 0 16px;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton {
    margin-top: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton a img {
    width: 140px;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton a + a {
  margin-left: 16px;
}
.base-s-mainvisual-2 .s-mainvisual-2__image {
  position: absolute;
  bottom: 0;
  right: 108px;
  width: 307px;
  height: 514px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 307px 514px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__image {
    bottom: -250px;
    right: 50%;
    width: 180px;
    margin-right: -90px;
    background-size: contain;
  }
}

.base-s-mainvisual-3 {
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 {
    padding: 0;
  }
}
.base-s-mainvisual-3 .s-mainvisual-3__bg {
  position: absolute;
  width: 60vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .s-mainvisual-3__bg {
    position: relative;
    margin: 16px 0 0 0;
    width: 100%;
    padding-bottom: 63.8%;
    height: auto;
  }
}
.base-s-mainvisual-3 .s-mainvisual-3__bg .s-mainvisual-3__image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.base-s-mainvisual-3 .base-c-inner {
  position: relative;
  max-width: 1060px;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner {
    max-width: 480px;
    padding: 32px 0;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
  display: flex;
  align-items: flex-end;
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
    font-size: var(--font-size-xxl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
    display: block;
    padding: 0px 16px;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
  display: flex;
  align-items: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
    display: block;
    padding: 0px 16px;
    margin-top: 10px;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button {
    margin-top: 24px;
    display: block;
    padding: 0px 16px;
  }
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .c-button__enTitle {
    font-size: 10px;
    padding: 0 0 2px 0;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .base-c-button:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .base-c-button:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}

.base-s-mainvisual-4 {
  position: relative;
  overflow: hidden;
}
.base-s-mainvisual-4 > .base-c-inner {
  position: relative;
  max-width: 1060px;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 > .base-c-inner {
    padding: 32px 0;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copy {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copy {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyButton {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton a img {
    width: 140px;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyButton a + a {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton a + a {
    margin-top: 10px;
    margin-left: 0;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__bg {
  position: absolute;
  width: 60vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__bg {
    position: relative;
    margin: 16px 0 0 0;
    width: 100%;
    padding-bottom: 63.8%;
    height: auto;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__bg .s-mainvisual-4__image {
  position: absolute;
  object-fit: cover;
  right: 0;
  height: 100%;
}

.base-s-mainvisual-5 {
  overflow: hidden;
  background-color: var(--color-base-primaryFaded);
  position: relative;
}
.base-s-mainvisual-5 > .base-c-inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 > .base-c-inner {
    padding: 0;
    padding: 48px 0;
    display: block;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copy {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    text-align: center;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 1.55;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyTitle span {
  background: rgba(37, 37, 37, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
    text-align: center;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  max-width: 660px;
  line-height: 1.49;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyText span {
  background: rgba(37, 37, 37, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyText {
    text-align: left;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyButton {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyButton {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyButton .base-c-button {
    width: 100%;
    margin: 0;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.base-s-mainvisual-form {
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form {
    padding: 0;
  }
}
.base-s-mainvisual-form .s-mainvisual-form__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .s-mainvisual-form__image {
    height: calc(100vh - 50px);
  }
}
.base-s-mainvisual-form .base-c-inner {
  position: relative;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner {
    padding: 0;
    display: block;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box {
  width: 535px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box {
    width: auto;
    margin-bottom: 60px;
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 200px);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title span {
  background-color: rgba(37, 37, 37, 0.7);
  color: var(--color-base-primaryInside);
  line-height: 1.6;
  box-decoration-break: clone;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title span {
    padding: 0;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 24px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span {
  background-color: rgba(37, 37, 37, 0.7);
  color: var(--color-base-primaryInside);
  line-height: 1.6;
  box-decoration-break: clone;
  padding: 2px 7px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span {
    padding: 0;
  }
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span br {
    display: none;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form {
  background: var(--color-base-primaryInside);
  padding: 24px 32px 32px;
  box-sizing: border-box;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form {
    width: 100%;
    padding: 27px 17px 42px;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formTitle {
  text-align: center;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formText {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 16px auto 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formText {
    font-size: 12px;
    margin: 20px auto 23px;
  }
}
.base-s-mainvisual-form .leadgrid-form__label {
  font-size: 12px;
  letter-spacing: 1.55px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__label {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.base-s-mainvisual-form .leadgrid-form__label::before {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0px 8px;
  margin-right: 8px;
  letter-spacing: 1.55px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__label::before {
    margin-right: 13px;
  }
}
.base-s-mainvisual-form .leadgrid-form__input {
  font-size: 14px;
  padding: 10px 14px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__input {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__select::before {
  height: 24px;
  right: 40px;
  margin-top: -12px;
}
.base-s-mainvisual-form .leadgrid-form__select::after {
  right: 18px;
  margin-top: -6px;
}
.base-s-mainvisual-form .leadgrid-form__select select {
  font-size: 14px;
  padding: 10px 14px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__select select {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__textarea {
  padding: 10px 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__textarea {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__radio {
  display: inline-block;
  width: initial;
}
.base-s-mainvisual-form .leadgrid-form__radio + .leadgrid-form__radio {
  margin: 0 0 0 12px;
}
.base-s-mainvisual-form .leadgrid-form__radio label > span {
  font-size: 14px;
}
.base-s-mainvisual-form .leadgrid-form__radio label > span::before {
  margin-right: 4px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.base-s-mainvisual-form .leadgrid-form__radio input[type=radio]:checked + span::after {
  min-width: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox {
  display: inline-block;
  width: initial;
}
.base-s-mainvisual-form .leadgrid-form__checkbox + .leadgrid-form__checkbox {
  margin: 0 0 0 12px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox label > span {
  font-size: 14px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox label > span::before {
  margin-right: 4px;
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox input[type=checkbox]:checked + span::after {
  width: 7px;
  height: 12px;
  left: 6px;
  margin-top: -7px;
}
.base-s-mainvisual-form .leadgrid-form__row + div {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__row + div {
    margin-top: 16px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__agreeText {
  font-size: 10px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__agreeText {
    font-size: 10px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__checkboxLabel {
  font-size: 12px;
}
.base-s-mainvisual-form .base-c-form .c-form__checkboxLabel:before {
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.base-s-mainvisual-form .base-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  width: 5px;
  height: 9px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  left: 4px;
  margin-top: -5px;
}
.base-s-mainvisual-form .base-c-form .c-form__agree .privacy {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.172;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__agree .privacy {
    margin-top: 16px;
    font-size: 12px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__action {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__action {
    margin-top: 32px;
  }
}
.base-s-mainvisual-form .leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-s);
}
.base-s-mainvisual-form .leadgrid-c-button.-large {
  padding: 8px 28px;
  border-radius: 2px;
}
.base-s-mainvisual-form .leadgrid-form__error {
  font-size: 12px;
  margin-top: 4px;
}

.base-s-map .s-map__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
.base-s-map .s-map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__wrap {
    max-width: 480px;
    margin: 0 auto;
  }
}
.base-s-map .s-map__text {
  margin: 32px 0 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__text {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

.base-s-mediaArchives {
  padding: 0 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives {
    padding: 0 0 80px;
  }
}
.base-s-mediaArchives > .base-c-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives > .base-c-inner {
    display: block;
  }
}
.base-s-mediaArchives .s-mediaArchives__header {
  background-color: #eeeeee;
  padding: 20px 16px 48px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header {
    padding: 16px 0 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header > .base-c-inner {
    display: block;
  }
}
.base-s-mediaArchives .s-mediaArchives__header .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .title {
    width: 100%;
    max-width: 480px;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
  }
}
.base-s-mediaArchives .s-mediaArchives__header .text {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .text {
    width: 100%;
    max-width: 480px;
    text-align: left;
  }
}
.base-s-mediaArchives .base-c-sidebar2 {
  margin-left: 48px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .base-c-sidebar2 {
    margin: 0;
  }
}

.base-s-mediaDetail {
  padding: 28px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail {
    padding: 30px 0 80px;
  }
}
.base-s-mediaDetail.-column1 .base-c-sidebar2 {
  display: none;
}
.base-s-mediaDetail.-column1 > .base-c-inner {
  justify-content: center;
}
.base-s-mediaDetail.-column1 .s-mediaDetail__content {
  margin-right: 0;
}
.base-s-mediaDetail > .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail > .base-c-inner {
    display: block;
  }
}
.base-s-mediaDetail .s-mediaDetail__content {
  max-width: 800px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__content {
    margin-right: 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta {
    margin-bottom: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta .date {
  font-size: 20px;
  font-family: var(--font-family-en);
  letter-spacing: 1px;
  margin-right: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta .date {
    font-size: 16px;
    margin-right: 14px;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta .tag {
  background-color: #f5f5f5;
  color: var(--color-base-text-gray);
  border-radius: 3px;
  padding: 4px 18px;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.85px;
}
.base-s-mediaDetail .s-mediaDetail__meta .tag + .tag {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta .tag + .tag {
    margin-left: 14px;
  }
}
.base-s-mediaDetail .s-mediaDetail__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.base-s-mediaDetail .s-mediaDetail__author {
  display: flex;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author {
    margin: 0 0 10px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-mediaDetail .s-mediaDetail__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-mediaDetail .s-mediaDetail__author .name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author .name {
    font-size: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__wrap {
    display: block;
  }
}
.base-s-mediaDetail .s-mediaDetail__sp-share {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__sp-share {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 100;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.base-s-mediaDetail .s-mediaDetail__sp-share > .base-c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.base-s-mediaDetail .s-mediaDetail__sp-share .s-mediaDetail__share {
  margin-bottom: 0;
}
.base-s-mediaDetail .s-mediaDetail__sp-share__copyBtn {
  width: 108px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: var(--color-base-text-gray);
  font-size: 11px;
  appearance: none;
  border: none;
  font-weight: bold;
}
.base-s-mediaDetail .s-mediaDetail__sp-share__copyBtn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/base/img/media/icon_link.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.base-s-mediaDetail .s-mediaDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-mediaDetail .s-mediaDetail__share .s-mediaDetail__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share .s-mediaDetail__shareTitle {
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-mediaDetail .s-mediaDetail__share a img {
  width: 100%;
  height: auto;
}
.base-s-mediaDetail .s-mediaDetail__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-mediaDetail .s-mediaDetail__content {
  flex: 1;
}
.base-s-mediaDetail .s-mediaDetail__toc {
  background-color: #eeeeee;
  padding: 30px 40px 24px;
  border-radius: 3px;
  margin: 40px 0 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc {
    width: calc(100% + 32px);
    margin: 30px 0px 40px -16px;
    padding: 30px 16px 24px;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc .title {
    line-height: 1.6;
    font-size: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li a {
  display: block;
  color: #0e1315;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc .h2list li a {
    font-size: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li a:hover {
  opacity: 1;
  color: #33BAD4;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list {
  margin: 0;
  color: var(--color-base-text-gray);
  list-style: disc;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list a {
  color: inherit !important;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list a:hover {
  opacity: 1;
  color: #33BAD4 !important;
}
.base-s-mediaDetail .s-mediaDetail__body {
  padding-left: 40px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body {
    padding-left: 0;
    width: 100%;
    position: relative;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h2,
.base-s-mediaDetail .s-mediaDetail__body h3,
.base-s-mediaDetail .s-mediaDetail__body h4,
.base-s-mediaDetail .s-mediaDetail__body h5,
.base-s-mediaDetail .s-mediaDetail__body h6 {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__body h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  border-bottom: 4px solid #0e1315;
  padding-bottom: 20px;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h2 {
    font-size: 24px;
    padding-bottom: 10px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h3 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  border-radius: 3px;
  padding: 20px;
  margin: 60px 0 40px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h3 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h5 {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h5 {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote {
  background-color: #eeeeee;
  margin: 40px 0;
  padding: 40px 40px 30px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote {
    padding: 20px 16px;
    margin: 20px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote p {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__body blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote::before {
    top: 5px;
    left: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 13px;
  transform: rotate(180deg);
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote::after {
    bottom: 5px;
    right: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ol {
    margin: 30px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol li {
  margin-left: 50px;
  text-indent: -50px;
  position: relative;
}
.base-s-mediaDetail .s-mediaDetail__body ol li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ol li + li {
    margin-top: 10px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol li::before {
  content: "0" counter(n);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  counter-increment: n;
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #eeeeee;
  z-index: 1;
  text-indent: 0;
  margin-right: 16px;
}
.base-s-mediaDetail .s-mediaDetail__body ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.base-s-mediaDetail .s-mediaDetail__body ul {
  padding-left: 28px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ul {
    margin: 30px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ul li + li {
  margin-top: 12px;
}
.base-s-mediaDetail .s-mediaDetail__body p,
.base-s-mediaDetail .s-mediaDetail__body li,
.base-s-mediaDetail .s-mediaDetail__body ol {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p,
  .base-s-mediaDetail .s-mediaDetail__body li,
  .base-s-mediaDetail .s-mediaDetail__body ol {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p,
  .base-s-mediaDetail .s-mediaDetail__body li,
  .base-s-mediaDetail .s-mediaDetail__body ol {
    line-height: 1.6;
  }
}
.base-s-mediaDetail .s-mediaDetail__body p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p + p {
    margin-top: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body a {
  color: #33BAD4;
  word-wrap: break-word;
}
.base-s-mediaDetail .s-mediaDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body table thead, .base-s-mediaDetail .s-mediaDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-mediaDetail .s-mediaDetail__body table tr {
  display: flex;
}
.base-s-mediaDetail .s-mediaDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-mediaDetail .s-mediaDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-mediaDetail .s-mediaDetail__body img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body img {
    max-width: initial;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body .s-mediaDetail__eyecatch {
  max-width: initial;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body .s-mediaDetail__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-mediaDetail .s-mediaDetail__profile {
  border: 2px solid #eeeeee;
  padding: 24px 28px 28px;
  position: relative;
  margin-top: 40px;
  display: flex;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profile {
    margin-top: 30px;
    padding: 16px 16px 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileThumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  border: 2px solid #eeeeee;
  overflow: hidden;
}
.base-s-mediaDetail .s-mediaDetail__profileThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-s-mediaDetail .s-mediaDetail__profileWrap {
  margin-left: 24px;
  padding-top: 8px;
}
.base-s-mediaDetail .s-mediaDetail__profileLabel {
  font-size: 14px;
}
.base-s-mediaDetail .s-mediaDetail__profileName {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileName {
    font-size: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileSns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileSns {
    top: 24px;
    right: 24px;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileSns a {
  text-decoration: none;
}
.base-s-mediaDetail .s-mediaDetail__profileSns a img {
  width: 24px;
  height: 24px;
}
.base-s-mediaDetail .s-mediaDetail__profileSns a + a {
  margin-left: 8px;
}
.base-s-mediaDetail .s-mediaDetail__profileText {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: var(--color-base-text-gray);
  line-height: 1.8;
  margin: 7px 0 7px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileText {
    font-size: 11px;
  }
}
.base-s-mediaDetail .base-c-mediaArticles {
  margin: 40px 0 20px;
}
.base-s-mediaDetail .base-c-mediaArticles .c-mediaArticles__header {
  margin-bottom: 40px;
}
.base-s-mediaDetail .base-c-mediaArticles .c-mediaArticles__header .tag {
  display: none;
}
.base-s-mediaDetail .base-c-mediaArticles + .base-c-mediaArticles {
  margin: 20px 0 !important;
}
.base-s-mediaDetail .base-c-mediaArticles + .base-c-mediaArticles .c-mediaArticles__header {
  margin-bottom: 26px;
}

.base-s-mediaTop {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.base-s-mediaTop .base-c-mediaArticles {
  margin-bottom: 64px;
}
.base-s-mediaTop.-column3.-slideA, .base-s-mediaTop.-column2.-slideA {
  padding: 460px 46px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideA, .base-s-mediaTop.-column2.-slideA {
    padding: 0 0 30px;
  }
}
.base-s-mediaTop.-column3.-slideA .base-c-slide, .base-s-mediaTop.-column2.-slideA .base-c-slide {
  top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideA .base-c-slide, .base-s-mediaTop.-column2.-slideA .base-c-slide {
    top: 0;
  }
}
.base-s-mediaTop.-column3.-slideB, .base-s-mediaTop.-column2.-slideB {
  padding: 620px 46px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideB, .base-s-mediaTop.-column2.-slideB {
    padding: 0 0 30px;
  }
}
.base-s-mediaTop.-column3.-slideB .base-c-slide, .base-s-mediaTop.-column2.-slideB .base-c-slide {
  top: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideB .base-c-slide, .base-s-mediaTop.-column2.-slideB .base-c-slide {
    top: 0;
  }
}
.base-s-mediaTop.-column3 .base-c-slide {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3 .base-c-slide {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.base-s-mediaTop.-column3 .base-c-sidebar2 {
  display: none;
}
.base-s-mediaTop.-column2 {
  display: grid;
  grid-template-columns: 1fr 350px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 {
    display: block;
  }
}
.base-s-mediaTop.-column2 .base-c-slide {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-slide {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.base-s-mediaTop.-column2 .base-c-mediaArticles:nth-child(2) {
  grid-column: 1;
}
.base-s-mediaTop.-column2 .base-c-mediaArticles:nth-child(n+3) {
  grid-column: 1/3;
}
.base-s-mediaTop.-column2 .base-c-sidebar2 {
  grid-row: 1;
  grid-column: 2;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-sidebar2 {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
  }
}
.base-s-mediaTop.-column1.-slideA {
  grid-template-rows: 450px 1fr;
}
.base-s-mediaTop.-column1.-slideB {
  grid-template-rows: 610px 1fr;
}
.base-s-mediaTop.-column1 {
  padding: 20px 46px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 {
    display: block;
    padding: 0;
  }
}
.base-s-mediaTop.-column1 .base-c-mediaArticles {
  grid-column: 1;
}
.base-s-mediaTop.-column1 .base-c-sidebar2 {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 .base-c-sidebar2 {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.base-s-mediaSlider-1 {
  width: 100%;
  margin: auto;
  padding: 0 0 56px;
  overflow: hidden;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 712px;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__inner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-s-mediaSlider-1 .swiper-container {
  overflow: visible !important;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-container {
    width: 100vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev,
.base-s-mediaSlider-1 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-base-secondary);
  outline: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-1 .swiper-button-prev:hover,
.base-s-mediaSlider-1 .swiper-button-next:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-prev,
  .base-s-mediaSlider-1 .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev::after,
.base-s-mediaSlider-1 .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-base-secondaryInside);
  border-right: 2px solid var(--color-base-secondaryInside);
}
.base-s-mediaSlider-1 .swiper-button-prev {
  left: -36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-prev {
    border-radius: 0 4px 4px 0;
    left: 0;
    top: 32vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev::after {
  transform: translateX(2px) rotate(-135deg);
}
.base-s-mediaSlider-1 .swiper-button-next {
  right: -36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-next {
    border-radius: 4px 0 0 4px;
    right: 0;
    top: 32vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-next::after {
  transform: translateX(-2px) rotate(45deg);
}
.base-s-mediaSlider-1 .swiper-pagination {
  position: absolute;
  bottom: -34px;
}
.base-s-mediaSlider-1 .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.base-s-mediaSlider-1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-base-secondary);
  border: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-pagination {
    display: none;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card {
  width: 100%;
  overflow: hidden;
  transition: all 0.125s ease-in;
  height: 400px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__card {
    height: 100%;
    border-radius: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card a {
  text-decoration: none;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card:hover .s-mediaSlider-1__cardFigure img {
  transform: scale(1.05);
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card:hover a {
  opacity: 0.7;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure {
    position: relative;
    height: 64vw;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 30px 28px 36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo {
    position: relative;
    padding: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .category {
  display: inline-block;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  padding: 6px 20px 7px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .category {
    border-radius: 0 4px 0 0;
    position: absolute;
    top: -47px;
    left: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
    color: var(--color-base-text);
    max-width: 480px;
    padding: 0 16px;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 5px;
  margin-right: 8px;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .detail {
    display: block;
    max-width: 480px;
    padding: 0 16px;
    margin: auto;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .date {
    position: absolute;
    top: -39px;
    right: 16px;
  }
}

.base-s-mediaSlider-2 {
  width: 100%;
  margin: auto;
  padding: 0 0 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__inner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-s-mediaSlider-2 .swiper-container {
  overflow: visible !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-container {
    width: 100vw;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev,
.base-s-mediaSlider-2 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-base-secondary);
  outline: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-2 .swiper-button-prev:hover,
.base-s-mediaSlider-2 .swiper-button-next:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-prev,
  .base-s-mediaSlider-2 .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev::after,
.base-s-mediaSlider-2 .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-base-secondaryInside);
  border-right: 2px solid var(--color-base-secondaryInside);
}
.base-s-mediaSlider-2 .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-prev {
    left: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev::after {
  transform: translateX(2px) rotate(-135deg);
}
.base-s-mediaSlider-2 .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-next {
    right: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .swiper-button-next::after {
  transform: translateX(-2px) rotate(45deg);
}
.base-s-mediaSlider-2 .swiper-pagination {
  position: absolute;
  bottom: -34px;
}
.base-s-mediaSlider-2 .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.base-s-mediaSlider-2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-base-secondary);
  border: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-pagination {
    display: none;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card {
  width: 100%;
  overflow: hidden;
  transition: all 0.125s ease-in;
  height: 560px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__card {
    height: 100%;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card a {
  text-decoration: none;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card:hover .s-mediaSlider-2__cardFigure img {
  transform: scale(1.05);
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card:hover a {
  opacity: 0.7;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure {
    position: relative;
    height: 64vw;
    min-height: 360px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo {
    max-width: 480px;
    width: 100%;
    padding: 0 16px 32px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .category {
  display: inline-block;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  padding: 6px 20px 7px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 5px;
  margin-right: 8px;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}

.base-s-movie-1 .s-movie-1__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-movie-1 .s-movie-1__wrap {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-movie-1 .s-movie-1__wrap .s-movie-1__movieBox {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.base-s-movie-1 .s-movie-1__wrap .s-movie-1__movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
}

.base-s-news .s-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-news .s-news__list li + li {
  border-top: 1px solid var(--color-base-gray);
}
.base-s-news .s-news__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__list li a {
    padding: 16px 0 16px 0;
  }
}
.base-s-news .s-news__listDate {
  font-family: var(--font-family-en);
  color: var(--color-base-text-gray);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}
.base-s-news .s-news__listDate + .category {
  margin: 0 0 0 8px;
}
.base-s-news .category {
  background-color: var(--color-base-gray);
  color: var(--color-base-text-gray);
  font-size: var(--font-size-xs, 10px);
  line-height: 1.6;
  padding: 2px 10px;
  border-radius: var(--border-radius);
}
.base-s-news .s-news__listTitle {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: normal;
  margin: 4px 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__listTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__listTitle {
    line-height: 1.6;
    margin-top: 6px;
  }
}

.base-s-newsDetail {
  background-color: var(--color-base-primaryFaded);
}
.base-s-newsDetail .s-newsDetail__container > .base-c-inner {
  background-color: #fff;
  padding: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__container > .base-c-inner {
    padding: 32px 15px 80px;
  }
}
.base-s-newsDetail .s-newsDetail__meta {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__meta {
    margin-bottom: 10px;
  }
}
.base-s-newsDetail .s-newsDetail__meta > * + * {
  margin-top: 12px;
}
.base-s-newsDetail .s-newsDetail__meta .date {
  display: block;
  font-size: 13px;
  font-family: var(--font-family-en);
  letter-spacing: 0.09em;
}
.base-s-newsDetail .s-newsDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-newsDetail .s-newsDetail__wrap {
  position: relative;
  padding: 48px 0 0 0;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__wrap {
    padding-top: 0;
  }
}
.base-s-newsDetail .s-newsDetail__header {
  padding-bottom: 40px;
}
.base-s-newsDetail .s-newsDetail__share {
  position: sticky;
  margin-left: -80px;
  top: 140px;
  height: 0;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__share {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }
}
.base-s-newsDetail .s-newsDetail__share a {
  display: block;
  width: 26px;
}
.base-s-newsDetail .s-newsDetail__share a + a {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-newsDetail .base-c-wysiwyg {
  padding: 0;
  width: 100%;
}

.base-s-newsDetailPager {
  display: none;
  background-color: var(--color-base-primaryFaded);
}
.base-s-newsDetailPager .s-newsDetailPager__pager {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  padding: 65px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pager {
    width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back {
    display: none;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back a {
  color: var(--color-base-text);
  text-decoration: none;
  padding: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--color-base-primary);
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .icon-back {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .icon-back g {
  fill: var(--color-base-primary);
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev {
    width: 48%;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
  display: block;
  background-color: #fff;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
    padding: 20px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .label, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .title, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .title {
  text-decoration: underline;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next {
  margin-left: auto;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a {
    padding-right: 38px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .icon-arrow {
  right: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/news_detail/icon_arrow_next.svg");
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .icon-arrow {
  left: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/news_detail/icon_arrow_prev.svg");
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.base-s-newsList {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsList {
    padding: 48px 0;
  }
}
.base-s-newsList .s-newsList__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.base-s-newsList .s-newsList__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 64px 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list li a {
    padding: 16px 40px 16px 0;
  }
}
.base-s-newsList .s-newsList__list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url("/assets/base/img/top/news/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 30px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list li a:after {
    transform: scale(0.8);
  }
}
.base-s-newsList .s-newsList__list li + li {
  border-top: 2px solid var(--color-base-background);
}
.base-s-newsList .s-newsList__list li:last-child {
  border-bottom: 2px solid var(--color-base-background);
}
.base-s-newsList .s-newsList__list .s-news__listDate {
  font-family: var(--font-family-en);
  color: #999;
  letter-spacing: 1px;
}
.base-s-newsList .s-newsList__list .s-news__listTitle {
  font-size: var(--font-size-s);
  line-height: 1.5;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list .s-news__listTitle {
    font-size: 14px;
  }
}

.base-s-newsList2 {
  padding: 56px 0 128px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 {
    padding: 24px 0 48px;
  }
}
.base-s-newsList2 .s-newsList2__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.base-s-newsList2 .s-newsList2__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 64px 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list li a {
    padding: 16px 40px 16px 0;
  }
}
.base-s-newsList2 .s-newsList2__list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url("/assets/base/img/top/news/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 30px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list li a:after {
    transform: scale(0.8);
  }
}
.base-s-newsList2 .s-newsList2__list li + li {
  border-top: 2px solid var(--color-base-background);
}
.base-s-newsList2 .s-newsList2__list li:last-child {
  border-bottom: 2px solid var(--color-base-background);
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .date {
  font-family: var(--font-family-en);
  color: #999;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
    padding: 2px 10px;
    letter-spacing: 0;
  }
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0 0;
  }
}

.base-s-plan-1 .base-c-inner {
  overflow: hidden;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table {
  width: 100%;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: none;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList {
  display: flex;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList {
    display: flex;
    flex-direction: column;
    border: 3px solid var(--color-base-primary);
    border-radius: var(--border-radius);
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) {
    margin-top: 32px;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableTitle {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableTitle {
    border-top: 2px solid var(--color-base-primary);
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableDescription {
  border-top: 2px solid var(--color-base-primary);
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  min-width: 200px;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    align-items: center;
    padding: 16px;
    width: 100%;
    font-size: 1.17em;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle > *:nth-child(n+1) {
  margin-top: 6px;
  font-weight: normal;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
  margin: 0;
  line-height: 1.5;
  padding: 16px 16px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
    padding: 16px;
    display: flex;
    justify-content: center;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
  border-left: 2px solid var(--color-base-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
    border-left: none;
    border-top: 3px solid var(--color-base-primary);
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList {
    padding-left: 30px;
    width: 100%;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList .s-plan-1__menuItem:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price {
    display: flex;
    align-items: baseline;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__count {
  white-space: nowrap;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__label {
  white-space: nowrap;
}

.base-s-plan-2 .s-plan-2__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__title:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-color: var(--color-base-text);
  margin-right: 6px;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card {
  margin-top: 20px;
  width: 100%;
  border: 2px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  background-color: #fff;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader {
  display: flex;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 20px 50px;
  width: 38%;
  font-weight: bold;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-left: 3px solid var(--color-base-primary);
  width: 62%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
    padding: 20px 10px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice .base-c-price {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
  border-top: 2px solid var(--color-base-primary);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
    padding: 20px 15px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
    font-size: 14px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
  margin: 16px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
    padding-left: 20px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
  margin-left: 24px;
  width: calc(50% - 40px);
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n + 3) {
  margin-top: 10px;
}

.base-s-plan-3 .base-c-inner {
  overflow: hidden;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl {
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl {
    width: auto;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl::-webkit-scrollbar {
  display: none;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dt {
  border-top: 2px solid #fff;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dd {
  border-top: 2px solid var(--color-base-primary);
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--color-base-primaryInside);
  margin: 0;
  background-color: var(--color-base-primary);
  min-width: 200px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
    width: 130px;
    min-width: 130px;
    padding: 16px 10px;
    position: sticky;
    left: 0;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dt span {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt span {
    font-size: var(--font-size-xs-sp);
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd {
  margin: 0;
  line-height: 1.5;
  padding: 16px 16px 16px 32px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd {
    width: calc(100% - 130px);
    padding: 16px;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd:last-of-type {
  border-left: 3px solid var(--color-base-primary);
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
    padding: 16px 16px 16px 40px;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul {
  padding-left: 20px;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .base-c-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: 100%;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .base-c-price .c-price__count {
  overflow-wrap: break-word;
  max-width: 100%;
}

.base-s-policy {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-policy {
    padding: 48px 0;
  }
}
.base-s-policy .s-policy__contentItem + .s-policy__contentItem {
  margin-top: 40px;
}
.base-s-policy .s-policy__contentItem .title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .title {
    font-size: 16px;
  }
}
.base-s-policy .s-policy__contentItem .text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-policy .s-policy__credit {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__credit {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__credit {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .base-s-price-1 .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-price-1 .s-price-1__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__wrap {
    display: block;
    margin-top: 0;
  }
}
.base-s-price-1 .s-price-1__item {
  width: calc((100% - 48px) / 4);
  position: relative;
  background: #f5f5f5;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__item {
    width: 100%;
  }
  .base-s-price-1 .s-price-1__item + .s-price-1__item {
    margin-top: 40px;
  }
  .base-s-price-1 .s-price-1__item:last-child {
    margin-bottom: 32px;
  }
}
.base-s-price-1 .s-price-1__item.is-recommend {
  border: 2px solid var(--color-base-primary);
}
.base-s-price-1 .s-price-1__item.is-recommend:before {
  content: "オススメ！";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 22px;
  background-color: var(--color-base-secondary);
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 50rem;
}
.base-s-price-1 .s-price-1__item.is-recommend .s-price-1__itemTitle {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__item.is-recommend .s-price-1__itemTitle {
    height: 70px;
  }
}
.base-s-price-1 .s-price-1__item.is-recommend .base-c-button {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-price-1 .s-price-1__itemTitle {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: var(--font-size-m);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.base-s-price-1 .s-price-1__itemPrice {
  padding: 20px 16px 16px 16px;
  text-align: center;
}
.base-s-price-1 .s-price-1__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: 8px auto 0 auto;
  text-align: center;
  font-size: var(--font-size-xs);
}
.base-s-price-1 .s-price-1__itemButton {
  padding: 0 16px 24px 16px;
}
.base-s-price-1 .s-price-1__itemButton .base-c-button {
  border-radius: var(--border-radius-button);
  height: 48px;
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  font-size: var(--font-size-s);
}
.base-s-price-1 .s-price-1__itemList {
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
}
.base-s-price-1 .s-price-1__itemList li {
  font-size: 14px;
  padding: 12px 16px;
  font-weight: bold;
}
.base-s-price-1 .s-price-1__itemList li:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .base-s-price-2 .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-price-2 .s-price-2__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__wrap {
    display: block;
    margin-top: 0;
  }
}
.base-s-price-2 .s-price-2__item {
  width: calc((100% - 32px) / 3);
  position: relative;
  background: #f5f5f5;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__item {
    width: 100%;
  }
  .base-s-price-2 .s-price-2__item + .s-price-2__item {
    margin-top: 40px;
  }
  .base-s-price-2 .s-price-2__item:last-child {
    margin-bottom: 32px;
  }
}
.base-s-price-2 .s-price-2__item.is-recommend {
  border: 2px solid var(--color-base-primary);
}
.base-s-price-2 .s-price-2__item.is-recommend:before {
  content: "オススメ！";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 22px;
  background-color: var(--color-base-secondary);
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 50rem;
}
.base-s-price-2 .s-price-2__item.is-recommend .s-price-2__itemTitle {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__item.is-recommend .s-price-2__itemTitle {
    height: 70px;
  }
}
.base-s-price-2 .s-price-2__item.is-recommend .base-c-button {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-price-2 .s-price-2__itemTitle {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: var(--font-size-m);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.is-recommend .base-s-price-2 .s-price-2__itemTitle {
  height: 97px;
}
.is-recommend .base-s-price-2 .s-price-2__itemTitle:before {
  content: " ";
  display: block;
  width: 1px;
  height: 27px;
  background-color: transparent;
}
.base-s-price-2 .s-price-2__itemPrice {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.base-s-price-2 .s-price-2__itemPrice .base-c-price {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.base-s-price-2 .s-price-2__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: 8px auto 0 auto;
  text-align: center;
  font-size: var(--font-size-xs);
}
.base-s-price-2 .s-price-2__itemButton {
  padding: 0 16px 24px 16px;
}
.base-s-price-2 .s-price-2__itemButton .base-c-button {
  border-radius: var(--border-radius-button);
  height: 48px;
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
}
.base-s-price-2 .s-price-2__itemList {
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
}
.base-s-price-2 .s-price-2__itemList li {
  font-size: 14px;
  padding: 12px 16px;
  font-weight: bold;
}
.base-s-price-2 .s-price-2__itemList li:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .base-s-questionDetail .base-c-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-questionDetail .s-questionDetail__link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -8px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link {
    display: block;
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkItem {
  padding: 8px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkItem {
    width: 100%;
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink {
  display: flex;
  align-items: center;
  border: 2px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  color: var(--color-base-primary);
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 24px 43px 24px 26px;
  position: relative;
  width: 100%;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%201.5L7%206.5L2%201.5%22%20stroke%3D%22%23336095%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") 0 0/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  width: 14px;
  height: 8px;
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink:hover {
  opacity: 1;
  background-color: var(--color-base-background);
}
.base-s-questionDetail .s-questionDetail__title {
  margin-top: 80px;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-left: 5px solid var(--color-base-primary);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__title {
    margin-top: 48px;
  }
}
.base-s-questionDetail .s-questionDetail1__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-questionDetail .s-questionDetail1__list li {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--color-base-gray);
  border-radius: var(--border-radius);
}
.base-s-questionDetail .s-questionDetail1__list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__list li + li {
    margin-top: 8px;
  }
}
.base-s-questionDetail .s-questionDetail1__list li.is-active {
  background-color: var(--color-base-background);
  border-color: var(--color-base-background);
}
.base-s-questionDetail .s-questionDetail1__listTitle {
  margin: 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 32px 88px 32px 32px;
  color: var(--color-base-text);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listTitle {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listTitle {
    padding: 15px 60px 15px 20px;
  }
}
.base-s-questionDetail .s-questionDetail1__listTitle.is-active .s-questionDetail1__listIcon > span:nth-child(2) {
  display: none;
}
.base-s-questionDetail .s-questionDetail1__listText {
  margin: 0;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: none;
  padding: 0 88px 32px 32px;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listText {
    padding: 0 15px 15px;
  }
}
.base-s-questionDetail .s-questionDetail1__listIcon {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius-button);
  position: absolute;
  top: 26px;
  right: 37px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listIcon {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 16px;
    margin-top: -15px;
  }
}
.base-s-questionDetail .s-questionDetail1__listIcon:hover {
  transform: scale(1.05);
}
.base-s-questionDetail .s-questionDetail1__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-primaryInside);
}
.base-s-questionDetail .s-questionDetail1__listIcon > span:nth-child(2) {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .base-s-ranking-1__con {
    margin-top: 0;
  }
}
.base-s-ranking-1__con__item + .base-s-ranking-1__con__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-ranking-1__con__item + .base-s-ranking-1__con__item {
    margin-top: 16px;
  }
}

.base-c-list-ranking-1 {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1 {
    padding: 16px 16px 16px 16px;
  }
}
.base-c-list-ranking-1-wrapper {
  counter-reset: num;
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label {
  min-width: 60px;
  min-height: 48px;
  width: 60px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label {
    width: 35px;
    height: 28px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:after, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:after, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:before {
  line-height: 1;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:before {
    top: 20px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__text {
  display: block;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__text {
    margin-left: 15px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--1.svg");
}
.base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--2.svg");
}
.base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--3.svg");
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label {
    width: 25px;
    height: 25px;
  }
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c4c4c4;
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label:before {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__text {
  display: block;
  padding: 0 0 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__text {
    padding: 0 0 0 24px;
  }
}
.base-c-list-ranking-1__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.base-c-list-ranking-1__label:before {
  counter-increment: num;
  content: counter(num);
  font-family: var(--font-family-en);
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1__label:before {
    font-size: 18px;
    line-height: 16px;
  }
}
.base-c-list-ranking-1__text {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-size-m);
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1__text {
    font-size: var(--font-size-xs);
    line-height: 19.2px;
  }
}

.base-s-ranking .s-ranking__tab {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-ranking .s-ranking__tab {
    width: 100%;
  }
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem {
  color: #888;
  cursor: pointer;
  background: var(--color-base-gray);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem:first-of-type {
  border-radius: 5px 0px 0px 5px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem:last-of-type {
  border-radius: 0px 5px 5px 0px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem[aria-selected=true] {
  color: var(--color-base-primaryInside);
  cursor: default;
  background: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-ranking .s-ranking__tab .s-ranking__tabItem {
    font-size: 15px;
    height: 45px;
    width: 50%;
  }
}
.base-s-ranking .s-ranking__list {
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
  counter-reset: rankingNum;
}
.base-s-ranking .s-ranking__list[aria-hidden=true] {
  display: none;
}
.base-s-ranking .s-ranking__list .base-c-blogCard {
  position: relative;
  counter-increment: rankingNum;
}
.base-s-ranking .s-ranking__list .base-c-blogCard:before {
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  content: counter(rankingNum);
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-family-en);
  position: absolute;
  top: -9px;
  left: -11px;
  line-height: 1;
  padding-top: 14px;
  height: 35px;
  width: 50px;
  text-align: center;
  z-index: 10;
}
.base-s-ranking .s-ranking__list .base-c-blogCard:first-of-type:before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-gold.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(2):before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-silver.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(3):before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-bronze.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(N + 4):before {
  color: #777;
  background-image: url(/assets/base/img/top/ranking/icon_crown-gray.svg);
}

.s-recruit-1__ArticleView {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-recruit-1__ArticleView-text {
  color: #888;
  font-size: var(--font-size-s);
}
.s-recruit-1__ArticleView-text small {
  font-size: var(--font-size-xs);
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .s-recruit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-recruit-section .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-recruit-section .base-c-pager .c-pager__item {
  border-radius: var(--border-radius);
}

.s-recruit-1__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 16px auto 0 auto;
}

.s-itemRecruit {
  list-style: none;
}
.s-itemRecruit + .s-itemRecruit {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit {
    padding: 0;
    border: none;
    margin-top: 40px;
  }
  .s-itemRecruit:first-child {
    margin-top: 16px;
  }
}

.s-itemRecruit__inner {
  color: var(--color-base-text);
  text-decoration: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__inner {
    display: block;
  }
}

.s-bgLoading {
  background-color: #f6f6f6;
  background-image: url(../img/common/icon-loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
}

.s-itemRecruit__thumb {
  position: relative;
  margin: 0;
  max-width: 320px;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__thumb {
    max-width: 100%;
    height: 220px;
    overflow: hidden;
  }
}
.s-itemRecruit__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.002);
}

.s-itemRecruit__thumbLabel {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.s-itemRecruit__thumbLabel.-leftTop {
  position: absolute;
  top: 8px;
  left: 8px;
}
.s-itemRecruit__thumbLabel span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  background: #ddd;
  padding: 0 10px;
  height: 24px;
  border-radius: 3px;
}
.s-itemRecruit__thumbLabel span + span {
  margin-left: 4px;
}
.s-itemRecruit__thumbLabel span.-new-graduate {
  background: #113CFC;
  color: #fff;
}
.s-itemRecruit__thumbLabel span.-mid-career {
  background: #E02401;
  color: #fff;
}
.s-itemRecruit__thumbLabel span.-part {
  background: #F78812;
  color: #fff;
}

.s-itemRecruit__content {
  max-width: calc(100% - 320px);
  width: 100%;
  padding-left: 32px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__content {
    max-width: 100%;
    padding: 0;
    margin: 16px 0 0 0;
  }
}

.s-itemRecruit__meta {
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 13px;
}
.s-itemRecruit__meta span {
  margin: 0;
  padding: 0;
}
.s-itemRecruit__meta span + span {
  margin-left: 12px;
}

.s-itemRecruit__title {
  font-size: var(--font-size-m);
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0;
}

.s-itemRecruit__description p {
  line-height: 1.6;
  font-size: var(--font-size-s);
  margin: 8px 0 0 0;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__description p {
    -webkit-line-clamp: 2;
  }
}

.base-s-recruitDetail {
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail {
    padding: 30px 0 80px;
  }
}
.base-s-recruitDetail > .base-c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail > .base-c-inner {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail__content {
  max-width: 650px;
}
.base-s-recruitDetail .s-recruitDetail__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 13px;
  color: #aaaaaa;
  font-weight: bold;
  font-family: var(--font-family-en);
}
.base-s-recruitDetail .s-recruitDetail__meta .category {
  text-decoration: none;
  color: #aaaaaa;
}
.base-s-recruitDetail .s-recruitDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-recruitDetail .s-recruitDetail__tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.base-s-recruitDetail .s-recruitDetail__tags .tag {
  margin: 0 8px 8px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
}
.base-s-recruitDetail .s-recruitDetail__tags .tag::before {
  content: "# ";
}
.base-s-recruitDetail .s-recruitDetail__wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__wrap {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 24px;
    width: auto;
  }
}
.base-s-recruitDetail .s-recruitDetail__share a {
  display: block;
  width: 26px;
}
.base-s-recruitDetail .s-recruitDetail__share a + a {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-recruitDetail .s-recruitDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.base-s-recruitDetail .s-recruitDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-recruitDetail .s-recruitDetail__content {
  flex: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__content {
    margin: auto;
  }
}
.base-s-recruitDetail .s-recruitDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.base-s-recruitDetail .s-recruitDetail__thumb {
  margin: 40px 0;
}
.base-s-recruitDetail .s-recruitDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-recruitDetail .s-recruitDetail__table {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    border: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dt {
  width: 252px;
  display: flex;
  border-top: 1px solid #dddddd;
  border-right: 1px dashed #dddddd;
  padding: 16px;
  background: #f0f0f0;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table dt {
    width: 100%;
    padding: 8px 16px;
    border-top: initial;
    border-right: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dt:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail__table dd {
  width: calc(100% - 252px);
  display: block;
  border-top: 1px solid #dddddd;
  background: #F7F9FA;
  margin: 0;
  padding: 16px 10px 16px 16px;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.04em;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table dd {
    width: 100%;
    padding: 8px 16px;
    border-top: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dd:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail__table dd.-download {
  white-space: initial;
}
.base-s-recruitDetail .s-recruitDetail__table dd.-download a {
  color: #1e2dff;
}
.base-s-recruitDetail .s-recruitDetail__applyButton {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.base-s-recruitDetail .s-recruitDetail__applyButton span.-disabled {
  border: 3px solid #aaaaaa;
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail__applyButton span.-disabled:hover {
  transform: none;
}
.base-s-recruitDetail .s-recruitDetail__applyButton__link {
  font-size: 18px;
  padding: 18px 40px;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard {
  padding: 22px 30px;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  position: fixed;
  z-index: 10;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard {
    padding: 7px 7px 4px 9px;
    bottom: 8px;
    width: calc(100% - 16px);
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__mainWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__titleWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__titleWrap {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 16px;
  border-radius: var(--border-radius);
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status {
    font-size: 8px;
    padding: 1.5px 8px;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__title {
  font-weight: bold;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__title {
    margin-left: 0;
    line-height: 1.8;
    font-size: 15px;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
  display: flex;
  align-items: center;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
    display: none;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta span::after {
  content: "／";
  display: inline-block;
  margin: 0 10px;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta span:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8.5px 49px;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
    height: 36px;
    width: 90px;
    padding: 0;
  }
}

.base-s-service-1__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-service-1__inner {
    max-width: 870px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-service-1__con {
    margin-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__con {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-service-1__con__item + .base-s-service-1__con__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__con__item + .base-s-service-1__con__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .base-c-service-1-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col {
    position: relative;
  }
}
.base-c-service-1-col__img {
  overflow: hidden;
  border-radius: 100%;
}
.base-c-service-1-col__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con {
    width: calc(100% - 180px - 65px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con {
    width: 100%;
  }
}
.base-c-service-1-col__con .titleArea {
  letter-spacing: 0.04em;
}
.base-c-service-1-col__con .titleArea h3 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .titleArea {
    font-size: var(--font-size-l);
    line-height: 33.6px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .titleArea {
    font-size: var(--font-size-m);
    line-height: 28.8px;
    font-weight: 700;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 120px;
  }
}
.base-c-service-1-col__con .conArea {
  letter-spacing: 0.04em;
  font-size: var(--font-size-s);
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .conArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .conArea {
    margin-top: 15px;
  }
}
.base-c-service-1-col__con .conArea p {
  margin: 0;
}
.base-c-service-1-col__con .btnArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .btnArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .btnArea {
    margin-top: 15px;
  }
}

.base-c-btn {
  display: block;
  font-size: 13px;
  line-height: 18.85px;
  letter-spacing: 0.92px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 9px 50px 9px 40px;
  text-align: center;
  background: var(--color-base-primary);
}
.base-c-btn.-arrow {
  position: relative;
}
.base-c-btn.-arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent transparent transparent #D4E6F3;
  border-width: 6px 8px;
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.base-c-btn.-radius--s {
  border-radius: 5px;
}

.base-s-solution .base-c-sectionHeader {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-solution .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-solution .s-solution__solutionList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.base-s-solution .s-solution__solutionItem {
  width: 25%;
  text-align: center;
  list-style: none;
  padding: 0 12px 48px;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__solutionItem {
    width: 50%;
  }
  .base-s-solution .s-solution__solutionItem:nth-child(2n) {
    padding: 0 0 32px 12px;
  }
  .base-s-solution .s-solution__solutionItem:nth-child(2n+1) {
    padding: 0 12px 32px 0;
  }
}
.base-s-solution .s-solution__itemImage {
  margin: 0;
}
.base-s-solution .s-solution__itemImage img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__itemImage img {
    width: 100px;
    height: 100px;
  }
}
.base-s-solution .s-solution__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__text {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .base-s-text .base-c-inner {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-text .s-text__title {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-text .s-text__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-text .s-text__text {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-text .s-text__text {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}

.base-s-textbox-1 .base-c-inner {
  padding: 0;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content {
  display: grid;
  grid-template-areas: "Title Title" "Content Image";
  grid-template-columns: calc(50% - 30px) calc(50% + 30px);
  padding: 0;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion {
  grid-template-areas: "Title Title" "Image Content";
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentDescription {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentDescription {
    margin: 24px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentImage {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
  grid-area: Title;
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
  color: var(--color-base-text);
  letter-spacing: 1.55294px;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
  grid-area: Content;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
    margin: 20px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription > :nth-child(n+2) {
  margin-top: 20px;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 30px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
    max-width: 100%;
    height: auto;
  }
}

.upd-s-aboutMenu {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutMenu > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
.upd-s-aboutMenu > .upd-c-inner {
  border-radius: 9px 9px 0 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu > .upd-c-inner {
    border-radius: 10px 10px 0 0;
    padding: inherit;
  }
}
.upd-s-aboutMenu > .upd-c-inner {
  padding: 32px 80px 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu > .upd-c-inner {
    padding: 16px 16px 64px;
  }
}
.upd-s-aboutMenu .s-aboutMenu__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu .s-aboutMenu__list {
    flex-wrap: wrap;
    gap: 16px 12px;
  }
}
.upd-s-aboutMenu .s-aboutMenu__item {
  width: 100%;
  text-decoration: none;
  border-bottom: 3px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu .s-aboutMenu__item {
    width: calc((100% - 12px) / 2);
    padding: 16px 6px;
  }
}
.upd-s-aboutMenu .s-aboutMenu__item-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  margin: 0;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMenu .s-aboutMenu__item-ttl {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.04em;
  }
}

.upd-s-aboutGreeting {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutGreeting > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting {
    margin-top: 0;
  }
}
.upd-s-aboutGreeting > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
.upd-s-aboutGreeting > .upd-c-inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting > .upd-c-inner {
    padding: 0 16px 80px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__ttl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__ttl {
    gap: 20px;
    margin-bottom: 24px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__ttl-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #160403;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__ttl-txt {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #160403;
    margin-top: 40px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__lead {
  position: relative;
  padding: 22px 30px;
  margin-bottom: 87px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__lead {
    padding: 10px 23px;
    margin-bottom: 41px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__lead .-deco {
  position: absolute;
  position: absolute;
  width: 21px;
  height: 21px;
}
.upd-s-aboutGreeting .s-aboutGreeting__lead .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-aboutGreeting .s-aboutGreeting__lead .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-aboutGreeting .s-aboutGreeting__lead .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-aboutGreeting .s-aboutGreeting__lead .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-s-aboutGreeting .s-aboutGreeting__lead-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__lead-txt {
    font-size: 18px;
    line-height: 160%;
    /* または29px */
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__lead {
    margin-bottom: 32px;
    padding: 16px 3px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  /* または24px */
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__txt {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 180%;
    /* または27px */
    letter-spacing: 0.04em;
    color: #1b1b1b;
    margin-bottom: 24px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid #e7e7e7;
  border-radius: 20px 5px;
  margin-bottom: 56px;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__img {
    height: 145px;
    margin-bottom: 24px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__img img {
  height: 83px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__img img {
    height: 38.5px;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__name-name {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__name-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__name-name .-min {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__name-name .-min {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__name-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__name-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.upd-s-aboutGreeting .s-aboutGreeting__name img {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutGreeting .s-aboutGreeting__name img {
    width: 21px;
    display: inline;
    vertical-align: middle;
  }
}

.upd-s-aboutHistory {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutHistory > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory {
    margin-top: 0;
  }
}
.upd-s-aboutHistory > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
.upd-s-aboutHistory > .upd-c-inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory > .upd-c-inner {
    padding: 0 16px 80px;
  }
}
.upd-s-aboutHistory .s-aboutHistory__ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory .s-aboutHistory__ttl {
    margin-bottom: 55px;
  }
}
.upd-s-aboutHistory .s-aboutHistory__body {
  width: calc(100% - 32px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory .s-aboutHistory__body {
    width: 100%;
    margin-bottom: 34px;
  }
}
.upd-s-aboutHistory .s-aboutHistory__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutHistory .s-aboutHistory__btn {
    justify-content: flex-end;
  }
}

.upd-s-aboutMember {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutMember > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember {
    margin-top: 0;
  }
}
.upd-s-aboutMember > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
.upd-s-aboutMember > .upd-c-inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember > .upd-c-inner {
    padding: 0 16px 56px;
  }
}
.upd-s-aboutMember .s-aboutMember__ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__ttl {
    margin-bottom: 32px;
  }
}
.upd-s-aboutMember .s-aboutMember__body {
  width: calc(100% - 32px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.upd-s-aboutMember .s-aboutMember__main {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
  margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__main {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.upd-s-aboutMember .s-aboutMember__main-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__main-item {
    width: 100%;
  }
}
.upd-s-aboutMember .s-aboutMember__main-head {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__main-head {
    margin-bottom: 16px;
  }
}
.upd-s-aboutMember .s-aboutMember__main-body {
  padding: 0 13.5px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__main-body {
    padding: 0 16.5px;
  }
}
.upd-s-aboutMember .s-aboutMember__sub {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__sub {
    gap: 32px;
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.upd-s-aboutMember .s-aboutMember__sub-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__sub-item {
    flex-wrap: inherit;
    flex-direction: column;
  }
}
.upd-s-aboutMember .s-aboutMember__sub-head {
  width: 175px;
  flex-shrink: 0;
}
.upd-s-aboutMember .s-aboutMember__sub-body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__sub-body {
    width: 100%;
  }
}
.upd-s-aboutMember .s-aboutMember__name {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  /* ボックスの高さと同一、または28px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__name {
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-aboutMember .s-aboutMember__label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  /* ボックスの高さと同一、または20px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__label {
    font-size: 14px;
    line-height: 140%;
    /* ボックスの高さと同一、または20px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-aboutMember .s-aboutMember__desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 160%;
  /* または24px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutMember .s-aboutMember__desc {
    font-size: 15px;
    line-height: 160%;
    /* または24px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-aboutMember .s-aboutMember__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upd-s-aboutAccess {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutAccess > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess {
    margin-top: 0;
  }
}
.upd-s-aboutAccess > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
.upd-s-aboutAccess > .upd-c-inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess > .upd-c-inner {
    padding: 32px 16px 96px;
  }
}
.upd-s-aboutAccess .s-aboutAccess__ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess .s-aboutAccess__ttl {
    margin-bottom: 32px;
  }
}
.upd-s-aboutAccess .s-aboutAccess__body {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess .s-aboutAccess__body {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.upd-s-aboutAccess .s-aboutAccess__map {
  max-width: 508px;
  height: 309px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess .s-aboutAccess__map {
    height: 180px;
  }
}
.upd-s-aboutAccess .s-aboutAccess__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.upd-s-aboutAccess .s-aboutAccess__info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.upd-s-aboutAccess .s-aboutAccess__info-item svg {
  position: relative;
  top: 4px;
  flex-shrink: 0;
}
.upd-s-aboutAccess .s-aboutAccess__info-dt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  /* または25px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess .s-aboutAccess__info-dt {
    font-size: 16px;
    line-height: 140%;
    /* または22px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-aboutAccess .s-aboutAccess__info-dd {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  /* または22px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
.upd-s-aboutAccess .s-aboutAccess__info-dd + .s-aboutAccess__info-dd {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAccess .s-aboutAccess__info-dd {
    font-size: 15px;
    line-height: 140%;
    /* または21px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}

.upd-s-aboutAbout {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-aboutAbout > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout {
    margin-top: 0;
  }
}
.upd-s-aboutAbout > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
.upd-s-aboutAbout > .upd-c-inner {
  padding: 70px 80px 118px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout > .upd-c-inner {
    padding: 0 16px 32px;
    margin-bottom: 0;
  }
}
.upd-s-aboutAbout .s-aboutAbout__ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout .s-aboutAbout__ttl {
    margin-bottom: 55px;
  }
}
.upd-s-aboutAbout .s-aboutAbout__body {
  width: calc(100% - 32px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutAbout .s-aboutAbout__body {
    width: 100%;
  }
}

.upd-s-aboutCta {
  background: #df8ee7;
}
.upd-s-aboutCta .s-aboutCta__inner {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__inner {
    padding: 16px 0;
  }
}
.upd-s-aboutCta .s-aboutCta__deco {
  position: absolute;
  width: auto;
  height: 160px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__deco {
    height: 96px;
  }
}
.upd-s-aboutCta .s-aboutCta__deco img {
  width: auto;
  height: 100%;
}
.upd-s-aboutCta .s-aboutCta__box {
  background: #000000;
  box-shadow: 0px 0px 0px rgba(158, 35, 255, 0.91);
  padding: 10px;
  width: calc(100% - 32px);
  max-width: 1040px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box {
    height: 360px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-inner {
  position: relative;
  background: url(/assets/upd/img/about/cta-bg.svg), #050636;
  background-size: cover;
  border: 1px solid #df8ee7;
  box-shadow: inset 0px 0px 20px rgba(232, 104, 244, 0.8);
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
}
.upd-s-aboutCta .s-aboutCta__box-deco {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco img {
    width: 100%;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-people {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-people {
    display: none;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-airplane {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-airplane {
    width: 126.24px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-astro {
  right: 25px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-astro {
    right: 11px;
    width: 112px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-open {
    top: 0;
    left: 0;
    width: 130px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-shape01 {
  left: 43.01px;
  top: 220.99px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-shape01 {
    width: 50px;
    left: -6px;
    top: 137px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-shape02 {
  left: 321px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-shape02 {
    width: 58.15px;
    top: -12px;
    left: 144px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-shape03 {
  left: 639.9px;
  top: -28px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-shape03 {
    top: 132px;
    right: -23px;
    left: inherit;
    width: 80px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-shape04 {
  left: 848px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-shape04 {
    right: 20px;
    left: inherit;
    top: 0;
    width: 80px;
  }
}
.upd-s-aboutCta .s-aboutCta__box-deco.-shape05 {
  right: 0;
  top: 262px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__box-deco.-shape05 {
    right: 0;
    top: inherit;
    bottom: 0;
    width: 45px;
  }
}
.upd-s-aboutCta .s-aboutCta__content {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__content {
    top: 107px;
    width: 100%;
  }
}
.upd-s-aboutCta .s-aboutCta__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__ttl {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__btn {
    width: calc(100% - 32px);
  }
}
.upd-s-aboutCta .s-aboutCta__btn a {
  position: relative;
  background: #f8ff01;
  border: 4px solid #160403;
  box-shadow: -4px -4px 0px #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__btn a {
    border: 4px solid #160403;
    box-shadow: -4px -4px 0px #000000;
    border-radius: 20px;
    height: 70px;
  }
}
.upd-s-aboutCta .s-aboutCta__btn a:hover {
  opacity: 1;
  background: #d1d702;
  border: 4px solid #160403;
  border-radius: 50px;
  box-shadow: none;
}
.upd-s-aboutCta .s-aboutCta__btn-txt {
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__btn-txt {
    font-size: 18px;
    line-height: 130%;
    /* または23px */
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.upd-s-aboutCta .s-aboutCta__btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #160403;
  border-radius: 8px 6px;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__btn-arrow {
    width: 24px;
    height: 24px;
    background: #160403;
    border-radius: 9.6px 7.2px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-aboutCta .s-aboutCta__btn-arrow svg {
    width: 9.6px;
  }
}

.upd-s-companyDoc .upd-c-inner {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .upd-c-inner {
    padding: 32px 0;
  }
}
.upd-s-companyDoc .s-companyDoc__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .s-companyDoc__head {
    margin-bottom: 30px;
  }
}
.upd-s-companyDoc .s-companyDoc__list {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .s-companyDoc__list {
    width: 100%;
  }
}
.upd-s-companyDoc .s-companyDoc__item .upd-c-blogCard.-horizontal .c-blogCard__inner {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .s-companyDoc__item .upd-c-blogCard.-horizontal .c-blogCard__inner {
    align-items: flex-start;
  }
}
.upd-s-companyDoc .s-companyDoc__body {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .s-companyDoc__body {
    width: calc(100% - 32px - 32px);
    padding: 0;
  }
}
.upd-s-companyDoc .s-companyDoc__body .-deco {
  position: absolute;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-lt {
  top: -5px;
  left: -5px;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-lb {
  bottom: -3px;
  left: -5px;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-rt {
  top: -5px;
  right: -5px;
}
.upd-s-companyDoc .s-companyDoc__body .-deco.-rb {
  bottom: -3px;
  right: -5px;
}
.upd-s-companyDoc .s-companyDoc__body iframe {
  width: 100%;
  border-radius: 10px !important;
}
@media screen and (max-width: 767px) {
  .upd-s-companyDoc .s-companyDoc__body iframe {
    z-index: 0;
    position: relative;
  }
}

.upd-s-complete {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-complete {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-complete > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-complete > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-complete > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-complete {
    margin-top: 120px;
  }
}
.upd-s-complete > .upd-c-inner {
  padding: 100px 80px 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-complete > .upd-c-inner {
    padding: 87px 14px 64px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-complete > .upd-c-inner .c-inner__cont {
    max-width: inherit;
  }
}
.upd-s-complete .s-complete__icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-complete .s-complete__icon {
    width: 120px;
    top: -60px;
  }
}
.upd-s-complete .s-complete__icon img {
  width: 100%;
}
.upd-s-complete .s-complete__ttl {
  position: relative;
  width: 100%;
  height: auto;
}
.upd-s-complete .s-complete__ttl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #160403;
  width: 100%;
  margin: 0;
}
.upd-s-complete .s-complete__ttl-bgtxt {
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  white-space: pre;
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  line-height: 100%;
  /* ボックスの高さと同一、または120px */
  text-align: center;
  letter-spacing: 0.04em;
  color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .upd-s-complete .s-complete__ttl-bgtxt {
    font-size: 55px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
.upd-s-complete .s-complete__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upd-s-complete .s-complete__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}
.upd-s-complete .s-complete__contentTitle {
  font-size: var(--font-size-m);
  margin: 24px 0 0;
}
.upd-s-complete .s-complete__contentText {
  font-size: var(--font-size-s);
  line-height: 1.8;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-complete .s-complete__contentText {
    text-align: left;
  }
}
.upd-s-complete .s-complete__contentButton {
  margin-top: 32px;
}

:root {
  --s-contact-color: #32b432;
  --s-contact-color_light: rgba(50, 180, 50, 0.1);
}

.-minden {
  --s-contact-color: #32b432;
  --s-contact-color_light: rgba(50, 180, 50, 0.1);
}

.-air {
  --s-contact-color: #00afeb;
  --s-contact-color_light: rgba(0, 175, 235, 0.1);
}

.-tadori {
  --s-contact-color: #ffb301;
  --s-contact-color_light: rgba(255, 179, 1, 0.1);
}

.upd-s-contact {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-contact {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-contact > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-contact > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-contact > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-contact > .upd-c-inner {
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-contact > .upd-c-inner .c-inner__cont {
    max-width: inherit;
  }
}
.upd-s-contact .s-contact__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__ttl {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }
}
.upd-s-contact .s-contact__mainlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainlist {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
  }
}
.upd-s-contact .s-contact__mainitem {
  background: #f4f4f4;
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 32px;
  padding-right: 88px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem {
    justify-content: flex-start;
    width: 100%;
    padding: 24px;
    padding-right: 28px;
  }
}
.upd-s-contact .s-contact__mainitem-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-img {
    width: 54px;
    height: 54px;
  }
}
.upd-s-contact .s-contact__mainitem-img img {
  width: 100%;
}
.upd-s-contact .s-contact__mainitem-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-ttl {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
  }
}
.upd-s-contact .s-contact__mainitem-btn {
  display: flex;
  justify-content: flex-start;
}
.upd-s-contact .s-contact__mainitem-btn .upd-c-btn a {
  padding: 22px 37px 22px 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-btn .upd-c-btn a {
    width: 165px;
    height: auto;
    padding: 12px 31px 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-btn .upd-c-btn .c-btn__ttl {
    font-size: 10.3125px;
    line-height: 100%;
    letter-spacing: 0.04em;
  }
}
.upd-s-contact .s-contact__mainitem-btn .upd-c-btn .c-btn__icon {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-btn .upd-c-btn .c-btn__icon {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__mainitem-btn .upd-c-btn .c-btn__icon .upd-c-arrowicon {
    width: 12.38px;
    height: 12.38px;
  }
}
.upd-s-contact .s-contact__sublist {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__sublist {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.upd-s-contact .s-contact__subitem {
  width: calc((100% - 40px) / 2);
  background: #eeffe1;
  border-radius: 20px;
  padding: 40px 30px 56px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem {
    width: 100%;
  }
}
.upd-s-contact .s-contact__subitem-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem-ttl {
    font-size: 15px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 12px;
  }
}
.upd-s-contact .s-contact__subitem-tel {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem-tel {
    margin-bottom: 14px;
  }
}
.upd-s-contact .s-contact__subitem-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.upd-s-contact .s-contact__subitem-tel .no__tell {
  display: none;
}
.upd-s-contact .s-contact__subitem-tel-icon {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.upd-s-contact .s-contact__subitem-tel-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 140%;
  color: #10a210;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem-tel-txt {
    font-size: 24px;
    line-height: 140%;
  }
}
.upd-s-contact .s-contact__subitem-tel-txt::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 2px;
  background: #10a110;
}
.upd-s-contact .s-contact__subitem-lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  /* または22px */
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem-lead {
    font-size: 12px;
    line-height: 140%;
    /* ボックスの高さと同一、または17px */
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
  }
}
.upd-s-contact .s-contact__subitem-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 29.5px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subitem-txt {
    font-size: 10px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.upd-s-contact .s-contact__subitem-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upd-s-contact .s-contact__subsublist {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subsublist {
    flex-direction: column;
    gap: 16px;
  }
}
.upd-s-contact .s-contact__subsubitem {
  width: calc((100% - 80px) / 2);
  background: #e4faff;
  border-radius: 20px;
  padding: 38px 40px 33px;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subsubitem {
    width: 100%;
    padding: 32px 35px;
  }
}
.upd-s-contact .s-contact__subsubitem-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subsubitem-ttl {
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.upd-s-contact .s-contact__subsubitem-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-contact .s-contact__subsubitem-btn .upd-c-btn a {
    max-width: inherit;
  }
}

.upd-s-cultureCta {
  background: #fff;
  position: relative;
  height: 500px;
  overflow: hidden;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta {
    height: 416px;
  }
}
.upd-s-cultureCta .s-cultureCta__inner {
  height: 100%;
  position: relative;
  top: 120px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__inner {
    top: 40px;
    max-width: 327px;
    margin: 0 auto;
  }
}
.upd-s-cultureCta .s-cultureCta__bg {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__bg {
    width: auto;
    height: 80vh;
  }
}
.upd-s-cultureCta .s-cultureCta__bg img {
  transition: all 0.125s ease-in;
  width: 100%;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__bg img {
    width: auto;
    height: 100%;
  }
}
.upd-s-cultureCta .s-cultureCta__line.-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.upd-s-cultureCta .s-cultureCta__line.-t svg {
  vertical-align: super;
}
.upd-s-cultureCta .s-cultureCta__line.-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.upd-s-cultureCta .s-cultureCta__line.-b svg {
  vertical-align: bottom;
}
.upd-s-cultureCta .s-cultureCta__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__lead {
    flex-direction: column;
    gap: 8px;
  }
}
.upd-s-cultureCta .s-cultureCta__lead-icon {
  width: 60px;
}
.upd-s-cultureCta .s-cultureCta__lead-icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__lead-icon.-t {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__lead-icon.-b {
    margin-left: auto;
  }
}
.upd-s-cultureCta .s-cultureCta__lead-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #160403;
  text-shadow: 3px 0px 0px #ffffff, 0px 3px 0px #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__lead-txt {
    font-size: 20px;
    line-height: 160%;
    /* または32px */
    text-align: center;
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
    text-shadow: none;
  }
}
.upd-s-cultureCta .s-cultureCta__img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.upd-s-cultureCta .s-cultureCta__img-inner {
  position: relative;
}
.upd-s-cultureCta .s-cultureCta__img-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.125s ease-in;
}
.upd-s-cultureCta .s-cultureCta__img-img.-onhover {
  opacity: 0;
}
.upd-s-cultureCta .s-cultureCta__img img {
  width: 100%;
  vertical-align: bottom;
}
.upd-s-cultureCta .s-cultureCta__btn {
  position: relative;
  color: #000000;
  text-decoration: none;
  background: #f8ff01;
  border: 4px solid #160403;
  box-shadow: -4px -4px 0px #000000;
  border-radius: 50px;
  width: 420px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__btn {
    width: 290px;
    height: 70px;
    border: 4px solid #160403;
    box-shadow: -4px -4px 0px #000000;
    border-radius: 20px;
  }
}
.upd-s-cultureCta .s-cultureCta__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__btnWrap {
    margin-top: 18px;
  }
}
.upd-s-cultureCta .s-cultureCta__btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upd-s-cultureCta .s-cultureCta__btn-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__btn-txt {
    font-size: 18px;
    line-height: 130%;
    /* または23px */
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.upd-s-cultureCta .s-cultureCta__btn-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.upd-s-cultureCta .s-cultureCta__btn-icon .upd-c-arrowicon {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureCta .s-cultureCta__btn-icon .upd-c-arrowicon {
    width: 24px;
    height: 24px;
  }
}
.upd-s-cultureCta.-hover .s-cultureCta__bg {
  opacity: 1;
}
.upd-s-cultureCta.-hover .s-cultureCta__bg img {
  transform: rotate(-17deg);
}
.upd-s-cultureCta.-hover .s-cultureCta__img-img.-nohover {
  opacity: 0;
}
.upd-s-cultureCta.-hover .s-cultureCta__img-img.-onhover {
  opacity: 1;
}
.upd-s-cultureCta.-hover .s-cultureCta__btn {
  box-shadow: none;
}

.upd-s-cultureData {
  margin-bottom: 146px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData {
    margin-bottom: 90px;
  }
}
.upd-s-cultureData > .upd-c-inner {
  background: #ffffff;
  border: 5px solid #000000;
  padding: 32px 60px 92px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData > .upd-c-inner {
    padding: 48px 16px;
    width: calc(100% - 32px);
    border: 3px solid #000000;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData > .upd-c-inner .c-inner__bread {
    display: none;
  }
}
.upd-s-cultureData .s-cultureData__ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__ttl {
    margin-bottom: 48px;
  }
}
.upd-s-cultureData .s-cultureData__lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__lead {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
    text-align: left;
  }
}
.upd-s-cultureData .s-cultureData__body {
  width: 1080px;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__body {
    max-width: 311px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -24px;
  }
}
.upd-s-cultureData .s-cultureData__manga {
  display: grid;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__manga {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.upd-s-cultureData .s-cultureData__manga.-abcd {
  grid-template-columns: 520px 520px;
  grid-template-rows: 430px 300px 300px;
  grid-template-areas: "a a" "b c" "b d";
}
.upd-s-cultureData .s-cultureData__manga.-ef {
  grid-template-columns: 700px 340px;
  grid-template-rows: 400px;
  grid-template-areas: "e f";
}
.upd-s-cultureData .s-cultureData__manga.-ghij {
  grid-template-columns: 520px 520px;
  grid-template-rows: 400px 400px;
  grid-template-areas: "g h" "i j";
}
.upd-s-cultureData .s-cultureData__koma {
  background: #000;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma {
    margin-bottom: 24px;
  }
}
.upd-s-cultureData .s-cultureData__koma .-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.upd-s-cultureData .s-cultureData__koma .-ttl {
  position: absolute;
  top: 30px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma .-ttl {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.08em;
    top: 16px;
    left: 16px;
  }
}
.upd-s-cultureData .s-cultureData__koma .-ttl::before {
  content: "";
  width: 5px;
  height: 29px;
  display: block;
  background: #ffffff;
  box-shadow: 2px 0px 0px #0f4f74, 0px 2px 0px #0f4f74;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma .-ttl::before {
    width: 5px;
    height: 25px;
  }
}
.upd-s-cultureData .s-cultureData__koma .-ttl.-black {
  color: #000000;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}
.upd-s-cultureData .s-cultureData__koma .-ttl.-black::before {
  background: #000000;
  box-shadow: 2px 0px 0px #0f4f74, 0px 2px 0px #0f4f74;
}
.upd-s-cultureData .s-cultureData__koma .-deco img {
  width: 100%;
  vertical-align: bottom;
}
.upd-s-cultureData .s-cultureData__koma.-a {
  grid-area: a;
  background: #000000;
  box-shadow: 0px 0px 0px rgba(158, 35, 255, 0.91);
}
.upd-s-cultureData .s-cultureData__koma.-a .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #df8ee7;
  box-shadow: inset 0px 0px 20px rgba(232, 104, 244, 0.8);
  border-radius: 3px;
}
.upd-s-cultureData .s-cultureData__koma.-a .-num {
  display: flex;
  align-items: flex-end;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 140%;
  /* ボックスの高さと同一、または91px */
  letter-spacing: 0.03em;
  color: #ff47e2;
  text-shadow: 3px 0px 0px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-num {
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    /* ボックスの高さと同一、または45px */
    letter-spacing: 0.03em;
    color: #ff47e2;
    text-shadow: 3px 0px 0px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-a .-num .-t {
  flex-shrink: 0;
}
.upd-s-cultureData .s-cultureData__koma.-a .-num .-label {
  position: relative;
  bottom: 12px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-num .-label {
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    /* ボックスの高さと同一、または20px */
    letter-spacing: 0.03em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-a .-cont {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 70px;
  width: 100%;
  height: 100%;
  max-width: 962px;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-cont {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: inherit;
    gap: 11px;
    margin: 73px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-item {
    display: flex;
    flex-direction: row-reverse;
  }
}
.upd-s-cultureData .s-cultureData__koma.-a .-img {
  width: calc((100% - 250px) / 6);
  display: initial;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img {
    width: 100%;
    display: block;
  }
}
.upd-s-cultureData .s-cultureData__koma.-a .-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id1 {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id2 {
    height: 55px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id3 {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id4 {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id5 {
    height: 38px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-a .-img.-id6 {
    height: 38px;
    margin-left: -8px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b {
  grid-area: b;
}
.upd-s-cultureData .s-cultureData__koma.-b .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont {
  margin: 90px 0 40px 30px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont {
    margin-top: 50px;
    margin-left: 20px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-num {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-num {
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-num .-label {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-txt {
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-icon {
  width: 30px;
  margin-top: -10px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item .-icon img {
  width: 100%;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-one .-num {
  margin-right: 16px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-one .-txt {
  margin-right: 15px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-num {
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-num {
    font-size: 40px;
    line-height: 140%;
    /* ボックスの高さと同一、または56px */
    letter-spacing: 0.03em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-num .-label {
  font-size: 18px;
  line-height: 140%;
  /* または25px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-num .-label {
    font-size: 18px;
    line-height: 140%;
    /* または25px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-txt {
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-txt {
    font-size: 28px;
    line-height: 140%;
    /* または39px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-two .-icon {
  width: 40px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-num {
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-num {
    font-size: 30px;
    line-height: 140%;
    /* ボックスの高さと同一、または42px */
    letter-spacing: 0.03em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.25), 0px 4px 0px rgba(255, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-num .-label {
  font-size: 15px;
  line-height: 140%;
  /* ボックスの高さと同一、または21px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-num .-label {
    font-size: 15px;
    line-height: 140%;
    /* ボックスの高さと同一、または21px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-txt {
  font-size: 24px;
  line-height: 140%;
  /* ボックスの高さと同一、または34px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-txt {
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-cont .-item.-three .-icon {
  width: 45px;
}
.upd-s-cultureData .s-cultureData__koma.-b .-job {
  position: relative;
  z-index: 1;
}
.upd-s-cultureData .s-cultureData__koma.-b .-job-list {
  background: #000000;
  border: 5px solid #ffffff;
  max-width: 405px;
  padding: 16px 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-job-list {
    gap: 11px 20px;
    padding: 20px 16px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-job-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-job-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-job-deco.-r {
    display: none;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-job-item {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-job-item {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-astro {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 263px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-b .-astro {
    width: 243px;
    height: auto;
    opacity: 0.6;
  }
}
.upd-s-cultureData .s-cultureData__koma.-b .-astro img {
  width: 100%;
}
.upd-s-cultureData .s-cultureData__koma.-c {
  grid-area: c;
}
.upd-s-cultureData .s-cultureData__koma.-c .-inner {
  background: url("/assets/upd/img/culture/itemC/bg.png"), #fff;
  background-position: bottom center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-c .-inner {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.upd-s-cultureData .s-cultureData__koma.-c .-deco {
  position: absolute;
  right: 0;
  top: 0;
}
.upd-s-cultureData .s-cultureData__koma.-c .-finger {
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-c .-finger {
    bottom: 8px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-c .-num {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0px 2px 0px #000000;
  text-align: center;
  position: relative;
  top: 64px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-c .-num {
    font-size: 75px;
    line-height: 105px;
    letter-spacing: 0.1em;
    text-align: center;
    top: 81px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-c .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-c .-num .-label {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.upd-s-cultureData .s-cultureData__koma.-d {
  grid-area: d;
}
.upd-s-cultureData .s-cultureData__koma.-d .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-inner {
    min-height: 267px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-d .-num {
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  gap: 6px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-num {
    top: 77px;
    font-size: 45px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-d .-num .-label {
  top: 7px;
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  /* ボックスの高さと同一、または42px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-num .-label {
    font-size: 18px;
    line-height: 140%;
    /* または25px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-d .-num .-t {
  flex-shrink: 0;
}
.upd-s-cultureData .s-cultureData__koma.-d .-deco {
  position: absolute;
}
.upd-s-cultureData .s-cultureData__koma.-d .-deco img {
  width: 100%;
  height: auto;
}
.upd-s-cultureData .s-cultureData__koma.-d .-deco.-one {
  width: 50px;
  top: 30px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-deco.-one {
    top: 27px;
    right: -10px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-d .-deco.-two {
  width: 106px;
  left: 16px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-deco.-two {
    left: 0;
  }
}
.upd-s-cultureData .s-cultureData__koma.-d .-deco.-three {
  width: 128px;
  right: 27px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-d .-deco.-three {
    right: 0;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e {
  grid-area: e;
}
.upd-s-cultureData .s-cultureData__koma.-e .-inner {
  background: #3d96ff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-inner {
    min-height: 686px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num {
  position: absolute;
  z-index: 1;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-hokkaido {
  left: 451.05px;
  top: 38.14px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #82ff5e;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-hokkaido {
    left: 235.75px;
    top: 61.2px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-tohoku {
  left: 421.57px;
  top: 92px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  /* ボックスの高さと同一、または45px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-tohoku {
    left: 216.69px;
    top: 271.14px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-chubu {
  left: 197.14px;
  top: 85.45px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  /* ボックスの高さと同一、または45px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-chubu {
    left: 94.63px;
    top: 188.43px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    /* または36px */
    letter-spacing: 0.03em;
    color: #82ff5e;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-okinawa {
  left: 60.38px;
  top: 67.51px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-okinawa {
    left: 61.51px;
    top: 70.79px;
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-chugoku {
  left: 108.85px;
  top: 179.09px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-chugoku {
    left: 44.35px;
    top: 246.45px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-kusyu {
  left: 28.48px;
  top: 235.27px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  /* ボックスの高さと同一、または45px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-kusyu {
    left: 9.94px;
    top: 436.7px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-shikoku {
  left: 189.8px;
  top: 293.91px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-shikoku {
    left: 89.08px;
    top: 386.08px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-kinki {
  left: 295.59px;
  top: 244.55px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  /* ボックスの高さと同一、または45px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-kinki {
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.03em;
    color: #82ff5e;
    left: 159.64px;
    top: 405.86px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-kanto {
  left: 355.48px;
  top: 180px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  /* または67px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-kanto {
    left: 198.64px;
    top: 346.86px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    /* ボックスの高さと同一、または45px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-num.-kaigai {
  left: 595px;
  top: 180px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 0px 4px 4px rgba(255, 123, 144, 0.25), 0px 4px 0px rgba(255, 123, 144, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-e .-num.-kaigai {
    left: 163.54px;
    top: 494.99px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    /* または39px */
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureData .s-cultureData__koma.-e .-deco {
  position: absolute;
  bottom: 0;
  right: 0;
}
.upd-s-cultureData .s-cultureData__koma.-e .-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.upd-s-cultureData .s-cultureData__koma.-e .-bg img {
  width: 100%;
}
.upd-s-cultureData .s-cultureData__koma.-f {
  grid-area: f;
}
.upd-s-cultureData .s-cultureData__koma.-f .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-f .-inner {
    min-height: 268px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-f .-num {
  position: absolute;
  right: 6px;
  bottom: 9px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-f .-num {
    right: 25px;
    bottom: 8px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 140%;
    /* ボックスの高さと同一、または77px */
    letter-spacing: 0.03em;
    color: #82ff5e;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-f .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  /* ボックスの高さと同一、または42px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-f .-num .-label {
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
    margin-left: 4px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-f .-deco {
  position: absolute;
}
.upd-s-cultureData .s-cultureData__koma.-f .-deco img {
  width: 100%;
}
.upd-s-cultureData .s-cultureData__koma.-f .-deco.-soccer {
  left: 0;
  bottom: 0;
  width: 184px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-f .-deco.-soccer {
    width: 130px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-f .-deco.-camera {
  top: 52px;
  right: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-f .-deco.-camera {
    top: 41px;
    width: 110px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-g {
  grid-area: g;
}
.upd-s-cultureData .s-cultureData__koma.-g .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #ca52be;
  box-shadow: inset 0px 0px 20px rgba(173, 0, 255, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-inner {
    min-height: 322px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-g .-num {
  position: absolute;
  left: 0;
  top: 114px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 11px;
  width: 100%;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.03em;
  color: #ff47e2;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-num {
    gap: 8px;
    top: 113px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-num {
    font-size: 55px;
    line-height: 140%;
    /* ボックスの高さと同一、または77px */
    letter-spacing: 0.03em;
    color: #ff47e2;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-g .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  /* ボックスの高さと同一、または42px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-num .-label {
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-g .-deco.-woman {
  width: 360px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-deco.-woman {
    width: 90%;
    max-width: 260px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-g .-deco.-open {
  position: absolute;
  top: 63px;
  right: 28px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-g .-deco.-open {
    top: 61px;
    right: 13px;
    width: 109px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-h {
  grid-area: h;
}
.upd-s-cultureData .s-cultureData__koma.-h .-inner {
  background: url("/assets/upd/img/culture/itemH/bg.png"), #008870;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-inner {
    min-height: 287px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-h .-caption {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 197px;
  transform: translateX(-50%);
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  /* ボックスの高さと同一、または26px */
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-caption {
    top: 137px;
    font-size: 16px;
    line-height: 160%;
    /* または26px */
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    width: 100%;
  }
}
.upd-s-cultureData .s-cultureData__koma.-h .-num {
  position: absolute;
  left: 0;
  top: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 11px;
  width: 100%;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.03em;
  color: #ff47e2;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-num {
    font-size: 55px;
    line-height: 140%;
    /* ボックスの高さと同一、または77px */
    letter-spacing: 0.03em;
    color: #ff47e2;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
    gap: 8px;
    top: 62px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-h .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  /* ボックスの高さと同一、または42px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-num .-label {
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-h .-deco.-kids {
  position: absolute;
  bottom: 0;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-deco.-kids {
    left: 7px;
    width: 155px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-h .-deco.-plant {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-h .-deco.-plant {
    width: 77px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-i {
  grid-area: i;
}
.upd-s-cultureData .s-cultureData__koma.-i .-inner {
  background: #52d5ff;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-i .-inner {
    min-height: 258px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-i .-num {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0px 2px 0px #000000;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 70px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-i .-num {
    font-size: 75px;
    line-height: 105px;
    letter-spacing: 0.1em;
    text-align: left;
    bottom: 25px;
    right: 35px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-i .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-i .-num .-label {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.upd-s-cultureData .s-cultureData__koma.-i .-fuji {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.upd-s-cultureData .s-cultureData__koma.-i .-cloud {
  width: 90%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-i .-cloud {
    top: 88px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-j {
  grid-area: j;
}
.upd-s-cultureData .s-cultureData__koma.-j .-inner {
  background: url("/assets/upd/img/culture/line-bg.png"), #050636;
  border: 1px solid #52caca;
  box-shadow: inset 0px 0px 20px rgba(0, 255, 240, 0.5);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-j .-inner {
    min-height: 268px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-j .-mail {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-j .-mail {
    width: 149px;
  }
}
.upd-s-cultureData .s-cultureData__koma.-j .-num {
  position: absolute;
  right: 6px;
  bottom: 9px;
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 140%;
  /* ボックスの高さと同一、または105px */
  letter-spacing: 0.03em;
  color: #82ff5e;
  text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-j .-num {
    right: 25px;
    bottom: 8px;
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 140%;
    /* ボックスの高さと同一、または77px */
    letter-spacing: 0.03em;
    color: #82ff5e;
    text-shadow: 3px 0px 0px rgba(90, 196, 59, 0.25), 0px 4px 0px rgba(90, 196, 59, 0.25);
  }
}
.upd-s-cultureData .s-cultureData__koma.-j .-num .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  /* ボックスの高さと同一、または42px */
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureData .s-cultureData__koma.-j .-num .-label {
    font-size: 24px;
    line-height: 140%;
    /* ボックスの高さと同一、または34px */
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 3px 0px 0px rgba(0, 255, 255, 0.25), 0px 3px 0px rgba(0, 255, 255, 0.25);
    margin-left: 4px;
  }
}
.upd-s-cultureData .s-cultureData__moji {
  text-align: end;
  margin-top: 10px;
}
.upd-s-cultureData .s-cultureData__text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin: 0;
}

.upd-s-cultureHistory {
  background: #050636;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory {
    margin-bottom: 60px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__inner {
  height: 100%;
  margin-bottom: 96px;
}
.upd-s-cultureHistory .s-cultureHistory__ttl {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__ttl {
    top: 90px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__nav {
  position: absolute;
  z-index: 3;
  right: 60px;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__nav {
    right: 16px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__nav-list {
    gap: 16px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__nav-item {
  display: block;
  width: 6px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__nav-item {
    width: 8px;
    height: 16px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__nav-item.-active {
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__nav-item.-active {
    height: 32px;
    background: #ffffff;
    /* updater/pixelshadow_small */
    box-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
    border-radius: 10px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__body {
  position: relative;
  height: 100vh;
}
.upd-s-cultureHistory .s-cultureHistory__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #050636;
  transition: all 0.25s ease-in;
}
.upd-s-cultureHistory .s-cultureHistory__item.-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item {
    min-height: 630px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item {
    flex-direction: column;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-img {
  width: 625px;
  position: relative;
  left: -26px;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-img {
    width: 100%;
    max-width: 310px;
    top: 70px;
    left: 0;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-img img {
  width: 100%;
}
.upd-s-cultureHistory .s-cultureHistory__item-info {
  width: 560px;
  position: relative;
  left: -34px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-info {
    width: calc(100% - 48px);
    left: 0;
    top: 20px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-year {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-year {
    margin-bottom: 16px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-year .-t {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 4px 0px 0px rgba(0, 255, 255, 0.25), 0px 4px 0px rgba(0, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-year .-t {
    font-family: "Elevon";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    /* ボックスの高さと同一、または32px */
    letter-spacing: 0.1em;
    color: #ffffff;
    /* updater/pixelshadow_small */
    text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-year .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  text-shadow: 4px 0px 0px rgba(0, 255, 255, 0.25), 0px 4px 0px rgba(0, 255, 255, 0.25);
  position: relative;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item-year .-label {
    font-size: 12px;
    line-height: 1;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  /* または29px */
  letter-spacing: 0.04em;
  color: #ffffff;
}
.upd-s-cultureHistory .s-cultureHistory__item.-item2 .s-cultureHistory__item-inner {
  background: linear-gradient(180deg, rgba(98, 198, 247, 0.1) 0%, rgba(230, 203, 163, 0.1) 100%);
}
.upd-s-cultureHistory .s-cultureHistory__item.-item3 .s-cultureHistory__item-inner {
  background: linear-gradient(180deg, rgba(98, 198, 247, 0.3) 0%, rgba(230, 203, 163, 0.3) 100%);
}
.upd-s-cultureHistory .s-cultureHistory__item.-item4 .s-cultureHistory__item-inner {
  background: linear-gradient(180deg, rgba(98, 198, 247, 0.4) 0%, rgba(230, 203, 163, 0.4) 100%);
}
.upd-s-cultureHistory .s-cultureHistory__item.-item5 .s-cultureHistory__item-inner {
  background: linear-gradient(180deg, rgba(98, 198, 247, 0.6) 0%, rgba(230, 203, 163, 0.6) 100%);
}
.upd-s-cultureHistory .s-cultureHistory__item.-item6 .s-cultureHistory__item-inner {
  background: linear-gradient(180deg, rgba(98, 198, 247, 0.8) 0%, rgba(230, 203, 163, 0.8) 100%);
}
.upd-s-cultureHistory .s-cultureHistory__item.-last {
  overflow: hidden;
  background: #62c7f9;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .s-cultureHistory__item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-content {
    width: calc(100% - 48px);
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-logo {
  position: relative;
  max-width: 796px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-logo {
    margin-bottom: 46px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-runner {
  position: absolute;
  top: -90px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-runner {
    top: -60px;
    left: 30px;
    width: 42.45px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-runner img {
    width: 100%;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-logoimg {
  margin-left: auto;
  margin-right: auto;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-logoimg svg {
  width: 795px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-logo .-logoimg svg {
    width: 305px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-year {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-year .-t {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #000000;
  text-shadow: 4px 0px 0px rgba(0, 255, 255, 0.25), 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-year .-t {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-year .-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-year .-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 160%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.04em;
  color: #000000;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-txt {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco {
  position: absolute;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco img {
  width: 100%;
  vertical-align: bottom;
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-one {
  width: 196.17px;
  left: -28px;
  top: 97px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-one {
    width: 101.47px;
    left: -35px;
    top: 97px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-two {
  width: 217.8px;
  right: -10px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-two {
    width: 120.49px;
    top: 138px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-three {
  width: 102px;
  left: 1192px;
  top: 293px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-three {
    display: none;
  }
}
.upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-four {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__item.-last .-deco.-four {
    width: 783px;
    left: -87px;
  }
}
.upd-s-cultureHistory .s-cultureHistory__month {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__month {
    height: 200px;
    overflow: hidden;
  }
}
.upd-s-cultureHistory .s-cultureHistory__month-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__month-list {
    flex-direction: row;
    position: absolute;
  }
}
.upd-s-cultureHistory .s-cultureHistory__month-item {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureHistory .s-cultureHistory__month-item {
    flex-direction: column;
    width: calc(100vw - 48px);
    flex-shrink: 0;
  }
}
.upd-s-cultureHistory .s-cultureHistory__month-ttl {
  display: flex;
  align-items: flex-end;
  width: 70px;
  height: fit-content;
  flex-shrink: 0;
}
.upd-s-cultureHistory .s-cultureHistory__month-ttl .-t {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}
.upd-s-cultureHistory .s-cultureHistory__month-ttl .-label {
  font-family: "Elevon";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}
.upd-s-cultureHistory .s-cultureHistory__month-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 2px 0px 0px rgba(0, 255, 255, 0.25), 0px 2px 0px rgba(0, 255, 255, 0.25);
}

.upd-s-cultureMenu {
  margin-top: -110px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu {
    margin-bottom: 40px;
    margin-top: -40px;
  }
}
.upd-s-cultureMenu > .upd-c-inner {
  padding: 0;
  background: no-repeat;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu > .upd-c-inner {
    padding: 0;
  }
}
.upd-s-cultureMenu .s-cultureMenu__list {
  width: calc(100% - 32px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__list {
    gap: 16px;
    justify-content: flex-start;
    right: -10px;
    position: relative;
  }
}
.upd-s-cultureMenu .s-cultureMenu__item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__item .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
    flex-shrink: 0;
  }
}
.upd-s-cultureMenu .s-cultureMenu__item:nth-child(3) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__item:nth-child(3) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
    width: 42px;
  }
}
.upd-s-cultureMenu .s-cultureMenu__item:nth-child(4) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__item:nth-child(4) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
    width: 26px;
  }
}
.upd-s-cultureMenu .s-cultureMenu__item:nth-child(5) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureMenu .s-cultureMenu__item:nth-child(5) .upd-c-squareBtn.-wLogo .c-squareBtn__logo {
    width: 32px;
  }
}

.upd-s-cultureOffice {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, rgba(15, 4, 29, 0.6) 0%, #100024 100%);
  padding: 80px 0 125px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice {
    padding-top: 48px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__scrollhint {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__scrollhint {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.upd-s-cultureOffice .s-cultureOffice__ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__ttl {
    margin-bottom: 18px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__caption {
  position: relative;
  z-index: 3;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__caption {
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 48px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 0.804167px solid #000000;
  border-radius: 20px;
  max-width: 965px;
  margin: 0 auto;
  padding: 43px 50px 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box {
    border-radius: 0;
    background: #ffffff;
    border: 6px solid #000000;
    padding: 19px 16px 30px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__box-inner {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box-inner {
    margin-bottom: 29px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__box-inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box-img {
    overflow: scroll;
    height: 229px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box-img img {
    width: 580px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box-logo {
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__box-logo svg {
    height: 100%;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.upd-s-cultureOffice .s-cultureOffice__modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.upd-s-cultureOffice .s-cultureOffice__modal-img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-img {
    height: 100%;
    overflow: hidden;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal-img img {
  box-shadow: inset 0px 0px 14px rgba(251, 70, 255, 0.75);
  height: 100%;
  object-fit: cover;
}
.upd-s-cultureOffice .s-cultureOffice__modal-close {
  cursor: pointer;
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 3px solid #000000;
  position: absolute;
  z-index: 5;
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-close {
    width: 32px;
    height: 32px;
    top: -10px;
    right: -10px;
    padding: 6px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal-info {
  background: rgba(22, 4, 3, 0.65);
  border-radius: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-info {
    height: 35.71px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal-ttl {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-ttl {
    width: 127px;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal-ttl .-t {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-ttl .-t {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureOffice .s-cultureOffice__modal-txt {
  overflow: hidden;
  width: 100%;
}
.upd-s-cultureOffice .s-cultureOffice__modal-txt .-t {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.03em;
  white-space: pre;
  animation: modaltxtanim 10s infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureOffice .s-cultureOffice__modal-txt .-t {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.03em;
  }
}
.upd-s-cultureOffice .s-cultureOffice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upd-s-cultureOffice .s-cultureOffice__bg img {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@keyframes modaltxtanim {
  0% {
    transform: translateX(110%);
    opacity: 1;
  }
  80% {
    transform: translateX(-110%);
    opacity: 1;
  }
  81% {
    transform: translateX(-110%);
    opacity: 0;
  }
  82% {
    transform: translateX(110%);
    opacity: 0;
  }
  100% {
    transform: translateX(110%);
    opacity: 1;
  }
}
.upd-s-culturePickup {
  overflow: hidden;
  padding: 90px 0 155px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup {
    padding: 60px 0 70px;
    margin-bottom: 0;
  }
}
.upd-s-culturePickup .s-culturePickup__ttl {
  position: relative;
  margin-bottom: 172px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__ttl {
    margin-bottom: 56px;
  }
}
.upd-s-culturePickup .s-culturePickup__ttl-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translate(-53%, -50%);
  width: 650.62px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__ttl-bg {
    width: 306px;
  }
}
.upd-s-culturePickup .s-culturePickup__ttl-bg img {
  width: 100%;
}
.upd-s-culturePickup .s-culturePickup__body {
  transform: translateX(93px);
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__body {
    transform: none;
  }
}
.upd-s-culturePickup .s-culturePickup__info-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__info-ttl {
    font-size: 20px;
    line-height: 170%;
  }
}
.upd-s-culturePickup .s-culturePickup__info-ttl span {
  background: #000;
  padding: 4px 14px;
  display: table;
}
.upd-s-culturePickup .s-culturePickup__info-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 200%;
  /* または36px */
  letter-spacing: 0.04em;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__info-txt {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 180%;
    /* または27px */
    letter-spacing: 0.04em;
    color: #1c1c1c;
  }
}
.upd-s-culturePickup .s-culturePickup__info-btn {
  display: flex;
  justify-content: flex-end;
}
.upd-s-culturePickup .s-culturePickup__item01 {
  position: relative;
  width: 977px;
  min-height: 653px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01 {
    width: 392px;
    min-height: 477px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01-img {
  position: absolute;
  top: -36px;
  left: -40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-img {
    top: -90px;
    left: 35px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01-img-inner {
  position: relative;
  width: 488px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-img-inner {
    width: 285px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01-img-eyecatchimg {
  border: 6px solid #000000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-img-eyecatchimg {
    border: 3px solid #000000;
  }
}
.upd-s-culturePickup .s-culturePickup__item01-img-bg {
  position: absolute;
  z-index: -1;
  top: -52px;
  left: -54px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-img-bg {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -22px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01-info {
  position: absolute;
  right: 50px;
  top: 400px;
  width: 745px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-info {
    left: 50px;
    top: 120px;
    width: 287px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01-bg {
    margin: 140px 0 0;
  }
}
.upd-s-culturePickup .s-culturePickup__item01 .s-culturePickup__info-ttl {
  position: absolute;
  right: 70px;
  top: -220px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01 .s-culturePickup__info-ttl {
    position: initial;
    top: inherit;
    right: inherit;
    margin: 0 0 20px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01 .s-culturePickup__info-txt {
  margin-bottom: 68.5px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item01 .s-culturePickup__info-txt {
    margin-bottom: 24px;
  }
}
.upd-s-culturePickup .s-culturePickup__item01 .s-culturePickup__info-btn {
  position: absolute;
  width: 100%;
  bottom: -30px;
}
.upd-s-culturePickup .s-culturePickup__item02 {
  position: relative;
  width: 1132px;
  min-height: 813px;
  margin: 0 auto;
  margin-top: -230px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02 {
    width: 417px;
    min-height: 582px;
    margin-top: -40px;
    left: -10px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-img {
  width: 480px;
  position: absolute;
  top: 380px;
  right: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-img {
    width: 292px;
    top: 115px;
    right: inherit;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-img img {
  width: 100%;
  border: 5px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-img img {
    border: 3px solid #FFFFFF;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-info {
  max-width: 437px;
  position: absolute;
  top: 380px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-info {
    max-width: 287px;
    left: 20px;
    top: inherit;
    bottom: 50px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-info .s-culturePickup__info-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-info .s-culturePickup__info-ttl {
    margin-bottom: 16px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-info .s-culturePickup__info-txt {
  margin-bottom: 100px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-info .s-culturePickup__info-txt {
    margin-bottom: 14px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-info .s-culturePickup__info-btn {
  display: flex;
  justify-content: flex-start;
}
.upd-s-culturePickup .s-culturePickup__item02-deco img {
  width: 100%;
}
.upd-s-culturePickup .s-culturePickup__item02-deco.-snack {
  position: absolute;
  right: -90px;
  top: 260px;
  width: 198px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-deco.-snack {
    width: 140px;
    right: 50px;
    top: 250px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-deco.-man {
  width: 555px;
  top: 90px;
  left: 80px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item02-deco.-man {
    width: 315px;
    top: -20px;
    left: 40px;
  }
}
.upd-s-culturePickup .s-culturePickup__item02-bg {
  position: absolute;
  z-index: -2;
  top: 0;
}
.upd-s-culturePickup .s-culturePickup__item03 {
  position: relative;
  width: 1132px;
  min-height: 872px;
  margin: 0 auto;
  margin-top: -230px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03 {
    width: 401px;
    min-height: 625px;
    margin-top: -47px;
    left: -26px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-img {
  width: 480px;
  position: absolute;
  top: 430px;
  left: 180px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-img {
    width: 300px;
    top: 106px;
    left: 73px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-img img {
  width: 100%;
  border: 5px solid #000000;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-img img {
    border: 3px solid #000000;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-info {
  max-width: 437px;
  position: absolute;
  top: 470px;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-info {
    max-width: 287px;
    top: 330px;
    right: 20px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-info .s-culturePickup__info-ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-info .s-culturePickup__info-ttl {
    margin-bottom: 14px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-info .s-culturePickup__info-txt {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-info .s-culturePickup__info-txt {
    margin-bottom: 24px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-info .s-culturePickup__info-txt {
  display: flex;
  justify-content: flex-start;
}
.upd-s-culturePickup .s-culturePickup__item03-deco {
  position: absolute;
}
.upd-s-culturePickup .s-culturePickup__item03-deco img {
  width: 100%;
}
.upd-s-culturePickup .s-culturePickup__item03-deco.-left {
  width: 297px;
  top: 240px;
  left: 330px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-deco.-left {
    top: 20px;
    left: 200px;
    width: 180px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-deco.-bottom {
  width: 530px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-deco.-bottom {
    width: 240px;
    left: -30px;
    bottom: -40px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-deco.-soccer {
  bottom: -20px;
  z-index: -1;
  left: 500px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-deco.-soccer {
    bottom: -20px;
    z-index: -1;
    left: 230px;
    width: 200px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-deco.-right {
  right: -120px;
  top: 160px;
}
@media screen and (max-width: 767px) {
  .upd-s-culturePickup .s-culturePickup__item03-deco.-right {
    width: 217px;
    right: 0;
    top: 20px;
  }
}
.upd-s-culturePickup .s-culturePickup__item03-bg {
  position: absolute;
  z-index: -3;
  top: 0;
}

.upd-s-cultureSystem {
  background: #ffffff;
  border: 6px solid #160403;
  padding: 80px 120px 95px;
  margin-bottom: 160px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem {
    border: 3px solid #000000;
    width: calc(100% - 16px - 16px);
    margin-bottom: 60px;
    padding: 48px 16px 45px;
  }
}
.upd-s-cultureSystem > .upd-c-inner {
  background: #ffffff;
  border: 5px solid #000000;
  padding: 32px 60px 92px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem > .upd-c-inner {
    padding: 48px 16px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__ttl {
    margin-bottom: 48px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #160403;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__lead {
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 48px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__list {
    flex-direction: column;
    gap: 32px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item {
    width: 100%;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-inner {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-inner {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-img {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-img .-img {
  position: relative;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-img .-img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-img .-img .img-size {
    width: 120px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-img .-img .-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.upd-s-cultureSystem .s-cultureSystem__item-img .-ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-img .-ttl {
    display: block;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-ttl.u-only-pc {
    display: none !important;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-t {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-ttl .-t {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item {
  width: 10px;
  height: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item {
    width: 8px;
    height: 8px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-one {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-one {
    margin-bottom: 2px;
  }
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-yellow {
  background: #fccd00;
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-blue {
  background: #5552ef;
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-green {
  background: #5ac43b;
}
.upd-s-cultureSystem .s-cultureSystem__item-ttl .-deco .-item.-pink {
  background: #ff0066;
}
.upd-s-cultureSystem .s-cultureSystem__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.upd-s-customPage {
  /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* 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.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  /* Inherit fonts for inputs and buttons */
  /* inputやbuttonなどのフォントは継承を定義 */
}
.upd-s-customPage *,
.upd-s-customPage ::before,
.upd-s-customPage ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.upd-s-customPage html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
.upd-s-customPage body {
  margin: 0;
}
.upd-s-customPage main {
  display: block;
}
.upd-s-customPage p,
.upd-s-customPage table,
.upd-s-customPage blockquote,
.upd-s-customPage address,
.upd-s-customPage pre,
.upd-s-customPage iframe,
.upd-s-customPage form,
.upd-s-customPage figure,
.upd-s-customPage dl {
  margin: 0;
}
.upd-s-customPage h1,
.upd-s-customPage h2,
.upd-s-customPage h3,
.upd-s-customPage h4,
.upd-s-customPage h5,
.upd-s-customPage h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.upd-s-customPage ul,
.upd-s-customPage ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upd-s-customPage dt {
  font-weight: bold;
}
.upd-s-customPage dd {
  margin-left: 0;
}
.upd-s-customPage hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.upd-s-customPage pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.upd-s-customPage address {
  font-style: inherit;
}
.upd-s-customPage a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.upd-s-customPage abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}
.upd-s-customPage b,
.upd-s-customPage strong {
  font-weight: bolder;
}
.upd-s-customPage code,
.upd-s-customPage kbd,
.upd-s-customPage samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.upd-s-customPage small {
  font-size: 80%;
}
.upd-s-customPage sub,
.upd-s-customPage sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.upd-s-customPage sub {
  bottom: -0.25em;
}
.upd-s-customPage sup {
  top: -0.5em;
}
.upd-s-customPage svg,
.upd-s-customPage img,
.upd-s-customPage embed,
.upd-s-customPage object,
.upd-s-customPage iframe {
  vertical-align: bottom;
}
.upd-s-customPage button,
.upd-s-customPage input,
.upd-s-customPage optgroup,
.upd-s-customPage textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}
.upd-s-customPage [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.upd-s-customPage [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
.upd-s-customPage button,
.upd-s-customPage [type=button],
.upd-s-customPage [type=reset],
.upd-s-customPage [type=submit] {
  cursor: pointer;
}
.upd-s-customPage button:disabled,
.upd-s-customPage [type=button]:disabled,
.upd-s-customPage [type=reset]:disabled,
.upd-s-customPage [type=submit]:disabled {
  cursor: default;
}
.upd-s-customPage :-moz-focusring {
  outline: auto;
}
.upd-s-customPage select:disabled {
  opacity: inherit;
}
.upd-s-customPage option {
  padding: 0;
}
.upd-s-customPage fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.upd-s-customPage legend {
  padding: 0;
}
.upd-s-customPage progress {
  vertical-align: baseline;
}
.upd-s-customPage textarea {
  overflow: auto;
}
.upd-s-customPage [type=number]::-webkit-inner-spin-button,
.upd-s-customPage [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.upd-s-customPage [type=search] {
  outline-offset: -2px;
  /* 1 */
}
.upd-s-customPage [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.upd-s-customPage ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.upd-s-customPage label[for] {
  cursor: pointer;
}
.upd-s-customPage details {
  display: block;
}
.upd-s-customPage summary {
  display: list-item;
}
.upd-s-customPage [contenteditable]:focus {
  outline: auto;
}
.upd-s-customPage table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}
.upd-s-customPage caption {
  text-align: left;
}
.upd-s-customPage td,
.upd-s-customPage th {
  vertical-align: top;
  padding: 0;
}
.upd-s-customPage th {
  text-align: left;
  font-weight: bold;
}
.upd-s-customPage html {
  font-size: 62.5%;
}
.upd-s-customPage main {
  display: block;
}
.upd-s-customPage ul,
.upd-s-customPage ol {
  list-style: none;
}
.upd-s-customPage *,
.upd-s-customPage *::before,
.upd-s-customPage *::after {
  box-sizing: border-box;
}
.upd-s-customPage input,
.upd-s-customPage button,
.upd-s-customPage textarea,
.upd-s-customPage select {
  font: inherit;
}
.upd-s-customPage a {
  transition: all ease 0.5s;
}
.upd-s-customPage .img_pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .img_pc {
    display: none;
  }
}
.upd-s-customPage .img_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .img_sp {
    display: block;
  }
}
.upd-s-customPage .pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .pc_none {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .sp_none {
    display: none;
  }
}
.upd-s-customPage :root {
  font-size: 62.5%;
}
.upd-s-customPage * {
  box-sizing: border-box;
}
.upd-s-customPage img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.upd-s-customPage a {
  color: inherit;
  text-decoration: none;
}
.upd-s-customPage body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
  font-feature-settings: "palt" 1;
  font-kerning: none;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage body {
    max-width: none;
    min-width: auto;
  }
}
.upd-s-customPage .login {
  background-color: #7ac943;
  position: relative;
  height: 100vh;
}
.upd-s-customPage .login .form_warp {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  max-width: 776px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .login .form_warp {
    width: 92%;
  }
}
.upd-s-customPage .login h2 {
  font-size: 48px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .login h2 {
    font-size: 21px;
  }
}
.upd-s-customPage .login input {
  display: block;
  background-color: #ffffff;
  font-size: 42px;
  padding: 0.25em 0.5em;
  width: 100%;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .login input {
    font-size: 16px;
    padding: 0.8em;
    margin-bottom: 2em;
  }
}
.upd-s-customPage .login input:focus {
  outline: 0.1em solid #0071bc;
}
.upd-s-customPage .login form {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .pc {
    display: none;
  }
}
.upd-s-customPage .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .upd-s-customPage .sp {
    display: block;
  }
}
.upd-s-customPage .mypage {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  padding-bottom: 6%;
}
.upd-s-customPage .mypage header {
  padding: 4% 0;
}
.upd-s-customPage .mypage .mail a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  border: 0.5px solid #000;
}
.upd-s-customPage .mypage .long_link {
  border: 0.5px solid #000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.upd-s-customPage .mypage .long_link .tanso {
  width: 42.4%;
}
.upd-s-customPage .mypage .long_link .denryoku {
  width: 36.2%;
}
.upd-s-customPage .mypage .long_link .foot_btn {
  border-top: 0.25px solid #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2% 3%;
}
.upd-s-customPage .mypage .long_link .foot_btn li {
  width: 24%;
  margin: 0 1%;
}
.upd-s-customPage .mypage .column_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.upd-s-customPage .mypage .column_link figure {
  border: 0.5px solid #000;
  border-radius: 12px;
  width: 48%;
}
.upd-s-customPage .mypage .column_link figure figcaption {
  border-top: 0.25px solid #000;
}
.upd-s-customPage .mypage .foot_mail {
  border: 0.5px solid #000;
  margin-top: 4%;
  border-radius: 12px;
}

.upd-s-form {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-form {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-form > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-form > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-form > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-form {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-form > .upd-c-inner .c-inner__cont {
    max-width: inherit;
  }
}

.upd-s-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--color-upd-primaryFaded);
  position: relative;
  min-height: 240px;
  padding: 56px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-head {
    padding: 36px 20px 0;
    min-height: initial;
  }
}
.upd-s-head .s-head__title {
  margin: 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 72px;
  line-height: 160%;
  /* または115px */
  letter-spacing: 0.03em;
  color: var(--s-head-ttl-color);
}
@media screen and (max-width: 767px) {
  .upd-s-head .s-head__title {
    font-size: 32px;
    line-height: 100%;
    /* ボックスの高さと同一、または32px */
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--s-head-ttl-color);
  }
}
.upd-s-head .s-head__bgtext {
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 218px;
  line-height: 160%;
  /* ボックスの高さと同一、または349px */
  letter-spacing: 0.03em;
  color: var(--s-head-bgtext-color);
  opacity: 0.2;
  margin: -87px 0 0;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-head .s-head__bgtext {
    font-size: 80px;
    line-height: 160%;
    /* ボックスの高さと同一、または128px */
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--s-head-bgtext-color);
    mix-blend-mode: normal;
    opacity: 0.2;
    margin-top: -15px;
  }
}
.upd-s-head .s-head__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}

.upd-s-kv .area-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.upd-s-kv .area-list.-conceal {
  opacity: 0;
}
.upd-s-kv .area-list .box-list {
  width: 100%;
  height: 100%;
  margin: 0 0 0 11%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list {
    margin: 0 0 0 5%;
  }
}
.upd-s-kv .area-list .box-list .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.upd-s-kv .area-list .box-list .swiper-wrapper .swiper-slide {
  width: 76%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .swiper-wrapper .swiper-slide {
    width: 90%;
    height: 100%;
  }
}
.upd-s-kv .area-list .box-list .swiper-wrapper .swiper-slide .skin {
  width: 100%;
  height: 100%;
  padding: 0 2% 0 2%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .swiper-wrapper .swiper-slide .skin {
    padding: 0 1% 0 1%;
  }
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.upd-s-kv {
  width: 100%;
  height: 700px;
  margin: -120px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-kv {
    height: calc(90vw + 80px);
    margin: 0 0 160px 0;
  }
}
.upd-s-kv .upd-s-kv-inner {
  width: 100%;
  height: 100%;
}
.upd-s-kv .area-list {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list {
    padding: 1vw 0 0 0;
  }
}
.upd-s-kv .area-list .box-list .each {
  position: relative;
  width: 100%;
  height: 100%;
}
.upd-s-kv .area-list .box-list .each .pane-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-photo {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.upd-s-kv .area-list .box-list .each .pane-photo .myphoto {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 0 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-photo .myphoto {
    border-radius: 3vw;
  }
}
.upd-s-kv .area-list .box-list .each .pane-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-link {
    bottom: 95px;
    height: 0;
    padding: 0 15px 0 0;
    text-align: right;
  }
}
.upd-s-kv .area-list .box-list .each .pane-link .cell-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
  height: 100%;
  text-align: left;
  background-color: #160403;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-link .cell-link {
    width: 210px;
    height: auto;
    border-radius: 10px 10px 10px 10px;
  }
}
.upd-s-kv .area-list .box-list .each .pane-link .cell-link .mark {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url(/assets/upd/img/common/mark_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-link .cell-link .mark {
    right: 10px;
    top: 10px;
    width: 20px;
  }
}
.upd-s-kv .area-list .box-list .each .pane-link .cell-link .txt {
  line-height: 1.7;
  padding: 20px 65px 0 30px;
  font-size: 16px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-link .cell-link .txt {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
  }
}
.upd-s-kv .area-list .box-list .each .pane-link .cell-link .txt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each .pane-link .cell-link .txt br {
    display: inline;
  }
}
.upd-s-kv .area-list .box-list .each .hitelm {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition-property: none;
}
.upd-s-kv .area-list .box-list .each .hitelm:hover {
  opacity: 0.7;
}

.upd-s-kv .area-list .box-list .each[data-id="001"] .pane-photo .myphoto {
  background-image: url(/assets/upd/img/top/keyvisual/pic_01a.png);
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="001"] .pane-photo .myphoto {
    background-image: url(/assets/upd/img/top/keyvisual/pic_01b.png);
  }
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="001"] .pane-link .cell-link .mark {
    top: 20px;
  }
}
.upd-s-kv .area-list .box-list .each[data-id="002"] .pane-photo .myphoto {
  background-image: url(/assets/upd/img/top/keyvisual/pic_02a.png);
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="002"] .pane-photo .myphoto {
    background-image: url(/assets/upd/img/top/keyvisual/pic_02b.png);
  }
}
.upd-s-kv .area-list .box-list .each[data-id="003"] .pane-photo .myphoto {
  background-image: url(/assets/upd/img/top/keyvisual/pic_03a.png);
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="003"] .pane-photo .myphoto {
    background-image: url(/assets/upd/img/top/keyvisual/pic_03b.png);
  }
}
.upd-s-kv .area-list .box-list .each[data-id="004"] .pane-photo .myphoto {
  background-image: url(/assets/upd/img/top/keyvisual/pic_04a.png);
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="004"] .pane-photo .myphoto {
    background-image: url(/assets/upd/img/top/keyvisual/pic_04b.png);
  }
}
.upd-s-kv .area-list .box-list .each[data-id="005"] .pane-photo .myphoto {
  background-image: url(/assets/upd/img/top/keyvisual/pic_05a.png);
}
@media screen and (max-width: 767px) {
  .upd-s-kv .area-list .box-list .each[data-id="005"] .pane-photo .myphoto {
    background-image: url(/assets/upd/img/top/keyvisual/pic_05b.png);
  }
}

.upd-s-kv.with-extrabanner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner {
    margin: 0 0 155px 0;
  }
}
.upd-s-kv.with-extrabanner .floating-banner {
  position: fixed;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .figelm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.upd-s-kv.with-extrabanner .floating-banner .area-object {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 25px;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .area-object {
    position: absolute;
    left: 0;
    right: auto;
    top: -15px;
    bottom: auto;
    width: 100%;
    height: 80px;
    aspect-ratio: auto;
    text-align: center;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 135px;
    aspect-ratio: 364/160;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object a {
  display: block;
  width: 100%;
  height: 100%;
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .skin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object .skin {
    transition-property: none;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .base {
  display: none;
  position: absolute;
  left: -17px;
  top: -42px;
  width: 320px;
  aspect-ratio: 364/160;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object .base {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .base .figelm.frame {
  background-image: url(/assets/upd/img/top/obj_susteba_a.svg);
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object .overlay {
    left: 16px;
    top: 40px;
    width: 75px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .overlay .figelm.circle {
  background-image: url(/assets/upd/img/top/obj_susteba_b.svg);
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object .overlay .figelm.face {
  background-image: url(/assets/upd/img/top/obj_susteba_c.svg);
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object a:hover {
  opacity: 1;
  transition-property: none;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object a:hover {
    transition-property: none;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object a:hover .skin {
  left: -200px;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner .cell-object a:hover .skin {
    left: 0;
  }
}
.upd-s-kv.with-extrabanner .floating-banner .cell-object a:hover .base {
  display: block;
}
.upd-s-kv.with-extrabanner .floating-banner.expand .cell-object .skin {
  left: -200px;
}
@media screen and (max-width: 767px) {
  .upd-s-kv.with-extrabanner .floating-banner.expand .cell-object .skin {
    left: 0;
  }
}
.upd-s-kv.with-extrabanner .floating-banner.expand .cell-object .base {
  display: block;
}
.animate-around {
  animation-name: animate-around;
  animation-duration: 8s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
}

@keyframes animate-around {
  0% {
    rotate: z 0deg;
  }
  100% {
    rotate: z -360deg;
  }
}
.upd-s-member {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-member {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-member > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-member > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-member > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-member {
    margin-bottom: 64px;
  }
}
.upd-s-member .s-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 56px 47px;
}
@media screen and (max-width: 767px) {
  .upd-s-member .s-member__list {
    flex-direction: column;
    gap: 32px;
  }
}
.upd-s-member .s-member__item {
  width: calc((100% - 94px) / 3);
}
@media screen and (max-width: 767px) {
  .upd-s-member .s-member__item {
    width: 100%;
  }
}
.upd-s-member .s-member__item-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-member .s-member__item-info {
    margin-bottom: 8px;
  }
}
.upd-s-member .s-member__item-ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-member .s-member__item-ttl {
    margin-bottom: 8px;
  }
}
.upd-s-member .s-member__item-ttl .-inner {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.upd-s-member .s-member__item-ttl .-main {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.upd-s-member .s-member__item-ttl .-sub {
  position: absolute;
  left: 2px;
  top: 2px;
  color: #000;
}
.upd-s-member .s-member__item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 121.9047619048%;
}
.upd-s-member .s-member__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upd-s-member .s-member__item-img .-label {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 25px;
  display: flex;
  color: #fff;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .upd-s-member .s-member__item-img .-label {
    min-height: 24px;
  }
}
.upd-s-member .s-member__item-img .-labelInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upd-s-member .s-member__item-img .-labelTxt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 2px 8px;
  background: #160403;
  width: 100%;
  height: 100%;
}
.upd-s-member .s-member__item-img .-deco {
  position: absolute;
}
.upd-s-member .s-member__item-img .-deco.-l {
  left: 0;
}
.upd-s-member .s-member__item-img .-deco.-t {
  top: 0;
}
.upd-s-member .s-member__item-img .-deco.-r {
  right: 0;
}
.upd-s-member .s-member__item-img .-deco.-b {
  display: flex;
  bottom: 0;
}
.upd-s-member .s-member__why-head {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #969696;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 1.5px;
}
.upd-s-member .s-member__why-body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #160403;
}
.upd-s-member .s-member__why-body p {
  margin: 0;
}

.upd-s-minhead {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-minhead {
    margin-top: 48px;
    margin-bottom: 52px;
  }
}
.upd-s-minhead .s-minhead__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-minhead .s-minhead__content {
    gap: 14px;
  }
}
.upd-s-minhead .s-minhead__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-minhead .s-minhead__img {
    width: 54px;
    height: 54px;
  }
}
.upd-s-minhead .s-minhead__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-s-minhead .s-minhead__ttl {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
  }
}

.upd-s-newsList {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-newsList {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-newsList > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-newsList > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-newsList > .upd-c-inner {
    display: block;
    max-width: 480px;
  }
}
.upd-s-newsList .s-newsList__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.upd-s-newsList .s-newsList__list {
  width: 100%;
}

.upd-s-policy {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-policy {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-policy > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-policy > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-policy > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-policy {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-policy > .upd-c-inner {
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-policy > .upd-c-inner .c-inner__cont {
    max-width: inherit;
  }
}
.upd-s-policy .s-policy__lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #160403;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__lead {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
}
.upd-s-policy .s-policy__table {
  border-collapse: collapse;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__table {
    margin: 20px auto;
  }
}
.upd-s-policy .s-policy__table-item {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.upd-s-policy .s-policy__table-l {
  padding: 8px;
  width: 284px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__table-l {
    width: 106px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.02em;
    color: #160403;
  }
}
.upd-s-policy .s-policy__table-r {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #160403;
  padding: 8px;
  width: calc(100% - 284px);
  padding: 16px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__table-r {
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.02em;
    width: calc(100% - 106px);
    padding: 12px;
  }
}
.upd-s-policy .s-policy__contentWrap-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 180%;
  /* ボックスの高さと同一、または65px */
  text-align: center;
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__contentWrap-ttl {
    margin-top: 64px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 180%;
    /* ボックスの高さと同一、または40px */
    text-align: center;
    letter-spacing: 0.02em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-policy .s-policy__contentItem + .s-policy__contentItem {
  margin-top: 48px;
}
.upd-s-policy .s-policy__contentItem .title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 160%;
  /* ボックスの高さと同一、または32px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
  padding-bottom: 8px;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__contentItem .title {
    font-size: 20px;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
    letter-spacing: 0.02em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-policy .s-policy__contentItem .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.upd-s-policy .s-policy__contentItem .text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  /* または29px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
  margin: 0;
}
.upd-s-policy .s-policy__credit {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__credit {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__credit {
    margin-top: 24px;
  }
}
.upd-s-policy .s-policy__box {
  background: #F4F4F3;
  padding: 16px;
}
.upd-s-policy .s-policy__box-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #160403;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box-ttl {
    padding: 0;
  }
}
.upd-s-policy .s-policy__box-body {
  display: flex;
  gap: 58px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.upd-s-policy .s-policy__box-img {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box-img {
    width: 118px;
    height: 118px;
  }
}
.upd-s-policy .s-policy__box-img img {
  width: 100%;
}
.upd-s-policy .s-policy__box-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #160403;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box-txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.upd-s-policy .s-policy__box-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding: 0;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 16px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box-box {
    margin-top: 12px;
    padding: 0 16px;
  }
}
.upd-s-policy .s-policy__box.-pri {
  background: none;
  border: 1px solid #000000;
  margin-top: 72px;
  margin-bottom: 72px;
  background: none;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .upd-s-policy .s-policy__box.-pri {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.upd-s-postBox.-news {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-news {
    margin-bottom: 48px;
  }
}
.upd-s-postBox.-news .s-postBox__head {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-news .s-postBox__head {
    margin-bottom: 48px;
  }
}
.upd-s-postBox.-news .s-postBox__list {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-news .s-postBox__list {
    width: 100%;
  }
}
.upd-s-postBox.-news .s-postBox__item .upd-c-blogCard.-horizontal .c-blogCard__inner {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-news .s-postBox__item .upd-c-blogCard.-horizontal .c-blogCard__inner {
    align-items: flex-start;
  }
}
.upd-s-postBox.-blog {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-blog {
    margin-bottom: 30px;
  }
}
.upd-s-postBox.-blog .s-postBox__head {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-blog .s-postBox__head {
    margin-bottom: 48px;
  }
}
.upd-s-postBox.-blog .s-postBox__list {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-blog .s-postBox__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-top .s-postBox__list {
    width: calc(100% - 32px) !important;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-recruit > .upd-c-inner {
    padding: 0 32px;
  }
}
.upd-s-postBox.-whitewrapcenter {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-postBox.-whitewrapcenter > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter {
    margin-top: 0;
  }
}
.upd-s-postBox.-whitewrapcenter > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter {
    padding: 0;
  }
}
.upd-s-postBox.-whitewrapcenter > .upd-c-inner {
  padding: 32px 80px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapcenter > .upd-c-inner {
    padding: 16px 16px 64px;
  }
}
.upd-s-postBox.-whitewrapbottom {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-postBox.-whitewrapbottom > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom {
    margin-top: 0;
  }
}
.upd-s-postBox.-whitewrapbottom > .upd-c-inner {
  border-radius: 0 0 9px 9px;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom > .upd-c-inner {
    border-radius: 0 0 10px 10px;
    padding: inherit;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom {
    padding: 0;
  }
}
.upd-s-postBox.-whitewrapbottom > .upd-c-inner {
  padding: 32px 80px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox.-whitewrapbottom > .upd-c-inner {
    padding: 16px 16px 64px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox > .upd-c-inner {
    width: calc(100% - 32px);
  }
}
.upd-s-postBox .s-postBox__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox__list {
    width: calc(100% - 64px);
    margin-bottom: 32px;
  }
}
.upd-s-postBox .s-postBox__list.-h {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox__list.-h {
    gap: 16px;
  }
}
.upd-s-postBox .s-postBox__list.-v {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 48px 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox__list.-v {
    flex-direction: column;
    gap: 32px;
  }
}
.upd-s-postBox .s-postBox__item.-h {
  width: 100%;
}
.upd-s-postBox .s-postBox__item.-v {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox__item.-v {
    width: 100%;
  }
}
.upd-s-postBox .s-postBox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-postBox .s-postBox__btn {
    justify-content: flex-end;
  }
}

.upd-s-postList {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-postList {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-postList > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postList > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postList > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
.upd-s-postList > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  padding: 32px 60px 120px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postList > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postList > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
.upd-s-postList > .upd-c-inner .c-inner__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-postList > .upd-c-inner .c-inner__cont {
    display: block;
  }
}
.upd-s-postList .s-postList__content {
  flex: 1;
}
.upd-s-postList .s-postList__contentWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64.1509433962%;
}
@media screen and (max-width: 767px) {
  .upd-s-postList .s-postList__contentWrap {
    width: 100%;
    margin-bottom: -30px;
  }
}
.upd-s-postList .s-postList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-postList .s-postList__list {
    flex-direction: column;
    gap: 32px;
  }
}
.upd-s-postList .s-postList__list.-horizontal {
  gap: 24px;
}
.upd-s-postList .s-postList__list .upd-c-blogCard {
  width: 100%;
}
.upd-s-postList .s-postList__list .upd-c-blogCard.-vertical {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .upd-s-postList .s-postList__list .upd-c-blogCard.-vertical {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postList .upd-c-sidebar.-sp-hide {
    display: none;
  }
}

.upd-s-postDetail {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-postDetail > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail {
    margin-top: 32px;
  }
}
.upd-s-postDetail > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  padding: 32px 60px 120px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
.upd-s-postDetail > .upd-c-inner .c-inner__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail > .upd-c-inner .c-inner__cont {
    display: block;
  }
}
.upd-s-postDetail .s-postDetail__contentWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64.1509433962%;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__contentWrap {
    width: 100%;
    margin-bottom: -30px;
  }
}
.upd-s-postDetail .s-postDetail__header {
  width: 100%;
}
.upd-s-postDetail .s-postDetail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__meta {
    margin-bottom: 12px;
  }
}
.upd-s-postDetail .s-postDetail__meta .date {
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #979797;
  font-size: 14px;
  line-height: 100%;
  /* ボックスの高さと同一、または14px */
  letter-spacing: 0.04em;
  color: #979797;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__meta .date {
    font-size: 13px;
    line-height: 120%;
    /* ボックスの高さと同一、または16px */
    letter-spacing: 0.04em;
    color: #979797;
  }
}
.upd-s-postDetail .s-postDetail__meta .category {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #160403;
  border-radius: 10px 4px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 100%;
  /* ボックスの高さと同一、または14px */
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__meta .category {
    font-size: 12px;
    line-height: 100%;
    /* ボックスの高さと同一、または12px */
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
.upd-s-postDetail .s-postDetail__toc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  border: 3px solid #160403;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__toc {
    border: 3px solid #160403;
    border-radius: 10px;
    margin-bottom: 32px;
  }
}
.upd-s-postDetail .s-postDetail__toc-ttl {
  position: absolute;
  left: 20px;
  top: -22px;
  margin: 0;
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__toc-ttl {
    font-size: 26px;
    line-height: 23px;
  }
}
.upd-s-postDetail .s-postDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upd-s-postDetail .s-postDetail__toc .h2list .-icon {
  position: relative;
  top: 4px;
}
.upd-s-postDetail .s-postDetail__toc .h2list li {
  margin-bottom: 8px;
}
.upd-s-postDetail .s-postDetail__toc .h2list > li > a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #160403;
}
.upd-s-postDetail .s-postDetail__toc .h2list > li ul {
  padding-left: 28px;
  list-style: none;
}
.upd-s-postDetail .s-postDetail__toc .h2list > li ul li {
  margin-bottom: 8px;
}
.upd-s-postDetail .s-postDetail__toc .h2list > li ul li > a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #160403;
}
.upd-s-postDetail .s-postDetail__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.upd-s-postDetail .s-postDetail__tags .tag {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #777777;
  text-decoration: none;
}
.upd-s-postDetail .s-postDetail__tags .tag::before {
  content: "#";
  margin-right: 4px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #777777;
  padding: 3px;
  background: rgba(22, 4, 3, 0.05);
  border-radius: 6px 2px;
}
.upd-s-postDetail .s-postDetail__title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #160403;
  margin: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__title {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #222222;
    margin-bottom: 12px;
  }
}
.upd-s-postDetail .s-postDetail__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.upd-s-postDetail .s-postDetail__tags .tag {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #777777;
  text-decoration: none;
}
.upd-s-postDetail .s-postDetail__tags .tag::before {
  content: "#";
  margin-right: 4px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #777777;
  padding: 3px;
  background: rgba(22, 4, 3, 0.05);
  border-radius: 6px 2px;
}
.upd-s-postDetail .s-postDetail__wrap {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__wrap {
    display: block;
  }
}
.upd-s-postDetail .s-postDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 32px;
  margin-left: -56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__share {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: 24px;
    width: auto;
  }
}
.upd-s-postDetail .s-postDetail__share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.upd-s-postDetail .s-postDetail__share a + a {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__share a + a {
    margin-top: 0;
    margin-left: 8px;
  }
}
.upd-s-postDetail .s-postDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.upd-s-postDetail .s-postDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.upd-s-postDetail .s-postDetail__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__content {
    margin: auto;
  }
}
.upd-s-postDetail .s-postDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.upd-s-postDetail .s-postDetail__thumb {
  position: relative;
  padding: 5px;
  margin: 24px 0 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__thumb {
    margin-bottom: 32px;
  }
}
.upd-s-postDetail .s-postDetail__thumb-img {
  position: relative;
  width: 100%;
  padding-top: 55.7%;
  border: 4px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__thumb-img {
    border: 2px solid #ffffff;
    border-radius: 10px;
  }
}
.upd-s-postDetail .s-postDetail__thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upd-s-postDetail .s-postDetail__thumb .-deco {
  position: absolute;
  position: absolute;
  width: 36px;
  height: 36px;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-lb {
  bottom: 0;
}
.upd-s-postDetail .s-postDetail__thumb .-deco.-rb {
  bottom: 0;
}
.upd-s-postDetail .s-postDetail__profile {
  position: relative;
  border: 3px solid #160403;
  border-radius: 10px;
  padding: 24px 40px 32px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profile {
    padding: 16px;
  }
}
.upd-s-postDetail .s-postDetail__profile-deco {
  position: absolute;
  left: 20px;
  top: -22px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profile-deco {
    font-size: 26px;
    line-height: 23px;
  }
}
.upd-s-postDetail .s-postDetail__profileHeader {
  display: flex;
  align-items: center;
}
.upd-s-postDetail .s-postDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  border: 2px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileThumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.upd-s-postDetail .s-postDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upd-s-postDetail .s-postDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileWrap {
    padding-top: 0;
  }
}
.upd-s-postDetail .s-postDetail__profileLabel {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  /* ボックスの高さと同一、または12px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileLabel {
    font-size: 12px;
    line-height: 100%;
    /* ボックスの高さと同一、または12px */
    letter-spacing: 0.02em;
  }
}
.upd-s-postDetail .s-postDetail__profileName {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  /* ボックスの高さと同一、または18px */
  letter-spacing: 1.27059px;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileName {
    font-size: 18px;
    line-height: 100%;
    /* ボックスの高さと同一、または18px */
    letter-spacing: 1.27059px;
  }
}
.upd-s-postDetail .s-postDetail__profileSns {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileSns {
    position: relative;
    top: inherit;
    right: inherit;
    justify-content: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileSns.u-only-pc {
    display: none !important;
  }
}
.upd-s-postDetail .s-postDetail__profileSns.u-only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileSns.u-only-sp {
    display: flex !important;
  }
}
.upd-s-postDetail .s-postDetail__profileSns a {
  text-decoration: none;
}
.upd-s-postDetail .s-postDetail__profileSns a + a {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileSns a + a {
    margin-left: 12px;
  }
}
.upd-s-postDetail .s-postDetail__profileText {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #160403;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__profileText {
    margin-top: 8px;
    font-size: 13px;
  }
}
.upd-s-postDetail .s-postDetail__pager {
  display: none;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}
.upd-s-postDetail .s-postDetail__pagerLink.-next, .upd-s-postDetail .s-postDetail__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__pagerLink.-next, .upd-s-postDetail .s-postDetail__pagerLink.-prev {
    width: 48%;
  }
}
.upd-s-postDetail .s-postDetail__pagerLink.-next a, .upd-s-postDetail .s-postDetail__pagerLink.-prev a {
  display: block;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__pagerLink.-next a, .upd-s-postDetail .s-postDetail__pagerLink.-prev a {
    padding: 20px;
  }
}
.upd-s-postDetail .s-postDetail__pagerLink.-next .label, .upd-s-postDetail .s-postDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.upd-s-postDetail .s-postDetail__pagerLink.-next .title, .upd-s-postDetail .s-postDetail__pagerLink.-prev .title {
  text-decoration: underline;
}
.upd-s-postDetail .s-postDetail__pagerLink.-next {
  margin-left: auto;
}
.upd-s-postDetail .s-postDetail__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}
.upd-s-postDetail .s-postDetail__pagerLink.-next .icon-arrow {
  right: 0;
}
.upd-s-postDetail .s-postDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_next.svg");
}
.upd-s-postDetail .s-postDetail__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.upd-s-postDetail .s-postDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}
.upd-s-postDetail .s-postDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_prev.svg");
}
.upd-s-postDetail .s-postDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.upd-s-postDetail .s-postDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.upd-s-postDetail .s-postDetail__recommend {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__recommend {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.upd-s-postDetail .s-postDetail__recommendTitle {
  margin: 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 160%;
  /* または51px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__recommendTitle {
    font-size: 24px;
    line-height: 160%;
    /* または38px */
    letter-spacing: 0.02em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-postDetail .s-postDetail__recommendList {
  margin-top: 32px;
}
.upd-s-postDetail .s-postDetail__recommendList .c-blogCard__thumb {
  width: 190px;
  height: 106.875px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__recommendList .c-blogCard__thumb {
    width: 100%;
  }
}
.upd-s-postDetail .s-postDetail__recommendList .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upd-s-postDetail .s-postDetail__recommendList .wrap {
  margin-left: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__recommendList .wrap {
    width: 100%;
    padding-bottom: 59.75%;
  }
}
.upd-s-postDetail .s-postDetail__recommendList .category {
  font-size: 12px;
}
.upd-s-postDetail .s-postDetail__recommendList .date {
  font-size: 14px;
}
.upd-s-postDetail .s-postDetail__recommendList .c-blogCard__meta {
  margin-bottom: 8px;
}
.upd-s-postDetail .s-postDetail__recommendList .c-blogCard__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.upd-s-postDetail .s-postDetail__related {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__related {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.upd-s-postDetail .s-postDetail__relatedTitle {
  margin: 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 160%;
  /* または51px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__relatedTitle {
    font-size: 24px;
    line-height: 160%;
    /* または38px */
    letter-spacing: 0.02em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-postDetail .s-postDetail__relatedList {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__relatedList {
    flex-direction: column;
    gap: 24px;
  }
}
.upd-s-postDetail .s-postDetail__relatedItem.-w50 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .upd-s-postDetail .s-postDetail__relatedItem.-w50 {
    width: 100%;
  }
}

.upd-s-recDeco .s-recDeco__img {
  position: fixed;
  z-index: 6;
  transition: all 0.125s ease-in;
}
.upd-s-recDeco .s-recDeco__img img {
  width: 100%;
  vertical-align: bottom;
}
.upd-s-recDeco .s-recDeco__img.-img.-l {
  transform-origin: bottom left;
  width: 61vh;
  max-width: 500px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__img.-img.-l {
    width: 130px;
  }
}
.upd-s-recDeco .s-recDeco__img.-img.-r {
  transform-origin: bottom right;
  width: 51vh;
  max-width: 380px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__img.-img.-r {
    width: 120px;
  }
}
.upd-s-recDeco .s-recDeco__img.-fuki.-l {
  width: 26vh;
  max-width: 198px;
  bottom: 32vh;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__img.-fuki.-l {
    width: 82px;
    bottom: 73px;
    left: 40px;
  }
}
.upd-s-recDeco .s-recDeco__img.-fuki.-r {
  width: 16vh;
  right: 152px;
  bottom: 32vh;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__img.-fuki.-r {
    right: 100px;
    bottom: 57px;
    width: 51px;
  }
}
.upd-s-recDeco .s-recDeco__frame {
  position: fixed;
  z-index: 5;
}
.upd-s-recDeco .s-recDeco__frame.-t {
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: url("/assets/upd/img/rec/deco-t.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__frame.-t {
    height: 14px;
    background: url("/assets/upd/img/rec/deco-t_sp.svg");
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}
.upd-s-recDeco .s-recDeco__frame.-r {
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  background: url("/assets/upd/img/rec/deco-r.svg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__frame.-r {
    width: 14px;
    background: url("/assets/upd/img/rec/deco-r_sp.svg");
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.upd-s-recDeco .s-recDeco__frame.-b {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: url("/assets/upd/img/rec/deco-b.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__frame.-b {
    height: 14px;
    background: url("/assets/upd/img/rec/deco-b_sp.svg");
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}
.upd-s-recDeco .s-recDeco__frame.-l {
  left: 0;
  top: 0;
  width: 26px;
  height: 100%;
  background: url("/assets/upd/img/rec/deco-l.svg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .upd-s-recDeco .s-recDeco__frame.-l {
    width: 14px;
    background: url("/assets/upd/img/rec/deco-l_sp.svg");
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.upd-s-recDeco.-small .s-recDeco__img.-fuki {
  display: none;
}
.upd-s-recDeco.-small .s-recDeco__img.-img.-l, .upd-s-recDeco.-small .s-recDeco__img.-img.-r {
  transform: scale(0.5);
}

.upd-s-recHead {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-recHead {
    max-height: 692px;
    margin-bottom: 8px;
  }
}
.upd-s-recHead .s-recHead__board {
  position: relative;
  z-index: 3;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px 60px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 20px 20px 20px 10px;
}
@media screen and (max-width: 767px) {
  .upd-s-recHead .s-recHead__board {
    border: 4px solid #000000;
    box-shadow: 0px 6px 0px #000000;
    width: calc(100% - 64px);
  }
}
.upd-s-recHead .s-recHead__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 56px;
  line-height: 140%;
  /* または78px */
  text-align: center;
  letter-spacing: 0.03em;
  /* updater/black */
  color: #160403;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .upd-s-recHead .s-recHead__ttl {
    font-size: 26px;
    line-height: 140%;
    /* または36px */
    text-align: center;
    letter-spacing: 0.03em;
    /* updater/black */
    color: #160403;
  }
}
.upd-s-recHead .s-recHead__leadbox {
  position: relative;
  padding: 20px 0;
  max-width: 478px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-recHead .s-recHead__leadbox {
    max-width: 212px;
  }
}
.upd-s-recHead .s-recHead__leadbox-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 160%;
  /* または37px */
  text-align: center;
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .upd-s-recHead .s-recHead__leadbox-txt {
    font-size: 18px;
    line-height: 160%;
    /* または29px */
    text-align: center;
    letter-spacing: 0.04em;
    color: #1b1b1b;
  }
}
.upd-s-recHead .s-recHead__leadbox-deco {
  position: absolute;
}
.upd-s-recHead .s-recHead__leadbox-deco.-lt {
  left: 0;
  top: 0;
}
.upd-s-recHead .s-recHead__leadbox-deco.-rb {
  right: 0;
  bottom: 0;
}
.upd-s-recHead .s-recHead__bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.upd-s-recHead .s-recHead__bgimg img {
  width: 100%;
}

.upd-s-recMessage {
  padding: 50px 0 78px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage {
    padding: 40px 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage > .upd-c-inner {
    width: calc(100% - 64px);
  }
}
.upd-s-recMessage .s-recMessage__ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__ttl {
    margin-bottom: 60px;
  }
}
.upd-s-recMessage .s-recMessage__body {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__body {
    width: 100%;
    margin-bottom: 40px;
  }
}
.upd-s-recMessage .s-recMessage__lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.04em;
  text-align: center;
  /* updater/black */
  color: #160403;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__lead {
    font-size: 20px;
    line-height: 140%;
    /* または28px */
    letter-spacing: 0.04em;
    color: #1b1b1b;
    text-align: left;
    margin-bottom: 32px;
  }
}
.upd-s-recMessage .s-recMessage__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  /* または32px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__txt {
    font-size: 15px;
    line-height: 180%;
    /* または27px */
    letter-spacing: 0.04em;
    color: #1b1b1b;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 21px 0 0;
  }
}
.upd-s-recMessage .s-recMessage__name-label {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  /* ボックスの高さと同一、または20px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__name-label {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin: 0;
    margin-right: 12px;
  }
}
.upd-s-recMessage .s-recMessage__name-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 140%;
  /* または39px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__name-ttl {
    font-size: 18px;
    line-height: 140%;
    /* または25px */
    letter-spacing: 0.04em;
  }
}
.upd-s-recMessage .s-recMessage__presi {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__presi {
    justify-content: center;
    top: inherit;
  }
}
.upd-s-recMessage .s-recMessage__presi-img {
  max-width: 497px;
}
@media screen and (max-width: 767px) {
  .upd-s-recMessage .s-recMessage__presi-img {
    max-width: 331px;
  }
}
.upd-s-recMessage .s-recMessage__presi-img img {
  width: 100%;
}

.upd-s-recCulture {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture {
    padding: 48px 0 51px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__inner {
    padding: 0 32px;
  }
}
.upd-s-recCulture .s-recCulture__ttl {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__ttl {
    margin-bottom: 37px;
  }
}
.upd-s-recCulture .s-recCulture__card {
  max-width: 1040px;
  width: 100%;
  background: #df8ee7;
  border-radius: 40px;
  padding: 16px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  gap: 33px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__card {
    border-radius: 20px;
    padding: 16px;
    padding-bottom: 32px;
    flex-direction: column;
    gap: 23px;
  }
}
.upd-s-recCulture .s-recCulture__img {
  width: 482px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__img {
    width: 100%;
  }
}
.upd-s-recCulture .s-recCulture__img img {
  width: 100%;
}
.upd-s-recCulture .s-recCulture__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__info {
    gap: 24px;
  }
}
.upd-s-recCulture .s-recCulture__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 200%;
  /* または36px */
  letter-spacing: 0.04em;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .upd-s-recCulture .s-recCulture__txt {
    font-size: 16px;
    line-height: 200%;
    /* または32px */
    letter-spacing: 0.04em;
    color: #1c1c1c;
  }
}

.upd-s-recInterview {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recInterview {
    padding: 48px 0 56px;
  }
}
.upd-s-recInterview .s-recInterview__ttl {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .upd-s-recInterview .s-recInterview__ttl {
    margin-bottom: 37px;
  }
}

.upd-s-recRecruit {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit {
    padding: 48px 0 56px;
  }
}
.upd-s-recRecruit .s-recRecruit__head {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__head {
    margin-bottom: 37px;
  }
}
.upd-s-recRecruit .s-recRecruit__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  gap: 25px 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__list {
    flex-direction: column;
    gap: 32px;
  }
}
.upd-s-recRecruit .s-recRecruit__item {
  --cardColor: #32b432;
}
.upd-s-recRecruit .s-recRecruit__item-link {
  display: block;
  position: relative;
  width: 368px;
  height: 232px;
  border: 4px solid var(--cardColor);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__item-link {
    width: 80vw;
    height: 172px;
    border: 3px solid var(--cardColor);
    border-radius: 7px;
  }
}
.upd-s-recRecruit .s-recRecruit__item-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.upd-s-recRecruit .s-recRecruit__item-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.upd-s-recRecruit .s-recRecruit__item-ttl {
  max-width: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: var(--cardColor);
  border-radius: 0px 20px 0px 0px;
  padding: 14px 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__item-ttl {
    font-size: 15px;
    padding: 10px 12px;
  }
}
.upd-s-recRecruit .s-recRecruit__item-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: var(--cardColor);
  border-radius: 8px 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__item-arrow {
    width: 24px;
    height: 24px;
    right: 7px;
    bottom: 7px;
  }
}
.upd-s-recRecruit .s-recRecruit__item-arrow svg {
  width: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-recRecruit .s-recRecruit__item-arrow svg {
    width: 9px;
  }
}
.upd-s-recRecruit .s-recRecruit__item:nth-child(2n) {
  --cardColor: #00AFEB;
}
.upd-s-recRecruit .s-recRecruit__item:nth-child(3n) {
  --cardColor: #160403;
}
.upd-s-recRecruit .s-recRecruit__item:nth-child(4n) {
  --cardColor: #FFB301;
}
.upd-s-recRecruit .s-recRecruit__item:nth-child(5n) {
  --cardColor: #DF8EE7;
}

.upd-s-recAbout {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout {
    padding: 48px 0 51px;
  }
}
.upd-s-recAbout > .upd-c-inner {
  width: calc(100% - 32px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.upd-s-recAbout .s-recAbout__ttl {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__ttl {
    margin-bottom: 37px;
  }
}
.upd-s-recAbout .s-recAbout__tab {
  background: #f4f4f4;
  padding: 20px 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__tab {
    padding: 8px;
    margin-bottom: 4px;
  }
}
.upd-s-recAbout .s-recAbout__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__tab-list {
    gap: 14px;
  }
}
.upd-s-recAbout .s-recAbout__tab-item {
  width: calc((100% - 48px) / 4);
  height: 60px;
  background: #ffffff;
  border: 3px solid #e6e6e6;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__tab-item {
    width: calc((100% - 14px) / 2);
    height: 43px;
  }
}
.upd-s-recAbout .s-recAbout__tab-item.-active {
  border: 3px solid #160403;
}
.upd-s-recAbout .s-recAbout__tab-item.-active .s-recAbout__tab-arrow {
  display: block;
}
.upd-s-recAbout .s-recAbout__tab-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  /* ボックスの高さと同一、または26px */
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__tab-txt {
    font-size: 13px;
    line-height: 160%;
    /* ボックスの高さと同一、または21px */
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
  }
}
.upd-s-recAbout .s-recAbout__tab-arrow {
  display: none;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__tab-arrow {
    left: 7px;
  }
}
.upd-s-recAbout .s-recAbout__btn {
  text-decoration: none;
  position: relative;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 670px;
  height: 167px;
  background: #160403;
  border: 6px solid #ffffff;
  box-shadow: 15px 15px 0px #cccccc;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__btn {
    margin-top: 0;
    width: 100%;
    height: 76.51px;
    border: 2.78209px solid #ffffff;
    box-shadow: 6.95522px 6.95522px 0px #cccccc;
    border-radius: 23.1841px;
  }
}
.upd-s-recAbout .s-recAbout__btn-txt {
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  line-height: 130%;
  /* ボックスの高さと同一、または68px */
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__btn-txt {
    font-size: 24px;
    line-height: 130%;
    /* または31px */
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
.upd-s-recAbout .s-recAbout__btn-arrow {
  position: absolute;
  top: 50%;
  right: 47px;
  background: #ffffff;
  border-radius: 12.8px 9.6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .upd-s-recAbout .s-recAbout__btn-arrow {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 8px 6px;
    right: 21px;
  }
}
.upd-s-recAbout .s-recAbout__btn-arrow svg {
  width: 6px;
}

:root {
  --s-color: #32b432;
  --s-color_light: rgba(50, 180, 50, 0.1);
}

.-minden {
  --s-color: #32b432;
  --s-color_light: rgba(50, 180, 50, 0.1);
}

.-air {
  --s-color: #00afeb;
  --s-color_light: rgba(0, 175, 235, 0.1);
}

.-tadori {
  --s-color: #ffb301;
  --s-color_light: rgba(255, 179, 1, 0.1);
}

.upd-s-serviceBox {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox {
    padding: 54px 0 56px;
    margin-bottom: 48px;
  }
}
.upd-s-serviceBox .s-serviceBox__inner {
  width: calc(100% - 16px - 16px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.upd-s-serviceBox .s-serviceBox__ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__ttl {
    margin-bottom: 37px;
  }
}
.upd-s-serviceBox .s-serviceBox__lead {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 140%;
  /* ボックスの高さと同一、または48px */
  text-align: center;
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__lead {
    font-size: 18px;
    line-height: 160%;
    /* または29px */
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
  }
}
.upd-s-serviceBox .s-serviceBox__box {
  position: relative;
  padding: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__box {
    padding: 68px 24px 32px;
    margin-bottom: 0;
  }
}
.upd-s-serviceBox .s-serviceBox__box .-deco {
  position: absolute;
  position: absolute;
  width: 60px;
  height: 60px;
}
.upd-s-serviceBox .s-serviceBox__box .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-serviceBox .s-serviceBox__box .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-serviceBox .s-serviceBox__box .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-serviceBox .s-serviceBox__box .-deco.-rb {
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__box .-deco {
    width: 28px;
    height: 28px;
  }
}
.upd-s-serviceBox .s-serviceBox__box .-deco img {
  width: 100%;
}
.upd-s-serviceBox .s-serviceBox__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__list {
    flex-direction: column;
    align-items: center;
  }
}
.upd-s-serviceBox .s-serviceBox__item {
  color: #fff;
  text-decoration: none;
  width: calc((100% - 96px) / 4);
  border-radius: 10px 5px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__item {
    width: 100%;
    max-width: 400px;
    padding: 16px 24px;
  }
}
.upd-s-serviceBox .s-serviceBox__item-img {
  margin-bottom: 16px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__item-img {
    height: 80px;
    background: #fff;
    border-radius: 4px;
  }
}
.upd-s-serviceBox .s-serviceBox__item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__item-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.upd-s-serviceBox .s-serviceBox__item-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-align: center;
}
.upd-s-serviceBox .s-serviceBox__item-icon {
  display: flex;
  justify-content: flex-end;
}
.upd-s-serviceBox .s-serviceBox__item.-minden {
  background-color: #32b432;
}
.upd-s-serviceBox .s-serviceBox__item.-air {
  background-color: #00afeb;
}
.upd-s-serviceBox .s-serviceBox__item.-tadori {
  background-color: #ffb301;
}
.upd-s-serviceBox .s-serviceBox__item.-other {
  background-color: #ebebeb;
}
.upd-s-serviceBox .s-serviceBox__item.-other .s-serviceBox__item-ttl {
  color: #000;
}
.upd-s-serviceBox .s-serviceBox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox .s-serviceBox__btn {
    display: none;
  }
}
.upd-s-serviceBox.-w100 {
  width: 100vw;
  position: relative;
  left: calc((100vw - 100%) / -2);
}
@media screen and (max-width: 1200px) {
  .upd-s-serviceBox.-w100 {
    width: 1200px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox.-w100 {
    width: 100vw;
    left: calc((100vw - 100%) / -2);
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBox.-mb0_sp {
    margin-bottom: 0;
  }
}

.upd-s-serviceList {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-serviceList > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList > .upd-c-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList > .upd-c-inner .c-inner__cont {
    max-width: inherit;
  }
}
.upd-s-serviceList .s-serviceList__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__list {
    gap: 46px;
    margin-bottom: 60px;
  }
}
.upd-s-serviceList .s-serviceList__item {
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item {
    width: calc(100vw - 32px);
  }
}
.upd-s-serviceList .s-serviceList__item-head {
  width: calc(100% - 112px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    width: calc(100% - 48px);
  }
}
.upd-s-serviceList .s-serviceList__item-icon {
  width: 200px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-icon {
    height: 56px;
  }
}
.upd-s-serviceList .s-serviceList__item-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-icon.-contain img {
    object-fit: contain;
  }
}
.upd-s-serviceList .s-serviceList__item-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-ttl {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-align: center;
  }
}
.upd-s-serviceList .s-serviceList__item-body {
  position: relative;
  border-radius: 20px;
  padding: 120px 56px 72px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-body {
    flex-direction: column;
    gap: 24px;
    padding: 124px 8px 40px;
    margin-top: -100px;
    border-radius: 0;
  }
}
.upd-s-serviceList .s-serviceList__item-img {
  width: 47.8846153846%;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-img {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.upd-s-serviceList .s-serviceList__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upd-s-serviceList .s-serviceList__item-info {
  width: 51.724137931%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-info {
    width: calc(100% - 16px);
  }
}
.upd-s-serviceList .s-serviceList__item-lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 140%;
  /* または36px */
  letter-spacing: 0.02em;
  /* updater/black */
  color: #160403;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-lead {
    font-size: 20px;
    line-height: 140%;
    /* ボックスの高さと同一、または28px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
    margin-bottom: 12px;
  }
}
.upd-s-serviceList .s-serviceList__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  /* または32px */
  letter-spacing: 0.04em;
  color: #1c1c1c;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-txt {
    font-size: 15px;
    line-height: 180%;
    /* または27px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
    margin-bottom: 24px;
  }
}
.upd-s-serviceList .s-serviceList__item-btn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__item-btn {
    justify-content: flex-end !important;
  }
}
.upd-s-serviceList .s-serviceList__item.-green .s-serviceList__item-head {
  background: #32b432;
}
.upd-s-serviceList .s-serviceList__item.-green .s-serviceList__item-body {
  background: #eeffe1;
}
.upd-s-serviceList .s-serviceList__item.-blue .s-serviceList__item-head {
  background: #00afeb;
}
.upd-s-serviceList .s-serviceList__item.-blue .s-serviceList__item-body {
  background: #e4faff;
}
.upd-s-serviceList .s-serviceList__item.-orange .s-serviceList__item-head {
  background: #ffb301;
}
.upd-s-serviceList .s-serviceList__item.-orange .s-serviceList__item-body {
  background: #fff8e4;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__other {
    width: calc(100vw - 32px);
    transform: translateX(calc((100vw - 100%) / -2));
    border: 4px solid #fff;
    border-bottom: none;
  }
}
.upd-s-serviceList .s-serviceList__other-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__other-ttl {
    font-size: 24px;
    line-height: 100%;
    /* ボックスの高さと同一、または24px */
    letter-spacing: 0.04em;
    margin-bottom: 0;
    padding-top: 40px;
    background: #f4f4f4;
  }
}
.upd-s-serviceList .s-serviceList__other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 56px;
  padding: 40px 40px 64px;
  background: #f4f4f4;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__other-list {
    flex-direction: column;
    gap: 40px;
    padding: 40px 8px 0;
    border-radius: 0;
    margin-bottom: 64px;
  }
}
.upd-s-serviceList .s-serviceList__other-item {
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 767px) {
  .upd-s-serviceList .s-serviceList__other-item {
    width: 100%;
    height: auto;
  }
}

.upd-s-serviceConc {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-serviceConc > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
.upd-s-serviceConc > .upd-c-inner {
  border-radius: 9px 9px 0 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc > .upd-c-inner {
    border-radius: 10px 10px 0 0;
    padding: inherit;
  }
}
.upd-s-serviceConc > .upd-c-inner {
  padding: 32px 80px 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc > .upd-c-inner {
    padding: 16px 16px 64px;
  }
}
.upd-s-serviceConc .s-serviceConc__ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__ttl {
    margin-bottom: 40px;
  }
}
.upd-s-serviceConc .s-serviceConc__slide {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__slide {
    margin-bottom: 40px;
  }
}
.upd-s-serviceConc .s-serviceConc__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  gap: 76px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body {
    flex-direction: column;
    padding: 0;
  }
}
.upd-s-serviceConc .s-serviceConc__body-logo {
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-logo {
    height: 48px;
  }
}
.upd-s-serviceConc .s-serviceConc__body-logo img {
  height: 100%;
  width: auto;
  margin-left: auto;
}
.upd-s-serviceConc .s-serviceConc__body-info {
  width: 54%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-info {
    width: 100%;
  }
}
.upd-s-serviceConc .s-serviceConc__body-lead {
  display: block;
  margin-bottom: 32px;
}
.upd-s-serviceConc .s-serviceConc__body-lead span {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" on;
  color: #ffffff;
  background: var(--s-color);
  border-bottom: 3px dashed #f9c500;
  padding: 2px;
  display: inline-block;
  margin-bottom: 16px;
}
.upd-s-serviceConc .s-serviceConc__body-lead span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-lead span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-lead span {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-direction: column;
  }
}
.upd-s-serviceConc .s-serviceConc__body-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 200%;
  /* または34px */
  letter-spacing: 0.04em;
  /* updater/black */
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body-txt {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 180%;
    /* または29px */
    letter-spacing: 0.04em;
    /* updater/black */
    color: #160403;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-minden {
    gap: 40px;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-minden .s-serviceConc__body-logo {
  height: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-minden .s-serviceConc__body-logo {
    height: 48px;
    width: auto;
    margin: 0 auto;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-minden .s-serviceConc__body-lead span {
  border-bottom: 3px dashed #ffffff;
}
.upd-s-serviceConc .s-serviceConc__body.-service-minnaair {
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-minnaair {
    gap: 34px;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-minnaair .s-serviceConc__body-logo {
  height: 103px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-minnaair .s-serviceConc__body-logo {
    height: 43px;
    width: auto;
    margin: 0 auto;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-minnaair .s-serviceConc__body-lead span {
  border-bottom: 3px dashed #ffffff;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-tadori {
    gap: 40px;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-tadori .s-serviceConc__body-logo {
  height: 187px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceConc .s-serviceConc__body.-service-tadori .s-serviceConc__body-logo {
    height: 81px;
    width: auto;
    margin: 0 auto;
  }
}
.upd-s-serviceConc .s-serviceConc__body.-service-tadori .s-serviceConc__body-lead span {
  border-bottom: 3px dashed #ffffff;
}

.upd-s-serviceFeat {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-serviceFeat > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat {
    margin-top: 0;
  }
}
.upd-s-serviceFeat > .upd-c-inner {
  border-radius: 0;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat > .upd-c-inner {
    border-radius: 0;
    padding: inherit;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat {
    margin-top: 0;
  }
}
.upd-s-serviceFeat > .upd-c-inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat > .upd-c-inner {
    padding: 0 16px 80px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__head {
    margin-bottom: 32px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__list {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__list {
    gap: 48px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item {
    flex-direction: column;
    gap: 16px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item:nth-child(even) {
    flex-direction: column;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-img {
  width: 48.0769230769%;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-img {
    width: 100%;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 10px;
}
.upd-s-serviceFeat .s-serviceFeat__item-img img.-scale {
  transform: scale(1.02);
}
.upd-s-serviceFeat .s-serviceFeat__item-bgtxt {
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--s-color_light);
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-bgtxt {
    top: 20px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-bgtxt::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number, decimal-leading-zero);
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 120px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-bgtxt::before {
    font-size: 64px;
    line-height: 100%;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-info {
  width: 46.1538461538%;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-info {
    width: 100%;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-lead {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 12px;
}
.upd-s-serviceFeat .s-serviceFeat__item-lead::first-letter {
  font-size: 32px;
  line-height: 51px;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--s-color);
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-lead {
    margin-bottom: 16px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceFeat .s-serviceFeat__item-txt {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }
}
.upd-s-serviceFeat .s-serviceFeat__item-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.upd-s-serviceBnr {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-serviceBnr > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr {
    margin-top: 0;
  }
}
.upd-s-serviceBnr > .upd-c-inner {
  border-radius: 0 0 9px 9px;
  padding: inherit;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr > .upd-c-inner {
    border-radius: 0 0 10px 10px;
    padding: inherit;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr {
    margin-bottom: 40px;
  }
}
.upd-s-serviceBnr > .upd-c-inner {
  padding: 0 80px 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr > .upd-c-inner {
    padding: 16px 16px 40px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__bnr {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  border: 4px solid #000000;
  border-radius: 40px 20px;
  overflow: hidden;
  background: var(--s-color);
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__bnr {
    flex-direction: column-reverse;
    gap: 37px;
    border: 2px solid #000000;
    border-radius: 20px 10px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info {
    width: 100%;
    padding: 0 14px 40px 10px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__info-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info-ttl {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__info-ttl .-logo img {
  height: 100%;
}
.upd-s-serviceBnr .s-serviceBnr__info-ttl .-deco {
  height: 55px;
  position: relative;
  bottom: 8px;
}
.upd-s-serviceBnr .s-serviceBnr__info-ttl .-deco img {
  height: 100%;
}
.upd-s-serviceBnr .s-serviceBnr__info-ttl .-txt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.upd-s-serviceBnr .s-serviceBnr__info-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info-btn {
    margin-bottom: 35px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__info-btn.-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info-btn.-mb0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info-btn {
    width: calc(100% - 43px - 44px + 16px + 16px);
  }
}
.upd-s-serviceBnr .s-serviceBnr__info-youtube {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__info-youtube {
    width: calc(100% - 43px - 44px + 16px + 16px);
  }
}
.upd-s-serviceBnr .s-serviceBnr__eyecatch {
  position: relative;
  height: 400px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr .s-serviceBnr__eyecatch {
    width: 100%;
    height: 192px;
  }
}
.upd-s-serviceBnr .s-serviceBnr__eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.upd-s-serviceBnr.-service-minden .s-serviceBnr__info-ttl .-logo {
  height: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr.-service-minden .s-serviceBnr__info-ttl .-logo {
    height: 38px;
  }
}
.upd-s-serviceBnr.-service-minden .s-serviceBnr__info-ttl .-deco {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr.-service-minden .s-serviceBnr__info-ttl .-deco {
    height: 36px;
  }
}
.upd-s-serviceBnr.-service-minnaair .s-serviceBnr__info-ttl .-logo {
  height: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceBnr.-service-minnaair .s-serviceBnr__info-ttl .-logo {
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .upd-s-serviceContents {
    padding: 0 16px;
  }
}
.upd-s-serviceContents .upd-c-inner {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .upd-c-inner {
    padding: 4px 0 60px;
  }
}
.upd-s-serviceContents:last-child .upd-c-inner {
  border-radius: 0 0 20px 20px;
}
.upd-s-serviceContents .s-serviceContents__title {
  text-align: center;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title {
    margin: 0 0 48px 0;
  }
}
.upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-en {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  color: #D9D9D9;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-en {
    font-size: 18px;
    margin: 0;
  }
}
.upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #160403;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-ja {
    font-size: 24px;
    margin: 0 auto 4px auto;
  }
}
.upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img {
  height: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img {
    height: 11px;
  }
}
.upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img-pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img-pc {
    display: none;
  }
}
.upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__title .s-serviceContents__title-img-sp {
    display: block;
    margin: 0 auto;
  }
}
.upd-s-serviceContents .s-serviceContents__contents {
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents {
    padding: 0;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top {
  padding: 48px 100px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 48px;
  position: relative;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top-background {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top {
    border-radius: 12px;
    padding: 4px 4px 0 4px;
    margin-bottom: 40px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea {
  width: 100%;
  padding: 0 35px;
  margin: 0 0 32px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea {
    padding: 4px;
    margin: 0 0 20px 0;
    width: 100%;
    height: fit-content;
    background: #FFF;
    border-radius: 20px 10px 20px 10px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea .s-serviceContents__top-imgArea-inner {
  width: 100%;
  padding: 8px;
  background: #FFF;
  border-radius: 35px 21px 35px 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea .s-serviceContents__top-imgArea-inner {
    padding-top: 66.7%;
    border-radius: 20px 10px 20px 10px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea .s-serviceContents__top-imgArea-img {
  width: 100%;
  height: auto;
  border-radius: 35px 21px 35px 21px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea .s-serviceContents__top-imgArea-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 10px 20px 10px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea {
    flex-direction: column;
    gap: 0;
    padding: 0 12px 40px 12px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__logo-contentArea-img {
  width: 340px;
  height: 135px;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__logo-contentArea-img {
    width: 90px;
    height: 36px;
    margin-bottom: 12px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea {
  z-index: 1;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  color: #333333;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-heading {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #160403;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-heading .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-heading .sp-only {
    display: block;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .s-serviceContents__top-content-text {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 16px 0;
    color: #160403;
    letter-spacing: 0.04em;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .upd-c-btn {
  display: flex;
  justify-content: flex-end;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-contentArea .s-serviceContents__top-textArea .upd-c-btn a {
  justify-content: center;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden {
  padding: 56px 40px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 48px;
  position: relative;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden-background {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden {
    border-radius: 12px;
    padding: 0;
    margin-bottom: 40px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-mainArea {
  display: flex;
  gap: 47px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-mainArea {
    flex-direction: column;
    gap: 0;
    padding: 0 3px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-imgArea {
  width: 498px;
  margin: 3px;
  padding: 6px;
  height: fit-content;
  background: #FFF;
  border-radius: 20px 10px 20px 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-imgArea {
    width: 100%;
    padding: 4px;
    margin: 4px 4px 20px 4px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-imgArea .s-serviceContents__minden-imgArea-inner {
  width: 100%;
  position: relative;
  padding-top: 66.7%;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-imgArea .s-serviceContents__minden-contentArea-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 10px 20px 10px;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea {
  display: flex;
  width: calc(100% - 492px - 47px);
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea {
    width: 100%;
    gap: 0;
    padding: 0 16px 40px 16px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__logo-contentArea-img {
  width: 90px;
  height: 36px;
  border-radius: 5px;
  margin-bottom: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__logo-contentArea-img {
    margin-bottom: 12px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea {
  z-index: 1;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-heading {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #160403;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-heading .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-heading .sp-only {
    display: block;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .s-serviceContents__minden-content-text {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 16px 0;
    color: #160403;
    letter-spacing: 0.04em;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .upd-c-btn {
  display: flex;
  justify-content: flex-end;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-contentArea .s-serviceContents__minden-textArea .upd-c-btn a {
  justify-content: center;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 49px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea {
    flex-direction: column;
    padding: 0 16px 40px 16px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content {
  border-radius: 10px;
  padding: 16px;
  width: calc((100% - 40px) / 3);
  background: #FFF;
  position: relative;
  counter-increment: n;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content {
    width: 100%;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content::after {
  content: "0" counter(n);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  font-family: "co-headline";
  color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content::after {
    font-size: 60px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content .s-serviceContents__minden-moreArea-heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: #32B432;
  display: inline-block;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content .s-serviceContents__minden-moreArea-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 12px 0;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content .s-serviceContents__minden-moreArea-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  color: #160403;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minden .s-serviceContents__minden-moreArea .s-serviceContents__minden-moreArea-content .s-serviceContents__minden-moreArea-link .s-serviceContents__minden-moreArea-link-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content {
    margin-bottom: 40px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content:last-child {
  margin-bottom: 0;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color {
  padding: 56px 40px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color {
    border-radius: 12px;
    padding: 0;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color .s-serviceContents__content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color .s-serviceContents__content-background {
    border-radius: 12px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color.-shift {
  background-color: #EFEBE2;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color.-air {
  background-color: #E4FAFF;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color.-tadori {
  background-color: #FFF8E4;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__content-color.-mindai {
  background-color: #FDDDC2;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__mainArea {
  display: flex;
  gap: 47px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__mainArea {
    flex-direction: column;
    gap: 0;
    padding: 0 3px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__imgArea {
  width: 498px;
  margin: 3px;
  padding: 6px;
  height: fit-content;
  background: #FFF;
  border-radius: 20px 10px 20px 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__imgArea {
    width: 100%;
    padding: 4px;
    margin: 4px 4px 20px 4px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__imgArea .s-serviceContents__imgArea-inner {
  width: 100%;
  position: relative;
  padding-top: 66.7%;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__imgArea .s-serviceContents__contentArea-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 10px 20px 10px;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea {
  display: flex;
  width: calc(100% - 492px - 47px);
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea {
    width: 100%;
    gap: 0;
    padding: 0 16px 40px 16px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__logo-contentArea-img {
  width: 90px;
  height: 36px;
  border-radius: 5px;
  margin-bottom: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__logo-contentArea-img {
    margin-bottom: 12px;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea {
  z-index: 1;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__heading {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #160403;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__heading .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__heading .sp-only {
    display: block;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .s-serviceContents__text {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 16px 0;
    color: #160403;
    letter-spacing: 0.04em;
  }
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .upd-c-btn {
  display: flex;
  justify-content: flex-end;
}
.upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__content .s-serviceContents__contentArea .s-serviceContents__textArea .upd-c-btn a {
  justify-content: center;
}

.upd-s-serviceHead {
  margin-top: -113px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead {
    margin-top: -42px;
    padding: 0 16px;
  }
}
.upd-s-serviceHead .upd-c-inner {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  padding: 32px 80px 80px 80px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .upd-c-inner {
    padding: 16px 0 60px;
  }
}
.upd-s-serviceHead .upd-c-inner .c-inner__bread {
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .upd-c-inner .c-inner__bread {
    margin: 0 0 21.6px 0;
    padding: 0 16px;
  }
}
.upd-s-serviceHead .s-serviceHead-heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 2;
  color: #333333;
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-heading {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0 0 16px 0;
    padding: 0 8px 0 7px;
  }
}
.upd-s-serviceHead .s-serviceHead-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-text {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0 36px;
  }
}
.upd-s-serviceHead .s-serviceHead-text .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-text .pc-only {
    display: none;
  }
}
.upd-s-serviceHead .s-serviceHead-text .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-text .sp-only {
    display: block;
  }
}
.upd-s-serviceHead .s-serviceHead-image {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-image {
    padding: 0 16px;
    margin: 0 auto 24px auto;
  }
}
.upd-s-serviceHead .s-serviceHead-image img {
  width: 100%;
  height: auto;
}
.upd-s-serviceHead .s-serviceHead-link {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-link {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.upd-s-serviceHead .s-serviceHead-link .upd-c-btn a {
  max-width: 375px;
  width: 375px;
  height: 70px;
  padding: 25px 70.2px 27px 58.4px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-link .upd-c-btn a {
    max-width: 275px;
    width: 275px;
    height: 54px;
    padding: 17px 47px;
  }
}
.upd-s-serviceHead .s-serviceHead-link .upd-c-btn .c-btn__ttl {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .upd-s-serviceHead .s-serviceHead-link .upd-c-btn .c-btn__ttl {
    font-size: 14px;
  }
}

.upd-s-tech {
  margin-top: -110px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-tech {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.upd-s-tech > .upd-c-inner {
  border-radius: 20px;
  padding: 32px 80px 100px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-tech > .upd-c-inner {
    border-radius: 10px;
    padding: 16px 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-tech > .upd-c-inner .c-inner__cont {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-tech {
    margin-bottom: 64px;
  }
}
.upd-s-tech .s-tech__main {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__main {
    margin-bottom: 32px;
  }
}
.upd-s-tech .s-tech__main-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__main-list {
    gap: 16px;
  }
}
.upd-s-tech .s-tech__main-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__main-btn {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
.upd-s-tech .s-tech__sub {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__sub {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__sub-content {
    padding-top: 16px;
  }
}
.upd-s-tech .s-tech__sub-content .s-tech__item {
  align-items: center;
}
.upd-s-tech .s-tech__sub-content .s-tech__item-info {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__sub-content .s-tech__item-info {
    gap: 16px;
  }
}
.upd-s-tech .s-tech__head {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__head {
    margin-bottom: 28px;
  }
}
.upd-s-tech .s-tech__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item {
    flex-direction: column;
    gap: 16px;
  }
}
.upd-s-tech .s-tech__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item:nth-child(even) {
    flex-direction: column;
  }
}
.upd-s-tech .s-tech__item-img {
  width: 50%;
  border-radius: 10px 4px;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-img {
    width: 100%;
  }
}
.upd-s-tech .s-tech__item-img img {
  width: 100%;
}
.upd-s-tech .s-tech__item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-info {
    gap: 0;
    width: 100%;
  }
}
.upd-s-tech .s-tech__item-lead {
  margin-top: 8px;
  display: flex;
  gap: 16px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-lead {
    gap: 0;
  }
}
.upd-s-tech .s-tech__item-lead::before {
  content: "";
  width: 4px;
  height: 100%;
  min-height: 32px;
  background: #160403;
  border-radius: 0.5px 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-lead::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.upd-s-tech .s-tech__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-txt {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #160403;
  }
}
.upd-s-tech .s-tech__item-btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-tech .s-tech__item-btn {
    margin-left: 0;
  }
}

.upd-s-topLead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead {
    margin-bottom: 56px;
  }
}
.upd-s-topLead .s-topLead__box {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  padding: 88px 20px 113px;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__box {
    padding: 64px 32px 84px;
    border-radius: 30px;
  }
}
.upd-s-topLead .s-topLead__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #f4f4f4;
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__bg {
    background: #f4f4f4;
    border-radius: 30px;
  }
}
.upd-s-topLead .s-topLead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__bg {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}
.upd-s-topLead .s-topLead__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 52px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__ttl {
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 2px;
    width: 100%;
    max-width: 311px;
    margin-left: auto;
    margin-right: auto;
  }
}
.upd-s-topLead .s-topLead__ttl .-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 59px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__ttl .-txt {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    width: 100%;
  }
}
.upd-s-topLead .s-topLead__ttl .-logo {
  height: 82px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__ttl .-logo {
    height: auto;
    width: 100%;
  }
}
.upd-s-topLead .s-topLead__ttl .-logo img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__ttl .-logo img {
    height: auto;
    width: 100%;
  }
}
.upd-s-topLead .s-topLead__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 43px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__txt {
    font-size: 16px;
    line-height: 240%;
    /* または38px */
    letter-spacing: 0.04em;
  }
}
.upd-s-topLead .s-topLead__deco .-deco {
  position: absolute;
  z-index: -2;
}
.upd-s-topLead .s-topLead__deco .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-topLead .s-topLead__deco .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-topLead .s-topLead__deco .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-topLead .s-topLead__deco .-deco.-rb {
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .upd-s-topLead .s-topLead__deco .-deco img {
    width: 100px;
    height: 100px;
  }
}
.upd-s-topSublead {
  overflow: hidden;
  padding: 56px 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-topSublead {
    margin-bottom: 87px;
    padding: 0;
  }
}
.upd-s-topSublead .s-topSublead__inner {
  width: calc(100% - 16px - 16px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.upd-s-topSublead .s-topSublead__slider {
  margin-bottom: 223px;
}
@media screen and (max-width: 767px) {
  .upd-s-topSublead .s-topSublead__slider {
    margin-bottom: 134px;
  }
}
.upd-s-topSublead .s-topSublead__ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 185px;
}
@media screen and (max-width: 767px) {
  .upd-s-topSublead .s-topSublead__ttl {
    font-size: 20px;
    line-height: 160%;
    /* または32px */
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 92px;
  }
}
.upd-s-topSublead .s-topSublead__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.04em;
  color: #160403;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-topSublead .s-topSublead__txt {
    font-size: 16px;
    line-height: 180%;
    /* または29px */
    letter-spacing: 0.04em;
    /* updater/black */
  }
}
.upd-s-topTec {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec {
    margin-bottom: 0;
    padding: 0;
  }
}
.upd-s-topTec .s-topTec__box {
  background: url("/assets/upd/img/top/tec-bg.png"), #011d36;
  background-size: 105%;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 40px;
  position: relative;
  padding: 56px 0 100px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__box {
    border-radius: 20px;
    padding: 32px 0 74px;
  }
}
.upd-s-topTec .s-topTec__ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__ttl {
    margin-bottom: 67px;
  }
}
.upd-s-topTec .s-topTec__body {
  width: calc(100% - 16px - 16px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__body {
    flex-direction: column;
  }
}
.upd-s-topTec .s-topTec__lead {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__lead {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.upd-s-topTec .s-topTec__img {
  width: 520px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__img {
    width: 100%;
  }
}
.upd-s-topTec .s-topTec__img img {
  width: 100%;
}
.upd-s-topTec .s-topTec__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__txt {
    font-size: 16px;
    line-height: 180%;
    /* または29px */
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-bottom: 61px;
  }
}
.upd-s-topTec .s-topTec__btn {
  display: flex;
}
@media screen and (max-width: 767px) {
  .upd-s-topTec .s-topTec__btn {
    justify-content: flex-end;
  }
}
.upd-s-topAbout {
  padding: 80px 0 42px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout {
    margin-bottom: 76px;
    padding: 54px 0 0 0;
  }
}
.upd-s-topAbout .s-topAbout__inner {
  width: calc(100% - 16px - 16px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.upd-s-topAbout .s-topAbout__ttl {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__ttl {
    margin-bottom: 37px;
  }
}
.upd-s-topAbout .s-topAbout__lead {
  position: relative;
  padding: 22px 30px;
  margin-bottom: 87px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__lead {
    padding: 10px 23px;
    margin-bottom: 41px;
  }
}
.upd-s-topAbout .s-topAbout__lead .-deco {
  position: absolute;
  position: absolute;
  width: 21px;
  height: 21px;
}
.upd-s-topAbout .s-topAbout__lead .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-topAbout .s-topAbout__lead .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-topAbout .s-topAbout__lead .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-topAbout .s-topAbout__lead .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-s-topAbout .s-topAbout__lead-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__lead-txt {
    font-size: 18px;
    line-height: 160%;
    /* または29px */
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
  }
}
.upd-s-topAbout .s-topAbout__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 165px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__list {
    gap: 46px;
  }
}
.upd-s-topAbout .s-topAbout__item {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.upd-s-topAbout .s-topAbout__item-img {
  width: 600px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: -23px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-img {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 311px;
    height: 207px;
    margin: 0 auto;
  }
}
.upd-s-topAbout .s-topAbout__item-img-inner {
  width: 100%;
  height: 100%;
  border: 10px solid #f4f4f4;
  border-radius: 30px 20px;
}
.upd-s-topAbout .s-topAbout__item-img-deco {
  position: absolute;
}
.upd-s-topAbout .s-topAbout__item-img-deco.-one {
  right: -43px;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-img-deco.-one {
    top: -34px;
    right: -28px;
  }
}
.upd-s-topAbout .s-topAbout__item-img-deco.-one img {
  width: 156px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-img-deco.-one img {
    width: 95px;
  }
}
.upd-s-topAbout .s-topAbout__item-img-deco.-two {
  bottom: -73px;
  left: 52px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-img-deco.-two {
    bottom: inherit;
    top: -47px;
    left: -37px;
  }
}
.upd-s-topAbout .s-topAbout__item-img-deco.-two img {
  width: 263px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-img-deco.-two img {
    width: 135px;
  }
}
.upd-s-topAbout .s-topAbout__item-img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 8px;
}
.upd-s-topAbout .s-topAbout__item-info {
  width: calc(100% - 80px);
  margin-right: auto;
  padding: 65px 80px 57px;
  background: #f4f4f4;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-info {
    width: 100%;
    margin-top: -100px;
    padding: 32px;
    padding-top: 130px;
    border-radius: 20px;
  }
}
.upd-s-topAbout .s-topAbout__item-info-inner {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-info-inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.upd-s-topAbout .s-topAbout__item-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 37px;
  line-height: 100%;
  /* ボックスの高さと同一、または37px */
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-ttl {
    font-size: 24px;
    line-height: 100%;
    /* ボックスの高さと同一、または24px */
    letter-spacing: 0.04em;
    color: #000000;
  }
}
.upd-s-topAbout .s-topAbout__item-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  /* または32px */
  letter-spacing: 0.04em;
  color: #1c1c1c;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-txt {
    font-size: 16px;
    line-height: 200%;
    /* または32px */
    letter-spacing: 0.04em;
    color: #1c1c1c;
    margin-bottom: 24px;
  }
}
.upd-s-topAbout .s-topAbout__item-btn {
  display: flex;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item-btn {
    justify-content: flex-end !important;
  }
}
.upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-info {
  margin-left: auto;
}
.upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-info-inner {
  margin-left: auto;
}
.upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-img {
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-img {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 311px;
    height: 207px;
    margin: 0 auto;
  }
}
.upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-img-inner {
  border: 5px solid #ffffff;
  border-radius: 20px 8px;
}
.upd-s-topAbout .s-topAbout__item:nth-child(even) .s-topAbout__item-btn {
  justify-content: flex-end;
}
.upd-s-topAbout .s-topAbout__item:nth-child(2) .s-topAbout__item-info {
  background: #df8ee7;
}
.upd-s-topAbout .s-topAbout__item.-artist .s-topAbout__item-img-inner {
  border-color: #160403;
}
.upd-s-topAbout .s-topAbout__item.-artist .s-topAbout__item-info {
  background-color: #160403;
}
.upd-s-topAbout .s-topAbout__item.-artist .s-topAbout__item-ttl {
  color: #ffffff;
}
.upd-s-topAbout .s-topAbout__item.-artist .s-topAbout__item-txt {
  color: #ffffff;
}
.upd-s-topRecruit {
  padding: 63px 0 112px;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit {
    margin-bottom: 42px;
    padding: 32px 0 53px;
  }
}
.upd-s-topRecruit .s-topRecruit__inner {
  width: calc(100% - 16px - 16px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.upd-s-topRecruit .s-topRecruit__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit .s-topRecruit__head {
    margin-bottom: 32px;
  }
}
.upd-s-topRecruit .s-topRecruit__eyecatch {
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit .s-topRecruit__eyecatch {
    margin-bottom: 50px;
  }
}
.upd-s-topRecruit .s-topRecruit__eyecatch-img {
  padding: 5px;
  position: relative;
}
.upd-s-topRecruit .s-topRecruit__eyecatch-img-inner img {
  width: 100%;
  -webkit-clip-path: url(#cpath1); /*Safari, iOS Safari 用*/
  clip-path: url(#cpath1);
}
.upd-s-topRecruit .s-topRecruit__eyecatch-img-border {
  width: 100%;
  position: absolute;
  left: 0;
  top: -2px;
}
.upd-s-topRecruit .s-topRecruit__eyecatch-txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  position: absolute;
  bottom: 28px;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit .s-topRecruit__eyecatch-txt {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #000000;
    bottom: -18px;
    left: 20px;
  }
}
.upd-s-topRecruit .s-topRecruit__txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  /* または32px */
  letter-spacing: 0.04em;
  color: #1c1c1c;
  width: 54.4915254237%;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit .s-topRecruit__txt {
    font-size: 16px;
    line-height: 180%;
    /* または29px */
    letter-spacing: 0.04em;
    color: #1c1c1c;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.upd-s-topRecruit .s-topRecruit__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .upd-s-topRecruit .s-topRecruit__btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1440px) {
  main .upd-s-topService {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.upd-s-topService {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .upd-s-topService {
    padding: 54px 0 48px;
  }
}
.upd-s-topService .s-topService__inner {
  width: calc(100% - 16px - 16px);
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__inner {
    width: 100%;
    padding: 0 32px;
  }
}
.upd-s-topService .s-topService__ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__ttl {
    margin-bottom: 37px;
  }
}
.upd-s-topService .s-topService__heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 12px 0;
  color: #160403;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__heading {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 8px;
    color: #000000;
    max-width: 300px;
    margin: 0 auto 8px;
  }
}
.upd-s-topService .s-topService__heading-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 57px 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__heading-text {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.upd-s-topService .s-topService__lead {
  position: relative;
  padding: 7px 16px 6px 21px;
  margin-bottom: 34px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__lead {
    padding: 10px 21px 11px 21px;
    margin-bottom: 29px;
  }
}
.upd-s-topService .s-topService__lead .-deco {
  position: absolute;
  position: absolute;
}
.upd-s-topService .s-topService__lead .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-topService .s-topService__lead .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-topService .s-topService__lead .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-topService .s-topService__lead .-deco.-rb {
  right: 0;
  bottom: -2px;
}
.upd-s-topService .s-topService__lead .s-topService__lead-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__lead .s-topService__lead-text {
    font-size: 16px;
  }
}
.upd-s-topService .s-topService__contents {
  width: 100%;
  display: flex;
  gap: 80px;
  margin-bottom: 73px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 62px;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content {
  width: calc(50% - 40px);
  border: 4px solid #333333;
  border-radius: 6px 20px 6px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content {
    width: 100%;
    border: 2px solid #333333;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-link {
  padding: 20px 0 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-link {
    padding-top: 22px;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-inner {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-inner {
    margin-bottom: 24px;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
  padding: 0 60px 20px 60px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-text {
    font-size: 16px;
    padding: 0 22px 22px 22px;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #FFFFFF;
  background-color: #333333;
  padding: 4px 12px;
  border-radius: 0 25px 25px 0;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-title {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img {
    height: 90px;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img img {
    margin-inline: auto;
    width: 75%;
    -webkit-backface-visibility: hidden;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img-pc {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img-pc {
    display: none;
  }
}
.upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__contents .s-topService__content .s-topService__content-img-sp {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.upd-s-topService .s-topService__contents .s-topService__content:nth-child(2n) .s-topService__content-title {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-left: none;
  padding: 3px 12px;
}
.upd-s-topService .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .swiper-container {
    margin: 0 0 40px;
  }
}
.upd-s-topService .s-topService__swiper-innner {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__swiper-innner {
    max-width: 284px;
  }
}
.upd-s-topService .swiper-slide {
  border-radius: 4px 12px;
  height: auto;
}
.upd-s-topService .s-topService__box {
  position: relative;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__box {
    padding: 68px 24px 32px;
    margin-bottom: 0;
  }
}
.upd-s-topService .s-topService__box .-deco {
  position: absolute;
  position: absolute;
  width: 60px;
  height: 60px;
}
.upd-s-topService .s-topService__box .-deco.-lt {
  top: 0;
  left: 0;
}
.upd-s-topService .s-topService__box .-deco.-lb {
  left: 0;
  bottom: -2px;
}
.upd-s-topService .s-topService__box .-deco.-rt {
  right: 0;
  top: 0;
}
.upd-s-topService .s-topService__box .-deco.-rb {
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__box .-deco {
    width: 28px;
    height: 28px;
  }
}
.upd-s-topService .s-topService__box .-deco img {
  width: 100%;
}
.upd-s-topService .s-topService__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .s-topService__list {
    flex-direction: column;
    align-items: center;
  }
}
.upd-s-topService .s-topService__link {
  text-decoration: none;
}
.upd-s-topService .s-topService__item {
  color: #fff;
  text-decoration: none;
  border-radius: 4px 12px;
  padding: 6px 6px 12px 6px;
  height: 100%;
}
.upd-s-topService .s-topService__item-img {
  margin-bottom: 12px;
  height: 170px;
  background: #FFF;
  border-radius: 0 6px;
  position: relative;
}
.upd-s-topService .s-topService__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 0 6px;
}
.upd-s-topService .s-topService__item-ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.44;
  text-align: center;
  padding: 2px 8px;
  color: #222;
  background: #FFF;
  border-radius: 6px 0 6px 0;
  display: inline-block;
}
.upd-s-topService .s-topService__item-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #FFF;
  margin: 0;
}
.upd-s-topService .s-topService__item-icon {
  display: flex;
  justify-content: flex-end;
}
.upd-s-topService .s-topService__item-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.upd-s-topService .s-topService__item.-minden {
  background-color: #32b432;
}
.upd-s-topService .s-topService__item.-air {
  background-color: #00afeb;
}
.upd-s-topService .s-topService__item.-tadori {
  background-color: #ffb301;
}
.upd-s-topService .s-topService__item.-other {
  background-color: #ebebeb;
}
.upd-s-topService .s-topService__item.-other .s-serviceBox__item-ttl {
  color: #000;
}
.upd-s-topService .s-topService__item .s-topService__item-title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 2px 8px;
  border-radius: 0 13px 13px 0;
  background-color: #333333;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
}
.upd-s-topService .s-topService__item .s-topService__item-title.-person {
  background-color: #FFF;
  color: #000000;
  border: 1px solid #000000;
  border-left: none;
}
.upd-s-topService .swiper-button-prev,
.upd-s-topService .swiper-button-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 55%;
  z-index: 1;
  outline: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.125s ease-in;
  cursor: pointer;
}
.upd-s-topService .swiper-button-prev:hover,
.upd-s-topService .swiper-button-next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .swiper-button-prev,
  .upd-s-topService .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    top: 51.5%;
  }
}
.upd-s-topService .swiper-button-prev::after,
.upd-s-topService .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 80px;
  margin: auto;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .upd-s-topService .swiper-button-prev::after,
  .upd-s-topService .swiper-button-next::after {
    height: 48px;
    width: 48px;
  }
}
.upd-s-topService .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.upd-s-topService .swiper-button-prev::after {
  background-image: url("/assets/upd/img/top/service/service_prev.svg");
}
.upd-s-topService .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}
.upd-s-topService .swiper-button-next::after {
  background-image: url("/assets/upd/img/top/service/service_next.svg");
}
@media screen and (max-width: 767px) {
  .upd-s-topService .swiper-button-next {
    right: 0;
  }
}
.upd-s-topService .s-topService__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.is_blog .upd-c-blogCard .c-blogCard__tags {
  gap: 14px 8px;
}

body.is_blog-detail .upd-c-wysiwyg {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
}
body.is_blog-detail .upd-c-wysiwyg img {
  display: block;
  margin: 30px auto 0 0;
}
@media screen and (max-width: 767px) {
  body.is_blog-detail .upd-c-wysiwyg img {
    margin: 20px auto 0 0;
  }
}
body.is_blog-detail .upd-c-wysiwyg img.aligncenter {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_blog-detail .upd-c-wysiwyg img.aligncenter {
    margin: 20px auto 0 auto;
  }
}
body.is_blog-detail .upd-c-wysiwyg img.alignright {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_blog-detail .upd-c-wysiwyg img.alignright {
    margin: 20px 0 0 auto;
  }
}
body.is_blog-detail .upd-c-wysiwyg .wp-caption {
  width: auto !important;
  text-align: center;
}
body.is_blog-detail .upd-c-wysiwyg .wp-caption img {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_blog-detail .upd-c-wysiwyg .wp-caption img {
    margin: 20px auto 0 auto;
  }
}
body.is_blog-detail .upd-c-wysiwyg .wp-caption .wp-caption-text {
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: #25448a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is_blog-detail .upd-c-wysiwyg .wp-caption .wp-caption-text {
    padding: 5px 0 0 0;
    font-size: 12px;
  }
}
body.is_blog-detail .upd-c-wysiwyg ul > br,
body.is_blog-detail .upd-c-wysiwyg ol > br,
body.is_blog-detail .upd-c-wysiwyg ul > li > br,
body.is_blog-detail .upd-c-wysiwyg ol > li > br,
body.is_blog-detail .upd-c-wysiwyg .wp-caption + br {
  display: none;
}

body.is_contact .upd-s-contact .s-contact__mainlist {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_contact .upd-s-contact .s-contact__mainlist {
    margin: 0 0 50px 0;
  }
}
body.is_contact-each .wpforms-container .wpforms-hidden {
  display: none;
}
body.is_contact-each .wpforms-container .wpforms-error-container {
  padding: 0 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-error-container {
    padding: 0 0 30px 0;
  }
}
body.is_contact-each .wpforms-container .wpforms-error-container p {
  padding: 10px 0 10px 0;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: #d35645;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-error-container p {
    padding: 10px 0 10px 0;
  }
}
body.is_contact-each .wpforms-container .wpforms-field-container {
  padding: 0 0 50px 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container input[type=file] {
  width: 100%;
}
body.is_contact-each .wpforms-container .wpforms-field-container input[type=text],
body.is_contact-each .wpforms-container .wpforms-field-container input[type=number],
body.is_contact-each .wpforms-container .wpforms-field-container input[type=tel],
body.is_contact-each .wpforms-container .wpforms-field-container input[type=email],
body.is_contact-each .wpforms-container .wpforms-field-container input[type=password],
body.is_contact-each .wpforms-container .wpforms-field-container textarea {
  appearance: none;
  width: 100%;
  max-width: none;
  height: 50px;
  font-size: 15px;
  line-height: 1.15;
  padding: 0px 30px 0 30px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #160403;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-field-container input[type=text],
  body.is_contact-each .wpforms-container .wpforms-field-container input[type=number],
  body.is_contact-each .wpforms-container .wpforms-field-container input[type=tel],
  body.is_contact-each .wpforms-container .wpforms-field-container input[type=email],
  body.is_contact-each .wpforms-container .wpforms-field-container input[type=password],
  body.is_contact-each .wpforms-container .wpforms-field-container textarea {
    padding: 0px 10px 0 10px;
  }
}
body.is_contact-each .wpforms-container .wpforms-field-container textarea {
  min-height: 300px;
  padding: 30px 30px 30px 30px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-field-container textarea {
    padding: 10px 10px 10px 10px;
  }
}
body.is_contact-each .wpforms-container .wpforms-field-container fieldset {
  padding: 0 0 0 0;
  border-style: none;
}
body.is_contact-each .wpforms-container .wpforms-field-container fieldset legend {
  padding: 0 0 10px 0;
  font-size: 15px;
}
body.is_contact-each .wpforms-container .wpforms-field-container fieldset ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container fieldset li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
body.is_contact-each .wpforms-container .wpforms-field-container fieldset li * {
  cursor: pointer;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field {
  position: relative;
  padding: 0 0 40px 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-indent: 70px;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-required-label {
  display: none;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-description .required {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-description .required .char {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  padding: 3px 12px 3px 12px;
  border-radius: 5px;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-description .required .char.yes {
  color: #F4F4F4;
  background-color: #160403;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-description .required .char.no {
  color: #160403;
  background-color: #F4F4F4;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field-description .caption p {
  margin: 0 0 0 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_file {
  padding: 0 0 40px 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_file .wpforms-field-description .caption {
  padding: 10px 0 0 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_file .wpforms-field-description .caption p {
  font-size: 14px;
  color: #d35645;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement {
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement {
    padding: 50px 0 20px 0;
  }
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-caption {
  padding: 0 0 10px 0;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-caption p {
  font-size: 16px;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-caption p a {
  color: #160403;
  font-weight: 700;
  text-decoration: underline;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-caption p a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-caption p a:hover {
    text-decoration: underline;
  }
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_agreement .cell-check label {
  cursor: pointer;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next {
  width: 100%;
  height: 100%;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next::after {
  content: "";
  position: absolute;
  left: -1%;
  top: -4%;
  width: 102%;
  height: 108%;
  background-color: rgba(255, 255, 255, 0.8);
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next.active::after {
  display: none;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next .wpforms-pagebreak-left {
  text-align: center;
}
body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next button {
  width: 400px;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-field-container .wpforms-field.thisfield_submit_next button {
    width: 90%;
  }
}
body.is_contact-each .wpforms-container .wpforms-submit-container {
  text-align: center;
}
body.is_contact-each .wpforms-container .wpforms-submit-container .wpforms-submit {
  width: 275px;
  padding: 10px 40px 10px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #160403;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-submit-container .wpforms-submit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.is_contact-each .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__bg {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__bg img {
    transform: rotate(-17deg);
  }
}
@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__img-img.-nohover {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__img-img.-onhover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__btn {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body.is_culture .upd-s-cultureCta .s-cultureCta__btn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__bg {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__bg img {
    transform: rotate(-17deg);
  }
}
@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__img-img.-nohover {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__img-img.-onhover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__btn {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body.is_member .upd-s-cultureCta .s-cultureCta__btn:hover {
    opacity: 1;
  }
}

body.is_news .upd-c-blogCard .c-blogCard__tags {
  gap: 14px 8px;
}
body.is_news .upd-c-blogCard .c-blogCard__thumb img {
  object-fit: contain;
}
body.is_news .upd-c-blogCard .c-blogCard__inner.link_external .c-blogCard__title::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

body.is_news-detail .upd-s-postDetail .s-postDetail__tags {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-s-postDetail .s-postDetail__tags {
    padding: 0 0 0 0;
  }
}
body.is_news-detail .upd-c-wysiwyg {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
}
body.is_news-detail .upd-c-wysiwyg img {
  display: block;
  margin: 30px auto 0 0;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-c-wysiwyg img {
    margin: 20px auto 0 0;
  }
}
body.is_news-detail .upd-c-wysiwyg img.aligncenter {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-c-wysiwyg img.aligncenter {
    margin: 20px auto 0 auto;
  }
}
body.is_news-detail .upd-c-wysiwyg img.alignright {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-c-wysiwyg img.alignright {
    margin: 20px 0 0 auto;
  }
}
body.is_news-detail .upd-c-wysiwyg .wp-caption {
  width: auto !important;
  text-align: center;
}
body.is_news-detail .upd-c-wysiwyg .wp-caption img {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-c-wysiwyg .wp-caption img {
    margin: 20px auto 0 auto;
  }
}
body.is_news-detail .upd-c-wysiwyg .wp-caption .wp-caption-text {
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: #25448a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is_news-detail .upd-c-wysiwyg .wp-caption .wp-caption-text {
    padding: 5px 0 0 0;
    font-size: 12px;
  }
}
body.is_news-detail .upd-c-wysiwyg ul > br,
body.is_news-detail .upd-c-wysiwyg ol > br,
body.is_news-detail .upd-c-wysiwyg ul > li > br,
body.is_news-detail .upd-c-wysiwyg ol > li > br,
body.is_news-detail .upd-c-wysiwyg .wp-caption + br {
  display: none;
}

body.is_recruit .s-recAbout__btn {
  text-decoration: none;
  position: relative;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 90px;
  background: #160403;
  border: 4px solid #ffffff;
  box-shadow: 8px 8px 0px #cccccc;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  body.is_recruit .s-recAbout__btn {
    margin-top: 0;
    width: 75%;
    height: 55px;
    border: 3px solid #ffffff;
    box-shadow: 5px 5px 0 #cccccc;
    border-radius: 20px;
  }
}
body.is_recruit .s-recAbout__btn-txt {
  font-family: co-headline, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body.is_recruit .s-recAbout__btn-txt {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
body.is_recruit .s-recAbout__btn-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  background: #ffffff;
  border-radius: 12.8px 9.6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body.is_recruit .s-recAbout__btn-arrow {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 8px 6px;
    right: 5%;
  }
}
body.is_recruit .s-recAbout__btn-arrow svg {
  width: 6px;
}
body.is_recruit .upd-s-recMessage {
  padding: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-recMessage {
    padding: 30px 0 15px 0;
  }
}
body.is_recruit .upd-s-recMessage .s-recAbout__body {
  margin: -40px 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-recMessage .s-recAbout__body {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-postBox.-blog {
    padding: 60px 0 30px 0;
    margin: 0 0 0 0;
  }
}
body.is_recruit .upd-s-postBox .s-postBox__btn {
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-postBox .s-postBox__btn {
    display: block;
    text-align: center;
  }
}
body.is_recruit .upd-s-postBox .upd-c-btn {
  display: flex;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-postBox .upd-c-btn {
    display: block;
    padding: 0 0 20px 0;
  }
}
body.is_recruit .upd-s-recAbout {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-recAbout {
    padding: 0 0 0 0;
  }
}
body.is_recruit .upd-s-recAbout .upd-c-inner {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-recAbout .upd-c-inner {
    width: 100%;
    max-width: none;
  }
}
body.is_recruit .upd-s-recAbout .s-recAbout__body {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  body.is_recruit .upd-s-recAbout .s-recAbout__body {
    padding: 30px 0 80px 0;
  }
}

body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__top .s-serviceContents__top-imgArea-inner--imupdater {
    padding-top: 54.7%;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 49px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea {
    display: flex;
    flex-direction: column;
    padding: 0 16px 40px 16px;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  background: #FFF;
  position: relative;
  counter-increment: n;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-content {
    width: 100%;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-content::after {
  content: "0" counter(n);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  font-family: "co-headline";
  color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-content::after {
    font-size: 60px;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-heading {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: #32B432;
  display: inline-block;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 12px 0;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  color: #160403;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__moreArea-link-text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__minworks-moreArea-heading {
  color: #0000e6;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea {
  grid-template-columns: 100%;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-content {
  display: flex;
  column-gap: 24px;
  padding: 46px 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-content {
    display: block;
    padding: 16px 11px;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-content::after {
  display: none;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-img {
    width: 100%;
  }
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-img img {
  width: 150px;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-heading {
  color: #C69700;
}
body.is_service .upd-s-serviceContents .s-serviceContents__contents .s-serviceContents__tadori-moreArea-text {
  margin-bottom: 26px;
}

body.is_terms .upd-c-inner .text {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_terms .upd-s-minhead .s-minhead__content .s-minhead__ttl {
    font-size: 20px;
  }
}
body.is_terms .upd-s-policy .s-policy__lead {
  padding: 30px 0 60px 0;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_terms .upd-s-policy .s-policy__lead {
    padding: 0 0 40px 0;
  }
}
body.is_terms .upd-s-policy .s-policy__contentWrap .s-policy__contentItem .s-policy__body .text {
  margin: 0 0 15px 0;
}
body.is_terms .upd-s-policy .s-policy__contentWrap .s-policy__contentItem .s-policy__body .text.indent1 {
  padding: 0 0 0 2em;
}
body.is_terms .upd-s-policy .s-policy__edge {
  text-align: right;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  body.is_terms .upd-s-policy .s-policy__edge {
    padding: 20px 0 30px 0;
  }
}
body.is_terms .upd-s-policy .s-policy__edge .s-policy__edge__tip {
  padding: 0 0 20px 0;
}