/*======================================================================
 * main
======================================================================*//*! 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  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;
}

/*======================================================================
* splide
======================================================================*/
.splide {
  position: relative;
}

@media screen and (max-width: 768px) {
  .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
  }
}

.slide-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80px;
  height: 80px;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .slide-arrow {
    position: absolute;
    top: -68px;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .slide-arrow:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.slide-arrow svg {
  display: none !important;
}
.slide-arrow.arrow-prev {
  background: url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/images/common/slide-arrow-left.svg") 0 0/cover no-repeat;
  left: calc(20.5% - 108px);
}
@media screen and (max-width: 768px) {
  .slide-arrow.arrow-prev {
    margin-right: 8px;
  }
}
.slide-arrow.arrow-next {
  background: url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/images/common/slide-arrow-right.svg") 0 0/cover no-repeat;
  right: calc(20.5% - 108px);
}
@media screen and (max-width: 768px) {
  .slide-arrow.arrow-next {
    margin-left: 8px;
  }
}

.splide__pagination {
  margin-top: 6.4rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    margin-top: 0;
  }
}
.splide__pagination li {
  margin: 0 8px;
  font-size: 0;
}
.splide__pagination li::before {
  content: none;
}
.splide__pagination li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 48px;
  height: 8px;
  background: #FFF;
  border: none;
  border-radius: 10rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .splide__pagination li button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .splide__pagination li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
}
.splide__pagination li button:not(.is-active) {
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .splide__pagination li button:not(.is-active):hover {
    opacity: 0.1;
  }
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "Montserrat", sans-serif; 
}

@font-face {
  font-family: "moni-adish";
  src: url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/fonts/moni-adish/fonts/moni-adish.ttf?xramcc") format("truetype"), url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/fonts/moni-adish/fonts/moni-adish.woff?xramcc") format("woff"), url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/fonts/moni-adish/fonts/moni-adish.svg?xramcc#moni-adish") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "moni-adish" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-thin-arrow:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e920";
}

.icon-chevron-right:before {
  content: "\e921";
}

.icon-chevron-down:before {
  content: "\e90d";
}

.icon-spacer:before {
  content: "\e922";
}

.icon-search:before {
  content: "\e924";
}

.icon-thin-search:before {
  content: "\e925";
}

.icon-blank:before {
  content: "\e902";
}

.icon-new-window:before {
  content: "\e91b";
}

.icon-file:before {
  content: "\e906";
}

.icon-image:before {
  content: "\e913";
}

.icon-video:before {
  content: "\e907";
}

.icon-database:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e914";
}

.icon-tag:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e91c";
}

.icon-instagram:before {
  content: "\e91d";
}

.icon-check:before {
  content: "\e90e";
}

.icon-thin-check:before {
  content: "\e91e";
}

.icon-help:before {
  content: "\e90f";
}

.icon-information:before {
  content: "\e916";
}

.icon-human-check:before {
  content: "\e904";
}

.icon-human-plus:before {
  content: "\e905";
}

.icon-human-error:before {
  content: "\e917";
}

.icon-human-shade:before {
  content: "\e918";
}

.icon-heart:before {
  content: "\e909";
}

.icon-star:before {
  content: "\e923";
}

.icon-fire:before {
  content: "\e90a";
}

.icon-eye:before {
  content: "\e90b";
}

.icon-ear:before {
  content: "\e90c";
}

.icon-baloon:before {
  content: "\e910";
}

.icon-signal:before {
  content: "\e911";
}

.icon-pen:before {
  content: "\e912";
}

.icon-cycle:before {
  content: "\e919";
}

.icon-mike:before {
  content: "\e91a";
}

.icon-cart:before {
  content: "\e91f";
}

