/*! 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;
}@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;
}:root {
  --color-base: #333333;
  --color-main: #1f61f0;
  --color-red: #c9524d;
  --color-gray: #cccccc;
  --color-main-border: #93ade5;
  --color-main-bg: #f4f7ff;
}:root {
  --font-size-h1: 3.6rem;
  --font-size-h2: 3.4rem;
  --font-size-h3: 2.4rem;
  --font-size-large: 3.4rem;
  --font-size-middle: 2.4rem;
  --font-ja-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 560px) {
  :root {
    --font-size-large: 2.8rem;
    --font-size-middle: 2.2rem;
  }
}/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
html {
  font-size: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  html {
    font-size: clamp(8px, 1.1vw, 10px);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: max(8px, 2.56vw);
  }
}

body {
  font-family: var(--font-ja-family);
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

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

a {
  color: var(--color-main);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    text-decoration: underline;
    opacity: 0.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
  line-height: 1.47;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h2 {
  margin-bottom: 6rem;
  font-size: var(--font-size-h2);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}
h2:last-child {
  margin-bottom: 0;
}

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

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #000;
}

input,
select {
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}@charset "UTF-8";
/* ======================================================================
 * デフォルトモジュール
====================================================================== */
.widget-type-header h2,
.widget-type-rich_text h2 {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.widget-type-header {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .widget-type-header {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .widget-type-rich_text a:hover {
    opacity: 1;
  }
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding: 40px 25px;
  }
}
.dnd-section > .row-fluid {
  max-width: 1100px;
  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;
  }
}

