/*======================================================================
 * 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 {
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@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;
}/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "Rubik", sans-serif;
}/*------------------------------------------------------------
 * 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 rgba(230, 230, 230, 1);
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: rgba(9, 107, 195, 1); 
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.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: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  min-width: 400px;
  margin: 0 auto;
  padding: 0 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 42px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 0;
  background-color: rgba(0, 126, 236, 1); 
  color: rgba(255, 255, 255, 1); 
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::before, .c-button::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 2px;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: currentColor;
  transform: scale(0.2);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.c-button .icon-arrow {
  position: absolute;
  border-radius: 50%;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background-color: #0077C2;
  border: 1px solid currentColor;
  z-index: 1;
}
.c-button .icon-arrow::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 10px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-button:hover {
  opacity: 1;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button svg {
  fill: #fff;
  transition: fill 0.25s;
}
.c-button .icon-arrow {
  background-color: rgba(0, 126, 236, 1); 
}
@media screen and (min-width: 769px) {
  .c-button:hover::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 62px;
    min-width: 280px;
    padding: 0 40px;
    font-size: 1.5rem;
  }
  .c-button .icon-arrow {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .c-button .icon-arrow::after {
    width: 4px;
    height: 6px;
  }
}

.button-color-select.-main {
  background-color: rgba(0, 126, 236, 1); 
  color: rgba(255, 255, 255, 1); 
}
.button-color-select.-main .icon-arrow {
  background-color: rgba(0, 126, 236, 1); 
}
@media screen and (min-width: 769px) {
  .button-color-select.-main:hover {
    background-color: rgba(222, 244, 255, 0); 
    color: rgba(0, 119, 194, 1); 
  }
}
.button-color-select.-accent {
  background-color: rgba(0, 65, 191, 1); 
  color: rgba(255, 255, 255, 1); 
}
.button-color-select.-accent .icon-arrow {
  background-color: rgba(0, 65, 191, 1); 
}
@media screen and (min-width: 769px) {
  .button-color-select.-accent:hover {
    background-color: rgba(255, 93, 52, 0.6); 
    color: rgba(255, 255, 255, 1); 
  }
}
.button-color-select.-sub {
  background-color: rgba(0, 175, 204, 1); 
  color: rgba(255, 255, 255, 1); 
}
.button-color-select.-sub .icon-arrow {
  background-color: rgba(0, 175, 204, 1); 
}
@media screen and (min-width: 769px) {
  .button-color-select.-sub:hover {
    background-color: rgba(222, 244, 255, 1); 
    color: rgba(0, 119, 194, 1); 
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
form {
  padding: 64px 100px;
  border-radius: 16px;
  box-shadow: 0 0 30px #E6E6E6;
}
@media screen and (max-width: 768px) {
  form {
    padding: 40px 16px;
  }
}
form > div {
  max-width: 100% !important;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  form > div {
    margin-bottom: 20px;
  }
}
form label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  form label {
    font-size: 1.3rem;
  }
}
form label .required {
  padding: 5px 8px;
  color: #fff;
  border: solid 1.5px #fff;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  background-color: #c70c00;
}
form a {
  color: rgba(0, 65, 191, 1);
  font-weight: bold;
}
form ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
form ul li {
  display: block;
  min-height: 3.2rem;
  margin: 1em 0;
  line-height: 1.2;
}
form ul li:first-child {
  margin-top: 0;
}
form ul li:last-child {
  margin-bottom: 0;
}
form ul li label > span {
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  form ul li label > span {
    padding-top: 0.8em;
  }
}
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=search], form input[type=date] {
  width: 100% !important;
  outline: none;
  padding: 12px 16px 10px;
  font-weight: 500;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  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=search], form input[type=date] {
    font-size: 1.4rem;
  }
}
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=search]::placeholder, form input[type=date]::placeholder {
  color: rgba(200, 200, 200, 1);
}
form select:empty,
form textarea:empty, form input[type=text]:empty, form input[type=email]:empty, form input[type=password]:empty, form input[type=tel]:empty, form input[type=number]:empty, form input[type=search]:empty, form input[type=date]:empty {
  color: rgba(38, 38, 38, 1);
  border-color: transparent;
  background: rgba(246, 246, 246, 1);
}
form select:focus,
form textarea:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=date]:focus, form select:target,
form textarea:target, form input[type=text]:target, form input[type=email]:target, form input[type=password]:target, form input[type=tel]:target, form input[type=number]:target, form input[type=search]:target, form input[type=date]:target {
  border-color: #FF6E4A;
  background: #FFF;
}
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=search]:focus::placeholder, form input[type=date]:focus::placeholder, form select:target::placeholder,
form textarea:target::placeholder, form input[type=text]:target::placeholder, form input[type=email]:target::placeholder, form input[type=password]:target::placeholder, form input[type=tel]:target::placeholder, form input[type=number]:target::placeholder, form input[type=search]:target::placeholder, form input[type=date]:target::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=search], form input.error[type=date], form select.invalid,
form textarea.invalid, form input.invalid[type=text], form input.invalid[type=email], form input.invalid[type=password], form input.invalid[type=tel], form input.invalid[type=number], form input.invalid[type=search], form input.invalid[type=date] {
  background: #FEF2F2;
  border-color: #FF6E4A;
}
form select[required],
form textarea[required], form input[required][type=text], form input[required][type=email], form input[required][type=password], form input[required][type=tel], form input[required][type=number], form input[required][type=search], form input[required][type=date] {
  border-color: rgba(255, 110, 74, 1); !important
  background-color: rgba(254, 242, 242, 1) !important;
}
form textarea {
  min-height: 200px;
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker.pika-single.is-bound {
  background: #FFF;
  border: 2px solid #E1E5EA;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
form .fn-date-picker .pika-lendar {
  width: 387px;
  margin: 36px 44px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
form .fn-date-picker .pika-select {
  padding: 0;
}
form .fn-date-picker .pika-title .pika-label {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
form .fn-date-picker .pika-title button {
  position: relative;
  background-image: none;
}
form .fn-date-picker .pika-title button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 1px solid transparent;
  border-width: 11px 10px;
}
form .fn-date-picker .pika-title button.pika-prev::before {
  left: -6px;
  border-right-color: #E1E5EA;
}
form .fn-date-picker .pika-title button.pika-next::before {
  right: -6px;
  border-left-color: #E1E5EA;
}
form .fn-date-picker .pika-table thead th {
  padding: 0 8px 11px;
  color: #222222;
  font-size: 1.6rem;
  font-weight: bold;
}
form .fn-date-picker .pika-table thead th abbr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #F6F6F6;
  border-radius: 50%;
  text-decoration: none;
}
form .fn-date-picker .pika-table thead th abbr[title=日曜日], form .fn-date-picker .pika-table thead th abbr[title=土曜日] {
  color: rgba(0, 65, 191, 1);
}
form .fn-date-picker tbody td {
  padding: 2px 8px !important;
}
form .fn-date-picker .pika-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  padding: 2px 0 0;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  background: transparent;
  border-radius: 50% !important;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background-color: rgba(0, 65, 191, 1) !important;
  color: #fff;
  border-radius: 50% !important;
}
form .fn-date-picker .is-today .pika-button {
  color: rgba(0, 65, 191, 1);
  text-decoration: underline;
  border-radius: 50% !important;
}
form .fn-date-picker .is-selected .pika-button {
  background-color: rgba(0, 65, 191, 1); !important
  color: #fff;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #F2F2F2;
  border-radius: 4px;
}
form input[type=checkbox] + span::after {
  left: 0.8rem;
  top: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgba(0, 65, 191, 1);
  opacity: 0;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-check.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
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: 4rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #F2F2F2;
}
form input[type=radio] + span::after {
  left: 1rem;
  top: 1.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 65, 191, 1);
  opacity: 0;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container {
  text-align: center;
  margin-bottom: 2em;
}
form .legal-consent-container input[type=checkbox] + span {
  padding-left: 3.2rem;
}
form .legal-consent-container input[type=checkbox] + span::before {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 65, 191, 1);
  background: #FFF;
}
form .legal-consent-container input[type=checkbox] + span::after {
  left: 0.4rem;
  top: 0.7rem;
  background-color: #FFF;
}
form .legal-consent-container input[type=checkbox]:checked + span::before {
  background-color: rgba(0, 65, 191, 1);
}
form .legal-consent-container .inputs-list li label > span {
  padding-top: 0.4em;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form input[type=submit] {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1.18em 4em;
  outline: none;
  border: none;
  text-align: center;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/form-button-arrow.png") top 50% right 22px/20px auto no-repeat;
  background-color: rgba(255, 93, 52, 1);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 4.2rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  form input[type=submit] {
    width: 90%;
    padding: 1.47em 3em;
    font-size: 1.5rem;
  }
}
form input[type=submit]:hover {
  opacity: 0.6;
}
form .submitted-message {
  text-align: center;
}

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

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-is-in-editor {
  padding-top: 0;
}
.-is-in-editor .c-header {
  position: relative;
}
.-is-in-editor .c-header .gnav-overlay {
  display: none;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: relative;
  width: 100%;
  height: 153px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .c-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 91px;
  }
}
.c-header ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}
.c-header a {
  color: inherit;
  text-decoration: none;
}
.c-header a:hover {
  opacity: 1;
}
.c-header .logo {
  flex: 0 0 auto;
  width: 150px;
  height: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 1400px) {
  .c-header .logo {
    width: 120px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .logo {
    width: 30.77vw;
    max-width: 120px;
    margin-left: 4.1vw;
    margin-right: 4.1vw;
  }
}
.c-header .cmn95_header-sub-logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn95_header-sub-logo {
    gap: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .cmn95_header-sub-logo {
    gap: 16px;
    margin-right: 0;
  }
  .c-header .cmn95_header-sub-logo img {
    width: auto;
    max-height: 100%;
  }
}
.c-header .cmn95_header-sub-logo .item {
  display: flex;
  align-items: center;
}
.c-header .base-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.1rem;
  line-height: 1.45;
}
@media screen and (max-width: 1400px) {
  .c-header .base-data {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .base-data {
    justify-content: center;
    order: -1;
    width: 100%;
    height: 21px;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    background: #EDEDED;
  }
}
.c-header .base-data ul {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 1400px) {
  .c-header .base-data ul {
    gap: 12px;
  }
}
.c-header .base-data a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-header .contact-data {
  display: flex;
  margin-left: auto;
  gap: 16px;
}
@media screen and (max-width: 1400px) {
  .c-header .contact-data {
    gap: 8px;
  }
}
.c-header .cmn96_header-phones {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-header .cmn96_header-phones a {
  display: block;
  color: rgba(0, 65, 191, 1);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn96_header-phones a {
    font-size: 2.05vw;
  }
}
.c-header .cmn96_header-phones ul {
  padding: 0;
  list-style: none;
  margin: 0;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn96_header-phones ul {
    gap: 2px;
  }
}
.c-header .cmn96_header-phones ul li {
  padding: 5px 8px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  background-color: rgba(0, 65, 191, 1);
  border-radius: 28px;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn96_header-phones ul li {
    font-size: 0.8vw;
  }
}
.c-header .gnav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 64px;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(230, 230, 230, 1);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1000px) {
  .c-header .gnav {
    display: block;
    position: absolute;
    top: 0;
    right: -100vw;
    width: 82%;
    height: 100vh;
    height: 100dvh;
    max-width: 320px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px);
    overflow-y: auto;
  }
  .c-header .gnav.-js-opened {
    right: 0;
  }
  .c-header .gnav .logo.switch-lt {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: calc(100% - 50px);
    height: auto;
    margin: 0;
    padding: 13px 16px;
  }
  .c-header .gnav .logo.switch-lt .widget-type-logo {
    width: 120px;
  }
  .c-header .gnav .logo.switch-lt .toggle-btn {
    position: absolute;
    right: 16px;
  }
}
.c-header .gnav.-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.2s;
}
@media screen and (max-width: 1000px) {
  .c-header .gnav.-scroll {
    display: none !important;
  }
}
.c-header .gnav.-scroll.-js-scroll {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  transform: translateY(0);
}
.c-header .gnav.-scroll.-js-anim {
  animation: 0.5s linear closeAnim;
}
.c-header .gnav.-scroll .scroll-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  padding: 0 31.72% 0 8.8%;
}
@media screen and (min-width: 1366px) {
  .c-header .gnav.-scroll .scroll-inner {
    padding: 0 25.72% 0 8.57%;
  }
}
.c-header .gnav.-scroll .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.3%;
  width: 8.05%;
  margin: auto;
}
.c-header .gnav.-scroll .main-menu ul {
  gap: min(0.75em, 12px);
}
.c-header .gnav.-scroll .phone {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15.08%;
}
.c-header .gnav.-scroll .phone .cmn96_header-phones a {
  font-size: min(2.05vw, 2.8rem);
}
.c-header .gnav.-scroll .phone .cmn96_header-phones ul li {
  font-size: min(0.8vw, 1.1rem);
}
.c-header .gnav.-scroll .contact {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2.2%;
  top: 0;
  bottom: 0;
  width: 11.71%;
  margin: auto;
}
.c-header .gnav.-scroll .contact > * {
  width: 100%;
}
.c-header .gnav.-scroll .contact .cmn91_contact-link a {
  width: 100%;
  padding: 1.2em 0.5em;
  font-size: min(1.17vw, 1.4rem);
}
.c-header .gnav.-scroll .contact .cmn91_contact-link a .icon .mail-icon {
  width: 1.25em;
}
.c-header .gnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  transition: opacity 0.3s ease-in-out;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 89px;
  padding: 2px 32px 0;
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .header-inner {
    padding: 2px 2.3vw 0;
  }
  .header-inner > .contact-data .cmn91_contact-link a {
    height: 44px;
    padding: 1.2em 1em;
    font-size: 1vw;
  }
  .header-inner > .contact-data .cmn91_contact-link a .icon {
    margin-right: 5px;
  }
  .header-inner > .contact-data .cmn91_contact-link a .icon.blank-icon, .header-inner > .contact-data .cmn91_contact-link a .icon.mobile-icon,
.header-inner > .contact-data .cmn91_contact-link a .icon .mail-icon {
    width: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner {
    flex-wrap: wrap;
    height: 91px;
    padding: 0;
  }
  .header-inner > .contact-data .cmn91_contact-link a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 15.9vw;
    max-width: 62px;
    height: 15.9vw;
    max-height: 62px;
    padding: 32px 0 6px;
    text-align: center;
    border-radius: 8px;
  }
  .header-inner > .contact-data .cmn91_contact-link a .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    bottom: 0;
    margin: auto;
  }
  .header-inner > .contact-data .cmn91_contact-link a .icon .icon .mail-icon.-before {
    width: 25px;
    height: 16px;
  }
  .header-inner > .contact-data .cmn91_contact-link a span {
    flex: 1 0 auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: -1px;
    transform: scale(0.9);
  }
}
.header-inner .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header-inner .logo {
    height: calc(100% - 21px);
  }
}
.header-inner .logo * {
  display: flex;
}

.main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1400px) {
  .main-menu ul {
    gap: min(0.75em, 12px);
  }
}
@media screen and (max-width: 1000px) {
  .main-menu ul {
    display: block;
  }
}
.main-menu .nav {
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .main-menu .nav {
    position: inherit;
  }
  .main-menu .nav:hover > a::after, .main-menu .nav:hover > span::after {
    transform: scale(1, 1);
  }
  .main-menu .nav:hover span + .subnav-toggle + .subnav {
    visibility: visible;
    opacity: 1;
    z-index: auto;
    pointer-events: auto;
  }
  .main-menu .nav.-has-child > span {
    padding-right: 1.25em;
  }
  .main-menu .nav.-has-child > span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5625em;
    width: 0.75em;
    height: 0.5em;
    background: currentColor;
    -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-bottom.svg");
    mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-bottom.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .nav {
    border-top: 1px solid rgba(200, 200, 200, 1);
  }
}
.main-menu .nav > a, .main-menu .nav > span {
  position: relative;
  display: inline-block;
  padding: 0 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .main-menu .nav > a::after, .main-menu .nav > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(0, 65, 191, 1);
    border-radius: 3px;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1400px) {
  .main-menu .nav > a, .main-menu .nav > span {
    padding: 0 0.625em 1.25em;
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .nav > a, .main-menu .nav > span {
    display: block;
    padding: 20px 25px;
    color: rgba(0, 65, 191, 1);
    font-size: 1.8rem;
  }
}
.main-menu li {
  position: relative;
}
.main-menu li .subnav > a {
  position: relative;
  padding-right: 30px;
}
.main-menu li .subnav > a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  width: 7px;
  height: 7px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.main-menu .subnav-toggle {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
}
.main-menu .subnav-toggle::before, .main-menu .subnav-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  bottom: 0;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: rgba(0, 65, 191, 1);
  border-radius: 2px;
}
.main-menu .subnav-toggle::before {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.main-menu .subnav-toggle.-js-opened::before {
  transform: rotate(0deg);
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav {
    position: absolute;
    left: 50%;
    width: calc(100vw - 40px);
    max-width: 1128px;
    margin: 0;
    padding: 46px 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .subnav {
    display: none;
    padding: 24px 20px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
  }
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .inner {
    display: flex;
  }
}
.main-menu .subnav a {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav a:hover span::after {
    transform: translateX(3px);
  }
}
.main-menu .subnav a span::before, .main-menu .subnav a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu .subnav a span::before {
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  background-color: #FFF;
  border-radius: 50%;
}
.main-menu .subnav a span::after {
  width: 4px;
  height: 6px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.main-menu .subnav .title {
  flex: 0 0 auto;
  width: 29.33%;
  padding-right: 3.7%;
  border-right: 1px solid rgba(230, 230, 230, 1);
}
.main-menu .subnav .title > p {
  margin: 0 0 3.2rem;
}
.main-menu .subnav .title > p a {
  color: rgba(0, 65, 191, 1);
  padding-right: 28px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.46;
}
.main-menu .subnav .title > p a span::before {
  right: 0;
}
.main-menu .subnav .title > p a span::after {
  right: 9px;
}
.main-menu .subnav .title .image {
  position: relative;
  width: 100%;
  padding-top: 66.4%;
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .subnav .title .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links {
    flex: 1;
    padding-left: 3.7%;
  }
}
.main-menu .subnav .links .sub-item:nth-child(n+2) {
  margin-top: 24px;
}
.main-menu .subnav .links .sub-title {
  position: relative;
  padding-left: 11px;
  color: rgba(0, 65, 191, 1);
  font-weight: 500;
  line-height: 1.5;
}
.main-menu .subnav .links .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 16px;
  background-color: currentColor;
  border-radius: 5px;
}
.main-menu .subnav .links ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 4%;
}
@media screen and (max-width: 1000px) {
  .main-menu .subnav .links ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links ul li {
    width: calc(92% / 3);
  }
}
.main-menu .subnav .links ul a {
  display: inline-flex;
  position: relative;
  color: rgba(38, 38, 38, 1);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links ul a {
    min-height: 22px;
    padding-bottom: 8px;
  }
  .main-menu .subnav .links ul a:hover::after {
    transform: scale(1, 1);
  }
}
.main-menu .subnav .links ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: all 0.3s ease;
}
.main-menu .subnav .links ul a span {
  padding-left: 28px;
}
.main-menu .subnav .links ul a span::before {
  bottom: auto;
  left: 0;
}
.main-menu .subnav .links ul a span::after {
  bottom: auto;
  top: 8px;
  left: 9px;
}

.toggle-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: 26px;
  height: 23px;
  margin: 0 16px;
}
@media screen and (max-width: 340px) {
  .toggle-btn {
    margin: 0 4px;
  }
}
.toggle-btn.-opened i {
  height: 5px;
}
.toggle-btn.-opened i:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.toggle-btn.-opened i:nth-child(2) {
  display: none;
}
.toggle-btn.-opened i:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: rgba(38, 38, 38, 1);
  border-radius: 3px;
  transition: transform 0.3s linear;
}
.toggle-btn i:nth-child(1) {
  top: -18px;
}
.toggle-btn i:nth-child(3) {
  top: 17px;
}
@media screen and (min-width: 1001px) {
  .toggle-btn {
    display: none;
  }
}

.sp-nav {
  padding: 24px 35px 44px;
  border-top: 1px solid rgba(200, 200, 200, 1);
}
.sp-nav .contact-data {
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.sp-nav .sub-links ul {
  flex-direction: column;
  gap: 16px;
}
.sp-nav .sub-links a {
  color: rgba(142, 142, 142, 1);
  font-size: 1.5rem;
  font-weight: bold;
}
.sp-nav .sub-links a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1000px) {
  .switch-gt {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .switch-lt {
    display: none !important;
  }
}

@keyframes closeAnim {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: translateY(-100%);
  }
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  position: relative;
}
.c-footer ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.pagetop {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  z-index: 90;
  margin: 0;
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  opacity: 1 !important;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .pagetop {
    position: fixed;
    top: auto;
    bottom: 16px;
    right: 32px;
    padding: 13px;
    width: 70px;
    height: 70px;
    background: #CCCCCC;
    border-radius: 50%;
  }
  .pagetop:hover {
    background-color: rgba(142, 142, 142, 1);
  }
  .pagetop.-js-stop {
    position: absolute;
    top: -86px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    background: #333;
    position: relative;
    padding: 34px 20px 16px;
    font-size: 1.2rem;
  }
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  width: 20px;
  height: 11px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-top.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-top.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 768px) {
  .pagetop:before {
    width: 24px;
    height: 14px;
  }
}

.footer-links {
  padding: 40px 20px 16px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-links {
    padding: 24px 20px;
  }
}
.footer-links > * {
  max-width: 1000px;
  margin: auto;
}
.footer-links a {
  color: rgba(142, 142, 142, 1);
}

.footer-maps {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
}
.footer-maps .map-title {
  color: rgba(142, 142, 142, 1);
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
}
.footer-maps .maps {
  display: flex;
  justify-content: space-between;
  gap: 5.8%;
}
.footer-maps .column {
  width: 47.1%;
}
.footer-maps .column .item:not(:last-child) {
  margin-bottom: 25px;
}
.footer-maps .parent-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.footer-maps .parent-title a {
  color: inherit;
  text-decoration: none;
}
.footer-maps .parent-title a:hover {
  opacity: 1;
}
.footer-maps .child-item:not(:last-child) {
  margin-bottom: 17px;
}
.footer-maps .child-title {
  position: relative;
  margin: 0 0 10px;
  padding-left: 11px;
  color: #CCCCCC;
  font-size: 1.4rem;
}
.footer-maps .child-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 3px;
  height: 12px;
  background-color: currentColor;
  border-radius: 2px;
}
.footer-maps ul {
  gap: 8px 12px;
  padding-left: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-maps ul li {
  width: calc(100% / 3 - 8px);
}
.footer-maps ul a {
  color: rgba(142, 142, 142, 1);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-maps ul a:hover {
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .footer-sublinks {
    padding-top: 24px;
    border-top: 1px solid rgba(200, 200, 200, 1);
  }
}
.footer-sublinks ul {
  gap: 16px;
  color: rgba(142, 142, 142, 1);
}
@media screen and (max-width: 768px) {
  .footer-sublinks ul {
    flex-direction: column;
  }
}
.footer-sublinks ul li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .footer-sublinks ul li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sublinks ul li {
    font-size: 1.5rem;
  }
}
.footer-sublinks a {
  color: rgba(142, 142, 142, 1);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-sublinks a:hover {
  color: #FFFFFF;
  opacity: 1;
}
.footer-sublinks a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-bottom {
  padding: 22px 52px;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 24px 20px 16px;
  }
}
.footer-bottom .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer-bottom .footer-bottom-inner .logo {
  width: 150px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-bottom-inner .logo {
    width: 120px;
  }
}
.footer-bottom .footer-bottom-inner .links {
  width: 188px;
}
.footer-bottom .footer-bottom-inner .copyright {
  margin-left: 32px;
  color: rgba(142, 142, 142, 1);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-bottom-inner .copyright {
    width: 100%;
    margin: 16px 0 0;
    text-align: center;
  }
}

.fix-button {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
}
.fix-button > * {
  width: calc(50% - 8px);
}
.fix-button .cmn91_contact-link a {
  height: 50px;
  min-height: auto !important;
  padding: 7px;
  font-size: 1.3rem;
  font-weight: bold;
}@charset "UTF-8";
/*======================================================================
 * タイトル
======================================================================*/
.c-title-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 3.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-title-h2 {
    -webkit-mask-box-image: 2.5rem;
    mask-border: 2.5rem;
  }
}
.c-title-h2 .en {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .c-title-h2 .en {
    font-size: 3rem;
  }
}
.c-title-h2 .en span {
  color: rgba(0, 65, 191, 1);
}
.c-title-h2 .ja {
  margin-top: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-title-h2 .ja {
    font-size: 1.1rem;
  }
}
.c-title-h3 {
  margin: 0;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em;
}
.c-title-h3 .en {
  margin-right: 8px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title-h3 .en {
    font-size: 2.1rem;
  }
}
.c-title-h3 .ja {
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-title-h3 .ja {
    font-size: 1.1rem;
  }
}/*======================================================================
* pager
======================================================================*/
.c-pagination {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination .inner {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.c-pagination a,
.c-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pagination a,
.c-pagination span {
    width: 36px;
    height: 36px;
  }
}
.c-pagination a.button-link,
.c-pagination span.button-link {
  color: rgba(142, 142, 142, 1);
  background-color: rgba(230, 230, 230, 1);
}
.c-pagination a.button-link::before,
.c-pagination span.button-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  margin: auto;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-pagination a.button-link.-disabled,
.c-pagination span.button-link.-disabled {
  color: rgba(230, 230, 230, 1);
  background-color: rgba(246, 246, 246, 1);
}
.c-pagination a.button-link.-latest::before,
.c-pagination span.button-link.-latest::before {
  width: 13px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-warrow-left.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-warrow-left.svg");
}
.c-pagination a.button-link.-prev::before,
.c-pagination span.button-link.-prev::before {
  width: 8px;
  margin-right: 16px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-left.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-left.svg");
}
.c-pagination a.button-link.-next::before,
.c-pagination span.button-link.-next::before {
  width: 8px;
  margin-left: 16px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
}
.c-pagination a.button-link.-oldest::before,
.c-pagination span.button-link.-oldest::before {
  width: 13px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-warrow-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-warrow-right.svg");
}
.c-pagination a.button-link.-prev,
.c-pagination span.button-link.-prev {
  margin-right: 16px;
}
.c-pagination a.button-link.-next,
.c-pagination span.button-link.-next {
  margin-left: 16px;
}
.c-pagination a.number-link,
.c-pagination span.number-link {
  color: rgba(0, 65, 191, 1);
  border: 1px solid rgba(0, 65, 191, 1);
  background: #FFF;
}
.c-pagination a.number-link:hover,
.c-pagination span.number-link:hover {
  opacity: 1;
  background-color: rgba(228, 241, 255, 1);
}
.c-pagination a.number-link.-current,
.c-pagination span.number-link.-current {
  color: #FFF;
  background-color: rgba(0, 65, 191, 1);
}@charset "UTF-8";
/*======================================================================
  * モジュールで使用している色の指定
======================================================================*/
/* ------------------------------------------------------------
  * cbl/
------------------------------------------------------------ */
.cbl01_blog-recommend-posts a {
  color: rgba(38, 38, 38, 1);
}
.cbl01_blog-recommend-posts a:hover .title {
  color: rgba(9, 107, 195, 1);
}
.cbl01_blog-recommend-posts .text .sub-title {
  color: rgba(142, 142, 142, 1);
}
.cbl01_blog-recommend-posts .text .date {
  color: rgba(142, 142, 142, 1);
}

.cbl05_blog-category-posts .post-list article a {
  color: rgba(38, 38, 38, 1);
}
.cbl05_blog-category-posts .post-list article a:hover .title {
  color: rgba(9, 107, 195, 1);
}
.cbl05_blog-category-posts .post-list .text .date {
  color: rgba(142, 142, 142, 1);
}

/* ------------------------------------------------------------
  * blog
------------------------------------------------------------ */
.blg01_index-slider .splide__arrow::before {
  background-color: rgba(0, 65, 191, 1);
}
.blg01_index-slider .splide__pagination button {
  background-color: rgba(230, 230, 230, 1);
}
.blg01_index-slider .splide__pagination button.is-active {
  background-color: rgba(0, 65, 191, 1);
}@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: 40px;
}
.u-mt-default {
  margin-top: 60px;
}
.u-mt-large {
  margin-top: 80px;
}

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

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-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;
  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 {
  animation: fade-in 0.25s ease-out;
  display: block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------
  * タイトルホバーライン
------------------------------------------------------------ */
.u-hover-line:hover .-hover {
  background-size: 100% 1px;
}
.u-hover-line .-hover {
  display: inline;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.4s;
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/
.index-hero {
  position: relative;
  padding: 15px 0 4.6vw;
  background-image: linear-gradient(to top, rgba(0, 175, 204, 0.1), rgba(0, 175, 204, 0.7));
}
@media screen and (max-width: 768px) {
  .index-hero {
    padding-bottom: 40px;
  }
}
.index-hero::before, .index-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 1;
}
.index-hero::before {
  bottom: 0;
  height: 3.2vw;
}
@media screen and (max-width: 768px) {
  .index-hero::before {
    height: 26vw;
  }
}
.index-hero::after {
  bottom: 3.2vw;
  height: 7.32vw;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/arc-shape-top.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/arc-shape-top.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 768px) {
  .index-hero::after {
    bottom: 26vw;
    height: 8.2vw;
  }
}
.index-hero > * {
  position: relative;
  z-index: 2;
}

.index-breadcrumb {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .index-breadcrumb {
    margin-bottom: 32px;
  }
}
.index-breadcrumb > * {
  max-width: 1260px;
  margin: auto;
}
.index-breadcrumb .cmn80_breadcrumb li {
  color: rgba(0, 65, 191, 1);
}
.index-breadcrumb .cmn80_breadcrumb li a {
  color: inherit;
}

.index-container {
  position: relative;
  padding: 0 0 100px;
  border-radius: 0 0 64px 64px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .index-container {
    padding-bottom: 96px;
    border-radius: 0 0 32px 32px;
  }
}
.index-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #333;
  z-index: -1;
}