.icon-card:before {
  content: "\e915";
}/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif; 
  font-weight: 500;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover {
    opacity: 0.5;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.hs_cos_wrapper_type_rich_text h2:not([class]) {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
  margin: 2.4rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .hs_cos_wrapper_type_rich_text h2:not([class]) {
    font-size: 2.4rem;
  }
}
.hs_cos_wrapper_type_rich_text h2:not([class]):first-child {
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text h2:not([class])::after {
  content: "";
  display: block;
}
.hs_cos_wrapper_type_rich_text h2:not([class]) + h3, .hs_cos_wrapper_type_rich_text h2:not([class]) + p {
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text :first-child {
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text :last-child {
  margin-bottom: 0;
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2.4rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.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] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.adjust-width-small {
  width: 95%;
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width-small {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  margin: 0 auto;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #FFF;
  border-radius: 100px;
  overflow: hidden;
  z-index: 0;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::before, .c-button::after {
  content: "" !important;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.c-button::before {
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  opacity: 0;
}
.c-button::after {
  background: rgba(0, 0, 0, 0.1);
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button svg {
  fill: #fff;
}
.c-button .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  background: #FFF;
  border-radius: 100px;
  z-index: 2;
}
.c-button.-base, .-base .c-button {
  color: #000;
}
.c-button.-base::before, .-base .c-button::before {
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
}
.c-button.-base::after, .-base .c-button::after {
  background: rgba(0, 0, 0, 0.1);
}
.c-button.-gradation, .-gradation .c-button {
  color: #FFF;
  background: transparent;
}
.c-button.-gradation .button-inner, .-gradation .c-button .button-inner {
  background-color: transparent;
}
.c-button.-gradation::before, .-gradation .c-button::before {
  opacity: 1;
  width: 200%;
  left: -100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background: linear-gradient(76.39deg, #FF8D24 36.02%, #766599 116.91%);
}
.c-button.-gradation::after, .-gradation .c-button::after {
  content: none;
}
.c-button.-gradation svg, .-gradation .c-button svg {
  fill: #FFF;
}
.c-button.-icon-right i {
  margin-left: 10px;
}
.c-button.-icon-right i.icon-arrow {
  margin: 1px -10px 0 6px;
}
.c-button.-icon-left i {
  margin-left: 10px;
}
.c-button.-icon-left i.icon-arrow {
  margin: 1px 6px 0 -10px;
}
.c-button .text {
  display: inline-block;
}
.c-button i::before {
  font-family: moni-adish !important;
  font-size: 1.2em;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .c-button:hover {
    opacity: 1;
    color: #FFF;
  }
  .c-button:hover::before {
    opacity: 1;
  }
  .c-button.-base:hover, .-base .c-button:hover {
    opacity: 1;
    color: #FFF;
  }
  .c-button.-base:hover::before, .-base .c-button:hover::before {
    opacity: 1;
  }
  .c-button.-base:hover .text,
  .c-button.-base:hover .icon, .-base .c-button:hover .text,
  .-base .c-button:hover .icon {
    display: inline-block;
    color: transparent;
    background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .c-button.-base:hover svg, .-base .c-button:hover svg {
    fill: #FFF;
  }
  .c-button.-gradation:hover::before, .-gradation .c-button:hover::before {
    left: 0;
    -webkit-transform: rotate(0.41deg);
    transform: rotate(0.41deg);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 1.6rem;
  }
  .c-button .button-inner {
    padding: 14px 23px;
  }
}/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
form .hs-form-field {
  margin-bottom: 2em;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: block;
  margin: 0.7rem 0;
}
form .hs-form-required {
  color: red;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: red;
}
form .hs_error_rollup {
  margin: 3em auto -2em;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
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;
  outline: none;
  border-radius: 0;
  border: 1px solid #333;
  padding: 0.5em 1em;
}
form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=file]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder {
  color: #707070;
}
form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=file]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=date]::-moz-placeholder {
  color: #707070;
}
form select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=file]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder {
  color: #707070;
}
form select::-ms-input-placeholder, form textarea::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=file]::-ms-input-placeholder, form input[type=search]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder {
  color: #707070;
}
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: #707070;
}
form select:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder, form input[type=text]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=password]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder, form input[type=number]:focus::-webkit-input-placeholder, form input[type=file]:focus::-webkit-input-placeholder, form input[type=search]:focus::-webkit-input-placeholder, form input[type=date]:focus::-webkit-input-placeholder {
  color: transparent;
}
form select:focus::-moz-placeholder, form textarea:focus::-moz-placeholder, form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form input[type=number]:focus::-moz-placeholder, form input[type=file]:focus::-moz-placeholder, form input[type=search]:focus::-moz-placeholder, form input[type=date]:focus::-moz-placeholder {
  color: transparent;
}
form select:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder, form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=password]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder, form input[type=number]:focus:-ms-input-placeholder, form input[type=file]:focus:-ms-input-placeholder, form input[type=search]:focus:-ms-input-placeholder, form input[type=date]:focus:-ms-input-placeholder {
  color: transparent;
}
form select:focus::-ms-input-placeholder, form textarea:focus::-ms-input-placeholder, form input[type=text]:focus::-ms-input-placeholder, form input[type=email]:focus::-ms-input-placeholder, form input[type=password]:focus::-ms-input-placeholder, form input[type=tel]:focus::-ms-input-placeholder, form input[type=number]:focus::-ms-input-placeholder, form input[type=file]:focus::-ms-input-placeholder, form input[type=search]:focus::-ms-input-placeholder, form input[type=date]:focus::-ms-input-placeholder {
  color: transparent;
}
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 .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=checkbox] + span::after {
  left: 0.4rem;
  top: 0.8rem;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=radio] + span::after {
  left: 0.5rem;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  opacity: 0;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  text-align: center;
  background: black;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container.-no-title {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .c-container.-no-title {
    padding-top: 80px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-public-preview {
  padding-top: 0 !important;
}
.-public-preview .c-header {
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .-public-preview .c-header {
    margin-bottom: 23px;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 104px;
  padding: 16px 24px 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 57px;
    padding: 0;
  }
}
.c-header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 51px;
}
@media screen and (max-width: 768px) {
  .c-header .logo {
    height: 33px;
  }
}
.c-header .logo span,
.c-header .logo a {
  display: block;
}
.c-header .logo img {
  width: auto !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .c-header .logo img {
    height: 33px !important;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 57px);
    padding: 13px 24px 36px;
    background: #fff;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header.-js-opened {
    background: #fff;
  }
  .c-header.-js-opened .header-inner {
    border-radius: 0;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  background: #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 12px 24px;
    border-radius: 0 0 16px 16px;
    -webkit-transition: border-radius 0.4s ease;
    transition: border-radius 0.4s ease;
  }
}
.header-inner .main-menu ul {
  padding: 0;
  list-style: none;
}
.header-inner .main-menu li {
  position: relative;
}
.header-inner .main-menu li a {
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.header-inner .main-menu.-pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu.-pc-nav ul {
    font-size: 1.4rem;
  }
}
.header-inner .main-menu.-pc-nav li a {
  display: block;
  padding: 12px 16px;
  font-weight: bold;
  background: transparent;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu.-pc-nav li a {
    padding: 12px;
  }
}
.header-inner .main-menu.-pc-nav li a:hover {
  opacity: 1;
  color: #F08C00;
}
.header-inner .main-menu.-pc-nav li.active a {
  color: #fff;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
}

.header-inner .main-menu.-sp-nav ul {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0 0 1.6rem;
}
.header-inner .main-menu.-sp-nav li {
  min-height: 3.2rem;
}
.header-inner .main-menu.-sp-nav li:not(:last-child) {
  margin-bottom: 1.6rem;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-inner .main-menu.-sp-nav a {
  font-size: 1.4rem;
}
/* .header-inner .main-menu.-sp-nav a[aria-expanded="false"] {
  pointer-events: none;
} */
.header-inner .main-menu.-sp-nav .c-button {
  width:100%;
  font-size: 1.6rem;
}
#hs_cos_wrapper_header_mobile_cta1 {
  margin:16px 0;
}
.header-inner .main-menu.-sp-nav .hs-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
  padding-right: 40px;
  font-size: 1.6rem;
}
.header-inner .main-menu.-sp-nav .hs-item-has-children a::before, .header-inner .main-menu.-sp-nav .hs-item-has-children a::after {
  position: absolute;
}
.header-inner .main-menu.-sp-nav .hs-item-has-children a::before {
  content: "";
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.header-inner .main-menu.-sp-nav .hs-item-has-children a::after {
  content: "\e900";
  top: 5px;
  right: 6px;
  height: 20px;
  font-family: moni-adish !important;
  font-size: 2rem;
  transform: rotateZ(90deg);
  translate: .2s all;
}
.header-inner .main-menu.-sp-nav .hs-item-has-children.is-active a::after {
  transform: rotateZ(-90deg);
}
.header-inner .main-menu.-sp-nav .hs-menu-children-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.header-inner .main-menu.-sp-nav .hs-menu-children-wrapper li {
  width: 100%;
  min-height: auto;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.header-inner .main-menu.-sp-nav .hs-menu-children-wrapper a {
  display: inline;
  width: auto;
  min-height: auto;
  padding-right: 0;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 500;
}
.header-inner .main-menu.-sp-nav .hs-menu-children-wrapper a::before, .header-inner .main-menu.-sp-nav .hs-menu-children-wrapper a::after {
  content: none;
}
.header-inner .main-menu.-sp-nav .hs-menu-children-wrapper a[target=_blank]::after {
  content: "\e902" !important;
  display: inline-block;
  right: auto;
  top: 4px;
  height: auto;
  font-family: "moni-adish";
  font-size: 1em;
  color: currentColor;
  margin-left: 4px;
}
.header-inner .contact-ctas {
  display: flex;
  gap: 8px;
}
.header-inner .contact-cta {
  width: 174px;
  height: 56px;
}
@media screen and (max-width: 1000px) {
  .header-inner .contact-cta {
    width: 142px;
  }
  .header-inner .contact-cta.contact-cta2 {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .contact-cta {
    height: 32px;
  }
}
.header-inner .contact-cta a {
  text-decoration: none;
}
.header-inner .contact-cta a:hover {
  opacity: 1;
}
.header-inner .contact-cta a .c-button {
  width: 174px;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .header-inner .contact-cta a .c-button {
    width: 142px;
    font-size: 1.4rem;
  }
  .header-inner .contact-cta.contact-cta2 a .c-button {
    width: auto;
  }
}
.header-inner .contact-cta a .c-button .button-inner {
  padding: 14px 12px;
}
@media screen and (max-width: 768px) {
  .header-inner .contact-cta a .c-button .button-inner {
    padding: 4px 12px;
  }
}
.header-inner .contact-cta a .c-button .icon-arrow {
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .header-inner .contact-cta a .c-button .icon-arrow {
    margin-left: 3px;
  }
}
.header-inner .contact-menu {
  margin-top: 24px;
}
.header-inner .contact-menu .cmn62_contact {
  background: #ECECEC;
  border-radius: 24px;
}
.header-inner .contact-menu .cmn62_contact .inner {
  margin-top: 0;
}
.header-inner .contact-menu .cmn62_contact .c-title-h2 {
  padding-bottom: 0;
  border-bottom: none;
}
.header-inner .contact-menu .cmn62_contact .c-title-h2::before, .header-inner .contact-menu .cmn62_contact .c-title-h2::after {
  content: none;
}
.header-inner .contact-menu .cmn62_contact .c-heading,
.header-inner .contact-menu .cmn62_contact .inquiry {
  display: none;
}
.header-inner .contact-menu .cmn62_contact .c-button.-gradation {
  color: #FFF;
}
.header-inner .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 70px;
  height: 33px;
  margin-left: auto;
  padding: 10px 0;
  color: #F08C00;
}
.header-inner .toggle-btn.-js-opened .text .close {
  opacity: 0;
}
.header-inner .toggle-btn.-js-opened .text .open {
  opacity: 1;
}
.header-inner .toggle-btn.-js-opened i:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-inner .toggle-btn.-js-opened i:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.header-inner .toggle-btn.-js-opened i:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-inner .toggle-btn .text {
  position: relative;
  width: 46px;
  height: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.header-inner .toggle-btn .text > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header-inner .toggle-btn .text .open {
  opacity: 0;
}
.header-inner .toggle-btn .bar {
  position: relative;
  width: 24px;
  height: 14px;
}
.header-inner .toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: currentColor;
  border-radius: 1px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-inner .toggle-btn i:nth-child(1) {
  bottom: auto;
}
.header-inner .toggle-btn i:nth-child(2) {
  -webkit-transform-origin: right middle;
  transform-origin: right middle;
}
.header-inner .toggle-btn i:nth-child(3) {
  top: auto;
}
@media screen and (min-width: 769px) {
  .header-inner .toggle-btn {
    display: none;
  }
}

/*　モバイル時のサブメニュー展開　*/
.header-inner .hs-menu-children-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: max-height, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hs-item-has-children.is-active > .hs-menu-children-wrapper {
  opacity: 1;
  max-height: 1000px;
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  padding: 96px 24px;
  background: #334149;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 56px 0;
  }
}
.c-footer .copyright {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    font-size: 1.2rem;
  }
}

.footer-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .footer-heading {
    display: block;
    padding-bottom: 28px;
  }
}
.footer-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 144px;
  height: 4px;
  background: #FFF;
  border-radius: 0 4px 4px 0;
}
.footer-heading .logo {
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer-heading .logo {
    width: 100px;
    margin: 0 0 2.4rem;
  }
}

