/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}
:root {
  --theme-layout-sp-horizontal-space: 2.4rem;
  --theme-layout-sp-scale: 0.85;
  --theme-layout-section-vertical-spacing: 80px;
  --theme-layout-content-default-width: 1080px;
  --theme-layout-content-small-width: 800px;
}
:root {
  --theme-font-size: 1.6rem;
  --theme-font-family: 'Noto Sans JP', sans-serif;
  --theme-font-weight: normal;
}:root {
    --theme-font-size-h6: 1.6rem;
    --theme-font-size-m: 4.0rem;
    --theme-font-size-l: 4.8rem;
    --theme-font-size-h4: 2.0rem;
    --theme-font-size-h5: 1.8rem;
    --theme-font-size-h2: 2.8rem;
    --theme-font-size-h3: 2.4rem;
    --theme-font-size-xs: 1.2rem;
    --theme-font-size-h1: 3.2rem;
    --theme-font-size-xl: 5.4rem;
    --theme-font-size-s: 1.4rem;
}

@media (max-width: 768px) {
  :root {
    --theme-font-size-h6: 1.36rem;
    --theme-font-size-m: 3.40rem;
    --theme-font-size-l: 4.08rem;
    --theme-font-size-h4: 1.70rem;
    --theme-font-size-h5: 1.53rem;
    --theme-font-size-h2: 2.38rem;
    --theme-font-size-h3: 2.04rem;
    --theme-font-size-xs: 1.02rem;
    --theme-font-size-h1: 2.72rem;
    --theme-font-size-xl: 4.59rem;
    --theme-font-size-s: 1.19rem;
  }
}
  .theme-fsz-h6 {
    font-size: var(--theme-font-size-h6);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-m {
    font-size: var(--theme-font-size-m);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-l {
    font-size: var(--theme-font-size-l);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-h4 {
    font-size: var(--theme-font-size-h4);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-h5 {
    font-size: var(--theme-font-size-h5);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-h2 {
    font-size: var(--theme-font-size-h2);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-h3 {
    font-size: var(--theme-font-size-h3);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-xs {
    font-size: var(--theme-font-size-xs);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  .theme-fsz-h1 {
    font-size: var(--theme-font-size-h1);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-xl {
    font-size: var(--theme-font-size-xl);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .theme-fsz-s {
    font-size: var(--theme-font-size-s);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }

:root {
    --theme-color-border: #CCCCCC;
    --theme-color-custom_1: #00CCB5;
    --theme-color-custom_3: #D6339E;
    --theme-color-custom_2: #8E7CC3;
    --theme-color-main: #006CAF;
    --theme-color-accent: #FFDD4B;
    --theme-color-support_1: #0C93E6;
    --theme-color-support_3: #092A69;
    --theme-color-support_2: #E8F1FA;
    --theme-color-background_sub: #EEEEEE;
    --theme-color-background: #FFFFFF;
    --theme-color-warning: #FF0000;
    --theme-color-text: #222222;
    --theme-color-text_sub: #666666;
}
    
  .theme-color-border {
    color: var(--theme-color-border);
  }
    
  .theme-color-custom_1 {
    color: var(--theme-color-custom_1);
  }
    
  .theme-color-custom_3 {
    color: var(--theme-color-custom_3);
  }
    
  .theme-color-custom_2 {
    color: var(--theme-color-custom_2);
  }
    
  .theme-color-main {
    color: var(--theme-color-main);
  }
    
  .theme-color-accent {
    color: var(--theme-color-accent);
  }
    
  .theme-color-support_1 {
    color: var(--theme-color-support_1);
  }
    
  .theme-color-support_3 {
    color: var(--theme-color-support_3);
  }
    
  .theme-color-support_2 {
    color: var(--theme-color-support_2);
  }
    
  .theme-color-background_sub {
    color: var(--theme-color-background_sub);
  }
    
  .theme-color-background {
    color: var(--theme-color-background);
  }
    
  .theme-color-warning {
    color: var(--theme-color-warning);
  }
    
  .theme-color-text {
    color: var(--theme-color-text);
  }
    
  .theme-color-text_sub {
    color: var(--theme-color-text_sub);
  }



:root {
  --theme-header-bg-color: var(--theme-color-background);
  --theme-header-menu-text-color: var(--theme-color-text);
  --theme-header-menu-text-hover-color: var(--theme-color-main);
  --theme-header-menu-submenu-text-color: var(--theme-color-background);
  --theme-header-menu-submenu-text-hover-color: var(--theme-color-background);
  --theme-header-menu-submenu-bg-color: var(--theme-color-main);
  --theme-header-menu-submenu-border-color: rgba(255, 255, 255, 0.5);
  --theme-header-border-color: var(--theme-color-border);
}



:root {
  --theme-footer-bg-color: var(--theme-color-background);
  --theme-footer-text-color: var(--theme-color-text);
  --theme-footer-menu-text-color: var(--theme-color-text);
  --theme-footer-menu-text-hover-color: var(--theme-color-text);
  --theme-footer-menu-submenu-text-color: var(--theme-color-text_sub);
  --theme-footer-menu-submenu-text-hover-color: var(--theme-color-text_sub);
}



:root {
  --theme-card-state-default-bg-color: var(--theme-color-background);
  --theme-card-state-default-text-color: var(--theme-color-text);
  --theme-card-state-default-text-sub-color: var(--theme-color-text_sub);
}



:root {
    
    --theme-button-custom_2-border-radius: 8px;
    --theme-button-custom_2-border-width: 2px;
    --theme-button-custom_2-min-width: 240px;

    
      --theme-button-custom_2-state-default-bg-color: #006CAF;
      --theme-button-custom_2-state-default-bg-opacity: 1;
      --theme-button-custom_2-state-default-bg-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_2-state-default-border-color: #006CAF;
      --theme-button-custom_2-state-default-border-opacity: 1;
      --theme-button-custom_2-state-default-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_2-state-default-text-color: #FFFFFF;
      --theme-button-custom_2-state-default-text-opacity: 1;
      --theme-button-custom_2-state-default-text-rgba: rgba(255, 255, 255, 1);
      --theme-button-custom_2-state-hover-bg-color: #FFFFFF;
      --theme-button-custom_2-state-hover-bg-opacity: 1;
      --theme-button-custom_2-state-hover-bg-rgba: rgba(255, 255, 255, 1);
      --theme-button-custom_2-state-hover-border-color: #006CAF;
      --theme-button-custom_2-state-hover-border-opacity: 1;
      --theme-button-custom_2-state-hover-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_2-state-hover-text-color: #006CAF;
      --theme-button-custom_2-state-hover-text-opacity: 1;
      --theme-button-custom_2-state-hover-text-rgba: rgba(0, 108, 175, 1);

    
    --theme-button-custom_2-text-font-family: 'Noto Sans JP', sans-serif;
    --theme-button-custom_2-text-font-weight: 700;
    --theme-button-custom_2-text-font-size: 1.8rem;
    
    --theme-button-tertiary-border-radius: 8px;
    --theme-button-tertiary-border-width: 2px;
    --theme-button-tertiary-min-width: 240px;

    
      --theme-button-tertiary-state-default-bg-color: #FFDD4B;
      --theme-button-tertiary-state-default-bg-opacity: 1;
      --theme-button-tertiary-state-default-bg-rgba: rgba(255, 221, 75, 1);
      --theme-button-tertiary-state-default-border-color: #FFDD4B;
      --theme-button-tertiary-state-default-border-opacity: 1;
      --theme-button-tertiary-state-default-border-rgba: rgba(255, 221, 75, 1);
      --theme-button-tertiary-state-default-text-color: #222222;
      --theme-button-tertiary-state-default-text-opacity: 1;
      --theme-button-tertiary-state-default-text-rgba: rgba(34, 34, 34, 1);
      --theme-button-tertiary-state-hover-bg-color: #FFFFFF;
      --theme-button-tertiary-state-hover-bg-opacity: 1;
      --theme-button-tertiary-state-hover-bg-rgba: rgba(255, 255, 255, 1);
      --theme-button-tertiary-state-hover-border-color: #222222;
      --theme-button-tertiary-state-hover-border-opacity: 1;
      --theme-button-tertiary-state-hover-border-rgba: rgba(34, 34, 34, 1);
      --theme-button-tertiary-state-hover-text-color: #222222;
      --theme-button-tertiary-state-hover-text-opacity: 1;
      --theme-button-tertiary-state-hover-text-rgba: rgba(34, 34, 34, 1);

    
    --theme-button-tertiary-text-font-family: 'Noto Sans JP', sans-serif;
    --theme-button-tertiary-text-font-weight: 700;
    --theme-button-tertiary-text-font-size: 1.8rem;
    
    --theme-button-custom_1-border-radius: 8px;
    --theme-button-custom_1-border-width: 2px;
    --theme-button-custom_1-min-width: 240px;

    
      --theme-button-custom_1-state-default-bg-color: #006CAF;
      --theme-button-custom_1-state-default-bg-opacity: 1;
      --theme-button-custom_1-state-default-bg-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_1-state-default-border-color: #006CAF;
      --theme-button-custom_1-state-default-border-opacity: 1;
      --theme-button-custom_1-state-default-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_1-state-default-text-color: #FFFFFF;
      --theme-button-custom_1-state-default-text-opacity: 1;
      --theme-button-custom_1-state-default-text-rgba: rgba(255, 255, 255, 1);
      --theme-button-custom_1-state-hover-bg-color: #FFFFFF;
      --theme-button-custom_1-state-hover-bg-opacity: 1;
      --theme-button-custom_1-state-hover-bg-rgba: rgba(255, 255, 255, 1);
      --theme-button-custom_1-state-hover-border-color: #006CAF;
      --theme-button-custom_1-state-hover-border-opacity: 1;
      --theme-button-custom_1-state-hover-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-custom_1-state-hover-text-color: #006CAF;
      --theme-button-custom_1-state-hover-text-opacity: 1;
      --theme-button-custom_1-state-hover-text-rgba: rgba(0, 108, 175, 1);

    
    --theme-button-custom_1-text-font-family: 'Noto Sans JP', sans-serif;
    --theme-button-custom_1-text-font-weight: 700;
    --theme-button-custom_1-text-font-size: 1.8rem;
    
    --theme-button-primary-border-radius: 8px;
    --theme-button-primary-border-width: 2px;
    --theme-button-primary-min-width: 240px;

    
      --theme-button-primary-state-default-bg-color: #006CAF;
      --theme-button-primary-state-default-bg-opacity: 1;
      --theme-button-primary-state-default-bg-rgba: rgba(0, 108, 175, 1);
      --theme-button-primary-state-default-border-color: #006CAF;
      --theme-button-primary-state-default-border-opacity: 1;
      --theme-button-primary-state-default-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-primary-state-default-text-color: #FFFFFF;
      --theme-button-primary-state-default-text-opacity: 1;
      --theme-button-primary-state-default-text-rgba: rgba(255, 255, 255, 1);
      --theme-button-primary-state-hover-bg-color: #FFFFFF;
      --theme-button-primary-state-hover-bg-opacity: 1;
      --theme-button-primary-state-hover-bg-rgba: rgba(255, 255, 255, 1);
      --theme-button-primary-state-hover-border-color: #006CAF;
      --theme-button-primary-state-hover-border-opacity: 1;
      --theme-button-primary-state-hover-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-primary-state-hover-text-color: #006CAF;
      --theme-button-primary-state-hover-text-opacity: 1;
      --theme-button-primary-state-hover-text-rgba: rgba(0, 108, 175, 1);

    
    --theme-button-primary-text-font-family: 'Noto Sans JP', sans-serif;
    --theme-button-primary-text-font-weight: 700;
    --theme-button-primary-text-font-size: 1.8rem;
    
    --theme-button-secondary-border-radius: 8px;
    --theme-button-secondary-border-width: 2px;
    --theme-button-secondary-min-width: 240px;

    
      --theme-button-secondary-state-default-bg-color: #FFFFFF;
      --theme-button-secondary-state-default-bg-opacity: 1;
      --theme-button-secondary-state-default-bg-rgba: rgba(255, 255, 255, 1);
      --theme-button-secondary-state-default-border-color: #006CAF;
      --theme-button-secondary-state-default-border-opacity: 1;
      --theme-button-secondary-state-default-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-secondary-state-default-text-color: #006CAF;
      --theme-button-secondary-state-default-text-opacity: 1;
      --theme-button-secondary-state-default-text-rgba: rgba(0, 108, 175, 1);
      --theme-button-secondary-state-hover-bg-color: #006CAF;
      --theme-button-secondary-state-hover-bg-opacity: 1;
      --theme-button-secondary-state-hover-bg-rgba: rgba(0, 108, 175, 1);
      --theme-button-secondary-state-hover-border-color: #006CAF;
      --theme-button-secondary-state-hover-border-opacity: 1;
      --theme-button-secondary-state-hover-border-rgba: rgba(0, 108, 175, 1);
      --theme-button-secondary-state-hover-text-color: #FFFFFF;
      --theme-button-secondary-state-hover-text-opacity: 1;
      --theme-button-secondary-state-hover-text-rgba: rgba(255, 255, 255, 1);

    
    --theme-button-secondary-text-font-family: 'Noto Sans JP', sans-serif;
    --theme-button-secondary-text-font-weight: 700;
    --theme-button-secondary-text-font-size: 1.8rem;
}


:root {
    --theme-link-state-hover-text-color: var(--theme-color-support_1);
    --theme-link-state-default-text-color: var(--theme-color-support_1);
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}html {
  font-size: 10px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: max(8px, 2.56vw);
  }
}

body {
  font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  line-height: 1.8;
  color: var(--theme-color-text);
  background-color: var(--theme-color-background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: var(--theme-link-state-default-text-color);
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    color: var(--theme-link-state-hover-text-color);
    opacity: 0.5;
  }
}

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

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:where(:first-child),
h2:where(:first-child),
h3:where(:first-child),
h4:where(:first-child),
h5:where(:first-child),
h6:where(:first-child) {
  margin-top: 0;
}

h1 {
  font-size: var(--theme-font-size-h1);
}

h2 {
  font-size: var(--theme-font-size-h2);
}

h3 {
  font-size: var(--theme-font-size-h3);
}

h4 {
  font-size: var(--theme-font-size-h4);
}

h5 {
  font-size: var(--theme-font-size-h5);
}

h6 {
  font-size: var(--theme-font-size-h6);
}

p,
ul,
ol,
table {
  margin: 1.25em 0;
}
p:where(:last-child),
ul:where(:last-child),
ol:where(:last-child),
table:where(:last-child) {
  margin-bottom: 0;
}
p:where(:first-child),
ul:where(:first-child),
ol:where(:first-child),
table:where(:first-child) {
  margin-top: 0;
}

table {
  border-collapse: collapse;
  border: 1px solid var(--theme-color-border);
}
table caption {
  padding-bottom: 1.6rem;
  font-weight: bold;
  color: var(--theme-color-main);
  text-align: left;
}
table tr:nth-child(odd) {
  background-color: var(--theme-color-background_sub);
}
table th,
table td {
  padding: 1.4rem 1.6rem;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid var(--theme-color-border);
}
table th {
  font-weight: bold;
}@charset "UTF-8";
/* ======================================================================
 * 規定モジュールのスタイルを上書き
====================================================================== */

.buffer-message {
  padding: 2rem;
  margin: 4rem auto;
  line-height: 1.5;
  background-color: hwb(from var(--theme-color-warning) h w b/0.05);
  border: 2px dashed var(--theme-color-warning);
  border-radius: 1rem;
}


.widget-type-form {
  padding: 40px;
  background: var(--theme-color-support_2);
}
@media screen and (max-width: 768px) {
  .widget-type-form {
    padding-right: 20px;
    padding-left: 20px;
  }
}


.widget-type-form.inpage-editor-active-field {
  background: var(--theme-color-support_2);
}


.widget-type-rich_text ul {
  padding-left: 1.5em;
}
.widget-type-rich_text ul ul,
.widget-type-rich_text ul ol,
.widget-type-rich_text ol ul,
.widget-type-rich_text ol ol {
  margin-block: 0.25em;
}
.widget-type-rich_text ul ul,
.widget-type-rich_text ol ul {
  list-style-type: disc;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: var(--theme-layout-section-vertical-spacing) var(--theme-layout-sp-horizontal-space);
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding-top: calc(var(--theme-layout-section-vertical-spacing) * var(--theme-layout-sp-scale));
    padding-bottom: calc(var(--theme-layout-section-vertical-spacing) * var(--theme-layout-sp-scale));
  }
}
.dnd-section > .row-fluid {
  max-width: var(--theme-layout-content-default-width);
  margin-right: auto;
  margin-left: auto;
}@charset "UTF-8";
/* ======================================================================
 * layout初期設定
====================================================================== */
.row-fluid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row-fluid {
    flex-direction: column;
  }
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    width: auto;
  }
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: var(--theme-layout-content-default-width);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: var(--theme-layout-sp-horizontal-space);
    padding-left: var(--theme-layout-sp-horizontal-space);
  }
}
.adjust-width.-small {
  max-width: var(--theme-layout-content-small-width);
}
.adjust-width .adjust-width {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .adjust-width .adjust-width {
    padding-right: 0;
    padding-left: 0;
  }
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3rem;
  font-size: var(--theme-font-size-h5);
  font-weight: bold;
  line-height: 1.6;
  color: var(--theme-color-background);
  text-align: center;
  text-decoration: none;
  background-color: var(--theme-color-main);
  border: 2px solid var(--theme-color-main);
  border-radius: 0.8rem;
  outline-offset: -4px;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
}
.c-button svg {
  display: block;
  height: auto;
  fill: currentcolor;
  transition: fill 0.25s;
}
.c-button .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto 0;
}
.c-button .icon svg {
  width: 100%;
}
.c-button[class*=-icon-pos-] {
  padding-right: 6rem;
  padding-left: 6rem;
}
.c-button.-icon-pos-left .icon {
  left: 2rem;
}
.c-button.-icon-pos-right .icon {
  right: 2rem;
}
.c-button:hover {
  color: var(--theme-color-main);
  background-color: transparent;
  opacity: 1;
}.c-button.-theme-custom_2 {
    min-width: var(--theme-button-custom_2-min-width);
    font-family: var(--theme-button-custom_2-text-font-family);
    font-size: var(--theme-button-custom_2-text-font-size);
    font-weight: var(--theme-button-custom_2-text-font-weight);
    color: var(--theme-button-custom_2-state-default-text-rgba);
    background-color: var(--theme-button-custom_2-state-default-bg-rgba);
    border-color: var(--theme-button-custom_2-state-default-border-rgba);
    border-style: solid;
    border-width: var(--theme-button-custom_2-border-width);
    border-radius: var(--theme-button-custom_2-border-radius);
  }

  .c-button.-theme-custom_2:hover {
    color: var(--theme-button-custom_2-state-hover-text-rgba);
    background-color: var(--theme-button-custom_2-state-hover-bg-rgba);
    border-color: var(--theme-button-custom_2-state-hover-border-rgba);
  }.c-button.-theme-tertiary {
    min-width: var(--theme-button-tertiary-min-width);
    font-family: var(--theme-button-tertiary-text-font-family);
    font-size: var(--theme-button-tertiary-text-font-size);
    font-weight: var(--theme-button-tertiary-text-font-weight);
    color: var(--theme-button-tertiary-state-default-text-rgba);
    background-color: var(--theme-button-tertiary-state-default-bg-rgba);
    border-color: var(--theme-button-tertiary-state-default-border-rgba);
    border-style: solid;
    border-width: var(--theme-button-tertiary-border-width);
    border-radius: var(--theme-button-tertiary-border-radius);
  }

  .c-button.-theme-tertiary:hover {
    color: var(--theme-button-tertiary-state-hover-text-rgba);
    background-color: var(--theme-button-tertiary-state-hover-bg-rgba);
    border-color: var(--theme-button-tertiary-state-hover-border-rgba);
  }.c-button.-theme-custom_1 {
    min-width: var(--theme-button-custom_1-min-width);
    font-family: var(--theme-button-custom_1-text-font-family);
    font-size: var(--theme-button-custom_1-text-font-size);
    font-weight: var(--theme-button-custom_1-text-font-weight);
    color: var(--theme-button-custom_1-state-default-text-rgba);
    background-color: var(--theme-button-custom_1-state-default-bg-rgba);
    border-color: var(--theme-button-custom_1-state-default-border-rgba);
    border-style: solid;
    border-width: var(--theme-button-custom_1-border-width);
    border-radius: var(--theme-button-custom_1-border-radius);
  }

  .c-button.-theme-custom_1:hover {
    color: var(--theme-button-custom_1-state-hover-text-rgba);
    background-color: var(--theme-button-custom_1-state-hover-bg-rgba);
    border-color: var(--theme-button-custom_1-state-hover-border-rgba);
  }.c-button.-theme-primary {
    min-width: var(--theme-button-primary-min-width);
    font-family: var(--theme-button-primary-text-font-family);
    font-size: var(--theme-button-primary-text-font-size);
    font-weight: var(--theme-button-primary-text-font-weight);
    color: var(--theme-button-primary-state-default-text-rgba);
    background-color: var(--theme-button-primary-state-default-bg-rgba);
    border-color: var(--theme-button-primary-state-default-border-rgba);
    border-style: solid;
    border-width: var(--theme-button-primary-border-width);
    border-radius: var(--theme-button-primary-border-radius);
  }

  .c-button.-theme-primary:hover {
    color: var(--theme-button-primary-state-hover-text-rgba);
    background-color: var(--theme-button-primary-state-hover-bg-rgba);
    border-color: var(--theme-button-primary-state-hover-border-rgba);
  }.c-button.-theme-secondary {
    min-width: var(--theme-button-secondary-min-width);
    font-family: var(--theme-button-secondary-text-font-family);
    font-size: var(--theme-button-secondary-text-font-size);
    font-weight: var(--theme-button-secondary-text-font-weight);
    color: var(--theme-button-secondary-state-default-text-rgba);
    background-color: var(--theme-button-secondary-state-default-bg-rgba);
    border-color: var(--theme-button-secondary-state-default-border-rgba);
    border-style: solid;
    border-width: var(--theme-button-secondary-border-width);
    border-radius: var(--theme-button-secondary-border-radius);
  }

  .c-button.-theme-secondary:hover {
    color: var(--theme-button-secondary-state-hover-text-rgba);
    background-color: var(--theme-button-secondary-state-hover-bg-rgba);
    border-color: var(--theme-button-secondary-state-hover-border-rgba);
  }@charset "UTF-8";
/* ======================================================================
 * form
====================================================================== */
form {
  line-height: 1.5;
}
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form .form-columns-2,
form .form-columns-3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  form .form-columns-2,
  form .form-columns-3 {
    flex-direction: column;
  }
}
form .form-columns-2 .hs-form-field,
form .form-columns-3 .hs-form-field {
  width: 100% !important;
}
form .form-columns-2 .hs-richtext,
form .form-columns-3 .hs-richtext {
  width: 100%;
}
@media screen and (min-width: 769px) {
  form .form-columns-2 .hs-form-field {
    width: calc(50% - 1.6rem) !important;
  }
}
@media screen and (min-width: 769px) {
  form .form-columns-3 .hs-form-field {
    width: calc((100% - 6.4rem) / 3) !important;
  }
}
form .hs-form-field {
  margin-bottom: 2.4rem;
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: var(--theme-font-size-s);
  font-weight: bold;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .hs-field-desc {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
form .hs-form-required {
  font-size: 0;
}
form .hs-form-required::before {
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 4px;
  margin-left: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color-background);
  content: "必須";
  background: var(--theme-color-warning);
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2.4rem;
}
form .hs-richtext {
  margin-bottom: 1rem;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .multi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3.2rem;
}
form .hs-error-msgs {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: var(--theme-color-warning);
}
form .hs-error-msgs.inputs-list li {
  margin: 0;
}
form .hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
}
form .hs_error_rollup {
  text-align: center;
}
form .hs_error_rollup .inputs-list {
  margin: 0;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=phone], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 0.8rem 1.2rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  outline: none;
}
form select:focus,
form textarea:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=phone]:focus, form input[type=number]:focus, form input[type=file]:focus, form input[type=search]:focus, form input[type=date]:focus {
  outline: 1px solid var(--theme-color-main);
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=phone]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: var(--theme-color-border);
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=phone]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-dateinput input {
  height: calc(1.5em + 1.6rem);
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
}
form .hs-dateinput input::-webkit-date-and-time-value {
  text-align: left;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input::after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  z-index: 1;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  pointer-events: none;
  content: "";
  border-top: 2px solid var(--theme-color-text);
  border-right: 2px solid var(--theme-color-text);
  transform: rotate(135deg);
}
form .hs-fieldtype-select .input select {
  padding-right: 3rem;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--theme-color-background);
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  resize: vertical;
}
form .hs-fieldtype-textarea textarea {
  min-height: 12rem;
}
form input[type=checkbox] {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  position: absolute;
  display: block;
  content: "";
}
form input[type=checkbox] + span::before {
  top: calc(1.5em / 2 - 0.9rem);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--theme-color-background);
  border: 1px solid var(--theme-color-border);
  border-radius: 0.2rem;
}
form input[type=checkbox] + span::after {
  top: calc(1.5em / 2 - 0.4rem);
  left: 0.4rem;
  width: 1rem;
  height: 0.6rem;
  border-bottom: 2px solid var(--theme-color-main);
  border-left: 2px solid var(--theme-color-main);
  opacity: 0;
  transform: rotate(-47deg);
}
form input[type=checkbox]:focus + span {
  outline: 1px solid var(--theme-color-main);
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form .hs-form-radio > label {
  margin-bottom: 0.5rem;
}
form input[type=radio] {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
}
form input[type=radio] + span::before {
  top: calc(1.5em / 2 - 0.9rem);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--theme-color-background);
  border: 1px solid var(--theme-color-border);
}
form input[type=radio] + span::after {
  top: calc(1.5em / 2 - 0.5rem);
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background: var(--theme-color-main);
  opacity: 0;
}
form input[type=radio]:focus + span {
  outline: 1px solid var(--theme-color-main);
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form input[type=file] {
  padding: initial;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form input[type=file]::-webkit-file-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  margin-right: 0.8rem;
  font-size: var(--theme-font-size);
  color: var(--theme-color-background);
  cursor: pointer;
  background-color: var(--theme-color-main);
  border: none;
  border-radius: 4px;
}
form .fn-date-picker .pika-button {
  font-size: var(--theme-font-size-s);
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: var(--theme-color-background);
  background: var(--theme-color-main) !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: var(--theme-color-main);
}
form .fn-date-picker .is-selected .pika-button {
  color: var(--theme-color-background);
  background: var(--theme-color-main);
  border-radius: 0 !important;
  box-shadow: none;
}
form .legal-consent-container .field.hs-form-field {
  margin-bottom: 2.4rem;
}
form .legal-consent-container .hs-richtext {
  text-align: center;
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .hs-richtext {
    text-align: left;
  }
}
form .legal-consent-container .inputs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .inputs-list {
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .inputs-list.hs-error-msgs {
    padding-left: 2.6rem;
  }
}
form .legal-consent-container .inputs-list.hs-error-msgs label {
  color: var(--theme-color-warning);
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: auto;
}
form .grecaptcha-badge {
  margin: 2.4rem auto;
}
form .hs-submit {
  margin-top: 4rem;
}
form input[type=submit] {
  display: block;
  width: min(100%, 240px);
  padding: 1.5rem 4rem;
  margin: 0 auto;
  font-size: var(--theme-font-size-h5);
  font-weight: 700;
  line-height: 1.45;
  color: var(--theme-color-background);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-main);
  border: 2px solid var(--theme-color-main);
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  form input[type=submit]:hover {
    color: var(--theme-color-main);
    background-color: var(--theme-color-background);
  }
}