.index-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.1%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .index-content {
    flex-direction: column;
    gap: 0;
    padding: 0 20px 40px;
  }
}
@media screen and (min-width: 1201px) {
  .index-content .post-data {
    width: 71.4%;
  }
}
@media screen and (max-width: 1200px) {
  .index-content .post-data {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .index-content .sidebar {
    width: 23.5%;
  }
}
@media screen and (max-width: 1200px) {
  .index-content .sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .index-content .sidebar {
    order: 1;
    width: 100%;
    margin-top: 6.4rem;
  }
}
.index-content .sidebar .pop-posts {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .index-content .sidebar .pop-posts {
    margin-top: 6.4rem;
  }
}
.index-content .all-posts {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .index-content .all-posts {
    margin-top: 4rem;
  }
}

.sidebar .latest-posts .title-seciton,
.sidebar .pop-posts .title-seciton {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sidebar .latest-posts .title-seciton,
.sidebar .pop-posts .title-seciton {
    margin-bottom: 1.6rem;
  }
}
.sidebar .latest-posts .title-seciton h3,
.sidebar .pop-posts .title-seciton h3 {
  flex-direction: column;
  align-items: flex-start;
}
.sidebar .latest-posts .title-seciton h3 .en,
.sidebar .pop-posts .title-seciton h3 .en {
  margin-bottom: 4px;
}
.sidebar article:nth-child(n+2) {
  margin-top: 16px;
}
.sidebar article a {
  display: flex;
  justify-content: space-between;
  color: rgba(38, 38, 38, 1);
  text-decoration: none;
}
.sidebar article a:hover {
  opacity: 1;
}
.sidebar article a:hover img {
  transform: scale(1.1);
}
.sidebar article a:hover .title {
  color: rgba(0, 65, 191, 1);
  text-decoration: underline;
}
.sidebar article a .image {
  flex: 0 0 auto;
  position: relative;
  width: 90px;
  height: 51px;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sidebar article a .image {
    width: 37.14%;
    height: 0;
    padding-top: 20.98%;
  }
}
.sidebar article a .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: transform 0.3s ease;
}
.sidebar article a .image .number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 18px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: rgba(255, 93, 52, 1);
  border-radius: 4px 0 4px 0;
}
.sidebar article a .title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.tags-block {
  position: relative;
  padding: calc(7.61vw + 76px) 20px 116px;
  background-color: rgba(233, 244, 254, 1);
}
@media screen and (max-width: 768px) {
  .tags-block {
    padding-top: calc(8.2vw + 40px);
    padding-bottom: 73px;
  }
}
.tags-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.61vw;
  background: #FFF;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/arc-shape-bottom.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/arc-shape-bottom.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 768px) {
  .tags-block::before {
    height: 8.2vw;
  }
}
.tags-block > * {
  max-width: 1000px;
  margin: 0 auto;
}