.foote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .foote-content {
    display: block;
  }
}

.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 64px;
  }
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .footer-nav ul {
    -webkit-column-gap: 7.68%;
    -moz-column-gap: 7.68%;
    column-gap: 7.68%;
    row-gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    display: block;
  }
}
.footer-nav li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    min-height: 3.2rem;
  }
  .footer-nav li:not(:last-child) {
    margin-bottom: 2.4rem;
    padding: 0 0 2.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .lp .footer-nav li:not(:last-child) {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
}
.footer-nav a {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .footer-nav a::before, .footer-nav a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer-nav a::before {
    content: "";
    right: 0;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }
  .footer-nav a::after {
    content: "\e900";
    right: 6px;
    height: 20px;
    font-family: moni-adish !important;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.footer-nav .hs-menu-children-wrapper {
  display: block;
  margin: 0;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.footer-nav .hs-menu-children-wrapper li {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav .hs-menu-children-wrapper li {
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
}
.footer-nav .hs-menu-children-wrapper a,
.lp .footer-nav a {
  opacity: 0.7;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer-nav .hs-menu-children-wrapper a,
  .lp .footer-nav a{
    display: inline;
    width: auto;
    min-height: auto;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .footer-nav .hs-menu-children-wrapper a::before, .footer-nav .hs-menu-children-wrapper a::after,
  .lp .footer-nav a::before, .lp .footer-nav a::after {
    content: none;
  }
}
.footer-nav .hs-menu-children-wrapper a[target=_blank]::after,
.lp .footer-nav a[target=_blank]::after {
  content: "\e902" !important;
  display: inline-block;
  right: auto;
  top: 4px;
  height: auto;
  font-family: "moni-adish";
  font-size: 1em;
  color: currentColor;
  margin-left: 4px;
}
.footer-nav .tel {
  text-align: right;
}

.footer-support-links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 480px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .footer-support-links {
    width: 36.58%;
  }
  .footer-support-links .cmn61_support-links .c-card-item a {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-support-links {
    width: 100%;
  }
}
.footer-support-links .cmn61_support-links.-col2 {
  display: block;
  margin-bottom: -32px;
}
.footer-support-links .cmn61_support-links.-col2 .c-card-item {
  width: 100%;
  margin-bottom: 32px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-bottom-left {
    margin-bottom: 40px;
  }
}
.footer-bottom .company {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .footer-bottom .company {
    font-size: 1.6rem;
  }
}
.footer-bottom .company p {
  margin: 0;
}
.footer-bottom .address {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .address p {
  margin: 0;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/* ------------------------------------------------------------
  * ホーム用 ブログ背景
------------------------------------------------------------ */
.sec-home-blog {
  border-radius: 64px 64px 0 0;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
}
@media screen and (max-width: 768px) {
  .sec-home-blog {
    border: 32px 32px 0 0;
  }
}
.sec-home-blog .cmn01_button {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-home-blog .c-button.-base {
    padding: 0;
  }
}

/* ------------------------------------------------------------
  * ホーム用ニュースセクション
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .sec-home-news .row-fluid .span4 {
    width: 32.9268%;
  }
  .sec-home-news .row-fluid .span8 {
    width: 62.1952%;
    margin-left: 4.878%;
  }
}

/* ------------------------------------------------------------
  * サービス用　
------------------------------------------------------------ */
.c-service-problem-section {
  border-radius: 64px 64px 0 0;
}
@media screen and (max-width: 768px) {
  .c-service-problem-section {
    border-radius: 32px 32px 0 0;
  }
}

.c-service-reason-section {
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  border-radius: 0 0 64px 64px;
}
@media screen and (max-width: 768px) {
  .c-service-reason-section {
    border-radius: 0 0 32px 32px;
  }
}

/* ------------------------------------------------------------
  * ロゴリスト共通（テンプレート設定用）
------------------------------------------------------------ */
.c-logo-list {
  padding: 96px 24px;
  background-color: #ECECEC;
}
@media screen and (max-width: 768px) {
  .c-logo-list {
    padding: 56px 0;
  }
}.c-heading.-c-base {
  color: #000;
}
.c-heading.-c-base .subtext span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-heading.-c-white {
  color: #FFF;
}
.c-heading.-c-white .subtext {
  opacity: 0.7;
}
.c-heading.-c-white .c-title-h2 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.c-heading.-c-white .c-title-h2::before {
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .c-heading.-align-left .c-title-h2::before, .c-heading.-pc-left .c-title-h2::before {
    left: 0;
    border-radius: 0 10px 10px 0;
  }
  .c-heading.-align-left .c-title-h2::after, .c-heading.-pc-left .c-title-h2::after {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.-align-center, .c-heading.-pc-center {
    text-align: center;
  }
  .c-heading.-align-center .c-title-h2::before, .c-heading.-pc-center .c-title-h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
  }
  .c-heading.-align-center .c-title-h2::after, .c-heading.-pc-center .c-title-h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.-pc-right {
    text-align: right;
  }
  .c-heading.-pc-right .c-title-h2::before {
    right: 0;
    border-radius: 0px 10px 10px 0px;
  }
  .c-heading.-pc-right .c-title-h2::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-sp-left .c-title-h2::before {
    left: 0;
    border-radius: 0 10px 10px 0;
  }
  .c-heading.-sp-left .c-title-h2::after {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-sp-center {
    text-align: center;
  }
  .c-heading.-sp-center .c-title-h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
  }
  .c-heading.-sp-center .c-title-h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-sp-right {
    text-align: right;
  }
  .c-heading.-sp-right .c-title-h2::before {
    right: 0;
    border-radius: 0px 10px 10px 0px;
  }
  .c-heading.-sp-right .c-title-h2::after {
    right: 0;
  }
}
.c-heading .subtext {
  margin: 0 0 16px;
}
.c-heading .subtext span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-heading .subtext span {
    font-size: 1.5rem;
  }
}
.c-heading .lead-text {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-heading .lead-text {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
.c-heading .detail {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-heading .detail {
    margin-top: 2.4rem;
  }
}

.c-title-h2 {
  position: relative;
  margin: 0;
  padding-bottom: 40px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.35;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-title-h2 {
    padding-bottom: 40px;
    font-size: 2.4rem;
  }
}
.c-title-h2::before, .c-title-h2::after {
  content: "";
  position: absolute;
}
.c-title-h2::before {
  bottom: -2px;
  width: 144px;
  height: 4px;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
}
.c-title-h2::after {
  bottom: 2px;
  width: 45px;
  height: 23px;
  background: url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/images/common/sun.svg") 50% 50%/contain no-repeat;
}
.c-title-h3 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .c-title-h3 {
    font-size: 2.4rem;
  }
}
.c-title-h4 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .c-title-h4 {
    font-size: 2.0rem;
  }
}.c-card-list {
  margin-bottom: -24px;
}
@media screen and (min-width: 769px) {
  .c-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-card-list.-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-card-list.-col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-card-list.-col2 .c-card-item {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 769px) {
  .c-card-list.-col3 .c-card-item {
    width: calc(33.3333333333% - 16px);
  }
  .c-card-list.-col3 .c-card-item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
.c-card-list.-word-list .c-card-item .card-text.-bg-white {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 22px;
}
.c-card-list.-word-list .c-card-item .tag-list {
  margin: 0 0 16px;
  gap: 10px;
}
.c-card-list.-word-list .c-card-item .tag-list li {
  padding: 6px;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.c-card-list.-word-list .c-card-item .title {
  margin: 0;
  color: inherit;
  font-size: 1.6rem;
}

.c-card-item {
  margin-bottom: 24px;
}
.c-card-item.-vertical > a,
.c-card-item.-vertical.-no-link > .-no-link__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-card-item.-vertical.-no-link > .-no-link__inner .card-text {
  padding: 0;
}
.c-card-item.-vertical > a .image,
.c-card-item.-vertical.-no-link > .-no-link__inner .image{
  border-radius: 24px 24px 0 0;
}
.c-card-item.-vertical > a .image .image-inner,
.c-card-item.-vertical.-no-link > .-no-link__inner .image .image-inner{
  padding-top: 56%;
}
.c-card-item.-horizon > a {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-card-item.-horizon > a:not(.hover-gradation)::before, .c-card-item.-horizon > a:not(.hover-gradation)::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .c-card-item.-horizon > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-card-item.-horizon > a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 53.36%;
}
@media screen and (min-width: 769px) {
  .c-card-item.-horizon > a .image {
    margin: 0;
    padding: 0;
  }
  .c-card-item.-horizon > a .image .image-inner {
    height: 100%;
    margin: 0;
    padding: 64.9% 0 0;
    border-radius: 24px 0 0 24px;
  }
  .c-card-item.-horizon > a .image .image-inner::after {
    border-radius: 22px 0 0 22px;
  }
  .c-card-item.-horizon > a .image .logo::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .c-card-item.-horizon > a .image {
    width: calc(100% + 8px);
  }
  .c-card-item.-horizon > a .image .image-inner {
    padding-top: 69.67%;
  }
}
.c-card-item.-horizon > a .image .logo::after {
  right: -15px;
}
.c-card-item.-horizon > a .card-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 24px 24px 0;
}
.c-card-item.-horizon > a .card-text.-text-only {
  border-radius: 24px;
}
@media screen and (min-width: 769px) {
  .c-card-item.-horizon > a .card-text {
    padding: 24px 24px 42px;
  }
}
.c-card-item.-horizon > a .card-text .title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-card-item.-horizon > a .card-text .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-card-item.-horizon > a:hover .image .image-inner {
    padding-top: 64.9%;
    border-radius: 24px 0 0 24px;
  }
}
.c-card-item.-c-white > a {
  color: #FFF;
}
.c-card-item.-c-white > a .subtext {
  color: #FFF;
}
.c-card-item.-no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 24px;
  color: #000;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0.05);
}
.c-card-item > a,
.c-card-item > .-no-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 4px;
  color: #000;
  text-decoration: none !important;
  background-color: #FFF;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-card-item > a:hover {
    opacity: 1;
    background-color: transparent;
  }
  .c-card-item > a:hover::before {
    border-color: transparent;
  }
  .c-card-item > a:hover::after {
    opacity: 1;
  }
  .c-card-item > a:hover .image {
    border-radius: 22px 22px 0 0;
  }
  .c-card-item > a:hover .image .image-inner {
    border-radius: 22px 22px 0 0;
  }
  .c-card-item > a:hover .image .image-inner::after {
    opacity: 0.3;
  }
  .c-card-item > a:hover .image .logo::before {
    background-color: #e97c3f;
  }
  .c-card-item > a:hover .image.-round {
    border-radius: 22px 22px 0 0;
  }
  .c-card-item > a:hover .image.-round .image-inner {
    border-radius: 16px;
  }
  .c-card-item > a:hover .-hover-bigger {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-card-item > a:hover .-hover-gr span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .c-card-item > a:hover .-hover-white {
    color: #FFF !important;
  }
  .c-card-item > a:hover .-hover-white span {
    color: #FFF;
    background: none;
  }
  .c-card-item > a:hover .box-icon span {
    border-color: transparent;
  }
  .c-card-item > a:hover .box-icon span::after {
    opacity: 1;
  }
}
.c-card-item > a::before, .c-card-item > a::after, .c-card-item > .-no-link__inner::before, .c-card-item > .-no-link__inner::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-card-item > a::before,
.c-card-item > .-no-link__inner::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid rgba(0, 0, 0, 0.05);
  z-index: 4;
}
.c-card-item > a::after,
.c-card-item > .-no-link__inner::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  opacity: 0;
  z-index: -1;
}
.c-card-item .image {
  position: relative;
  margin: -4px -4px 0;
  padding: 4px 4px 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-card-item .image .image-inner {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  margin: -4px -4px 0;
  padding: 56% 4px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-card-item .image .image-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 22px 22px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  z-index: 1;
}
.c-card-item .image img.u-ofi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-card-item .image .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 48px;
  text-align: center;
  z-index: 2;
}
.c-card-item .image .logo::before, .c-card-item .image .logo::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.c-card-item .image .logo::before {
  left: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-card-item .image .logo::after {
  right: -16px;
  width: 16px;
  height: 16px;
  background: url("https://22580110.fs1.hubspotusercontent-na2.net/hubfs/22580110/MONI2023/assets/images/common/curve.svg") 0 0/cover no-repeat;
}
.c-card-item .image .logo .logo-inner {
  border-radius: 0 16px 0 0;
  padding: 10px 10px 10px 14px;
  background: #FFF;
}
.c-card-item .image .logo img {
  position: relative;
  width: auto;
  height: 28px;
}
.c-card-item .image.-round {
  margin: 0;
  padding: 20px 16px 0;
  border-radius: 22px 22px 0 0;
  background-color: #FFF;
}
.c-card-item .image.-round .image-inner {
  margin: 0;
  border-radius: 16px;
}
.c-card-item .image.-round .image-inner::after {
  border-radius: 0;
}
.c-card-item .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px;
  z-index: 2;
}
.c-card-item .card-text > * {
  margin: 0;
}
.c-card-item .card-text > *:first-child {
  margin-top: 0;
}
.c-card-item .card-text > *:not(:last-child) {
  margin-bottom: 24px;
}
.c-card-item .card-text.-bg-white {
  background: #FFF;
  border-radius: 0 0 22px 22px;
}
.c-card-item .card-text.-bg-white.-text-only {
  border-radius: 22px;
}
.c-card-item .card-text .subtext {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.35;
}
.c-card-item .card-text .title {
  margin-bottom: auto;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-card-item .card-text .title {
    font-size: 1.6rem;
  }
}
.c-card-item .card-text .title.-small {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-card-item .card-text .ff-en {
  font-weight: 800;
}
.c-card-item .card-text .u-tag-list,
.c-card-item .card-text .tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.c-card-item .card-text .u-tag-list li,
.c-card-item .card-text .tag-list li {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.c-card-item .card-text .u-tag-list li::before,
.c-card-item .card-text .tag-list li::before {
  content: none;
}
.c-card-item .card-text .u-tag-list:blank,
.c-card-item .card-text .tag-list:blank {
  display: none;
}
.c-card-item .card-text .post-date,
.c-card-item .card-text .company {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1;
}
.c-card-item .box-icon {
  margin-bottom: 16px;
}
.c-card-item .box-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 56px;
  height: 56px;
  padding: 2px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
}
.c-card-item .box-icon span::before, .c-card-item .box-icon span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-card-item .box-icon span::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 12px;
  z-index: 1;
}
.c-card-item .box-icon span::after {
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
}
.c-card-item .box-icon .icon {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.8rem;
  z-index: 1;
}@charset "UTF-8";
/*======================================================================
* サポートセクション
======================================================================*/
.c-support {
  padding: 96px 24px;
  background: #334149;
}
@media screen and (max-width: 768px) {
  .c-support {
    padding: 56px 0;
  }
}
.c-support .cmn61_support-links {
  margin: 40px 0;
}.c-mailmagazine {
  padding: 96px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-mailmagazine {
    padding: 56px 0;
  }
}
.c-mailmagazine form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-mailmagazine form > div:not([class]) {
  width: 100%;
}
.c-mailmagazine .hs-richtext {
  margin: 0 0 4rem;
}
.c-mailmagazine .hs-richtext h2 {
  margin: 0 0 4rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .c-mailmagazine .hs-richtext h2 {
    font-size: 2.4rem;
  }
}
.c-mailmagazine .hs-email {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-mailmagazine .hs-email {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.c-mailmagazine .hs-email label {
  display: none;
}
.c-mailmagazine .hs-email input {
  height: 71px;
  border: none;
  border-radius: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-mailmagazine .hs-email input {
    height: 46px;
    border-radius: 1.2rem;
  }
}
.c-mailmagazine .hs-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 122px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-mailmagazine .hs-submit {
    width: 90px;
  }
}
.c-mailmagazine .hs-submit{
  margin-top:2.4rem;
}
.c-mailmagazine .hs-submit input {
  height: 71px;
  color: #FFF;
  line-height: 1.75;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  border-radius: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-mailmagazine .hs-submit input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-mailmagazine .hs-submit input {
    height: 46px;
    font-size: 1.4rem;
  }
}
.c-mailmagazine .hs-error-msgs {
  display: none !important;
}
.c-mailmagazine .hs_error_rollup {
  display: none !important;
}@charset "UTF-8";
/*======================================================================
* SNSシェア
======================================================================*/
.c-global-share {
  padding: 96px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-global-share {
    padding: 56px 24px;
  }
}
.c-global-share .share-inner {
  max-width: 998px;
  margin: 0 auto;
  padding: 48px 64px;
  background: #334149;
  border-radius: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-global-share .share-inner {
    padding: 48px 32px;
  }
}
.c-global-share .c-title-h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-global-share .c-title-h2 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.c-global-share .sns-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 -16px;
}
.c-global-share .sns-list li {
  width: 40px;
  margin: 0 16px 16px;
}/*======================================================================
* pager
======================================================================*/
.c-pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination .number-link,
.c-pagination .arrow-link,
.c-pagination .spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0.8rem;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-pagination .number-link,
  .c-pagination .arrow-link,
  .c-pagination .spacer {
    width: 32px;
    height: 32px;
  }
}
.c-pagination .number-link {
  font-size: 1.6rem;
}
.c-pagination .number-link.-current, .c-pagination .number-link.hs-search-results__pagination__link--active {
  background: #ECECEC;
  border-radius: 50%;
}
.c-pagination .arrow-link {
  font-size: 2rem;
}
.c-pagination .arrow-link.hs-search-results__pagination__link--disable {
  display: none;
}
.c-pagination .spacer {
  margin: 0 1.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-pagination .spacer {
    margin: 0 0.8rem;
  }
}
.c-pagination.hs-search-results__pagination {
  margin-top: 4rem;
}@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;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@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: 24px;
}
.u-mt-default {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 40px;
  }
}
.u-mt-large {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 56px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 24px;
}
.u-mb-default {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 40px;
  }
}
.u-mb-large {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 56px;
  }
}

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

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  -webkit-animation: fade-in 0.25s ease-out;
  animation: fade-in 0.25s ease-out;
  display: block;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------
  * グラデーションテキスト