/* ------------------------------------------------------------
 * 画像とテキストエリアを横並び
------------------------------------------------------------ */
.l-row-group {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-row-group {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.l-row-group .image {
  flex: 0 0 auto;
  max-width: 48.5%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-row-group .image {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.l-row-group .content {
  flex: 1 1 auto;
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}@charset "UTF-8";
/* ======================================================================
 * Slider Style
====================================================================== */
/* ------------------------------------------------------------
 * ページネーション
------------------------------------------------------------ */
.slider-control {
  position: relative;
  width: fit-content;
  padding: 0 5rem;
  margin: 3rem auto 0;
}

.splide__arrow {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s, background 0.2s;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow.splide__arrow--next svg {
  transform: rotateY(180deg) translateX(-2px);
}
.splide__arrow:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.splide__arrow:hover svg {
  fill: #fff;
}
.splide__arrow:disabled {
  pointer-events: none;
  background-color: #ddd;
}
.splide__arrow:disabled svg {
  fill: #fff;
}
.splide__arrow svg {
  display: block;
  width: 1.2rem;
  height: auto;
  fill: var(--color-main);
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding: 0;
  list-style: none;
}
.splide__pagination .splide__pagination__page {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-color: #999;
  border: none;
  border-radius: 50%;
  outline: 3px solid transparent;
  transition: opacity 0.2s;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: transparent;
  outline-color: var(--color-main);
}
.splide__pagination .splide__pagination__page:focus {
  outline-color: var(--color-main);
}
.splide__pagination .splide__pagination__page:hover {
  opacity: 0.5;
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button-type4, .c-button-type3, .c-button-type2, .c-button-type1 {
  display: inline-flex;
  column-gap: 1.6rem;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.c-button-type1 {
  min-width: min(100%, 18rem);
  padding: 1rem 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-main);
  background-color: #fff;
  border: 2px solid var(--color-main);
  border-radius: 3rem;
}
.c-button-type1:hover {
  color: #6190f4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  border-color: #6190f4;
  opacity: 1;
}
.c-button-type2 {
  min-width: min(100%, 18rem);
  padding: 1rem 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 3rem;
}
.c-button-type2:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  background-color: #6190f4;
  border-color: #6190f4;
  opacity: 1;
}
.c-button-type3 {
  padding: 0.6rem 3.4rem;
  font-size: 1.6rem;
  color: var(--color-main);
  background-color: #fff;
  border: 2px solid var(--color-gray);
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .c-button-type3 {
    width: 100%;
  }
}
.c-button-type3:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.c-button-type4 {
  justify-content: flex-start;
  min-height: 8rem;
  padding: 1rem 3.5rem;
  font-size: 2.4rem;
  background-color: #fff;
  border: 4px solid var(--color-main-border);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .c-button-type4 {
    padding: 1.6rem 2rem 1.6rem 2.6rem;
  }
}
.c-button-type4:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}

[class^=c-button] .icon {
  flex: 0 0 auto;
  max-width: 3.4rem;
}/* ======================================================================
 * hs 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;
  gap: 0 2.4rem;
}
@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.2rem) !important;
  }
}
@media screen and (min-width: 769px) {
  form .form-columns-3 .hs-form-field {
    width: calc((100% - 4.8rem) / 3) !important;
  }
}
form .hs-form-field {
  margin-bottom: 2rem;
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 0.4rem;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2rem;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext h3 {
  margin: 0.5em 0 0;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .hs-form-required {
  color: #f00;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: #f00;
}
form .hs-error-msgs {
  margin: 0.6rem 0 0;
  font-size: 1.4rem;
}
form .hs_error_rollup {
  text-align: center;
}
form .hs-field-desc {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  color: #7c98b6;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 0.9rem 1rem;
  line-height: 1.5;
  color: var(--color-base);
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}
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=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #bfbfbf;
}
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=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form select.error,
form textarea.error, form input.error[type=text], form input.error[type=email], form input.error[type=password], form input.error[type=tel], form input.error[type=number], form input.error[type=file], form input.error[type=search], form input.error[type=date] {
  border-color: #c87872;
}
form textarea {
  display: block;
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form .multi-container li:not(:last-child) {
  margin-bottom: 0.1em;
}
form .hs-form-checkbox-display {
  display: inline-block;
  cursor: pointer;
}
form .hs-form-checkbox-display * {
  vertical-align: middle;
}
form input[type=checkbox] {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 0.5em;
  cursor: pointer;
}
form input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0;
  cursor: pointer;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .hs-submit {
  margin-top: 2rem;
  text-align: center;
}
form input[type=submit] {
  padding: 0.8rem 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  cursor: pointer;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 3px;
  transition: opacity 0.3s;
}
form input[type=submit]:hover {
  opacity: 0.6;
}@charset "UTF-8";
/* ======================================================================
 * Header
====================================================================== */
.c-container {
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .c-container {
    padding-top: 80px;
  }
}

/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.is-in-editor .c-header {
  position: absolute;
}

/* Navigation skipper */
.header-skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
.header-skip:hover, .header-skip:focus, .header-skip:active {
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
  overflow: visible;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0 3.5rem;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
  .c-header {
    height: 80px;
    padding: 0 25px;
  }
}
.c-header > * {
  width: 100%;
}
.c-header .header-inner {
  display: flex;
  gap: min(1vw, 2rem);
  justify-content: space-between;
}
.c-header .logo-group {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  width: 26%;
}
@media screen and (max-width: 1280px) {
  .c-header .logo-group {
    position: relative;
    z-index: 110;
    width: 76%;
  }
}
.c-header .logo-group img {
  display: block;
}
.c-header .logo-group .main {
  max-width: 14rem;
}
.c-header .logo-group .line {
  width: 0;
  height: 3rem;
  margin: 0 min(10%, 3rem);
  border: none;
  border-right: 1px solid var(--color-gray);
}
@media screen and (max-width: 1280px) {
  .c-header .logo-group .line {
    height: 2.4rem;
    margin: 0 min(7%, 2.2rem);
  }
}
.c-header .logo-group .sub {
  margin: 0;
}
.c-header .header-toggle {
  position: relative;
  z-index: 110;
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  width: 2.4rem;
  padding: 10px 0;
  margin-left: auto;
  background-color: transparent;
  border: none;
}
.c-header .header-toggle i {
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 0;
  margin-left: -1.3rem;
  border-top: 2px solid var(--color-base);
  transition: transform 0.3s linear;
}
.c-header .header-toggle i:nth-child(1) {
  margin-top: -1rem;
}
.c-header .header-toggle i:nth-child(2) {
  margin-top: -1px;
}
.c-header .header-toggle i:nth-child(3) {
  margin-top: 0.8rem;
}
.c-header .header-toggle.-js-opened i:nth-child(1) {
  margin-top: -0.1rem;
  transform: rotate(45deg);
}
.c-header .header-toggle.-js-opened i:nth-child(2) {
  transform: scale(0, 1);
}
.c-header .header-toggle.-js-opened i:nth-child(3) {
  margin-top: -0.1rem;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1281px) {
  .c-header .header-toggle {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .c-header .gnav {
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1280px) {
  .c-header .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    width: 100%;
    max-height: 100%;
    padding: 80px 0 40px;
    overflow: auto;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: left 0.3s ease-in-out, visibility 0.2s, opacity 0.2s;
  }
  .c-header .gnav.-js-opened {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
}
.c-header .header-menu a {
  color: inherit;
  text-decoration: none;
}
.c-header .header-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .c-header .header-menu ul {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu ul li {
    border-top: 1px solid var(--color-gray);
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu ul a {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    min-height: 4.9rem;
    padding: 0.6rem 25px;
  }
}
@media screen and (min-width: 1281px) {
  .c-header .header-menu .hs-menu-depth-1 > a {
    display: flex;
    align-items: center;
    height: 100px;
    padding: min(1.5vw, 2rem);
    font-size: min(1.2vw, 1.6rem);
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-1 > a {
    height: auto;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .c-header .header-menu .hs-menu-depth-1 > a::before {
    display: block;
    width: 3rem;
    height: 3rem;
    content: "";
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %231f61f0;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><path d="M12,9h0l6.9,6-6.9,6v-2.4l4.1-3.6-4.1-3.6v-2.4Z"/></svg>') no-repeat center center/contain;
    border: 1px solid #ddd;
    border-radius: 2px;
  }
}
.c-header .header-menu .hs-menu-depth-1 > a:hover {
  text-decoration: underline;
  background-color: #f3f7ff;
  opacity: 1;
}
.c-header .header-menu .hs-menu-depth-1.hs-item-has-children {
  position: relative;
}
.c-header .header-menu .hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-1.hs-item-has-children > a::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %231f61f0;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><rect x="6" y="14" width="18" height="3"/><rect x="13.5" y="6.5" width="3" height="18"/></svg>');
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-1.hs-item-has-children.-js-opened > a::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %231f61f0;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><rect x="6" y="14" width="18" height="3"/></svg>');
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-1:last-child {
    border-bottom: 1px solid var(--color-gray);
  }
}
@media screen and (min-width: 1281px) {
  .c-header .header-menu .hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    display: block;
    min-width: 24.2rem;
    padding: 2.2rem;
    white-space: nowrap;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s;
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-children-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .c-header .header-menu .hs-menu-depth-2:not(:last-child) {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-2 {
    border-top-style: dotted;
  }
}
@media screen and (min-width: 1281px) {
  .c-header .header-menu .hs-menu-depth-2 a {
    color: var(--color-main);
  }
}
@media screen and (max-width: 1280px) {
  .c-header .header-menu .hs-menu-depth-2 a {
    padding-left: 7rem;
  }
}
.c-header .header-menu .hs-menu-depth-2 a:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-header .header-menu .hs-menu-depth-2 ul {
  display: none;
}
.c-header .header-button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .c-header .header-button-group {
    flex-direction: column;
    row-gap: 2rem;
    padding: 0 25px;
    margin: 3rem 0;
  }
}
.c-header .header-button-group a {
  min-width: 14rem;
  height: 4rem;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .c-header .header-button-group a {
    width: 100%;
    height: 5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .c-header .header-button-group .c-button-type1 {
    font-weight: 400;
  }
}/* ======================================================================
 * footer
====================================================================== */
.c-bottom-contact {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-bottom-contact::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 1040px;
  height: 170px;
  margin: 0 auto;
  content: "";
  background: url(https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/raw_assets/public/amplitude/assets/images/common/bottom-contact-bg.png) no-repeat right bottom;
}
@media screen and (max-width: 768px) and (min-width: 561px) {
  .c-bottom-contact::before {
    top: auto;
    bottom: 4rem;
    left: 50%;
    width: 50%;
    height: 220px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact::before {
    height: 145px;
    background-size: auto 145px;
    transform: rotate(15deg) translate(38px, -21px);
    transform-origin: right top;
  }
}
@media screen and (max-width: 768px) {
  .c-bottom-contact .dnd-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact .dnd-section {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-bottom-contact h2 br.u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact h2 br.u-sp-only {
    display: block;
  }
}
.c-bottom-contact .cmn81_site-flow {
  display: flex;
  gap: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-bottom-contact .cmn81_site-flow {
    flex-wrap: wrap;
    gap: 3rem 2.5rem;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact .cmn81_site-flow {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.c-bottom-contact .cmn81_site-flow hr {
  width: 0;
  height: auto;
  margin: 0;
  border: none;
  border-right: 1px solid var(--color-gray);
}
@media screen and (max-width: 768px) and (min-width: 561px) {
  .c-bottom-contact .cmn81_site-flow hr:nth-child(3n-2) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact .cmn81_site-flow hr {
    width: 100%;
    height: 0;
    border-top: 1px solid var(--color-gray);
    border-right: none;
  }
}
.c-bottom-contact .cmn81_site-flow .item {
  width: calc((100% - 7.2rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-bottom-contact .cmn81_site-flow .item {
    width: calc((100% - 1px - 5rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .c-bottom-contact .cmn81_site-flow .item {
    width: 100%;
    padding: 0 25px;
  }
}
.c-bottom-contact .cmn81_site-flow .title {
  margin-bottom: 2.2rem;
  font-size: var(--font-size-h3);
}
.c-bottom-contact .cmn81_site-flow .text {
  text-align: left;
}
.c-bottom-contact .cmn81_site-flow .button-group {
  margin-top: 2rem;
}
.c-bottom-contact .cmn81_site-flow .button-group a {
  min-width: min(100%, 18rem);
}
@media screen and (max-width: 560px) {
  .c-bottom-contact .cmn81_site-flow .button-group a {
    width: 100%;
  }
}

.c-footer {
  overflow: hidden;
  color: #fff;
  background: #0e317c;
}
.c-footer .dnd-section {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-footer .dnd-section {
    padding: 42px 25px 0;
  }
}
.c-footer .logo-group {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 560px) {
  .c-footer .logo-group {
    margin-bottom: 3rem;
  }
}
.c-footer .logo-group hr {
  width: 0;
  height: 3rem;
  margin: 0;
  border: none;
  border-right: 1px solid var(--color-gray);
}
.c-footer .logo-group .sub {
  margin: 0;
}
.c-footer .logo-group img {
  display: block;
}
@media screen and (min-width: 1021px) {
  .c-footer .footer-nav {
    display: flex;
    gap: 4rem;
  }
}
.c-footer .footer-nav hr {
  width: 0;
  height: 30rem;
  margin: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1020px) {
  .c-footer .footer-nav hr {
    display: none;
  }
}
@media screen and (min-width: 1021px) {
  .c-footer .footer-menu {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-menu {
    margin: 0 -25px;
  }
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  .c-footer .footer-menu > * {
    display: block;
    float: left;
    width: calc(50% - 1rem);
  }
  .c-footer .footer-menu > *:first-child {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-menu > *:not(:last-child) ul {
    border-bottom: none;
  }
}
.c-footer .footer-menu a {
  color: inherit;
  text-decoration: none;
}
.c-footer .footer-menu a:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-footer .footer-menu a[href="javascript:void(0);"] {
  pointer-events: none;
}
.c-footer .footer-menu ul {
  padding: 0;
  list-style: none;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-footer .footer-menu ul li {
  padding: 1.2rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .c-footer .footer-menu ul li {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.c-footer .footer-menu .hs-menu-depth-1 > a {
  font-weight: bold;
}
.c-footer .footer-menu .hs-menu-children-wrapper {
  margin: 1.2rem -1rem -1.2rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-menu .hs-menu-children-wrapper {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.c-footer .footer-menu .hs-menu-depth-2 {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-menu .hs-menu-depth-2 {
    padding-left: calc(25px + 1.6rem);
  }
}
.c-footer .footer-button-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  .c-footer .footer-button-group {
    float: left;
    width: calc(50% - 1rem);
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-button-group {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-button-group a {
    width: 100%;
  }
}
.c-footer .c-button-type1 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
@media screen and (max-width: 1020px) {
  .c-footer .footer-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 4.4rem;
    justify-content: space-between;
    padding-top: 4rem;
    clear: both;
  }
}
.c-footer .footer-sub ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1020px) {
  .c-footer .footer-sub ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 4rem;
  }
}
@media screen and (min-width: 1021px) {
  .c-footer .footer-sub ul li {
    margin-bottom: 1rem;
  }
}
.c-footer .footer-sub ul a {
  color: inherit;
  text-decoration: none;
}
.c-footer .footer-sub ul a:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-footer .footer-sub ul a[target=_blank] {
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
}
.c-footer .footer-sub ul a[target=_blank]::before {
  position: absolute;
  top: calc(1em - 0.5rem);
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 11" style="fill: %23ffffff;" width="11" height="11"><path d="M10,6.6v2.4c0,.6-.4,1-1,1H2c-.6,0-1-.4-1-1V2c0-.6.4-1,1-1h2.5V0h-2.5C.9,0,0,.9,0,2v7c0,1.1.9,2,2,2h7c1.1,0,2-.9,2-2v-2.4h-1Z"/><path d="M9.2,1l-4.8,4.8c-.2.2-.2.5,0,.7.2.2.5.2.7,0L10,1.8c0,0,0,.2,0,.2v2.6h1v-2.6c0-1.1-.9-2-2-2h-2.5v1h2.5c0,0,.2,0,.2,0Z"/></svg>') no-repeat center center/contain;
}
.c-footer .sns-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1020px) {
  .c-footer .sns-group {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .sns-group {
    margin: 0 auto;
  }
}
.c-footer .copyright {
  padding: 30px 25px 20px;
  margin: 6rem calc(50% - 50vw) 0;
  font-size: 1.2rem;
  color: var(--color-base);
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    margin-top: 4rem;
  }
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* ------------------------------------------------------------
 * メインビジュアルセクション
------------------------------------------------------------ */
.c-hero-section {
  position: relative;
  z-index: 0;
}

/* ------------------------------------------------------------
 * 機能紹介セクション
------------------------------------------------------------ */
.c-home-function-section {
  overflow: hidden;
}
.c-home-function-section .hme01_product-list .main-product-slide {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  #main-content .c-home-function-section {
    background-position: 70% 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #main-content .c-results-section {
    background-size: auto 7.5rem !important;
  }
}

/* ------------------------------------------------------------
 * 事例セクション
------------------------------------------------------------ */
.c-case,
.c-case-section {
  overflow: hidden;
}
.c-case .cmn03_case,
.c-case-section .cmn03_case {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* ------------------------------------------------------------
 * 導入支援メニューセクション
------------------------------------------------------------ */
.c-introduction-support-section {
  position: relative;
  background: url("https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/Amplitude%E3%82%B5%E3%82%A4%E3%83%88/price/introduction-support-bg.png") no-repeat top left/cover;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 1300px) {
  .c-introduction-support-section {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-introduction-support-section {
    background-size: contain;
  }
}
.c-introduction-support-section::after {
  position: absolute;
  right: 4.4rem;
  bottom: 0;
  z-index: -1;
  width: 24.5rem;
  height: 19rem;
  content: "";
  background: url("https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/Amplitude%E3%82%B5%E3%82%A4%E3%83%88/price/introduction-support-bottom.svg") no-repeat center/contain;
}

/* ------------------------------------------------------------
 * 問い合わせセクション
------------------------------------------------------------ */
.c-form-section {
  background: no-repeat top right;
  background-image: url(https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/raw_assets/public/amplitude/assets/images/common/contact-bg.png);
}
@media screen and (max-width: 768px) {
  .c-form-section {
    background-size: 100% auto;
  }
}
.c-form-section h2 {
  width: 100%;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------
 * 送信完了セクション
------------------------------------------------------------ */
.c-thanks-section {
  background: no-repeat left top, no-repeat right top;
  background-image: url(https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/raw_assets/public/amplitude/assets/images/common/thanks-bg-left.png), url(https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/raw_assets/public/amplitude/assets/images/common/thanks-bg-right.png);
}
@media screen and (max-width: 768px) {
  .c-thanks-section {
    background-image: url(https://9332671.fs1.hubspotusercontent-na1.net/hubfs/9332671/raw_assets/public/amplitude/assets/images/common/thanks-bg-left.png);
    background-position: left top;
    background-size: 100% auto;
  }
}
.c-thanks-section h2 {
  margin-bottom: 3rem;
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination {
  margin-top: 20px;
}
.c-pagination .inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
}
.c-pagination a,
.c-pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: currentcolor;
  font-weight: 400;
  line-height: 1;
}
.c-pagination .number-link,
.c-pagination .prev-link,
.c-pagination .next-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  color: var(--color-main);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
.c-pagination .number-link:hover,
.c-pagination .prev-link:hover,
.c-pagination .next-link:hover {
  color: #fff;
  text-decoration: underline;
  background-color: var(--color-main);
  border-color: var(--color-main);
  opacity: 1;
}
.c-pagination .latest-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .oldest-link {
  position: relative;
}
.c-pagination .latest-link.-disabled,
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled,
.c-pagination .oldest-link.-disabled {
  pointer-events: none;
  background-color: #ddd;
}
.c-pagination .latest-link.-disabled::before,
.c-pagination .prev-link.-disabled::before,
.c-pagination .next-link.-disabled::before,
.c-pagination .oldest-link.-disabled::before {
  background-color: #fff;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after,
.c-pagination .oldest-link::before,
.c-pagination .oldest-link::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentcolor;
  border-width: 2px 2px 0 0;
}
.c-pagination .latest-link {
  padding-left: 20px;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after {
  transform: rotate(-135deg);
}
.c-pagination .latest-link::before {
  left: 3px;
}
.c-pagination .latest-link::after {
  left: 8px;
}
.c-pagination .oldest-link {
  padding-right: 20px;
}
.c-pagination .oldest-link::before, .c-pagination .oldest-link::after {
  transform: rotate(45deg);
}
.c-pagination .oldest-link::before {
  right: 3px;
}
.c-pagination .oldest-link::after {
  right: 8px;
}
.c-pagination .prev-link,
.c-pagination .next-link {
  position: relative;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s, background 0.2s;
}
.c-pagination .prev-link:hover,
.c-pagination .next-link:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  opacity: 1;
}
.c-pagination .prev-link:hover::before,
.c-pagination .next-link:hover::before {
  background-color: #fff;
}
.c-pagination .prev-link::before,
.c-pagination .next-link::before {
  content: "";
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M31.4,40h0L8.6,20,31.4,0v5l-17.1,15,17.1,15v5h0Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M31.4,40h0L8.6,20,31.4,0v5l-17.1,15,17.1,15v5h0Z"/></svg>') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-main);
  transition: background 0.2s;
}
.c-pagination .prev-link {
  margin-right: 10px;
}
.c-pagination .next-link {
  margin-left: 10px;
}
.c-pagination .next-link::before {
  transform: rotateY(180deg) translateX(-2px);
}
.c-pagination .number-link.-current {
  font-weight: bold;
  color: #fff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}@charset "UTF-8";
/* ======================================================================
 * サイドバー
====================================================================== */
/* ------------------------------------------------------------
 * ブログサイドバー
------------------------------------------------------------ */
.c-sidebar-blog .sidebar-inner-wrapper {
  padding: 2.4rem 2.4rem 4.8rem;
}
.c-sidebar-blog .widget-type-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-sidebar-blog .sidebar-popular-posts {
  flex-direction: column;
  margin-top: 30px;
}
.c-sidebar-blog .sidebar-popular-posts .heading {
  margin-bottom: 12px;
}
.c-sidebar-blog .sidebar-popular-posts ul {
  margin-top: 0;
}
.c-sidebar-blog .sidebar-popular-posts ul li {
  border-color: #dddddd;
}
.c-sidebar-blog .sidebar-popular-posts ul li:last-child {
  border-bottom: none;
}
.c-sidebar-blog .sidebar-popular-posts ul li::before {
  line-height: 1.1;
  background-color: #ff0000;
}
.c-sidebar-blog .sidebar-popular-posts ul li a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}@charset "UTF-8";
/* ======================================================================
 * ブログ一覧レイアウト
====================================================================== */
.listings-section-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.listings-section-wrapper .blog-title-area {
  padding: 0;
}
.listings-section-wrapper .blog-title-area h3 {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4705;
}

.listings-container {
  margin-bottom: 80px;
  overflow: hidden;
}
.listings-container .first-posts .ogp-thumb {
  aspect-ratio: 1200/630;
  min-height: auto;
}
.listings-container .first-posts .title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .listings-container .first-posts .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .listings-container .posts-listing {
    margin-top: 0;
  }
}
.listings-container .posts-listing .ogp-thumb {
  aspect-ratio: 1200/630;
  min-height: auto;
}
.listings-container .posts-listing .title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.38888;
}@charset "UTF-8";
/* ======================================================================
 * ブログ記事レイアウト
====================================================================== */
.col2-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .col2-container {
    flex-direction: column;
  }
}

.main-content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main-content {
    flex: auto;
    width: 100%;
  }
}

.sidebar {
  flex: 0 0 300px;
}
@media screen and (max-width: 768px) {
  .sidebar {
    flex: auto;
    width: 100%;
  }
}

.latest-articles-content {
  margin-bottom: 60px;
  border-top: 1px solid #ddd;
}

.hs-video-widget {
  width: 100%;
}

.title-section {
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.title-section h1 {
  margin-bottom: 20px;
  font-size: 2.8rem;
}

.post-body-content .hs_cos_wrapper img.border {
  border: 1px solid #ccc;
}
.post-body-content .hs_cos_wrapper blockquote {
  margin-inline: 0;
}
.post-body-content .hs_cos_wrapper .note {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-indent: -1em;
  letter-spacing: 0;
}
.post-body-content .hs_cos_wrapper .note::before {
  content: "※";
}
.post-body-content .hs_cos_wrapper .annotation {
  line-height: 1.5;
  color: #666;
}
.post-body-content .hs_cos_wrapper .point-module h5 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.post-body-content .hs_cos_wrapper .title-separator {
  position: relative;
  padding-top: 3.5rem;
  border-top: 2px solid #ddd;
}
.post-body-content .hs_cos_wrapper .title-separator::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 15rem;
  content: "";
  border-top: 2px solid var(--color-main);
}
.post-body-content .hs_cos_wrapper .seminar-outline .lead {
  margin-bottom: 4rem;
}
.post-body-content .hs_cos_wrapper .seminar-outline .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list {
  padding: 0 !important;
  list-style: none;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list > li {
  padding-top: 2rem;
  margin: 0;
  border-top: 1px solid #dddddd;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list > li:not(:last-child) {
  padding-bottom: 2rem;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list > li p {
  margin-bottom: 1rem !important;
  line-height: 1.75;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list > li p:last-child {
  margin-bottom: 0 !important;
}
.post-body-content .hs_cos_wrapper .seminar-outline .description-list > li ul:last-child {
  margin-bottom: 0;
}
.post-body-content .hs_cos_wrapper .post-contact-section {
  padding: 4rem 8.5rem;
  background-color: #f4f7ff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .post-body-content .hs_cos_wrapper .post-contact-section {
    padding: 40px 15px;
  }
}
.post-body-content .hs_cos_wrapper .post-contact-section .contact-area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post-body-content .hs_cos_wrapper .post-contact-section .contact-area {
    text-align: left;
  }
}
.post-body-content .hs_cos_wrapper .post-contact-section .contact-area h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
}
.post-body-content .hs_cos_wrapper .post-contact-section .contact-area .btns-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-body-content .hs_cos_wrapper .post-contact-section .contact-area .btns-area > * {
  max-width: 100%;
}
.post-body-content .hs_cos_wrapper .post-contact-section .contact-area .btns-area a {
  padding: 1.2rem 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #1f61f0;
  border-radius: 30px;
}
.post-body-content .hs_cos_wrapper .form-title {
  margin: 0 !important;
}
.post-body-content .hs_cos_wrapper form {
  padding: 4rem 3rem;
  border-radius: 5px;
}
.post-body-content .hs_cos_wrapper form .inputs-list {
  padding: 0 !important;
}
.post-body-content .hs_cos_wrapper form ul li + li {
  margin-top: 0;
}
.post-body-content .hs_cos_wrapper form p {
  margin-bottom: 0 !important;
  line-height: 1.5;
}
.post-body-content .hs_cos_wrapper form .hs-error-msgs {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.post-body-content .hs_cos_wrapper form,
.post-body-content .hs_cos_wrapper .form {
  background-color: #f3f7ff;
}

.author-meta-details {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.author-meta-details h6 {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .author-meta-wrap .author-thumb {
    text-align: center;
  }
}@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: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-small {
    margin-top: 30px;
  }
}
.u-mt-default {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 40px;
  }
}
.u-mt-large {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 60px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-small {
    margin-bottom: 30px;
  }
}
.u-mb-default {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 40px;
  }
}
.u-mb-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 60px;
  }
}

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

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

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