.category-posts {
  position: relative;
  margin-top: -32px;
  padding: 76px 20px 80px;
  border-radius: 32px 32px 0 0;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .category-posts {
    padding: 32px 20px 56px;
  }
}
.category-posts .category-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.form-block {
  position: relative;
  padding: 0 20px;
}
.form-block form {
  max-width: 1000px;
  margin: 0 auto;
}

.page-title {
  padding: 44px 20px;
  background-color: rgba(233, 244, 254, 1);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 30px 20px;
  }
}
.page-title h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    -webkit-mask-box-image: 2.5rem;
    mask-border: 2.5rem;
  }
}
.page-title h1 .en {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .page-title h1 .en {
    font-size: 3rem;
  }
}
.page-title h1 .en span {
  color: rgba(0, 65, 191, 1);
}
.page-title h1 .ja {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-title h1 .ja {
    font-size: 1.1rem;
  }
}

.sub-breadcrumb {
  margin: 16px auto 40px;
  padding: 0 20px;
}
.sub-breadcrumb > * {
  max-width: 1100px;
  margin: auto;
}
.sub-breadcrumb .cmn80_breadcrumb li {
  color: rgba(142, 142, 142, 1);
}
.sub-breadcrumb .cmn80_breadcrumb li:last-child {
  color: rgba(0, 65, 191, 1);
}
.sub-breadcrumb .cmn80_breadcrumb li a {
  color: inherit;
}