------------------------------------------------------------ */
.u-c-gr span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ------------------------------------------------------------
  * パンくず
------------------------------------------------------------ */
.u-breadcrumnb-wrap {
  padding: 12px 16px;
  background-color: #ECECEC;
}
.u-breadcrumnb-wrap > * {
  max-width: 1312px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
  * 編集画面のヘルプ
------------------------------------------------------------ */
.u-edit-info {
  margin: 40px 0;
  padding: 40px;
  text-align: center;
  background: rgba(127, 209, 222, 0.3);
  border: 2px solid #7fd1de;
  cursor: pointer;
}

/* ------------------------------------------------------------
  * タグリスト 共通
------------------------------------------------------------ */
.u-tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  gap: 16px;
}
.u-tag-list li {
  font-weight: bold;
  line-height: 1;
}
.u-tag-list li::before {
  content: none;
}

/* ------------------------------------------------------------
  * 関連サービス
------------------------------------------------------------ */
.u-related-service .title-section {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .u-related-service .title-section {
    margin-bottom: 2.4rem;
  }
}
.u-related-service .title-section .c-title-h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .u-related-service .title-section .c-title-h2 {
    font-size: 2.4rem;
  }
}
.u-related-service .c-card-item .box-icon,
.u-related-service .c-card-item .title {
  margin-bottom: 1.6rem;
}