.submitted-message {
  text-align: center;
}

.form-title {
  margin: 0 0 4rem;
  font-size: var(--theme-font-size-h3);
  font-weight: 500;
  text-align: center;
}@charset "UTF-8";
/* ======================================================================
 * Header
====================================================================== */
/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.is-in-editor .c-header {
  position: relative;
}
.is-in-editor .c-header .gnav-overlay {
  display: none;
}
.is-in-editor .c-header .header_dnd_area-row-0-padding {
  padding: 0;
}
.is-in-editor .c-header .header_dnd_area-row-0-max-width-section-centering > .row-fluid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.c-container > div:has(.c-header),
.c-container > .c-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0);
  will-change: box-shadow;
}

@supports (animation-range: 0 100px) {
  @keyframes header-scrolled {
    from {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0);
    }
    to {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.08);
    }
  }
  .c-container > div:has(.c-header),
  .c-container > .c-header {
    animation: header-scrolled linear forwards;
    animation-timeline: scroll();
    animation-range: 0 100px;
  }
}
.c-header {
  width: 100%;
  background-color: var(--theme-header-bg-color);
}
@media screen and (max-width: 1000px) {
  .c-header {
    padding: 0;
  }
}

/* Navigation skipper */
.header-skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: var(--theme-header-bg-color);
}
.header-skip:hover, .header-skip:focus, .header-skip:active {
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
  overflow: visible;
}/* ======================================================================
 * footer
====================================================================== */
.c-footer {
  position: relative;
  color: var(--theme-footer-text-color);
}
.c-footer .pagetop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 9rem;
  height: 8rem;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-footer .pagetop {
    width: 6rem;
    height: 6rem;
  }
}
.c-footer .pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: -0.8rem 0 0 -1.5rem;
  content: "";
  border-top: 3px solid var(--theme-color-main);
  border-right: 3px solid var(--theme-color-main);
  transform: rotate(-45deg);
}
.c-footer .pagetop:hover {
  opacity: 0.7;
}
.c-footer .website-footer {
  background-color: var(--theme-footer-bg-color);
}