.tag-page-block {
  margin: 0 auto 32px;
  padding: 0 20px;
}
.tag-page-block .u-tag-setting {
  max-width: 1100px;
  margin: 0 auto;
}

.main-content.-list {
  padding: 0 20px 100px;
}
@media screen and (max-width: 768px) {
  .main-content.-list {
    padding-bottom: 96px;
  }
}
.main-content.-list .post-data {
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .main-content.-list .post-data {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .main-content.-list .post-data article {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article {
    margin-top: 16px;
  }
}
.main-content.-list .post-data article a {
  color: rgba(38, 38, 38, 1);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article a {
    display: flex;
    gap: 12px;
  }
}
.main-content.-list .post-data article a:hover {
  opacity: 1;
}
.main-content.-list .post-data article a:hover .image img {
  transform: scale(1.1);
}
.main-content.-list .post-data article a:hover .title {
  color: rgba(0, 65, 191, 1);
  text-decoration: underline;
}
.main-content.-list .post-data article .image {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
  padding-top: 56.5%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article .image {
    width: 37.14%;
    margin-bottom: 0;
    padding-top: 20.98%;
    border-radius: 4px;
  }
}
.main-content.-list .post-data article .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: transform 0.3s ease;
}
.main-content.-list .post-data article .text {
  line-height: 1.5;
}
.main-content.-list .post-data article .text .title {
  margin: 0 0 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article .text .title {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}
.main-content.-list .post-data article .text .sub-title {
  margin: 0 0 8px;
  color: rgba(142, 142, 142, 1);
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article .text .sub-title {
    margin-bottom: 4px;
    font-size: 1.1rem;
    font-weight: normal;
  }
}
.main-content.-list .post-data article .text .date {
  margin: 0;
  color: rgba(142, 142, 142, 1);
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .main-content.-list .post-data article .text .date {
    font-size: 1.1rem;
  }
}

.u-tag-setting .tag-item {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .tag-item {
    flex-direction: column;
    gap: 8px;
  }
}
.u-tag-setting .tag-item:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .tag-item:nth-child(n+2) {
    margin-top: 17px;
  }
}
.u-tag-setting .tag-item dt {
  flex: 0 0 auto;
  width: 10em;
  padding-top: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .tag-item dt {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.u-tag-setting .tag-item dd {
  margin: 0;
}
.u-tag-setting .tag-item ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .tag-item ul {
    row-gap: 9px;
  }
}
.u-tag-setting .tag-item ul li.current a {
  color: #FFF;
  background-color: rgba(0, 65, 191, 1);
  border-color: rgba(0, 65, 191, 1);
}
.u-tag-setting .tag-item ul a {
  display: block;
  padding: 10px 14px;
  color: rgba(0, 65, 191, 1);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  background: #FFF;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-tag-setting .tag-item ul a {
    padding: 6px 16px;
    font-size: 1.2rem;
  }
}
.u-tag-setting .tag-item ul a:hover {
  opacity: 1;
  background-color: rgba(228, 241, 255, 1);
}@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.post-header {
  position: relative;
  padding: 15px 20px 40px;
}
.post-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76.33vw;
  max-height: 387px;
  background-image: linear-gradient(to top, rgba(0, 175, 204, 0.1), rgba(0, 175, 204, 0.7));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .post-header::before {
    height: 61.2vw;
    max-height: 239px;
  }
}
.post-header .post-breadcrumnb {
  max-width: 1260px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .post-header .post-breadcrumnb {
    margin-bottom: 3.2rem;
  }
}
.post-header .post-breadcrumnb .cmn80_breadcrumb li {
  color: rgba(0, 65, 191, 1);
}
.post-header .post-breadcrumnb .cmn80_breadcrumb li a {
  color: inherit;
}
.post-header .featured-image {
  max-width: 740px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 8px;
}
.post-header .featured-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.post-header .featured-image a {
  display: block;
  transition: opacity 0.3s;
}