/* ------------------------------------------------------------
  * タグ検索
------------------------------------------------------------ */
.u-search-block .hs-search-field__suggestions {
  display: none;
}
.u-search-block .tag-search {
  margin-top: 40px;
}

.u-tag-setting .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .title {
    font-size: 1.6rem;
    gap: 12px;
  }
}
.u-tag-setting .title .icon {
  font-size: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .title .icon {
    font-size: 2.6rem;
  }
}
.u-tag-setting .parent-tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 4rem;
}
.u-tag-setting .parent-tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-tag-setting .parent-tag-list li.current a {
  border-color: transparent;
  opacity: 1;
}
.u-tag-setting .parent-tag-list li.current a::before {
  opacity: 0;
}
.u-tag-setting .parent-tag-list li.current a::after {
  opacity: 1;
}
.u-tag-setting .parent-tag-list li.current a span {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .u-tag-setting .parent-tag-list li.current a:hover {
    border-color: transparent;
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li.current a:hover::after {
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li.current a:hover span {
    color: #FFF;
  }
}
.u-tag-setting .parent-tag-list li.all a {
  border-color: transparent;
}
.u-tag-setting .parent-tag-list li.all a::after {
  opacity: 1;
}
.u-tag-setting .parent-tag-list li.all a span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 769px) {
  .u-tag-setting .parent-tag-list li.all a:hover {
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li.all a:hover::before {
    opacity: 0;
  }
  .u-tag-setting .parent-tag-list li.all a:hover::after {
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li.all a:hover span {
    color: #FFF;
  }
}
.u-tag-setting .parent-tag-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .u-tag-setting .parent-tag-list li a:hover {
    border-color: transparent;
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li a:hover::after {
    opacity: 1;
  }
  .u-tag-setting .parent-tag-list li a:hover span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
.u-tag-setting .parent-tag-list li a::before, .u-tag-setting .parent-tag-list li a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10rem;
}
.u-tag-setting .parent-tag-list li a::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 9.6rem;
  z-index: 1;
}
.u-tag-setting .parent-tag-list li a::after {
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  border-radius: 10rem;
  opacity: 1;
  z-index: -1;
  opacity: 0;
}
.u-tag-setting .parent-tag-list li a span {
  position: relative;
  padding: 8px 18px;
  color: #000;
  line-height: 1;
  z-index: 1;
}
.u-tag-setting .u-tag-list {
  gap: 24px;
}
.u-tag-setting .u-tag-list li {
  line-height: 1;
}
.u-tag-setting .u-tag-list li a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.u-tag-setting .u-tag-list li a span {
  position: relative;
}
.u-tag-setting .u-tag-list li a span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: linear-gradient(76.39deg, #ff8d24 -1.79%, #766599 98.73%);
  opacity: 0.6;
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.post-body {
  font-size: 1.6rem;
}
.post-body h2 {
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 4rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .post-body h2 {
    margin: 2.4rem 0;
    font-size: 2.4rem;
  }
}
.post-body h2::after {
  content: "";
  display: block;
}
.post-body h2 + h3, .post-body h2 + p {
  margin-top: 0;
}
.post-body h3 + h2,
.post-body p + h2 {
  margin-top: 0;
}
.post-body h3 {
  margin: 4rem 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.2);
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .post-body h3 {
    margin: 2.4rem 0;
    font-size: 1.6rem;
  }
}
.post-body h4 {
  position: relative;
  margin: 4rem 0;
  padding-left: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
}
.post-body h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 200%;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
}
@media screen and (max-width: 768px) {
  .post-body h4 {
    margin: 2.4rem 0;
    font-size: 1.6rem;
  }
}
.post-body h5 {
  margin: 4rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-body h5 {
    margin: 2.4rem 0;
    font-size: 1.6rem;
  }
}
.post-body h6 {
  margin: 4rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-body h6 {
    margin: 2.4rem 0;
    font-size: 1.4rem;
  }
}
.post-body p {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .post-body p {
    margin: 2.4rem 0;
  }
}
.post-body blockquote {
  position: relative;
  margin: 4rem 0;
  padding: 16px 48px;
  background: #ECECEC;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .post-body blockquote {
    margin: 2.4rem 0;
    padding: 16px 36px;
  }
}
.post-body blockquote::before, .post-body blockquote::after {
  position: absolute;
  top: 16px;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .post-body blockquote::before, .post-body blockquote::after {
    font-size: 2.4rem;
  }
}
.post-body blockquote::before {
  content: "“";
  left: 24px;
}
@media screen and (max-width: 768px) {
  .post-body blockquote::before {
    left: 16px;
  }
}
.post-body blockquote::after {
  content: "”";
  right: 24px;
}
@media screen and (max-width: 768px) {
  .post-body blockquote::after {
    right: 16px;
  }
}
.post-body blockquote p {
  margin: 1em 0;
}
.post-body blockquote .blockquote-source {
  margin: 0 -24px;
  color: #707070;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .post-body blockquote .blockquote-source {
    margin: 0 -16px;
  }
}
.post-body ol ol,
.post-body ol ul,
.post-body ul ol,
.post-body ul ul {
  margin: 0;
  padding-left: 1.25em;
}
.post-body ul {
  margin: 4rem 0;
  padding-left: 20px;
}
.post-body ul ul,
.post-body ul ol {
  margin: 1em 0 0 8px;
}
.post-body ul ul:first-child,
.post-body ul ol:first-child {
  margin-top: 1em !important;
}
.post-body ul li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.post-body ul:not([style]) {
  padding: 0;
  list-style: none;
}
.post-body ul:not([style]) li {
  position: relative;
  padding-left: 14px;
}
.post-body ul:not([style]) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.875em - 4px);
  width: 8px;
  height: 8px;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  border-radius: 50%;
}
.post-body ol {
  padding: 0;
  list-style: none;
  margin: 4rem 0;
  padding: 0;
}
.post-body ol ul,
.post-body ol ol {
  margin: 1em 0 0;
  padding-left: 0;
}
.post-body ol ul:first-child,
.post-body ol ol:first-child {
  margin-top: 1em !important;
}
.post-body ol li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.post-body ol:not([style]) {
  counter-reset: item;
}
.post-body ol:not([style]) li {
  counter-increment: item;
  position: relative;
  padding-left: 26px;
}
.post-body ol:not([style]) li::before {
  content: "0" counter(item) ".";
  display: inline-block;
  color: transparent;
  background: linear-gradient(76.39deg, #FF8D24 -1.79%, #766599 98.73%);
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  left: 0;
  top: 0;
}
.post-body ol:not([style]) li:nth-child(n+10)::before {
  content: counter(item) ".";
}
.post-body table {
  border-spacing: 0 !important;
  border-collapse: separate !important;
}
.post-body table > tbody > tr:first-child > th,
.post-body table > tbody > tr:first-child > td {
  border-top: 1px solid #334149;
}
.post-body table > tbody > tr:first-child > th:first-child,
.post-body table > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .post-body table > tbody > tr:first-child > th:first-child,
  .post-body table > tbody > tr:first-child > td:first-child {
    border-top-left-radius: 1.6rem;
  }
}
.post-body table > tbody > tr:first-child > th:last-child,
.post-body table > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .post-body table > tbody > tr:first-child > th:last-child,
  .post-body table > tbody > tr:first-child > td:last-child {
    border-top-right-radius: 1.6rem;
  }
}
.post-body table > tbody > tr:last-child > th:first-child,
.post-body table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2.4rem;
  border-bottom-color: #334149;
}
@media screen and (max-width: 768px) {
  .post-body table > tbody > tr:last-child > th:first-child,
  .post-body table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 1.6rem;
  }
}
.post-body table > tbody > tr:last-child > th:last-child,
.post-body table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .post-body table > tbody > tr:last-child > th:last-child,
  .post-body table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 1.6rem;
  }
}
.post-body table th,
.post-body table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #334149;
}
@media screen and (max-width: 768px) {
  .post-body table th,
  .post-body table td {
    font-size: 1.4rem;
  }
}
.post-body table th:first-child,
.post-body table td:first-child {
  border-left: 1px solid #334149;
}
.post-body table th {
  width: 160px;
  color: #FFF;
  font-weight: bold;
  background: #334149;
  border-bottom-color: #FFF;
}
.post-body table th:not(:last-child) {
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .post-body table th {
    width: 100%;
  }
}
.post-body table td {
  border-right: 1px solid #334149;
}
.post-body a {
  color: #0057FF;
  -webkit-text-decoration-color: rgba(0, 87, 255, 0.7);
  text-decoration-color: rgba(0, 87, 255, 0.7);
}
.post-body > *:first-child {
  margin-top: 0;
}
.post-body > *:last-child {
  margin-bottom: 0;
}