.c-container.-lp .c-footer .m-website-footer .footer-inner {
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  margin-bottom: 3rem;
}
.c-container.-lp .c-footer .m-website-footer .sns-group {
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-container.-lp .c-footer .m-website-footer .footer-nav {
    display: block;
  }
  .c-container.-lp .c-footer .m-website-footer .footer-nav ul {
    justify-content: center;
  }
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* ------------------------------------------------------------
 * CTAセクション
------------------------------------------------------------ */
.dnd-section.c-cta-section {
  background-color: var(--theme-color-support_3);
}
.dnd-section.c-cta-section.inpage-editor-active-field, .dnd-section.c-cta-section.inpage-editor-highlight-field {
  background-color: var(--theme-color-support_3);
}
.dnd-section.c-cta-section .c-button {
  min-width: min(100%, 32rem);
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
.c-pagination .number-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-weight: bold;
  color: var(--theme-color-main);
  text-decoration: none;
  background-color: var(--theme-color-background);
  border: 1px solid var(--theme-color-main);
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.c-pagination .number-link.-current, .c-pagination .number-link:hover {
  color: var(--theme-color-background);
  background-color: var(--theme-color-main);
  border: 1px solid transparent;
  opacity: 1;
}
.c-pagination .arrow-link {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 4rem;
  font-size: 0;
  text-decoration: none;
}
.c-pagination .arrow-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  content: "";
  border-top: 2px solid var(--theme-color-main);
  border-right: 2px solid var(--theme-color-main);
  transition: border 0.3s;
}
.c-pagination .arrow-link.-disabled::before, .c-pagination .arrow-link.-disabled::after {
  border-color: var(--theme-color-border);
}
.c-pagination .prev-link::before {
  margin-left: -0.4rem;
  transform: rotate(-135deg);
}
.c-pagination .next-link::before {
  margin-left: -1.4rem;
  transform: rotate(45deg);
}
.c-pagination .latest-link::after,
.c-pagination .oldest-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  content: "";
  border-top: 2px solid var(--theme-color-main);
  border-right: 2px solid var(--theme-color-main);
  transition: border 0.3s;
}
.c-pagination .latest-link::before {
  margin-left: -0.7rem;
  transform: rotate(-135deg);
}
.c-pagination .latest-link::after {
  transform: rotate(-135deg);
}
.c-pagination .oldest-link::before {
  margin-left: -1.1rem;
  transform: rotate(45deg);
}
.c-pagination .oldest-link::after {
  margin-left: -1.8rem;
  transform: rotate(45deg);
}/* ======================================================================
 * sidebar
====================================================================== */
.sidebar .dnd-section {
  padding: 0;
}
.sidebar .dnd-section .dnd-row:not(:last-child) {
  margin-bottom: 4rem;
}
.sidebar h3 {
  padding: 0.4rem 1rem;
  margin-bottom: 1.6rem;
  font-size: var(--theme-font-size-h5);
  color: var(--theme-color-background);
  text-align: center;
  background-color: var(--theme-color-main);
}/* ======================================================================
 * card
====================================================================== */
.c-card-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3.2rem;
}
@media screen and (max-width: 860px) {
  .c-card-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .c-card-listing {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 861px) {
  .c-card-listing.-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
}

.c-card a {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 1.6;
  color: var(--theme-card-state-default-text-color);
  text-decoration: none;
  background-color: var(--theme-card-state-default-bg-color);
  border: 1px solid var(--theme-color-border);
  border-radius: 0.6rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: border 0.3s, outline 0.3s, box-shadow 0.3s;
}
.c-card a:focus, .c-card a:hover {
  border-color: transparent;
  outline-color: var(--theme-color-support_1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.c-card a:focus .image img, .c-card a:hover .image img {
  scale: 1.1;
}
.c-card .image {
  position: relative;
  z-index: -1;
  margin: 0;
  overflow: hidden;
}
.c-card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 338/190;
  transition: scale 0.3s;
  scale: 1;
}
.c-card .content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1.6rem;
}
.c-card .title {
  margin: 0;
  font-size: var(--theme-font-size-h5);
  font-weight: bold;
}
.c-card .title + .text {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px solid var(--theme-color-border);
}
.c-card .text {
  margin: 0;
}
.c-card .text p {
  margin: 0;
}
.c-card .post-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  align-items: center;
  margin-bottom: 0.8rem;
}
.c-card .date {
  font-size: var(--theme-font-size-s);
  font-weight: 500;
  color: var(--theme-card-state-default-text-sub-color);
}
.c-card .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-card .post-tags .tag {
  display: block;
  padding: 0.2rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--theme-color-text_sub);
  background-color: var(--theme-color-background_sub);
  border-radius: 0.4rem;
}
.c-card .bottom-link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-end;
  padding-top: 2.4rem;
  margin-top: auto;
  font-size: var(--theme-font-size-s);
}
.c-card .bottom-link svg {
  display: block;
  flex: 0 0 auto;
  height: auto;
  fill: var(--theme-color-support_1);
}
.c-card .bottom-link .button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 16.8rem;
  padding: 0.8rem 2rem;
  margin: 0 auto;
  font-size: var(--theme-font-size-s);
  color: var(--theme-color-background);
  text-align: center;
  background-color: var(--theme-color-support_1);
  border-radius: 0.4rem;
}
.c-card .bottom-link .button .icon {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.c-card .bottom-link .button .icon.arrow {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid var(--theme-color-background);
  border-right: 1px solid var(--theme-color-background);
  transform: rotate(45deg);
}
.c-card .bottom-link .button .icon svg {
  display: block;
  height: auto;
  fill: currentcolor;
}
.c-card.-card-inset a {
  padding: 2.4rem;
}
.c-card.-card-inset .image img {
  aspect-ratio: 296/166;
}
.c-card.-card-inset .content {
  padding: 1.6rem 0 0;
}
.c-card.-card-inset .title + .text {
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}
.c-card.-card-inset .text {
  font-size: var(--theme-font-size-s);
}
.c-card.-download-post .title {
  padding-top: 0.8rem;
  border-top: 1px solid var(--theme-color-border);
}@charset "UTF-8";
/* ======================================================================
 * ブログ一覧レイアウト
====================================================================== */
.blog-sub-heading {
  color: var(--theme-color-main);
}

.col2-container {
  display: flex;
  gap: 60px 5.9%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .col2-container {
    flex-direction: column;
  }
}
.col2-container .main-content {
  flex: 1 1 auto;
}
.col2-container .sidebar {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .col2-container .sidebar {
    flex: 0 0 auto;
    width: min(30%, 30.6rem);
  }
}

.c-blog-tags {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 4rem;
}
.c-blog-tags li a,
.c-blog-tags li span {
  display: block;
  padding: 0.8rem 1.6rem;
  font-size: var(--theme-font-size-s);
  line-height: 1.286;
  color: var(--theme-color-text_sub);
  text-decoration: none;
  border: 1px solid var(--theme-color-border);
  border-radius: 0.4rem;
}
.c-blog-tags li a {
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.c-blog-tags li a:hover {
  color: var(--theme-color-background);
  background: var(--theme-color-main);
  border-color: var(--theme-color-main);
  opacity: 1;
}
.c-blog-tags li.current a,
.c-blog-tags li.current span {
  color: var(--theme-color-background);
  background: var(--theme-color-main);
  border-color: var(--theme-color-main);
}

.c-simple-post-item {
  border-bottom: 1px solid var(--theme-color-border);
}
.c-simple-post-item:first-child {
  border-top: 1px solid var(--theme-color-border);
}
.c-simple-post-item a {
  position: relative;
  display: block;
  padding: 1.6rem 8.8rem 1.6rem 2.4rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-simple-post-item a {
    padding-right: 4.4rem;
    padding-left: 0;
  }
}
.c-simple-post-item a:hover {
  color: var(--theme-link-state-hover-text-color);
  opacity: 1;
}
.c-simple-post-item a:hover .tag {
  color: inherit;
}
.c-simple-post-item a .icon {
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-simple-post-item a .icon {
    right: 0;
  }
}
.c-simple-post-item a .icon svg {
  display: block;
  height: auto;
  fill: var(--theme-link-state-hover-text-color);
}
.c-simple-post-item .item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin: 0 0 0.8rem;
  line-height: 1.4;
}
.c-simple-post-item .item-head p {
  margin: 0;
}
.c-simple-post-item .item-head .date {
  flex: 0 0 auto;
  font-size: var(--theme-font-size-s);
}
.c-simple-post-item .item-head .tag-group {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 0.2em 1em;
}
.c-simple-post-item .item-head .tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--theme-color-text_sub);
  transition: color 0.3s;
}
.c-simple-post-item .title {
  margin: 0;
}@charset "UTF-8";
/* ======================================================================
 * ブログ記事レイアウト
====================================================================== */
.c-tag {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  font-size: var(--theme-font-size-s);
  line-height: 1.429;
  color: var(--theme-color-text_sub);
  text-decoration: none;
  background-color: var(--theme-color-background_sub);
  border-radius: 0.4rem;
}