.main-content.-post {
  padding: 32px 20px 100px;
}
@media screen and (max-width: 768px) {
  .main-content.-post {
    padding: 0 20px 64px;
  }
}

.col2-container {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  margin: auto;
}
.col2-container main {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .col2-container main {
    width: 72.2%;
  }
  .col2-container .sidebar {
    width: 24%;
  }
  .col2-container .sidebar .toc {
    position: sticky;
    top: 100px;
  }
}
.col2-container .post-data .date {
  margin: 0 0 16px;
  color: rgba(142, 142, 142, 1);
  font-size: 1.3rem;
}
.col2-container .post-data h1 {
  margin: 0 0 16px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
}
.col2-container .post-data .sub-title {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.col2-container .post-data .tag-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .col2-container .post-data .tag-list {
    row-gap: 9px;
  }
}
.col2-container .post-data .tag-list a {
  display: block;
  padding: 6px 12px;
  color: rgba(0, 65, 191, 1);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background: #FFF;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .col2-container .post-data .tag-list a {
    padding: 6px 16px;
  }
}
.col2-container .post-data .tag-list a:hover {
  opacity: 1;
  background-color: rgba(228, 241, 255, 1);
}
.col2-container .sidebar .cmn81_table-of-contents {
  margin: 0;
  padding: 20px 0;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.col2-container .sidebar .cmn81_table-of-contents .toc-title {
  margin: 0;
  padding: 0 20px 16px;
}
.col2-container .sidebar .toc-list {
  max-height: calc(100vh - 270px);
}
.col2-container .sidebar .toc ul li {
  margin: 0 !important;
}
.col2-container .sidebar .toc ul li a {
  padding: 8px 20px;
}
.col2-container .sidebar .toc ul li.-js-current > a {
  background-color: rgba(233, 244, 254, 1);
}
.col2-container .sidebar .toc ul li ul {
  margin: 0;
  padding-left: 0;
}
.col2-container .sidebar .toc ul li li a {
  padding-left: 45px;
}

.aside-posts {
  padding: 0 20px;
  margin-bottom: 76px;
}
.aside-posts > *:nth-child(n+2) {
  margin-top: 24px;
}
.aside-posts .title-seciton {
  margin-bottom: 16px;
}
.aside-posts .post-block {
  max-width: 1100px;
  margin: 0 auto;
}
.aside-posts .post-block:nth-child(n+2) {
  margin-top: 24px;
}
.aside-posts .title-seciton {
  max-width: 1100px;
  margin: 0 auto 16px;
}
.aside-posts .post-list {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .aside-posts .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px 40px;
  }
}
@media screen and (min-width: 769px) {
  .aside-posts article {
    width: calc((100% - 80px) / 3);
  }
}
.aside-posts article a {
  color: rgba(38, 38, 38, 1);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .aside-posts article a {
    display: flex;
    gap: 12px;
  }
}
.aside-posts article a:hover {
  opacity: 1;
}
.aside-posts article a:hover .image img {
  transform: scale(1.1);
}
.aside-posts article a:hover .title {
  color: rgba(0, 65, 191, 1);
}
.aside-posts article .image {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
  padding-top: 56.5%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aside-posts article .image {
    width: 37.14%;
    padding-top: 20.98%;
    border-radius: 4px;
  }
}
.aside-posts article .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: transform 0.3s ease;
}
.aside-posts article .text {
  line-height: 1.5;
}
.aside-posts article .text .title {
  margin: 0 0 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aside-posts article .text .title {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}
.aside-posts article .text .sub-title {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .aside-posts article .text .sub-title {
    margin-bottom: 4px;
    color: rgba(142, 142, 142, 1);
    font-size: 1.1rem;
    font-weight: normal;
  }
}
.aside-posts article .text .date {
  margin: 0;
  color: rgba(142, 142, 142, 1);
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .aside-posts article .text .date {
    font-size: 1.1rem;
  }
}

.post-body {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(230, 230, 230, 1);
  word-wrap: break-word;
  word-break: break-all;
}
.post-body h2 {
  margin: 80px 0 32px;
  padding: 14px;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: rgba(0, 65, 191, 1);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .post-body h2 {
    margin: 64px 0 32px;
    font-size: 2.4rem;
  }
}
.post-body h3 {
  margin: 64px 0 32px;
  padding: 0 0 8px;
  color: rgba(0, 65, 191, 1);
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 768px) {
  .post-body h3 {
    margin: 48px 0 32px;
    font-size: 2.2rem;
  }
}
.post-body h4 {
  position: relative;
  margin: 32px 0 16px;
  padding: 0 0 0 28px;
  color: rgba(0, 65, 191, 1);
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-body h4 {
    font-size: 2rem;
  }
}
.post-body h4::before, .post-body h4::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 16px;
}
.post-body h4::before {
  left: 0;
  background-color: rgba(0, 65, 191, 1);
  border-radius: 2px 0 0 2px;
}
.post-body h4::after {
  left: 10px;
  background: #88D1FF;
  border-radius: 0 2px 2px 0;
}
.post-body h5 {
  position: relative;
  margin: 32px 0 16px;
  padding: 0 0 0 22px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
.post-body h5::before, .post-body h5::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.post-body h5::before {
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: rgba(0, 65, 191, 1);
}
.post-body h5::after {
  top: 14px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #FFF;
}
.post-body h6 {
  margin: 32px 0 16px;
  font-size: 1em;
  font-weight: bold;
}
.post-body ul {
  padding: 0;
  list-style: none;
  margin: 32px auto;
}
.post-body ul li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
.post-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.8em - 4px);
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(0, 65, 191, 1);
}
.post-body ul[style="list-style-type: circle;"] li::before {
  background-color: #FFF;
  border: 2px solid rgba(0, 65, 191, 1);
}
.post-body ul[style="list-style-type: square;"] li::before {
  border-radius: 0;
}
.post-body ul ul li:first-child,
.post-body ul ol li:first-child {
  margin-top: 0;
}
.post-body ol li::marker {
  font-family: "Rubik", sans-serif;
}
.post-body ol ul li:first-child,
.post-body ol ol li:first-child {
  margin-top: 0;
}
.post-body table {
  font-size: 1.5rem;
}
.post-body table th {
  padding: 16px;
  font-weight: bold;
  background-color: rgba(228, 241, 255, 1);
  border: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .post-body table th {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
}
.post-body table td {
  padding: 12px;
  background-color: #F6F6F6;
  border: 1px solid #FFF;
}
.post-body pre {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.post-body code {
  display: block;
  width: 100%;
  margin: 32px 0;
  padding: 16px 20px;
  color: #CCCCCC;
  font-size: 1.5rem;
  background: #474747;
  border-radius: 8px;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .post-body code {
    padding: 16px;
  }
}
.post-body blockquote {
  position: relative;
  margin: 32px 0;
  padding: 32px 50px 28px;
  background: #F6F6F6;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .post-body blockquote {
    padding: 36px 16px;
  }
}
.post-body blockquote::before, .post-body blockquote::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  background-color: rgba(200, 200, 200, 1);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.post-body blockquote::before {
  top: 24px;
  left: 20px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-bq-left.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-bq-left.svg");
}
@media screen and (max-width: 768px) {
  .post-body blockquote::before {
    top: 16px;
    left: 16px;
  }
}
.post-body blockquote::after {
  bottom: 16px;
  right: 18px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-bq-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-bq-right.svg");
}
@media screen and (max-width: 768px) {
  .post-body blockquote::after {
    right: 16px;
  }
}
.post-body img {
  border-radius: 8px;
}
.post-body a {
  color: rgba(0, 65, 191, 1);
  font-weight: bold;
}
.post-body .hs-video-container {
  position: relative;
  margin: 32px auto;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.post-body form {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .post-body form {
    margin: 16px auto 32px;
  }
}
.post-body > *:first-child {
  margin-top: 0;
}
.post-body > *:last-child {
  margin-bottom: 0;
}
.post-body .js-marker-line,
.post-body strong {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, rgba(0, 199, 255, 1), rgba(0, 199, 255, 1));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 2s ease-in-out;
  font-weight: bold;
}
.post-body .js-marker-line::after,
.post-body strong::after {
  content: "";
  display: table;
}
* .post-body .js-marker-line::after,
* .post-body strong::after {
  content: none;
}
.c-container.-is-in-editor .post-body .js-marker-line, .post-body .js-marker-line.-is-active,
.c-container.-is-in-editor .post-body strong,
.post-body strong.-is-active {
  background-size: 100% 30%;
}

.c-container.-is-in-editor .post-body .js-marker-line,
.c-container.-is-in-editor .post-body strong {
  transition: none;
  background-size: 100% 30%;
}

.cmn81_table-of-contents {
  position: relative;
  margin: 32px auto 80px;
  padding: 24px 46px 32px;
  background: #F6F6F6;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .cmn81_table-of-contents {
    margin: 32px 0 64px;
    padding: 20px 16px;
  }
}
.cmn81_table-of-contents a {
  color: inherit;
  font-weight: 500;
}
.cmn81_table-of-contents .toc-title {
  position: relative;
  margin: 0 0 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cmn81_table-of-contents .toc-title {
    margin-bottom: 20px;
  }
}
.cmn81_table-of-contents .toc-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-toc.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-toc.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.cmn81_table-of-contents .toc-list {
  overflow-y: auto;
}
.cmn81_table-of-contents .toc-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.cmn81_table-of-contents .toc-list ul li {
  display: block;
  position: relative;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.cmn81_table-of-contents .toc-list ul li::before {
  content: none;
}
.cmn81_table-of-contents .toc-list ul li:nth-child(n+2) {
  margin-top: 16px;
}
.cmn81_table-of-contents .toc-list ul ul {
  margin-top: 16px;
  padding-left: 25px;
}
.cmn81_table-of-contents .toc-list ul ul li {
  position: relative;
  font-size: 1.2rem;
}
.cmn81_table-of-contents .toc-list ul ul li .title {
  display: flex;
}
.cmn81_table-of-contents .toc-list ul ul li .title::before {
  content: "ー";
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
}
.cmn81_table-of-contents .toc-list ul ul li .no {
  display: none;
}
.cmn81_table-of-contents .toc-list ul li .no {
  position: relative;
  width: 20px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  z-index: 0;
}
.cmn81_table-of-contents .toc-list ul li .no::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: rgba(0, 65, 191, 1);
  border-radius: 50%;
  z-index: -1;
}
.cmn81_table-of-contents .toc-list a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.cmn81_table-of-contents .toc-list a .no {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.cmn81_table-of-contents .toc-list a .title {
  display: table-cell;
  padding-left: 8px;
}

.simplebar-content-wrapper {
  overflow: visible !important;
}

.simplebar-placeholder {
  display: none !important;
}