.blog-post h1 {
  margin: 0 0 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--theme-color-main);
}
.blog-post .tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.blog-post .featured-image {
  margin: 0 0 4rem;
  text-align: center;
}

.post-body {
  line-height: 1.6;
}
.post-body::after {
  display: block;
  clear: both;
  content: "";
}
.post-body a[target=_blank]:not(:has(img))::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M0,0V12H12V9H10.5v1.5h-9v-9H3V0ZM6,0,8.25,2.25,4.5,6,6,7.5,9.75,3.75,12,6V0Z" /></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M0,0V12H12V9H10.5v1.5h-9v-9H3V0ZM6,0,8.25,2.25,4.5,6,6,7.5,9.75,3.75,12,6V0Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.post-body ul,
.post-body ol {
  padding-left: 1.5em;
  margin: 2.4rem 0;
}
.post-body ul:where(:first-child),
.post-body ol:where(:first-child) {
  margin-top: 0;
}
.post-body ul:where(:last-child),
.post-body ol:where(:last-child) {
  margin-bottom: 0;
}
.post-body ul ::marker,
.post-body ol ::marker {
  color: var(--theme-color-main);
}
.post-body ul li:not(:last-child),
.post-body ol li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.post-body ul li ul,
.post-body ul li ol,
.post-body ol li ul,
.post-body ol li ol {
  margin-top: 0.8rem;
}
.post-body blockquote {
  position: relative;
  padding: 4rem 2.4rem;
  margin: 4rem 0;
  color: var(--theme-color-text_sub);
  background-color: var(--theme-color-background_sub);
  border-radius: 0.5rem;
}
.post-body blockquote::before, .post-body blockquote::after {
  position: absolute;
  display: block;
  font-size: 6rem;
  line-height: 0.7;
  color: var(--theme-color-border);
  content: "“";
}
.post-body blockquote::before {
  top: 1.4rem;
  left: 1.4rem;
}
.post-body blockquote::after {
  right: 1.4rem;
  bottom: 1.4rem;
  transform: rotate(180deg);
}
.post-body q {
  margin: 0 0.125em;
  font-weight: bold;
}
.post-body q::before {
  display: inline;
  content: "“";
}
.post-body q::after {
  display: inline;
  content: "”";
}
.post-body pre {
  padding: 1.6rem;
  margin: 4rem 0;
  overflow: auto;
  font-family: inherit;
  background-color: var(--theme-color-background_sub);
  border: var(--theme-color-border);
  border-radius: 0.8rem;
}
.post-body code {
  padding: 0.15em 0.6rem;
  margin: 0 0.125em;
  font-family: inherit;
  line-height: 2.2;
  background-color: var(--theme-color-background_sub);
  border: 1px solid var(--theme-color-border);
  border-radius: 0.5rem;
}
.post-body hr {
  margin: 4rem 0;
  border: none;
  border-top: 1px solid var(--theme-color-border);
}@charset "UTF-8";
/* ------------------------------------------------------------
 * responsive
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------ */
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 32px;
}
.u-mt-default {
  margin-top: 56px;
}
.u-mt-large {
  margin-top: 80px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 32px;
}
.u-mb-default {
  margin-bottom: 56px;
}
.u-mb-large {
  margin-bottom: 80px;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  object-fit: contain;
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}