/*! 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 */
  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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li,
ol li {
  list-style-type: none;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  background-color: inherit;
  border: inherit;
}

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

.cta_button {
  text-decoration: none;
}

body a.cta_button {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.widget-type-cta,
.hs-web-interactive-inline {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media not all and (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
  a[href^="mailto:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
}
@media screen and (min-width: 768px) {
  a[href^="mailto:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
  a[href^="mailto:"]:hover {
    text-decoration: none;
  }
}
@media (hover: hover) {
  button:enabled:hover {
    text-decoration: none;
  }
  .button:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .button:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .cta_button:hover {
    text-decoration: none;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}

.hs-video-widget {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.body-wrapper {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

iframe {
  border: unset;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
/*
button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
} */
body {
  line-height: 1.5;
  word-break: break-word;
  font-family:sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

p {
  /* font-size: 1rem; */
}


ul.no-list {
  list-style: none;
}

code {
  vertical-align: bottom;
}


blockquote {
  border-left: 2px solid;
  padding-left: 15px;
}

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  word-break: normal;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}


form legend {
  font-size: 0.875rem;
}


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 select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}


form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Menu and simple menu */

/* .hs-menu-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
} */

/* Horizontal menu */

/* .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
} */

/* @media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
} */

/* Vertical menu */

/* .hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
} */

/* Flyouts */

/* .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}


th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}


thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

.dnd-section {
  z-index: 0;
  position: relative;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section[class*=force-full-width-section] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media not all and (min-width: 768px) {
  .dnd-section > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .dnd-section > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .dnd-section > .row-fluid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media not all and (min-width: 768px) {
  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }
  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }
  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }
  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
}
@media (min-width: 1280px) {
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }
  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
}
@media screen and (min-width: 768px) {
  .row-fluid .span1 {
    width: 8.3333333333%;
  }
  .row-fluid .span2 {
    width: 16.6666666667%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span4 {
    width: 33.3333333333%;
  }
  .row-fluid .span5 {
    width: 41.6666666667%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span7 {
    width: 58.3333333333%;
  }
  .row-fluid .span8 {
    width: 66.6666666667%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span10 {
    width: 83.3333333333%;
  }
  .row-fluid .span11 {
    width: 91.6666666667%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
}
[role=button].hs-tools-menu {
  bottom: 10px !important;
  left: 10px !important;
  right: unset !important;
  top: unset !important;
}

.hs-user-edit p {
  margin-top: 1em;
}
.hs-user-edit p:last-of-type {
  margin-bottom: 1em;
}
.hs-user-edit h1,
.hs-user-edit h2,
.hs-user-edit h3,
.hs-user-edit h4,
.hs-user-edit h5,
.hs-user-edit h6 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.hs-user-edit h1:first-of-type,
.hs-user-edit h2:first-of-type,
.hs-user-edit h3:first-of-type,
.hs-user-edit h4:first-of-type,
.hs-user-edit h5:first-of-type,
.hs-user-edit h6:first-of-type {
  margin-top: unset;
}

.dev-spacer {
  height: 2px;
}

.dev-bg {
  background-color: #f2f2f2;
}
:root{
--color_text_base: #121212;
--color_text_light: #4D4D4D;
--color_text_dark: #000000;
--color_textlink_base: rgba(0, 0, 0, 99%);
--color_textlink_hover: #4D4D4D;
}
:root{
--color_text_white: #FFF;
--color_bg_white: #FFF;
--color_theme_white: #FFF;
}

:root{
--z_index_pagetop: 9;
--z_index_header: 10;
--z_index_modalnav: 20;
--z_index_aside: 2;
}:root{
--color_theme_dark1: #f2f2f2;
--color_theme_dark2: #D8D8D8;
--color_theme_dark3: #000000;
--color_theme_dark4: #234363;
--color_theme_dark5: #121212;
}:root{
--color_cta1_base: #4372db;
--color_cta2_base: #ff9100;
--color_cta3_base: #e95513;
--color_cta4_base: #FFFFFF;
}:root{
--color_primary_base: #4372db;




}:root{
--color_secondary_base: #ff9100;




}:root{
--color_tertiary_base: #ff0066;




}

/* extra */:root{





}

/* category */:root{
--color_category1_base: #4372db;
--color_category2_base: #ff0066;
--color_category3_base: #ff9100;
--color_category4_base: #8000FF;

--color_category1_light: #D0DBF6;
--color_category2_light: #FBBFD8;
--color_category3_light: #FEE3BF;
--color_category4_light: #DFBFFF;

}



/* header */:root{
--color_header_base_background: #FFFFFF;
--color_header_base_text: #4D4D4D;
--color_header_state_background: rgba(255, 255, 255, 90%);
--color_header_state_text: #8d8d8d;
}
/* footer */:root{
--color_footer_base_background: #234363;
--color_footer_base_text: #FFFFFF;
}
/* gp__table */

:root{





}

/* gp__infomation */:root{








--color_infomationth_text_caution: #e2c044;
--color_infomationth_background_caution: #F1E0A2;
}






:root{
--color_form_border_base: #ABADAE;
--color_form_border_outline: #52A8EC;

--color_form_text_base: #333333;
--color_form_background: #FFFFFF;

--color_form_placeholder: #a6a6a6;
--color_form_alert: #CC0201;
--color_form_disabled: #BFBFBF;
--color_form_required: #14162f;
--color_form_checked: #1C61B2;
--color_form_success: #7ED321;
--color_form_link_base: rgba(28, 97, 178, 99%);

}

:root{
--color_submit_base: #FFFFFF;
--color_submit_backround_base: #2a4161;
--color_submit_backround_hover: #182538;
--color_submit_border_base: #2a4161;
--color_submit_border_hover: #182538;

}










:root{
--width_base: 1200px;
--width_wide: 1380px;
--width_thin: 960px;
}




	.ly-container-base {
		margin:0 auto;
	}
	@media not all and (min-width:768px) {

	.ly-container-wrapper {
    padding-left:30px;
    padding-right:30px;
	}
	.ly-container-base {
  	max-width:100%;
	}
	.ly-container-thin {
   	max-width:100%;
	}
	.ly-container-wide {
  	max-width:100%;
	}
	.ly-firstview .dnd-section,
	.dnd_area_firstview .dnd-section{
    padding-left:30px;
    padding-right:30px;
	}
  .ly-container-dnd .dnd-section{
    padding-left:30px;
    padding-right:30px;
  }
	.ly-container-dnd .dnd-section >.row-fluid {
   	max-width:100%;
	}
	}
	@media screen and (min-width:768px) {
  	.ly-container-wrapper {
    padding-left:20px;
    padding-right:20px;
    }
		.ly-container-base {
    max-width:1200px;
		}
 		.ly-container-dnd .dnd-section{
    padding-left:20px;
    padding-right:20px;
    }
	.ly-firstview .dnd-section,
	.dnd_area_firstview .dnd-section{
    padding-left:20px;
    padding-right:20px;
	}
		.dnd-section >.row-fluid {
    max-width:1200px;
		}
		.ly-firstview .dnd-section >.row-fluid,
		.dnd_area_firstview .dnd-section >.row-fluid,
		.ly-container-dnd .dnd-section >.row-fluid {
    max-width:1200px;
 		gap:10px;
		}
	}

@media screen and (min-width:1200px) {

	.ly-container-base {
		max-width: ;
	}
	.ly-container-thin {
		max-width: ;
	}
	.ly-container-wide {
		max-width: ;
	}
  .ly-container-dnd .dnd-section{
    padding-left:20px;
    padding-right:20px;
  }
	.ly-container-dnd .dnd-section >.row-fluid {
		gap:10px;
	}
}






	@media not all and (min-width:768px) {
	.ly-container-footer-wrapper {
    padding-left:30px;
    padding-right:30px;
	}
	.ly-container-footer-base {
  	max-width:100%;
	}
}

	@media screen and (min-width:768px) {

  	.ly-container-footer-wrapper {
    padding-left:20px;
    padding-right:20px;
    }
		.ly-container-footer-base {
    max-width:1200px;
		}
	}

:root {
  --maxwidth-card-mobile: 600px;
  --maxwidth_container_thin: 930px;
/*   --maxwidth-card-mobile: 560px; */
}
:root{
--fontfamily_base: Noto Sans JP;
--fontfamily_english2: azo-sans-web,sans-serif;

}


@media screen and (min-width:768px){
body{

font-family:"NotoSansCJKjp", sans-serif;
}
}





@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 300;
    src: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/fonts/NotoSansCJKjp-DemiLight.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/fonts/NotoSansCJKjp-Regular.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 400;
    font-weight: 400;
    src: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/fonts/NotoSansCJKjp-Regular.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 500;
    font-weight: 500;
    src: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/fonts/NotoSansCJKjp-Medium.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 700;
    font-weight: 700;
    src: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/fonts/NotoSansCJKjp-Bold.woff) format('woff');
    font-display: block;
}
/* 整理後に削除する */


.icon-custom_arrow01::before{
  background-image:url('https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/icon_arrow_01.svg');
}



.icon-custom_arrow02::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/arrow02.svg');
}



.icon-custom_arrow03::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/arrow03.svg');
}



.icon-custom_arrow04::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon-top-service-sub.svg');
}



.icon-custom_cta_download::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon05.svg');
}



.icon-custom_cta_contact::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/contact.svg');
}



.icon-custom_path::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/path.svg');
}



.icon-custom_tel::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_tel.svg');
}



.icon-custom_icon-svgimage_arrow02::before{
  background-image:url('https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/icon_arrow_01.svg');
}



.icon-custom_icon-bg-arrow05::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalNav.svg');
}



.icon-custom_close11::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalClose.svg');
}



.icon-custom_directory12::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_directory.svg');
}



.icon-custom_check13::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_image_check-1.svg');
}



.icon-custom_cross14::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step_cross-1.svg');
}



.icon-custom_step15::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step02-1.svg');
}



.icon-custom_step16::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step03-1.svg');
}



.icon-custom_check17::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_check-1.svg');
}



.icon-custom_arrow18::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_arrow-1.svg');
}



.icon-custom_pagenation01::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_pagenation01.svg');
}



.icon-custom_pagenation02::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_pagenation02.svg');
}



.icon-custom_prompt::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_prompt.svg');
}


.icon-custom.icon-custom_180deg::before{
transform: rotate(180deg);
}



.arrow01::before{
  background-image:url('https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/icon_arrow_01.svg');
}



.arrow02::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/arrow02.svg');
}



.arrow03::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/arrow03.svg');
}



.arrow04::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon-top-service-sub.svg');
}



.cta_download::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon05.svg');
}



.cta_contact::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/contact.svg');
}



.path::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/path.svg');
}



.tel::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_tel.svg');
}



.icon-svgimage_arrow02::before{
  background-image:url('https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/icon_arrow_01.svg');
}



.icon-bg-arrow05::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalNav.svg');
}



.close11::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalClose.svg');
}



.directory12::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_directory.svg');
}



.check13::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_image_check-1.svg');
}



.cross14::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step_cross-1.svg');
}



.step15::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step02-1.svg');
}



.step16::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step03-1.svg');
}



.check17::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_check-1.svg');
}



.arrow18::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_arrow-1.svg');
}



.pagenation01::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_pagenation01.svg');
}



.pagenation02::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_pagenation02.svg');
}



.prompt::before{
  background-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_prompt.svg');
}



.icon-custom-mask{
line-height:1;
}
.icon-custom-mask::before{
width:1em;
height:1em;
background:#000;
content:"";
display:inline-block;
			mask-position: center center;
			-webkit-mask-position: center center;
			mask-size: contain;
			-webkit-mask-size: contain;
			mask-repeat: no-repeat;
			-webkit-mask-repeat: no-repeat;
}



.icon-custom-mask_arrow01::before{
  -webkit-mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_svg_mask01.svg');
  mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_svg_mask01.svg');
}



.icon-custom-mask_arrow02::before{
  -webkit-mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/mask_arrow02.svg');
  mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/mask_arrow02.svg');
}



.icon-custom-mask_arrow03::before{
  -webkit-mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_mask03.svg');
  mask-image:url('https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_mask03.svg');
}


.svgcode1::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.29289 10.7071L0 1.41421L1.41421 0L12.1213 10.7071L1.41421 21.4142L0 20L9.29289 10.7071Z" fill="%23000"/></svg>');
}
.svgcode1:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.29289 10.7071L0 1.41421L1.41421 0L12.1213 10.7071L1.41421 21.4142L0 20L9.29289 10.7071Z" fill="%23ddd"/></svg>');
}

.svgcode2::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.178 19.871H0V22H22.178V19.871Z" fill="%234372DB"/><path d="M10.024 0V12.8L4.74501 7.52L3.23901 9.02L11.089 16.869L18.938 9.02L17.438 7.52L12.153 12.8V0H10.024Z" fill="%234372DB"/></svg>');
}
.svgcode2:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.178 19.871H0V22H22.178V19.871Z" fill="%23ddd"/><path d="M10.024 0V12.8L4.74501 7.52L3.23901 9.02L11.089 16.869L18.938 9.02L17.438 7.52L12.153 12.8V0H10.024Z" fill="%23ddd"/></svg>');
}

.svgcode3::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36499 0L13.68 8.76L25 0H2.36499Z" fill="%23000"/><path d="M13.68 11.4L0 0.808998V18H27.36V0.808998L13.68 11.4Z" fill="%23000"/></svg>');
}
.svgcode3:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36499 0L13.68 8.76L25 0H2.36499Z" fill="%23ddd"/><path d="M13.68 11.4L0 0.808998V18H27.36V0.808998L13.68 11.4Z" fill="%23ddd"/></svg>');
}

.svgcode4::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 26C20.1797 26 26 20.1797 26 13C26 5.8203 20.1797 0 13 0C5.8203 0 0 5.8203 0 13C0 20.1797 5.8203 26 13 26Z" fill="%23121212"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 2C6.92487 2 2 6.92487 2 13C2 19.0751 6.92487 24 13 24C19.0751 24 24 19.0751 24 13C24 6.92487 19.0751 2 13 2ZM0 13C0 5.8203 5.8203 0 13 0C20.1797 0 26 5.8203 26 13C26 20.1797 20.1797 26 13 26C5.8203 26 0 20.1797 0 13Z" fill="%23121212"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.8767 12.9988L10.2559 8.378L11.6701 6.96379L17.7052 12.999L11.669 19.0341L10.2549 17.6197L14.8767 12.9988Z" fill="%23FFF"/></svg>');
}
.svgcode4:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 26C20.1797 26 26 20.1797 26 13C26 5.8203 20.1797 0 13 0C5.8203 0 0 5.8203 0 13C0 20.1797 5.8203 26 13 26Z" fill="%23ddd"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 2C6.92487 2 2 6.92487 2 13C2 19.0751 6.92487 24 13 24C19.0751 24 24 19.0751 24 13C24 6.92487 19.0751 2 13 2ZM0 13C0 5.8203 5.8203 0 13 0C20.1797 0 26 5.8203 26 13C26 20.1797 20.1797 26 13 26C5.8203 26 0 20.1797 0 13Z" fill="%23ddd"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.8767 12.9988L10.2559 8.378L11.6701 6.96379L17.7052 12.999L11.669 19.0341L10.2549 17.6197L14.8767 12.9988Z" fill="%23ddd"/></svg>');
}

.svgcode5::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.072 3V5.457H20.633L13.466 12.623L15.203 14.36L22.369 7.194V11.755H24.826V3H16.072Z" fill="%234372DB"/><path d="M3 5.58502V24.828H22.241V14.018H20.1V22.688H5.138V7.72302H13.808V5.58502H3Z" fill="%234372DB"/></svg>');
}
.svgcode5:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.072 3V5.457H20.633L13.466 12.623L15.203 14.36L22.369 7.194V11.755H24.826V3H16.072Z" fill="%23ddd"/><path d="M3 5.58502V24.828H22.241V14.018H20.1V22.688H5.138V7.72302H13.808V5.58502H3Z" fill="%23ddd"/></svg>');
}

.svgcode6::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.29289 10.7071L0 1.41421L1.41421 0L12.1213 10.7071L1.41421 21.4142L0 20L9.29289 10.7071Z" fill="%23333"/></svg>');
}
.svgcode6:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.29289 10.7071L0 1.41421L1.41421 0L12.1213 10.7071L1.41421 21.4142L0 20L9.29289 10.7071Z" fill="%23ddd"/></svg>');
}


.cp-breadcrumb-webtop ul li::before {
	background-image: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/path.svg);
}







@media not all and (min-width: 768px){
.ut-backgroundImage-repeat-1{
background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/bg-repeat-grid-mobile-1.svg);
background-repeat:repeat;
}
}

@media screen and (min-width:768px){
.ut-backgroundImage-repeat-1{
background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/bg-repeat-grid-base-1.svg);
background-repeat:repeat;
}
}
/* @tailwind base; */

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.ml-auto {
  margin-left: auto
}

.mr-auto {
  margin-right: auto
}

.mt-0 {
  margin-top: 0px
}

.mt-0\.5 {
  margin-top: 0.125rem
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-1\.5 {
  margin-top: 0.375rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-2\.5 {
  margin-top: 0.625rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mt-3\.5 {
  margin-top: 0.875rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-7 {
  margin-top: 1.75rem
}

.mt-8 {
  margin-top: 2rem
}

.mt-9 {
  margin-top: 2.25rem
}

.mt-px {
  margin-top: 1px
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.h-0 {
  height: 0px
}

.h-0\.5 {
  height: 0.125rem
}

.h-1 {
  height: 0.25rem
}

.h-1\.5 {
  height: 0.375rem
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-2 {
  height: 0.5rem
}

.h-2\.5 {
  height: 0.625rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-28 {
  height: 7rem
}

.h-3 {
  height: 0.75rem
}

.h-3\.5 {
  height: 0.875rem
}

.h-32 {
  height: 8rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.w-0 {
  width: 0px
}

.w-0\.5 {
  width: 0.125rem
}

.w-1 {
  width: 0.25rem
}

.w-1\.5 {
  width: 0.375rem
}

.w-1\/12 {
  width: 8.333333%
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-1\/4 {
  width: 25%
}

.w-1\/5 {
  width: 20%
}

.w-1\/6 {
  width: 16.666667%
}

.w-10\/12 {
  width: 83.333333%
}

.w-11\/12 {
  width: 91.666667%
}

.w-2 {
  width: 0.5rem
}

.w-2\.5 {
  width: 0.625rem
}

.w-2\/12 {
  width: 16.666667%
}

.w-2\/3 {
  width: 66.666667%
}

.w-2\/4 {
  width: 50%
}

.w-2\/5 {
  width: 40%
}

.w-2\/6 {
  width: 33.333333%
}

.w-3 {
  width: 0.75rem
}

.w-3\.5 {
  width: 0.875rem
}

.w-3\/12 {
  width: 25%
}

.w-3\/4 {
  width: 75%
}

.w-3\/5 {
  width: 60%
}

.w-3\/6 {
  width: 50%
}

.w-4\/12 {
  width: 33.333333%
}

.w-4\/5 {
  width: 80%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/12 {
  width: 41.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-px {
  width: 1px
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-items-start {
  justify-items: start
}

.justify-items-end {
  justify-items: end
}

.justify-items-center {
  justify-items: center
}

.gap-0 {
  gap: 0px
}

.gap-0\.5 {
  gap: 0.125rem
}

.gap-1 {
  gap: 0.25rem
}

.gap-1\.5 {
  gap: 0.375rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-11 {
  gap: 2.75rem
}

.gap-12 {
  gap: 3rem
}

.gap-12\.5 {
  gap: 3.125rem
}

.gap-14 {
  gap: 3.5rem
}

.gap-15 {
  gap: 3.75rem
}

.gap-16 {
  gap: 4rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-2\.5 {
  gap: 0.625rem
}

.gap-20 {
  gap: 5rem
}

.gap-22\.5 {
  gap: 5.625rem
}

.gap-24 {
  gap: 6rem
}

.gap-25 {
  gap: 6.25rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-3\.5 {
  gap: 0.875rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-7\.5 {
  gap: 1.875rem
}

.gap-8 {
  gap: 2rem
}

.gap-9 {
  gap: 2.25rem
}

.gap-px {
  gap: 1px
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem
}

.gap-x-12\.5 {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem
}

.gap-x-15 {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem
}

.gap-x-22\.5 {
  -moz-column-gap: 5.625rem;
       column-gap: 5.625rem
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem
}

.gap-x-25 {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem
}

.gap-x-7\.5 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px
}

.gap-y-0 {
  row-gap: 0px
}

.gap-y-0\.5 {
  row-gap: 0.125rem
}

.gap-y-1 {
  row-gap: 0.25rem
}

.gap-y-1\.5 {
  row-gap: 0.375rem
}

.gap-y-10 {
  row-gap: 2.5rem
}

.gap-y-11 {
  row-gap: 2.75rem
}

.gap-y-12 {
  row-gap: 3rem
}

.gap-y-12\.5 {
  row-gap: 3.125rem
}

.gap-y-14 {
  row-gap: 3.5rem
}

.gap-y-15 {
  row-gap: 3.75rem
}

.gap-y-16 {
  row-gap: 4rem
}

.gap-y-2 {
  row-gap: 0.5rem
}

.gap-y-2\.5 {
  row-gap: 0.625rem
}

.gap-y-20 {
  row-gap: 5rem
}

.gap-y-22\.5 {
  row-gap: 5.625rem
}

.gap-y-24 {
  row-gap: 6rem
}

.gap-y-25 {
  row-gap: 6.25rem
}

.gap-y-3 {
  row-gap: 0.75rem
}

.gap-y-3\.5 {
  row-gap: 0.875rem
}

.gap-y-4 {
  row-gap: 1rem
}

.gap-y-5 {
  row-gap: 1.25rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

.gap-y-7 {
  row-gap: 1.75rem
}

.gap-y-7\.5 {
  row-gap: 1.875rem
}

.gap-y-8 {
  row-gap: 2rem
}

.gap-y-9 {
  row-gap: 2.25rem
}

.gap-y-px {
  row-gap: 1px
}

.rounded {
  border-radius: 0.25rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-sm {
  border-radius: 0.125rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

.px-px {
  padding-left: 1px;
  padding-right: 1px
}

.pb-0 {
  padding-bottom: 0px
}

.pb-0\.5 {
  padding-bottom: 0.125rem
}

.pb-1 {
  padding-bottom: 0.25rem
}

.pb-1\.5 {
  padding-bottom: 0.375rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pb-2 {
  padding-bottom: 0.5rem
}

.pb-2\.5 {
  padding-bottom: 0.625rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pb-3\.5 {
  padding-bottom: 0.875rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pb-7 {
  padding-bottom: 1.75rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pb-9 {
  padding-bottom: 2.25rem
}

.pb-px {
  padding-bottom: 1px
}

.pt-0 {
  padding-top: 0px
}

.pt-0\.5 {
  padding-top: 0.125rem
}

.pt-1 {
  padding-top: 0.25rem
}

.pt-1\.5 {
  padding-top: 0.375rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-2\.5 {
  padding-top: 0.625rem
}

.pt-3 {
  padding-top: 0.75rem
}

.pt-3\.5 {
  padding-top: 0.875rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pt-7 {
  padding-top: 1.75rem
}

.pt-8 {
  padding-top: 2rem
}

.pt-9 {
  padding-top: 2.25rem
}

.pt-px {
  padding-top: 1px
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.text-8xl {
  font-size: 6rem;
  line-height: 1
}

.text-9xl {
  font-size: 8rem;
  line-height: 1
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.font-bold {
  font-weight: 700
}

.leading-10 {
  line-height: 2.5rem
}

.leading-3 {
  line-height: .75rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-9 {
  line-height: 2.25rem
}

.leading-loose {
  line-height: 2
}

.leading-none {
  line-height: 1
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-snug {
  line-height: 1.375
}

.leading-tight {
  line-height: 1.25
}

.tracking-normal {
  letter-spacing: 0em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.underline {
  text-decoration-line: underline
}

.line-through {
  text-decoration-line: line-through
}

.no-underline {
  text-decoration-line: none
}

@media not all and (min-width: 768px) {
  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .max-md\:ml-auto {
    margin-left: auto
  }

  .max-md\:mr-auto {
    margin-right: auto
  }

  .max-md\:mt-0 {
    margin-top: 0px
  }

  .max-md\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .max-md\:mt-1 {
    margin-top: 0.25rem
  }

  .max-md\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .max-md\:mt-10 {
    margin-top: 2.5rem
  }

  .max-md\:mt-2 {
    margin-top: 0.5rem
  }

  .max-md\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .max-md\:mt-3 {
    margin-top: 0.75rem
  }

  .max-md\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .max-md\:mt-4 {
    margin-top: 1rem
  }

  .max-md\:mt-5 {
    margin-top: 1.25rem
  }

  .max-md\:mt-6 {
    margin-top: 1.5rem
  }

  .max-md\:mt-7 {
    margin-top: 1.75rem
  }

  .max-md\:mt-8 {
    margin-top: 2rem
  }

  .max-md\:mt-9 {
    margin-top: 2.25rem
  }

  .max-md\:mt-px {
    margin-top: 1px
  }

  .max-md\:flex {
    display: flex
  }

  .max-md\:grid {
    display: grid
  }

  .max-md\:h-0 {
    height: 0px
  }

  .max-md\:h-0\.5 {
    height: 0.125rem
  }

  .max-md\:h-1 {
    height: 0.25rem
  }

  .max-md\:h-1\.5 {
    height: 0.375rem
  }

  .max-md\:h-10 {
    height: 2.5rem
  }

  .max-md\:h-11 {
    height: 2.75rem
  }

  .max-md\:h-12 {
    height: 3rem
  }

  .max-md\:h-14 {
    height: 3.5rem
  }

  .max-md\:h-16 {
    height: 4rem
  }

  .max-md\:h-2 {
    height: 0.5rem
  }

  .max-md\:h-2\.5 {
    height: 0.625rem
  }

  .max-md\:h-20 {
    height: 5rem
  }

  .max-md\:h-24 {
    height: 6rem
  }

  .max-md\:h-28 {
    height: 7rem
  }

  .max-md\:h-3 {
    height: 0.75rem
  }

  .max-md\:h-3\.5 {
    height: 0.875rem
  }

  .max-md\:h-32 {
    height: 8rem
  }

  .max-md\:h-4 {
    height: 1rem
  }

  .max-md\:h-5 {
    height: 1.25rem
  }

  .max-md\:h-6 {
    height: 1.5rem
  }

  .max-md\:h-7 {
    height: 1.75rem
  }

  .max-md\:h-8 {
    height: 2rem
  }

  .max-md\:h-9 {
    height: 2.25rem
  }

  .max-md\:w-0 {
    width: 0px
  }

  .max-md\:w-0\.5 {
    width: 0.125rem
  }

  .max-md\:w-1 {
    width: 0.25rem
  }

  .max-md\:w-1\.5 {
    width: 0.375rem
  }

  .max-md\:w-1\/12 {
    width: 8.333333%
  }

  .max-md\:w-1\/2 {
    width: 50%
  }

  .max-md\:w-1\/3 {
    width: 33.333333%
  }

  .max-md\:w-1\/4 {
    width: 25%
  }

  .max-md\:w-1\/5 {
    width: 20%
  }

  .max-md\:w-1\/6 {
    width: 16.666667%
  }

  .max-md\:w-10\/12 {
    width: 83.333333%
  }

  .max-md\:w-11\/12 {
    width: 91.666667%
  }

  .max-md\:w-2 {
    width: 0.5rem
  }

  .max-md\:w-2\.5 {
    width: 0.625rem
  }

  .max-md\:w-2\/12 {
    width: 16.666667%
  }

  .max-md\:w-2\/3 {
    width: 66.666667%
  }

  .max-md\:w-2\/4 {
    width: 50%
  }

  .max-md\:w-2\/5 {
    width: 40%
  }

  .max-md\:w-2\/6 {
    width: 33.333333%
  }

  .max-md\:w-3 {
    width: 0.75rem
  }

  .max-md\:w-3\.5 {
    width: 0.875rem
  }

  .max-md\:w-3\/12 {
    width: 25%
  }

  .max-md\:w-3\/4 {
    width: 75%
  }

  .max-md\:w-3\/5 {
    width: 60%
  }

  .max-md\:w-3\/6 {
    width: 50%
  }

  .max-md\:w-4\/12 {
    width: 33.333333%
  }

  .max-md\:w-4\/5 {
    width: 80%
  }

  .max-md\:w-4\/6 {
    width: 66.666667%
  }

  .max-md\:w-5\/12 {
    width: 41.666667%
  }

  .max-md\:w-5\/6 {
    width: 83.333333%
  }

  .max-md\:w-6\/12 {
    width: 50%
  }

  .max-md\:w-7\/12 {
    width: 58.333333%
  }

  .max-md\:w-8\/12 {
    width: 66.666667%
  }

  .max-md\:w-9\/12 {
    width: 75%
  }

  .max-md\:w-auto {
    width: auto
  }

  .max-md\:w-full {
    width: 100%
  }

  .max-md\:w-px {
    width: 1px
  }

  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .max-md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .max-md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .max-md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .max-md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .max-md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .max-md\:flex-row {
    flex-direction: row
  }

  .max-md\:flex-col {
    flex-direction: column
  }

  .max-md\:items-start {
    align-items: flex-start
  }

  .max-md\:items-end {
    align-items: flex-end
  }

  .max-md\:items-center {
    align-items: center
  }

  .max-md\:justify-start {
    justify-content: flex-start
  }

  .max-md\:justify-end {
    justify-content: flex-end
  }

  .max-md\:justify-center {
    justify-content: center
  }

  .max-md\:justify-items-start {
    justify-items: start
  }

  .max-md\:justify-items-end {
    justify-items: end
  }

  .max-md\:justify-items-center {
    justify-items: center
  }
  .max-md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px
  }

  .max-md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem
  }

  .max-md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem
  }

  .max-md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem
  }

  .max-md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem
  }

  .max-md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem
  }

  .max-md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem
  }

  .max-md\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem
  }

  .max-md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem
  }

  .max-md\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem
  }

  .max-md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem
  }

  .max-md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem
  }

  .max-md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem
  }

  .max-md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem
  }

  .max-md\:gap-x-22\.5 {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem
  }

  .max-md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem
  }

  .max-md\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem
  }

  .max-md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem
  }

  .max-md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem
  }

  .max-md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem
  }

  .max-md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem
  }

  .max-md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem
  }

  .max-md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem
  }

  .max-md\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem
  }

  .max-md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem
  }

  .max-md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem
  }

  .max-md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px
  }

  .max-md\:gap-y-0 {
    row-gap: 0px
  }

  .max-md\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .max-md\:gap-y-1 {
    row-gap: 0.25rem
  }

  .max-md\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .max-md\:gap-y-10 {
    row-gap: 2.5rem
  }

  .max-md\:gap-y-11 {
    row-gap: 2.75rem
  }

  .max-md\:gap-y-12 {
    row-gap: 3rem
  }

  .max-md\:gap-y-12\.5 {
    row-gap: 3.125rem
  }

  .max-md\:gap-y-14 {
    row-gap: 3.5rem
  }

  .max-md\:gap-y-15 {
    row-gap: 3.75rem
  }

  .max-md\:gap-y-16 {
    row-gap: 4rem
  }

  .max-md\:gap-y-2 {
    row-gap: 0.5rem
  }

  .max-md\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .max-md\:gap-y-20 {
    row-gap: 5rem
  }

  .max-md\:gap-y-22\.5 {
    row-gap: 5.625rem
  }

  .max-md\:gap-y-24 {
    row-gap: 6rem
  }

  .max-md\:gap-y-25 {
    row-gap: 6.25rem
  }

  .max-md\:gap-y-3 {
    row-gap: 0.75rem
  }

  .max-md\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .max-md\:gap-y-4 {
    row-gap: 1rem
  }

  .max-md\:gap-y-5 {
    row-gap: 1.25rem
  }

  .max-md\:gap-y-6 {
    row-gap: 1.5rem
  }

  .max-md\:gap-y-7 {
    row-gap: 1.75rem
  }

  .max-md\:gap-y-7\.5 {
    row-gap: 1.875rem
  }

  .max-md\:gap-y-8 {
    row-gap: 2rem
  }

  .max-md\:gap-y-9 {
    row-gap: 2.25rem
  }

  .max-md\:gap-y-px {
    row-gap: 1px
  }

  .max-md\:rounded {
    border-radius: 0.25rem
  }

  .max-md\:rounded-2xl {
    border-radius: 1rem
  }

  .max-md\:rounded-3xl {
    border-radius: 1.5rem
  }

  .max-md\:rounded-full {
    border-radius: 9999px
  }

  .max-md\:rounded-lg {
    border-radius: 0.5rem
  }

  .max-md\:rounded-md {
    border-radius: 0.375rem
  }

  .max-md\:rounded-sm {
    border-radius: 0.125rem
  }

  .max-md\:rounded-xl {
    border-radius: 0.75rem
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .max-md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .max-md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .max-md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .max-md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .max-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .max-md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .max-md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .max-md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .max-md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .max-md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .max-md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .max-md\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .max-md\:pb-0 {
    padding-bottom: 0px
  }

  .max-md\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .max-md\:pb-1 {
    padding-bottom: 0.25rem
  }

  .max-md\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .max-md\:pb-10 {
    padding-bottom: 2.5rem
  }

  .max-md\:pb-2 {
    padding-bottom: 0.5rem
  }

  .max-md\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .max-md\:pb-3 {
    padding-bottom: 0.75rem
  }

  .max-md\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .max-md\:pb-4 {
    padding-bottom: 1rem
  }

  .max-md\:pb-5 {
    padding-bottom: 1.25rem
  }

  .max-md\:pb-6 {
    padding-bottom: 1.5rem
  }

  .max-md\:pb-7 {
    padding-bottom: 1.75rem
  }

  .max-md\:pb-8 {
    padding-bottom: 2rem
  }

  .max-md\:pb-9 {
    padding-bottom: 2.25rem
  }

  .max-md\:pb-px {
    padding-bottom: 1px
  }

  .max-md\:pt-0 {
    padding-top: 0px
  }

  .max-md\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .max-md\:pt-1 {
    padding-top: 0.25rem
  }

  .max-md\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .max-md\:pt-10 {
    padding-top: 2.5rem
  }

  .max-md\:pt-2 {
    padding-top: 0.5rem
  }

  .max-md\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .max-md\:pt-3 {
    padding-top: 0.75rem
  }

  .max-md\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .max-md\:pt-4 {
    padding-top: 1rem
  }

  .max-md\:pt-5 {
    padding-top: 1.25rem
  }

  .max-md\:pt-6 {
    padding-top: 1.5rem
  }

  .max-md\:pt-7 {
    padding-top: 1.75rem
  }

  .max-md\:pt-8 {
    padding-top: 2rem
  }

  .max-md\:pt-9 {
    padding-top: 2.25rem
  }

  .max-md\:pt-px {
    padding-top: 1px
  }

  .max-md\:text-left {
    text-align: left
  }

  .max-md\:text-center {
    text-align: center
  }

  .max-md\:text-right {
    text-align: right
  }

  .max-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .max-md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .max-md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .max-md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .max-md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .max-md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .max-md\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .max-md\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .max-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .max-md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .max-md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .max-md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .max-md\:leading-10 {
    line-height: 2.5rem
  }

  .max-md\:leading-3 {
    line-height: .75rem
  }

  .max-md\:leading-4 {
    line-height: 1rem
  }

  .max-md\:leading-5 {
    line-height: 1.25rem
  }

  .max-md\:leading-6 {
    line-height: 1.5rem
  }

  .max-md\:leading-7 {
    line-height: 1.75rem
  }

  .max-md\:leading-8 {
    line-height: 2rem
  }

  .max-md\:leading-9 {
    line-height: 2.25rem
  }

  .max-md\:leading-loose {
    line-height: 2
  }

  .max-md\:leading-none {
    line-height: 1
  }

  .max-md\:leading-normal {
    line-height: 1.5
  }

  .max-md\:leading-relaxed {
    line-height: 1.625
  }

  .max-md\:leading-snug {
    line-height: 1.375
  }

  .max-md\:leading-tight {
    line-height: 1.25
  }

  .max-md\:tracking-normal {
    letter-spacing: 0em
  }

  .max-md\:tracking-tight {
    letter-spacing: -0.025em
  }

  .max-md\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .max-md\:tracking-wide {
    letter-spacing: 0.025em
  }

  .max-md\:tracking-wider {
    letter-spacing: 0.05em
  }

  .max-md\:tracking-widest {
    letter-spacing: 0.1em
  }
}

@media (min-width: 768px) {


  .md\:mt-20 {
    margin-top: 5rem
  }

  .md\:flex {
    display: flex
  }

  .md\:grid {
    display: grid
  }

  .md\:w-1\/12 {
    width: 8.333333%
  }

  .md\:w-10\/12 {
    width: 83.333333%
  }

  .md\:w-11\/12 {
    width: 91.666667%
  }

  .md\:w-2\/12 {
    width: 16.666667%
  }

  .md\:w-3\/12 {
    width: 25%
  }

  .md\:w-4\/12 {
    width: 33.333333%
  }

  .md\:w-5\/12 {
    width: 41.666667%
  }

  .md\:w-6\/12 {
    width: 50%
  }

  .md\:w-7\/12 {
    width: 58.333333%
  }

  .md\:w-8\/12 {
    width: 66.666667%
  }

  .md\:w-9\/12 {
    width: 75%
  }

  .md\:w-full {
    width: 100%
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col {
    flex-direction: column
  }

  .md\:items-start {
    align-items: flex-start
  }

  .md\:items-end {
    align-items: flex-end
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-start {
    justify-content: flex-start
  }

  .md\:justify-end {
    justify-content: flex-end
  }

  .md\:justify-center {
    justify-content: center
  }

  .md\:justify-items-start {
    justify-items: start
  }

  .md\:justify-items-end {
    justify-items: end
  }

  .md\:justify-items-center {
    justify-items: center
  }
  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem
  }

  .md\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem
  }

  .md\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem
  }

  .md\:gap-x-22\.5 {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem
  }

  .md\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem
  }

  .md\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px
  }

  .md\:gap-y-0 {
    row-gap: 0px
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem
  }

  .md\:gap-y-12 {
    row-gap: 3rem
  }

  .md\:gap-y-12\.5 {
    row-gap: 3.125rem
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem
  }

  .md\:gap-y-15 {
    row-gap: 3.75rem
  }

  .md\:gap-y-16 {
    row-gap: 4rem
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .md\:gap-y-20 {
    row-gap: 5rem
  }

  .md\:gap-y-22\.5 {
    row-gap: 5.625rem
  }

  .md\:gap-y-24 {
    row-gap: 6rem
  }

  .md\:gap-y-25 {
    row-gap: 6.25rem
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .md\:gap-y-4 {
    row-gap: 1rem
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem
  }

  .md\:gap-y-7\.5 {
    row-gap: 1.875rem
  }

  .md\:gap-y-8 {
    row-gap: 2rem
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem
  }

  .md\:gap-y-px {
    row-gap: 1px
  }
}
@media (min-width: 768px) and (max-width: 1200px) {

  .tb\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px
  }

  .tb\:gap-x-\[0\.167vw\] {
    -moz-column-gap: 0.167vw;
         column-gap: 0.167vw
  }

  .tb\:gap-x-\[0\.333vw\] {
    -moz-column-gap: 0.333vw;
         column-gap: 0.333vw
  }

  .tb\:gap-x-\[0\.417vw\] {
    -moz-column-gap: 0.417vw;
         column-gap: 0.417vw
  }

  .tb\:gap-x-\[0\.5vw\] {
    -moz-column-gap: 0.5vw;
         column-gap: 0.5vw
  }

  .tb\:gap-x-\[0\.667vw\] {
    -moz-column-gap: 0.667vw;
         column-gap: 0.667vw
  }

  .tb\:gap-x-\[0\.833vw\] {
    -moz-column-gap: 0.833vw;
         column-gap: 0.833vw
  }

  .tb\:gap-x-\[1\.167vw\] {
    -moz-column-gap: 1.167vw;
         column-gap: 1.167vw
  }

  .tb\:gap-x-\[1\.333vw\] {
    -moz-column-gap: 1.333vw;
         column-gap: 1.333vw
  }

  .tb\:gap-x-\[1\.667vw\] {
    -moz-column-gap: 1.667vw;
         column-gap: 1.667vw
  }

  .tb\:gap-x-\[1vw\] {
    -moz-column-gap: 1vw;
         column-gap: 1vw
  }

  .tb\:gap-x-\[2\.333vw\] {
    -moz-column-gap: 2.333vw;
         column-gap: 2.333vw
  }

  .tb\:gap-x-\[2\.5vw\] {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw
  }

  .tb\:gap-x-\[2\.667vw\] {
    -moz-column-gap: 2.667vw;
         column-gap: 2.667vw
  }

  .tb\:gap-x-\[2vw\] {
    -moz-column-gap: 2vw;
         column-gap: 2vw
  }

  .tb\:gap-x-\[3\.333vw\] {
    -moz-column-gap: 3.333vw;
         column-gap: 3.333vw
  }

  .tb\:gap-x-\[3\.667vw\] {
    -moz-column-gap: 3.667vw;
         column-gap: 3.667vw
  }

  .tb\:gap-x-\[3vw\] {
    -moz-column-gap: 3vw;
         column-gap: 3vw
  }

  .tb\:gap-x-\[4\.167vw\] {
    -moz-column-gap: 4.167vw;
         column-gap: 4.167vw
  }

  .tb\:gap-x-\[4\.667vw\] {
    -moz-column-gap: 4.667vw;
         column-gap: 4.667vw
  }

  .tb\:gap-x-\[4vw\] {
    -moz-column-gap: 4vw;
         column-gap: 4vw
  }

  .tb\:gap-x-\[5\.333vw\] {
    -moz-column-gap: 5.333vw;
         column-gap: 5.333vw
  }

  .tb\:gap-x-\[5\.833vw\] {
    -moz-column-gap: 5.833vw;
         column-gap: 5.833vw
  }

  .tb\:gap-x-\[5vw\] {
    -moz-column-gap: 5vw;
         column-gap: 5vw
  }

  .tb\:gap-x-\[6\.667vw\] {
    -moz-column-gap: 6.667vw;
         column-gap: 6.667vw
  }

  .tb\:gap-x-\[7\.5vw\] {
    -moz-column-gap: 7.5vw;
         column-gap: 7.5vw
  }

  .tb\:gap-x-\[8\.333vw\] {
    -moz-column-gap: 8.333vw;
         column-gap: 8.333vw
  }

  .tb\:gap-x-\[8vw\] {
    -moz-column-gap: 8vw;
         column-gap: 8vw
  }

  .tb\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px
  }
}
@media not all and (min-width: 768px) {
  .ly-grid__item {
    display: inherit;
  }
}

.ly-grid.flex > .ly-grid__item {
  display: unset;
}
.cta-common-uoiog, .cta-common-vfoxg, .btn-download-ctaarea a,
.cta-download-ctaarea, .btn-ask-ctaarea a,
.cta-ask-ctaarea, .btn-contact-ctaarea a,
.cta-contact-ctaarea {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.cta-download-thank, .btn-service-download a,
.cta-service-download, .btn-navy a, .btn-service-ask a,
.cta-service-ask {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.cta-download-thank:hover, .btn-service-download a:hover,
.cta-service-download:hover, .btn-navy a:hover, .btn-service-ask a:hover,
.cta-service-ask:hover {
  text-decoration: none;
}
.cta-download-thank:focus, .btn-service-download a:focus,
.cta-service-download:focus, .btn-navy a:focus, .btn-service-ask a:focus,
.cta-service-ask:focus {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .widget-type-cta {
    width: 100%;
  }
}
.widget-type-cta .hs_cos_wrapper_type_cta {
  display: contents;
}
.widget-type-cta .hs-cta-embed {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .widget-type-cta .hs-cta-embed {
    width: 100%;
  }
}
.hs_cos_wrapper_type_cta .hs-cta-embed {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
@media not all and (min-width: 768px) {
  .hs_cos_wrapper_type_cta .hs-cta-embed {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .widget-type-cta {
    width: 100%;
  }
}
.widget-type-cta .hs_cos_wrapper_type_cta {
  display: contents;
}
.widget-type-cta .hs-cta-embed {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .widget-type-cta .hs-cta-embed {
    width: 100%;
  }
}

.hs_cos_wrapper_type_cta .hs-cta-embed {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
@media not all and (min-width: 768px) {
  .hs_cos_wrapper_type_cta .hs-cta-embed {
    width: 100%;
  }
}

.hs-web-interactive-inline {
  width: 100%;
  display: inline-block;
}

/*
.cta-header-contact,
.cta-header-download {
	box-sizing: border-box !important;

	.cta-element {
		box-sizing: border-box !important;
		display: inline-flex;
		align-items: center;
		width: 100%;
		transition-property: background-color, color;
		transition-duration: .2s;
		transition-timing-function: ease;

		&__icon {
			display: inline-grid;
			align-items: center;
			width: 1em;
			height: 1em;

			&::before {
				display: inline-block;
				width: inherit;
				height: inherit;
				content: "";
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center;
			}
		}

		@media not all and (min-width:1330px) {
			flex-direction: column;
			justify-content: center;
			width: 70px;
			height: 70px;
			gap: 0.25em;
			font-size: 500;

			&__icon {
				font-size: 24px;
			}

			&__text--thin {
				font-size: 10px;
				line-height: 1;
			}

			&__text--wide {
				display: none;
			}
		}

		@media screen and (min-width:1330px) {
			font-weight: 700;
			gap: 0.5em;
			max-width: 270px;
			min-height: 70px;
			padding: .5em;
			min-width: 230px;
			justify-content: center;

			&__icon {
				font-size: 24px;
			}

			&__text--thin {
				display: none;
			}

			&__text--wide {
				font-size: 18px;
				letter-spacing: .05em;
			}
		}
	}
}



.cta-header-contact {
	.cta-element {
		color: var(--color_text_white);
		background-color: var(--color_secondary_base);
		font-size: 18px;
		border-width: 1px;
		border-style: solid;
		border-color: var(--color_secondary_base);

		&__icon {

			&::before {
				background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36499 0L13.68 8.76L25 0H2.36499Z" fill="%23fff" /><path d="M13.68 11.4L0 0.808998V18H27.36V0.808998L13.68 11.4Z" fill="%23fff" /></svg>');
			}
		}
	}

	&:hover {
		.cta-element {
			background-color: var(--color_bg_white);
			color: var(--color_secondary_base);

			&__icon {
				&::before {
					background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 28 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36499 0L13.68 8.76L25 0H2.36499Z" fill="%23FF9100" /><path d="M13.68 11.4L0 0.808998V18H27.36V0.808998L13.68 11.4Z" fill="%23FF9100" /></svg>');
				}
			}
		}
	}
}

.cta-header-download {

	.cta-element {
		color: var(--color_text_white);
		background-color: var(--color_primary_base);
		font-size: 18px;
		border-width: 1px;
		border-style: solid;
		border-color: var(--color_primary_base);

		&__icon {
			&::before {
				background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.178 19.871H0V22H22.178V19.871Z" fill="%23fff" /><path d="M10.024 0V12.8L4.74501 7.52L3.23901 9.02L11.089 16.869L18.938 9.02L17.438 7.52L12.153 12.8V0H10.024Z" fill="%23fff" /></svg>');
			}
		}
	}

	&:hover {
		.cta-element {
			background-color: var(--color_bg_white);
			color: var(--color_primary_base);

			&__icon {
				&::before {
					background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.178 19.871H0V22H22.178V19.871Z" fill="%234372DB" /><path d="M10.024 0V12.8L4.74501 7.52L3.23901 9.02L11.089 16.869L18.938 9.02L17.438 7.52L12.153 12.8V0H10.024Z" fill="%234372DB" /></svg>');
				}
			}
		}
	}
}
*/
.cta-common-uoiog {
  border: solid 2px #121212;
  background-color: var(--color_cta4_base);
  letter-spacing: 0.05em;
  color: #121212;
  line-height: 1.25;
  padding: 0.5em;
}
@media not all and (min-width: 768px) {
  .cta-common-uoiog {
    border-radius: 12px;
    max-width: 320px;
    min-height: 70px;
    font-size: 25px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .cta-common-uoiog {
    max-width: 400px;
    min-height: 100px;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 600;
  }
}

.cta-common-vfoxg {
  padding: 0.5em;
  background-color: var(--color_cta3_base);
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .cta-common-vfoxg {
    max-width: 320px;
    min-height: 70px;
    font-size: 25px;
    border-radius: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .cta-common-vfoxg {
    max-width: 400px;
    min-height: 100px;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 600;
  }
}

.bl-cta-mbmdl {
  text-align: center;
}
.bl-cta-mbmdl__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cta-download-thank {
  background-color: var(--color_theme_dark1);
  background-color: var(--color_primary_base);
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: var(--color_text_white);
  text-align: center;
  padding: 0.5em;
  font-weight: 700;
}
.cta-download-thank::before, .cta-download-thank::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cta-download-thank::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cta-download-thank::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cta-download-thank {
    min-height: 60px;
    font-size: 18px;
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .cta-download-thank {
    font-size: 24px;
    min-height: 75px;
    max-width: 380px;
  }
}

.btn-service-download {
  height: 100%;
}

.btn-service-download a,
.cta-service-download {
  width: 100%;
  border-radius: 10px;
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.5em;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-service-download a::before, .btn-service-download a::after,
.cta-service-download::before,
.cta-service-download::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn-service-download a::before,
.cta-service-download::before {
  margin-top: calc((1 - 1.33) * 0.5em);
}
.btn-service-download a::after,
.cta-service-download::after {
  margin-bottom: calc((1 - 1.33) * 0.5em);
}
.btn-service-download a:hover,
.cta-service-download:hover {
  opacity: 0.6;
}
.btn-service-download a span,
.cta-service-download span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .btn-service-download a,
  .cta-service-download {
    min-height: 80px;
    max-width: 240px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-service-download a,
  .cta-service-download {
    min-height: 70px;
    max-width: 370px;
    font-size: 22px;
  }
}
.btn-navy,
.btn-service-ask {
  height: 100%;
}

.btn-navy a,
.btn-service-ask a,
.cta-service-ask {
  width: 100%;
  border-radius: 10px;
  background-color: var(--color_secondary_base);
  color: var(--color_text_white);
  font-weight: 600;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  line-height: 1.33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.5em;
  height: 100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-navy a {
  background-color: #234363;
}
.btn-navy a::before, .btn-navy a::after,
.btn-service-ask a::before, .btn-service-ask a::after,
.cta-service-ask::before,
.cta-service-ask::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn-navy a::before,
.btn-service-ask a::before,
.cta-service-ask::before {
  margin-top: calc((1 - 1.33) * 0.5em);
}
.btn-navy a::after,
.btn-service-ask a::after,
.cta-service-ask::after {
  margin-bottom: calc((1 - 1.33) * 0.5em);
}
.btn-navy a:hover,
.btn-service-ask a:hover,
.cta-service-ask:hover {
  opacity: 0.6;
}
.btn-navy a span,
.btn-service-ask a span,
.cta-service-ask span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .btn-navy a,
  .btn-service-ask a,
  .cta-service-ask {
    min-height: 60px;
    max-width: 240px;
    padding: 0.5em 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-navy a,
  .btn-service-ask a,
  .cta-service-ask {
    min-height: 70px;
    max-width: 370px;
    font-size: 22px;
  }
}
.btn-download-ctaarea a,
.cta-download-ctaarea {
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_theme_dark5);
  letter-spacing: 0.05em;
  background-color: var(--color_bg_white);
  color: var(--color_text_base);
  line-height: 1.25;
  padding: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media not all and (min-width: 768px) {
  .btn-download-ctaarea a,
  .cta-download-ctaarea {
    border-radius: 12px;
    max-width: 320px;
    min-height: 70px;
    font-size: 25px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .btn-download-ctaarea a,
  .cta-download-ctaarea {
    max-width: 400px;
    min-height: 100px;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 600;
  }
}

.btn-ask-ctaarea a,
.cta-ask-ctaarea {
  padding: 0.5em;
  background-color: var(--color_cta3_base);
  color: var(--color_text_white);
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_cta3_base);
}
@media not all and (min-width: 768px) {
  .btn-ask-ctaarea a,
  .cta-ask-ctaarea {
    max-width: 320px;
    min-height: 70px;
    font-size: 25px;
    border-radius: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .btn-ask-ctaarea a,
  .cta-ask-ctaarea {
    max-width: 400px;
    min-height: 100px;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 600;
  }
}

.btn-contact-ctaarea a,
.cta-contact-ctaarea {
  padding: 0.5em;
  background-color: var(--color_cta3_base);
  color: var(--color_text_white);
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_cta3_base);
}
@media not all and (min-width: 768px) {
  .btn-contact-ctaarea a,
  .cta-contact-ctaarea {
    max-width: 320px;
    min-height: 70px;
    font-size: 25px;
    border-radius: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .btn-contact-ctaarea a,
  .cta-contact-ctaarea {
    max-width: 400px;
    min-height: 100px;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 600;
  }
}

.ml-cta-bannerv {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 768px) {
  .ml-cta-bannerv {
    gap: 20px;
  }
  .ml-cta-bannerv__item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ml-cta-bannerv {
    gap: 60px;
    max-width: 800px;
  }
  .ml-cta-bannerv__item {
    margin-bottom: 30px;
  }
}

.ml-cta-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media not all and (min-width: 768px) {
  .ml-cta-button ul {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ml-cta-button ul {
    gap: 20px;
  }
  .ml-cta-button__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
.footer-cta ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.ml-cta-common {
  padding: 0 20px;
}
@media not all and (min-width: 768px) {
  .ml-cta-common__body {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .ml-cta-common__body {
    margin-top: 90px;
  }
}

.ml-button-hunju {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-button-hunju {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-hunju {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-button-flcon {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-button-flcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-flcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ml-button-flcon__item {
    display: contents;
  }
}

.ml-button-hrial {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-button-hrial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-hrial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-button-abhrl {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-button-abhrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-abhrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-button-spful {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-button-spful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ml-button-spful__item > a {
    width: 100%;
    max-width: 100%;
  }
  .ml-button-spful .hs-cta-embed {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-spful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-cta-serve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .ml-cta-serve {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-cta-serve {
    gap: 2.0833333333vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
            justify-content: center;
  }
  .ml-cta-serve__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 320px;
  }
  .ml-cta-serve__item .btn-navy,
  .ml-cta-serve__item .btn-service-ask {
    height: auto;
  }
}
@media screen and (min-width: 1240px) {
  .ml-cta-serve {
    gap: 25px;
  }
}

.ml-cta-comar__lead {
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: center;
  color: var(--color_theme_dark3);
}
@media not all and (min-width: 768px) {
  .ml-cta-comar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    text-align: center;
  }
  .ml-cta-comar__lead {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  .ml-cta-comar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3333333333vw;
  }
  .ml-cta-comar__item {
    max-width: 400px;
    width: 100%;
  }
  .ml-cta-comar__lead {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1240px) {
  .ml-cta-comar {
    gap: 60px;
  }
}

.aside-pagetop {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: var(--z_index_aside);
}

.bl-pagetop {
  z-index: var(--z_index_pagetop);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.bl-pagetop svg {
  max-width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .bl-pagetop.is-show {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media screen and (min-width: 768px) {
  .bl-pagetop.is-show {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .bl-pagetop--window-end {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .bl-pagetop--window-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .bl-pagetop--window-middle {
    position: fixed;
    right: 0;
    top: 50%;
  }
  .bl-pagetop--footer-top {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .bl-pagetop--footer-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.el-lead-ybwtp {
  font-weight: bold;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-ybwtp {
    text-align: center;
    font-size: 15px;
  }
  .el-lead-ybwtp br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-ybwtp {
    text-align: center;
    font-size: 18px;
  }
}

.el-lead-lardg {
  font-weight: bold;
  line-height: 1.35;
}
@media not all and (min-width: 768px) {
  .el-lead-lardg {
    text-align: center;
    font-size: 20px;
  }
  .el-lead-lardg br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-lardg {
    text-align: center;
    font-size: 28px;
  }
}

.el-lead-base {
  line-height: 1.35;
}
.el-lead-base p,
.el-lead-base span {
  font-size: inherit;
}
@media not all and (min-width: 768px) {
  .el-lead-base {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base {
    font-size: 16px;
  }
}
.el-lead-base.el-lead-base--smhqs {
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--smhqs {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--smhqs {
    font-size: 15px;
  }
}
.el-lead-base.el-lead-base--knkmo {
  text-align: left;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--knkmo {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--knkmo {
    font-size: 16px;
  }
}
.el-lead-base.el-lead-base--qalyk {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--qalyk {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--qalyk {
    font-size: 16px;
  }
}

.el-lead-ybwtp {
  font-weight: bold;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-ybwtp {
    text-align: center;
    font-size: 15px;
  }
  .el-lead-ybwtp br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-ybwtp {
    text-align: center;
    font-size: 18px;
  }
}

.el-lead-lardg {
  font-weight: bold;
  line-height: 1.35;
}
@media not all and (min-width: 768px) {
  .el-lead-lardg {
    text-align: center;
    font-size: 20px;
  }
  .el-lead-lardg br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-lardg {
    text-align: center;
    font-size: 28px;
  }
}

.el-lead-base {
  line-height: 1.35;
}
.el-lead-base p,
.el-lead-base span {
  font-size: inherit;
}
@media not all and (min-width: 768px) {
  .el-lead-base {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base {
    font-size: 16px;
  }
}
.el-lead-base.el-lead-base--smhqs {
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--smhqs {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--smhqs {
    font-size: 15px;
  }
}
.el-lead-base.el-lead-base--knkmo {
  text-align: left;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--knkmo {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--knkmo {
    font-size: 16px;
  }
}
.el-lead-base.el-lead-base--qalyk {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .el-lead-base.el-lead-base--qalyk {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-base.el-lead-base--qalyk {
    font-size: 16px;
  }
}

.el-lead-rebfu {
  color: var(--color_text_dark);
  line-height: 1.88;
  text-align: left;
}
.el-lead-rebfu::before, .el-lead-rebfu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.el-lead-rebfu::before {
  margin-top: calc((1 - 1.88) * 0.5em);
}
.el-lead-rebfu::after {
  margin-bottom: calc((1 - 1.88) * 0.5em);
}
.el-lead-rebfu .hs_cos_wrapper_type_inline_rich_text p {
  margin-top: 1.8em;
}
.el-lead-rebfu .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .el-lead-rebfu {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-rebfu {
    font-size: 16px;
    margin-top: -32px;
  }
  .el-lead-rebfu .hs_cos_wrapper_type_inline_rich_text p {
    margin-top: 1.8em;
  }
}
.el-label-bohed {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_theme_dark3);
  border-style: solid;
  border-color: var(--color_theme_dark3);
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .el-label-bohed {
    font-size: 18px;
    line-height: 40px;
    padding: 0 12px;
    border-width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .el-label-bohed {
    font-size: 2.4193548387vw;
    line-height: 4.8387096774vw;
    padding: 0 20px;
    border-width: 5px;
  }
}
@media screen and (min-width: 1240px) {
  .el-label-bohed {
    font-size: 30px;
    line-height: 60px;
    padding: 0 20px;
  }
}
[data-hs-cos-field=richtext_heading] {
  display: inline-block;
}

.el-heading-blch {
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color_theme_dark5);
}
.el-heading-blch::before, .el-heading-blch::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.el-heading-blch::before {
  margin-top: calc((1 - 1.2) * 0.5em);
}
.el-heading-blch::after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media not all and (min-width: 768px) {
  .el-heading-blch {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-blch {
    font-size: 50px;
  }
}

.el-heading-blog {
  font-family: var(--fontfamily_english2);
  font-weight: 400;
}
.el-heading-blog strong {
  font-weight: 700;
}
.el-heading-blog__ai {
  letter-spacing: 0.035em;
  color: var(--color_primary_base);
}
.el-heading-blog__marketing {
  letter-spacing: 0.035em;
  color: var(--color_secondary_base);
}
.el-heading-blog__hr {
  letter-spacing: 0.035em;
  color: #8e4585;
}
.el-heading-blog__bon {
  letter-spacing: 0.035em;
  color: #3FACC9;
}
@media not all and (min-width: 768px) {
  .el-heading-blog {
    font-size: 44px;
    line-height: 1.2;
  }
  .el-heading-blog::before, .el-heading-blog::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-blog::before {
    margin-top: calc((1 - 1.2) * 0.5em);
  }
  .el-heading-blog::after {
    margin-bottom: calc((1 - 1.2) * 0.5em);
  }
  .el-heading-blog__marketing strong {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-blog {
    line-height: 1.325;
    font-size: 80px;
  }
  .el-heading-blog::before, .el-heading-blog::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-blog::before {
    margin-top: calc((1 - 1.325) * 0.5em);
  }
  .el-heading-blog::after {
    margin-bottom: calc((1 - 1.325) * 0.5em);
  }
}

.el-heading-piwta {
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .el-heading-piwta {
    font-size: 30px;
    line-height: 1.43;
  }
  .el-heading-piwta::before, .el-heading-piwta::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-piwta::before {
    margin-top: calc((1 - 1.43) * 0.5em);
  }
  .el-heading-piwta::after {
    margin-bottom: calc((1 - 1.43) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .el-heading-piwta {
    font-size: 38px;
    line-height: 1.53;
  }
  .el-heading-piwta::before, .el-heading-piwta::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-piwta::before {
    margin-top: calc((1 - 1.53) * 0.5em);
  }
  .el-heading-piwta::after {
    margin-bottom: calc((1 - 1.53) * 0.5em);
  }
}
.el-label-senum {
  color: var(--color_primary_base);
  font-weight: 700;
  font-family: var(--fontfamily_english2);
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  word-break: break-all;
  gap: 10px;
}
.el-label-senum::after, .el-label-senum__border {
  content: "";
  display: inline-block;
  background-color: var(--color_theme_dark3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media not all and (min-width: 768px) {
  .el-label-senum {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .el-label-senum {
    font-size: 60px;
  }
  .el-label-senum::after, .el-label-senum__border {
    height: 4px;
  }
}

.cp-heading-pages__sup {
  color: var(--color_text_base);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-family: var(--fontfamily_english2);
}
.cp-heading-pages__sup::before, .cp-heading-pages__sup::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-pages__sup::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pages__sup::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pages__heading {
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.cp-heading-pages__heading::before, .cp-heading-pages__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-pages__heading::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pages__heading::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pages__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
.cp-heading-pages__desc span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .cp-heading-pages__sup {
    font-size: 45px;
  }
  .cp-heading-pages__heading {
    margin-top: 20px;
    font-size: 25px;
  }
  .cp-heading-pages__desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.63;
  }
  .cp-heading-pages__desc::before, .cp-heading-pages__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pages__desc::before {
    margin-top: calc((1 - 1.63) * 0.5em);
  }
  .cp-heading-pages__desc::after {
    margin-bottom: calc((1 - 1.63) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-pages__sup {
    font-size: 75px;
  }
  .cp-heading-pages__heading {
    margin-top: 48px;
    font-size: 36px;
  }
  .cp-heading-pages__desc {
    margin-top: 28px;
    font-size: 20px;
    line-height: 2;
  }
  .cp-heading-pages__desc::before, .cp-heading-pages__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pages__desc::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .cp-heading-pages__desc::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.cp-heading-pagez__sup {
  color: var(--color_text_base);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: var(--fontfamily_english2);
}
.cp-heading-pagez__sup::before, .cp-heading-pagez__sup::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-pagez__sup::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pagez__sup::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.cp-heading-pagez__sup span {
  display: block;
}
.cp-heading-pagez__head {
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.cp-heading-pagez__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
}
.cp-heading-pagez__desc span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .cp-heading-pagez__sup {
    font-size: 45px;
  }
  .cp-heading-pagez__head {
    margin-top: 16px;
    font-size: 25px;
  }
  .cp-heading-pagez__desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.63;
    text-align: left;
  }
  .cp-heading-pagez__desc::before, .cp-heading-pagez__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pagez__desc::before {
    margin-top: calc((1 - 1.63) * 0.5em);
  }
  .cp-heading-pagez__desc::after {
    margin-bottom: calc((1 - 1.63) * 0.5em);
  }
  .cp-heading-pagez__desc br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-pagez__sup {
    font-size: 75px;
  }
  .cp-heading-pagez__head {
    margin-top: 38px;
    font-size: 36px;
  }
  .cp-heading-pagez__desc {
    text-align: center;
    margin-top: 28px;
    font-size: 20px;
    line-height: 2;
  }
  .cp-heading-pagez__desc::before, .cp-heading-pagez__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pagez__desc::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .cp-heading-pagez__desc::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.cp-heading-simple {
  text-align: center;
}
.cp-heading-simple__heading {
  font-weight: 800;
  line-height: 1.25;
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
}
.cp-heading-simple__heading::before, .cp-heading-simple__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-simple__heading::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-simple__heading::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cp-heading-simple__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-simple__heading {
    font-size: 45px;
  }
}

.cp-heading-simple {
  text-align: center;
}
.cp-heading-simple__head {
  font-weight: 800;
  line-height: 1.25;
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
}
.cp-heading-simple__head::before, .cp-heading-simple__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-simple__head::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-simple__head::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cp-heading-simple__head {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-simple__head {
    font-size: 45px;
  }
}

.el-heading-strg {
  color: var(--color_text_base);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-align: center;
}
.el-heading-strg::before, .el-heading-strg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.el-heading-strg::before {
  margin-top: calc((1 - 1.35) * 0.5em);
}
.el-heading-strg::after {
  margin-bottom: calc((1 - 1.35) * 0.5em);
}
.el-heading-strg span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .el-heading-strg {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-strg {
    font-size: 46px;
  }
}

.el-heading-smenu {
  color: var(--color_text_base);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.el-heading-smenu::before, .el-heading-smenu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.el-heading-smenu::before {
  margin-top: calc((1 - 1.35) * 0.5em);
}
.el-heading-smenu::after {
  margin-bottom: calc((1 - 1.35) * 0.5em);
}
.el-heading-smenu span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .el-heading-smenu {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-smenu {
    font-size: 38px;
  }
}

.el-heading-asob {
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  line-height: 1.25;
}
.el-heading-asob::before, .el-heading-asob::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.el-heading-asob::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.el-heading-asob::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media not all and (min-width: 768px) {
  .el-heading-asob {
    font-size: 40px;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-asob {
    font-size: 65px;
    letter-spacing: 0.1em;
  }
}

.cp-heading-thanks__head {
  font-weight: 800;
  color: var(--color_text_base);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.cp-heading-thanks__head::before, .cp-heading-thanks__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-thanks__head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.cp-heading-thanks__head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.cp-heading-thanks__head span {
  display: inline-block;
}
.cp-heading-thanks__desc {
  color: var(--color_theme_dark3);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cp-heading-thanks__desc::before, .cp-heading-thanks__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-thanks__desc::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.cp-heading-thanks__desc::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.cp-heading-thanks__desc p {
  margin-top: 1em;
}
.cp-heading-thanks__desc p:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .cp-heading-thanks__head {
    font-size: 30px;
  }
  .cp-heading-thanks__desc {
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-thanks__head {
    font-size: 45px;
    text-align: center;
  }
  .cp-heading-thanks__desc {
    font-size: 18px;
    text-align: center;
    margin-top: 37px;
  }
}

.cp-heading-system__head {
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_theme_dark3);
  font-weight: 700;
  font-family: var(--fontfamily_english2);
}
.cp-heading-system__head::before, .cp-heading-system__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-system__head::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-heading-system__head::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.cp-heading-system__desc {
  font-weight: 400;
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.78;
}
.cp-heading-system__desc::before, .cp-heading-system__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-system__desc::before {
  margin-top: calc((1 - 1.78) * 0.5em);
}
.cp-heading-system__desc::after {
  margin-bottom: calc((1 - 1.78) * 0.5em);
}
.cp-heading-system__desc p {
  margin-top: 2em;
}
.cp-heading-system__desc p:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .cp-heading-system__head {
    font-size: 36px;
  }
  .cp-heading-system__desc {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-system__head {
    font-size: 65px;
  }
  .cp-heading-system__desc {
    font-size: 18px;
    margin-top: 40px;
  }
}

.cp-heading-pgsub {
  border-bottom-style: solid;
  border-color: var(--color_theme_dark5);
}
.cp-heading-pgsub__heading {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-heading-pgsub {
    border-bottom-width: 2px;
    padding-bottom: 20px;
  }
  .cp-heading-pgsub__heading {
    font-size: 22px;
    line-height: 1.5;
  }
  .cp-heading-pgsub__heading::before, .cp-heading-pgsub__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pgsub__heading::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .cp-heading-pgsub__heading::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-pgsub {
    border-bottom-width: 3px;
    padding-bottom: 30px;
  }
  .cp-heading-pgsub__heading {
    font-size: 30px;
    line-height: 1.8;
  }
  .cp-heading-pgsub__heading::before, .cp-heading-pgsub__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-pgsub__heading::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .cp-heading-pgsub__heading::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}

.cp-heading-dcmas__head {
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-heading-dcmas__head {
    font-size: 26px;
    line-height: 1.38;
  }
  .cp-heading-dcmas__head::before, .cp-heading-dcmas__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-dcmas__head::before {
    margin-top: calc((1 - 1.38) * 0.5em);
  }
  .cp-heading-dcmas__head::after {
    margin-bottom: calc((1 - 1.38) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-dcmas__head {
    font-size: 38px;
    line-height: 1.42;
  }
  .cp-heading-dcmas__head::before, .cp-heading-dcmas__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-dcmas__head::before {
    margin-top: calc((1 - 1.42) * 0.5em);
  }
  .cp-heading-dcmas__head::after {
    margin-bottom: calc((1 - 1.42) * 0.5em);
  }
}

.el-lead-cvcom {
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_base);
}
.el-lead-cvcom span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .el-lead-cvcom {
    font-size: 28px;
    line-height: 1.68;
  }
  .el-lead-cvcom::before, .el-lead-cvcom::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-lead-cvcom::before {
    margin-top: calc((1 - 1.68) * 0.5em);
  }
  .el-lead-cvcom::after {
    margin-bottom: calc((1 - 1.68) * 0.5em);
  }
  .el-lead-cvcom br {
    display: none;
  }
  .el-lead-cvcom span {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-cvcom {
    font-size: 40px;
    line-height: 1.5;
  }
  .el-lead-cvcom::before, .el-lead-cvcom::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-lead-cvcom::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .el-lead-cvcom::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

.el-heading-pgtfv {
  font-weight: 800;
  color: var(--color_text_base);
  letter-spacing: 0.03em;
}
@media not all and (min-width: 768px) {
  .el-heading-pgtfv {
    font-size: 30px;
    line-height: 1.5;
  }
  .el-heading-pgtfv::before, .el-heading-pgtfv::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-pgtfv::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .el-heading-pgtfv::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .el-heading-pgtfv br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-pgtfv {
    font-size: 4.6774193548vw;
    line-height: 1.4;
  }
  .el-heading-pgtfv::before, .el-heading-pgtfv::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-heading-pgtfv::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .el-heading-pgtfv::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
}
@media screen and (min-width: 1240px) {
  .el-heading-pgtfv {
    font-size: 58px;
  }
}

.el-desc-pgtfv {
  color: var(--color_theme_dark3);
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media not all and (min-width: 768px) {
  .el-desc-pgtfv {
    font-size: 18px;
    line-height: 1.78;
  }
  .el-desc-pgtfv::before, .el-desc-pgtfv::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-desc-pgtfv::before {
    margin-top: calc((1 - 1.78) * 0.5em);
  }
  .el-desc-pgtfv::after {
    margin-bottom: calc((1 - 1.78) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .el-desc-pgtfv {
    font-size: 1.7741935484vw;
    line-height: 1.91;
  }
  .el-desc-pgtfv::before, .el-desc-pgtfv::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .el-desc-pgtfv::before {
    margin-top: calc((1 - 1.91) * 0.5em);
  }
  .el-desc-pgtfv::after {
    margin-bottom: calc((1 - 1.91) * 0.5em);
  }
}
@media screen and (min-width: 1240px) {
  .el-desc-pgtfv {
    font-size: 22px;
  }
}

.cp-heading-short__head {
  font-weight: 800;
  line-height: 1.25;
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
}
.cp-heading-short__desc {
  font-weight: 400;
  color: var(--color_theme_dark3);
  letter-spacing: 0.03em;
}
.cp-heading-short__desc::before, .cp-heading-short__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-heading-short__desc::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.cp-heading-short__desc::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.cp-heading-short__desc span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .cp-heading-short__head {
    font-size: 30px;
    text-align: center;
  }
  .cp-heading-short__desc {
    margin-top: 28px;
    font-size: 16px;
    text-align: left;
    line-height: 1.825;
  }
  .cp-heading-short__desc br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-short__head {
    font-size: 60px;
    text-align: center;
  }
  .cp-heading-short__desc {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
  }
}

.cp-headingset-abmis,
.cp-headingset-xxxxa {
  margin: 0 auto;
  margin-top: 1em;
}
.cp-headingset-abmis__sup,
.cp-headingset-xxxxa__sup {
  font-family: var(--fontfamily_english2);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: var(--color_primary_base);
  line-height: 1;
}
.cp-headingset-abmis__head,
.cp-headingset-xxxxa__head {
  color: var(--color_text_dark);
  letter-spacing: 0.03em;
  font-weight: 800;
}
.cp-headingset-abmis__lead,
.cp-headingset-xxxxa__lead {
  color: var(--color_text_dark);
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media not all and (min-width: 768px) {
  .cp-headingset-abmis__sup,
  .cp-headingset-xxxxa__sup {
    font-size: 24px;
  }
  .cp-headingset-abmis__head,
  .cp-headingset-xxxxa__head {
    margin-top: 35px;
    font-size: 30px;
    line-height: 1.47;
  }
  .cp-headingset-abmis__head::before, .cp-headingset-abmis__head::after,
  .cp-headingset-xxxxa__head::before,
  .cp-headingset-xxxxa__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-headingset-abmis__head::before,
  .cp-headingset-xxxxa__head::before {
    margin-top: calc((1 - 1.47) * 0.5em);
  }
  .cp-headingset-abmis__head::after,
  .cp-headingset-xxxxa__head::after {
    margin-bottom: calc((1 - 1.47) * 0.5em);
  }
  .cp-headingset-abmis__lead,
  .cp-headingset-xxxxa__lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.88;
  }
  .cp-headingset-abmis__lead::before, .cp-headingset-abmis__lead::after,
  .cp-headingset-xxxxa__lead::before,
  .cp-headingset-xxxxa__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-headingset-abmis__lead::before,
  .cp-headingset-xxxxa__lead::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-headingset-abmis__lead::after,
  .cp-headingset-xxxxa__lead::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-headingset-abmis,
  .cp-headingset-xxxxa {
    max-width: var(--maxwidth_container_thin);
  }
  .cp-headingset-abmis__sup,
  .cp-headingset-xxxxa__sup {
    font-size: 30px;
  }
  .cp-headingset-abmis__head,
  .cp-headingset-xxxxa__head {
    margin-top: 55px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color_text_base);
  }
  .cp-headingset-abmis__head::before, .cp-headingset-abmis__head::after,
  .cp-headingset-xxxxa__head::before,
  .cp-headingset-xxxxa__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-headingset-abmis__head::before,
  .cp-headingset-xxxxa__head::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  .cp-headingset-abmis__head::after,
  .cp-headingset-xxxxa__head::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
  .cp-headingset-abmis__lead,
  .cp-headingset-xxxxa__lead {
    margin-top: 38px;
    font-size: 18px;
    line-height: 2.11;
  }
  .cp-headingset-abmis__lead::before, .cp-headingset-abmis__lead::after,
  .cp-headingset-xxxxa__lead::before,
  .cp-headingset-xxxxa__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-headingset-abmis__lead::before,
  .cp-headingset-xxxxa__lead::before {
    margin-top: calc((1 - 2.11) * 0.5em);
  }
  .cp-headingset-abmis__lead::after,
  .cp-headingset-xxxxa__lead::after {
    margin-bottom: calc((1 - 2.11) * 0.5em);
  }
}
.ml-headingset-xkvhh {
  text-align: center;
  margin-top: 1em;
}
@media not all and (min-width: 768px) {
  .ml-headingset-xkvhh__lead {
    margin-top: 10px;
  }
  .ml-headingset-xkvhh__button {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .ml-headingset-xkvhh__lead {
    margin-top: 22px;
  }
  .ml-headingset-xkvhh__button {
    margin-top: 40px;
  }
}
.el-heading-form {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color_text_dark);
}
@media not all and (min-width: 768px) {
  .el-heading-form {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .el-heading-form {
    font-size: 18px;
    line-height: 1.67;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color_theme_dark5);
    margin-bottom: 50px;
  }
}
.el-title-form {
  color: var(--color_text_dark);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media not all and (min-width: 768px) {
  .el-title-form {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .el-title-form {
    font-size: 60px;
    margin-top: 80px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1240px) {
  .el-title-form {
    font-size: 60px;
  }
}
.cp-breadcrumb-webtop {
  color: var(--color_text_light);
}
.cp-breadcrumb-webtop .hs-breadcrumb-menu-item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: none;
}
@media not all and (min-width: 768px) {
  .cp-breadcrumb-webtop ul:not(:empty) {
    padding: 0 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cp-breadcrumb-webtop ul:not(:empty) {
    padding: 0 20px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .cp-breadcrumb-webtop ul:not(:empty) {
    padding: 0;
  }
}
.cp-breadcrumb-webtop ul {
  display: block;
  overflow: hidden;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
.cp-breadcrumb-webtop ul li {
  position: relative;
  display: inline;
  display: inline;
  word-break: break-all;
}
.cp-breadcrumb-webtop ul li::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
@media not all and (min-width: 768px) {
  .cp-breadcrumb-webtop ul li::before {
    margin: 0 0.25em;
  }
}
@media screen and (min-width: 768px) {
  .cp-breadcrumb-webtop ul li::before {
    margin: 0 0.15em;
  }
}
.cp-breadcrumb-webtop ul li:first-of-type::before {
  content: none;
}
.cp-breadcrumb-webtop ul li a:link {
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .cp-breadcrumb-webtop {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .cp-breadcrumb-webtop {
    font-size: 16px;
  }
}

@charset "UTF-8";
.cp-list-ncdjo--nonumber ol,
.cp-list-ncdjo--nonumber ul {
  list-style-type: none !important;
}
@media not all and (min-width: 768px) {
  .cp-list-ncdjo--nonumber ol,
  .cp-list-ncdjo--nonumber ul {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-ncdjo--nonumber ol,
  .cp-list-ncdjo--nonumber ul {
    padding-left: 0.5em !important;
  }
}
.cp-list-ncdjo ol {
  list-style-type: decimal;
}
.cp-list-ncdjo ul {
  list-style-type: disc;
}
.cp-list-ncdjo ul,
.cp-list-ncdjo ol {
  padding-left: 1.75em;
}
@media not all and (min-width: 768px) {
  .cp-list-ncdjo ul,
  .cp-list-ncdjo ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-ncdjo ul,
  .cp-list-ncdjo ol {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-ncdjo ul li:not(:first-of-type),
  .cp-list-ncdjo ol li:not(:first-of-type) {
    margin-top: 0.125em;
  }
}

.cp-list-lesfd ul,
.cp-list-lesfd ol {
  list-style-position: outside;
}
@media not all and (min-width: 768px) {
  .cp-list-lesfd ul,
  .cp-list-lesfd ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-lesfd ul,
  .cp-list-lesfd ol {
    font-size: 15px;
  }
}
.cp-list-lesfd ol {
  list-style-type: decimal;
  padding-left: 1.65em;
}
.cp-list-lesfd ul {
  list-style-type: disc;
  padding-left: 1.15em;
  padding-left: 1.35em;
}
.cp-list-lesfd ul li:not(:first-of-type),
.cp-list-lesfd ol li:not(:first-of-type) {
  margin-top: 0.125em;
}

.cp-list-pbfug ul,
.cp-list-pbfug ol {
  list-style-type: none;
  padding-left: 0;
}
@media not all and (min-width: 768px) {
  .cp-list-pbfug ul,
  .cp-list-pbfug ol {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-pbfug ul,
  .cp-list-pbfug ol {
    font-size: 15px;
  }
}
.cp-list-pbfug ul li,
.cp-list-pbfug ol li {
  padding-left: 1em;
  position: relative;
}
.cp-list-pbfug ul li::before,
.cp-list-pbfug ol li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.cp-list-pbfug ul li:not(:first-of-type),
.cp-list-pbfug ol li:not(:first-of-type) {
  margin-top: 0.125em;
}

.cp-list-olpug ol,
.cp-list-olpug ul {
  padding-left: 0.35em;
}
.cp-list-olpug ul {
  margin: 0;
  list-style-type: none;
}
.cp-list-olpug li {
  padding-left: 2.5em;
  line-height: 1.35;
  position: relative;
  counter-increment: listinfo-notice;
}
.cp-list-olpug li::before {
  content: "※" counter(listinfo-notice, decimal) "：";
  position: absolute;
  left: 0;
}
.cp-list-olpug li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-list-olpug {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-olpug {
    font-size: 15px;
  }
}

.cp-list-npalk ul,
.cp-list-npalk ol {
  list-style-type: none;
  padding-left: 0;
}
.cp-list-npalk ul li {
  padding-left: 1.25em;
  position: relative;
}
.cp-list-npalk ul li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.cp-list-npalk ul li:not(:first-of-type) {
  margin-top: 0.125em;
}
.cp-list-npalk ol li {
  padding-left: 2.35em;
  line-height: 1.35;
  position: relative;
  counter-increment: listinfo-notice;
}
.cp-list-npalk ol li::before {
  content: "※" counter(listinfo-notice, decimal) ".";
  position: absolute;
  left: 0;
}
.cp-list-npalk ol li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-list-npalk ul,
  .cp-list-npalk ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-npalk ul,
  .cp-list-npalk ol {
    font-size: 15px;
  }
}

.cp-list-number-yuesa ol {
  padding-left: 0.5em;
}
.cp-list-number-yuesa li {
  position: relative;
  counter-increment: list_num;
  padding-left: 2em;
  margin-top: 0.25em;
}
.cp-list-number-yuesa li::before {
  content: counter(list_num, decimal-leading-zero) ".";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}
.cp-list-number-yuesa.no-numbering::before {
  content: none;
}
@media not all and (min-width: 768px) {
  .cp-list-number-yuesa {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-number-yuesa {
    font-size: 15px;
  }
}

.cp-list-number-brakt ol {
  padding-left: 0.35em;
}
.cp-list-number-brakt li {
  position: relative;
  counter-increment: list_num;
  padding-left: 1.75em;
  line-height: 1.35;
}
.cp-list-number-brakt li::before {
  content: "[" counter(list_num, decimal) "]";
  position: absolute;
  left: 0;
}
.cp-list-number-brakt li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-list-number-brakt li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-number-brakt li {
    font-size: 15px;
  }
}
.cp-list-number-brakt.no-numbering::before {
  content: none;
}

.cp-list-number-norml {
  padding-left: 0.175em;
}
.cp-list-number-norml > ol {
  padding-left: 0;
}
.cp-list-number-norml > ol > li {
  position: relative;
  counter-increment: list_num;
  padding-left: 1.5em;
  padding-left: 1.25em;
  margin-top: 0.25em;
}
.cp-list-number-norml > ol > li::before {
  content: counter(list_num, decimal) ".";
  position: absolute;
  left: 0;
}
.cp-list-number-norml ol li > ul {
  font-weight: normal;
  margin-left: -0.25em;
}
.cp-list-number-norml ol li > ul li {
  position: relative;
  padding-left: 1em;
}
.cp-list-number-norml ol li > ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.cp-list-number-norml.no-numbering::before {
  content: none;
}
@media not all and (min-width: 768px) {
  .cp-list-number-norml {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-number-norml {
    font-size: 15px;
  }
}

.cp-list-number-default ol {
  list-style-type: decimal;
  padding-left: 1.75em;
}
@media not all and (min-width: 768px) {
  .cp-list-number-default ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-number-default ol {
    font-size: 15px;
  }
}

.cp-list-number-cdhkm ol {
  list-style-type: none !important;
  padding-left: unset;
  padding-left: 0.35em;
}
.cp-list-number-cdhkm ol li {
  position: relative;
  padding-left: 1.75em;
  counter-increment: listinfo-notice;
}
.cp-list-number-cdhkm ol li::before {
  position: absolute;
  left: 0;
  content: "(" counter(listinfo-notice, decimal) ")";
}
.cp-list-number-cdhkm ol li:not(:first-of-type) {
  margin-top: 0.125em;
}
@media not all and (min-width: 768px) {
  .cp-list-number-cdhkm ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-number-cdhkm ol {
    font-size: 15px;
  }
}

.cp-listinfo-notice {
  border-radius: 4px;
  border: 1px solid;
  border-color: #ddd;
}
.cp-listinfo-notice ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-listinfo-notice li {
  padding-left: 2.5em;
  line-height: 1.35;
  position: relative;
  counter-increment: listinfo-notice;
}
.cp-listinfo-notice li::before {
  content: "※" counter(listinfo-notice, decimal) "：";
  position: absolute;
  left: 0;
}
.cp-listinfo-notice li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-listinfo-notice {
    font-size: 14px;
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cp-listinfo-notice {
    font-size: 15px;
    padding: 1em 0.75em;
  }
}

.cp-listinfo-default {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.cp-listinfo-default ol li {
  counter-increment: listinfo-notice;
  line-height: 1.35;
  padding-left: 2.5em;
  position: relative;
}
.cp-listinfo-default ol li::before {
  content: "※" counter(listinfo-notice, decimal) "：";
  position: absolute;
  left: 0;
}
.cp-listinfo-default ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-listinfo-default ul li {
  line-height: 1.35;
  padding-left: 1.25em;
  position: relative;
}
.cp-listinfo-default ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.cp-listinfo-default li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-listinfo-default {
    font-size: 14px;
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cp-listinfo-default {
    font-size: 15px;
    padding: 1em 0.75em;
  }
}

.cp-listinfo-description {
  background-color: #e0eaf5;
  color: #005BAB;
  border-radius: 5px;
}
.cp-listinfo-description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-listinfo-description li {
  line-height: 1.35;
  position: relative;
  padding-left: 1.25em;
}
.cp-listinfo-description li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.cp-listinfo-description li:not(:first-of-type) {
  margin-top: 0.25em;
}
.cp-listinfo-description li a[href^="#"]:after {
  content: "\e313";
  display: inline-block;
  font-family: Material Icons;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  vertical-align: middle;
}
@media not all and (min-width: 768px) {
  .cp-listinfo-description {
    font-size: 14px;
    padding: 1em 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .cp-listinfo-description {
    font-size: 15px;
    padding: 1em;
  }
}

.cp-listinfo-dpwwk {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.cp-listinfo-dpwwk--border {
  border: 1px solid #ccc;
}
.cp-listinfo-dpwwk ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-listinfo-dpwwk li {
  line-height: 1.5;
  padding-left: 1.35em;
  position: relative;
}
.cp-listinfo-dpwwk li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.cp-listinfo-dpwwk li a {
  text-decoration: underline;
}
.cp-listinfo-dpwwk li a:hover {
  text-decoration: none;
}
.cp-listinfo-dpwwk li a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Icons";
  margin-left: 0.15em;
  display: inline-block;
  vertical-align: bottom;
  vertical-align: middle;
}
.cp-listinfo-dpwwk li:not(:first-of-type) {
  margin-top: 0.25em;
}
@media not all and (min-width: 768px) {
  .cp-listinfo-dpwwk {
    font-size: 14px;
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cp-listinfo-dpwwk {
    font-size: 15px;
    padding: 1em 1em;
  }
}

.cp-richtext-list-npalk ul,
.cp-richtext-list-npalk ol,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol {
  padding-left: 1.35em;
}
@media not all and (min-width: 768px) {
  .cp-richtext-list-npalk ul li:not(:first-of-type),
  .cp-richtext-list-npalk ol li:not(:first-of-type),
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul li:not(:first-of-type),
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol li:not(:first-of-type) {
    margin-top: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .cp-richtext-list-npalk ul li:not(:first-of-type),
  .cp-richtext-list-npalk ol li:not(:first-of-type),
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul li:not(:first-of-type),
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol li:not(:first-of-type) {
    margin-top: 0.35em;
  }
}
.cp-richtext-list-npalk ul,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul {
  list-style-type: disc;
}
.cp-richtext-list-npalk ol,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol {
  list-style-type: decimal;
  padding-left: 2em;
}
.cp-richtext-list-npalk ol[style*=lower-roma],
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol[style*=lower-roma] {
  padding-left: 2em;
  list-style-type: decimal-leading-zero !important;
}
.cp-richtext-list-npalk ol[style*=lower-gree],
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol[style*=lower-gree] {
  padding-left: unset;
}
.cp-richtext-list-npalk ol[style*=lower-gree] li,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol[style*=lower-gree] li {
  padding-left: 2.5em;
  text-indent: -2.65em;
  line-height: 1.35;
  counter-increment: listinfo-notice;
}
.cp-richtext-list-npalk ol[style*=lower-gree] li::before,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol[style*=lower-gree] li::before {
  content: "※" counter(listinfo-notice, decimal) "：";
}
.cp-richtext-list-npalk ul[style*=square],
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul[style*=square] {
  list-style-type: none;
  padding-left: unset;
}
.cp-richtext-list-npalk ul[style*=square] li,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul[style*=square] li {
  padding-left: 1.25em;
  position: relative;
}
.cp-richtext-list-npalk ul[style*=square] li::before,
.cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul[style*=square] li::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media not all and (min-width: 768px) {
  .cp-richtext-list-npalk ul,
  .cp-richtext-list-npalk ol,
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul,
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol {
    font-size: 14px;
  }
  .cp-richtext-list-npalk ul li br,
  .cp-richtext-list-npalk ol li br,
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul li br,
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ol li br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-richtext-list-npalk ul,
  .cp-richtext-list-npalk .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 15px;
  }
}

.cp-list-check13 {
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
}
.cp-list-check13__heading {
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.03em;
  color: var(--color_text_white);
}
.cp-list-check13 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-list-check13 li {
  line-height: 1.56;
  position: relative;
  padding-left: 1.5em;
  color: var(--color_text_white);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.cp-list-check13 li::before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.3em;
  display: inline-block;
  background-size: contain;
  width: 1em;
  content: "";
  height: 1em;
  background-image: url("https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_image_check-1.svg");
}
.cp-list-check13 li:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .cp-list-check13 {
    padding: 40px 8.1775700935vw;
    border-radius: 15px;
  }
  .cp-list-check13__heading {
    font-size: 26px;
    line-height: 1.38;
  }
  .cp-list-check13__heading::before, .cp-list-check13__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-list-check13__heading::before {
    margin-top: calc((1 - 1.38) * 0.5em);
  }
  .cp-list-check13__heading::after {
    margin-bottom: calc((1 - 1.38) * 0.5em);
  }
  .cp-list-check13__heading:has(*) {
    margin-bottom: 40px;
  }
  .cp-list-check13__heading span {
    display: inline-block;
  }
  .cp-list-check13 li {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 1.85em;
  }
  .cp-list-check13 li br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-check13 {
    padding: 68px 70px 80px 70px;
    border-radius: 20px;
  }
  .cp-list-check13__heading {
    font-size: 42px;
    line-height: 1.29;
  }
  .cp-list-check13__heading::before, .cp-list-check13__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-list-check13__heading::before {
    margin-top: calc((1 - 1.29) * 0.5em);
  }
  .cp-list-check13__heading::after {
    margin-bottom: calc((1 - 1.29) * 0.5em);
  }
  .cp-list-check13__heading:has(*) {
    margin-bottom: 55px;
  }
  .cp-list-check13 li {
    margin-top: 18px;
    font-size: 26px;
  }
}

.cp-list-check15 {
  color: var(--color_primary_base);
  border: 2px solid var(--color_primary_base);
  border-radius: 10px;
}
.cp-list-check15__heading {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: var(--color_primary_base);
}
.cp-list-check15 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-list-check15 li {
  line-height: 1.56;
  position: relative;
  padding-left: 1.5em;
  color: var(--color_primary_base);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.cp-list-check15 li::before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.3em;
  display: inline-block;
  background-size: contain;
  width: 1em;
  content: "";
  height: 1em;
  background-image: url("https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_check-1.svg");
}
.cp-list-check15 li:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .cp-list-check15 {
    padding: 25px;
  }
  .cp-list-check15__heading {
    font-size: 20px;
    line-height: 1.38;
    margin-bottom: 20px;
  }
  .cp-list-check15__heading::before, .cp-list-check15__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-list-check15__heading::before {
    margin-top: calc((1 - 1.38) * 0.5em);
  }
  .cp-list-check15__heading::after {
    margin-bottom: calc((1 - 1.38) * 0.5em);
  }
  .cp-list-check15__heading span {
    display: inline-block;
  }
  .cp-list-check15 ul,
  .cp-list-check15 ol {
    line-height: 2.1;
  }
  .cp-list-check15 ul::before, .cp-list-check15 ul::after,
  .cp-list-check15 ol::before,
  .cp-list-check15 ol::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-list-check15 ul::before,
  .cp-list-check15 ol::before {
    margin-top: calc((1 - 2.1) * 0.5em);
  }
  .cp-list-check15 ul::after,
  .cp-list-check15 ol::after {
    margin-bottom: calc((1 - 2.1) * 0.5em);
  }
  .cp-list-check15 li {
    margin-top: 6px;
    padding-left: 1.85em;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .cp-list-check15 {
    padding: 30px;
  }
  .cp-list-check15__heading {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .cp-list-check15__heading::before, .cp-list-check15__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-list-check15__heading::before {
    margin-top: calc((1 - 1.25) * 0.5em);
  }
  .cp-list-check15__heading::after {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .cp-list-check15 li {
    margin-top: 6px;
    font-size: 20px;
  }
}

.cp-richtextlist-pltse {
  color: var(--color_text_dark);
  font-weight: 400;
  letter-spacing: 0.03em;
}
.cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text ul li {
  padding-left: 1.25em;
  position: relative;
}
.cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text ul li:not(:first-of-type) {
  margin-top: 0.25em;
}
.cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text > ul > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media not all and (min-width: 768px) {
  .cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text {
    font-size: 13px;
    line-height: 1.65;
  }
}
@media screen and (min-width: 768px) {
  .cp-richtextlist-pltse .hs_cos_wrapper_type_inline_rich_text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.el-logo-top {
  display: block;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .el-logo-top {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el-logo-top {
    width: 28.2258064516vw;
  }
}
@media screen and (min-width: 1240px) {
  .el-logo-top {
    width: 350px;
  }
}
@charset "UTF-8";
.ml-servicePage {
  border: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.ml-servicePage .ml-servicePage__toplevel__item {
  border-top: 4px solid #000;
}
@media not all and (min-width: 768px) {
  .ml-servicePage .ml-servicePage__toplevel__item {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .ml-servicePage .ml-servicePage__toplevel__item {
    padding-bottom: 40px;
  }
}
.ml-servicePage .ml-servicePage__secondlevel__item {
  border-top: 2px solid #000;
  position: relative;
}
@media not all and (min-width: 768px) {
  .ml-servicePage .ml-servicePage__secondlevel {
    margin-top: 12px;
    padding-left: 25px;
  }
  .ml-servicePage .ml-servicePage__secondlevel__item__icon {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.75em;
    left: -23px;
  }
}
@media screen and (min-width: 768px) {
  .ml-servicePage .ml-servicePage__secondlevel {
    margin-top: 43px;
    padding-left: 200px;
  }
}

.ml-serviceTop {
  gap: 20px;
  color: var(--color_text_base);
  max-width: 1200px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .ml-serviceTop__toplevel {
    border-top: 4px solid #000;
  }
  .ml-serviceTop__sub {
    margin-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .ml-serviceTop__toplevel {
    border-top: 4px solid #000;
  }
  .ml-serviceTop__main {
    margin-bottom: 75px;
  }
}
.ml-serviceTop__sub {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-serviceTop__sub {
    margin-bottom: 15px;
  }
  .ml-serviceTop__sub__item {
    border-top: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .ml-serviceTop__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ml-serviceTop__sub > ul {
    width: 100%;
  }
  .ml-serviceTop__sub__item:not(:first-of-type) {
    border-top: 2px solid #000;
  }
}

.ml-serviceStrength {
  gap: 20px;
  color: var(--color_text_base);
  max-width: 1000px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .ml-serviceStrength__toplevel {
    border-top: 4px solid #000;
    padding-bottom: 14px;
  }
  .ml-serviceStrength__sub {
    margin-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .ml-serviceStrength__toplevel {
    border-top: 4px solid #000;
    padding-bottom: 15px;
  }
}
.ml-serviceStrength__sub {
  font-size: 0;
}
@media not all and (min-width: 768px) {
  .ml-serviceStrength__sub__item {
    border-top: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .ml-serviceStrength__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ml-serviceStrength__sub > ul {
    width: 100%;
  }
  .ml-serviceStrength__sub__item:not(:first-of-type) {
    border-top: 2px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .ml-index-lesfd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.6451612903vw;
  }
  .ml-index-lesfd__item {
    width: 100%;
    position: relative;
  }
  .ml-index-lesfd__item::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.6451612903vw;
    margin-right: -5.6451612903vw;
    margin-top: 30%;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
    background-image: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_step_cross-1.svg);
  }
  .ml-index-lesfd__item:last-of-type::before {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .ml-index-lesfd {
    gap: 70px;
  }
  .ml-index-lesfd__item::before {
    width: 70px;
    height: 70px;
    margin-right: -70px;
  }
}

.ml-newstag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 768px) {
  .ml-newstag {
    margin-top: 50px;
  }
  .ml-newstag__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .ml-newstag {
    margin-top: 95px;
  }
}
/* Webサイト・オウンドメディア制作 */
.omsolution {
  position: relative;
  margin: 20px 0 40px 0;
  text-align: center;
  line-height: 1.4;
}

.omsolution::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 6em);
  top: -1em;
  z-index: -1;
  border-style: solid;
  border-bottom: 0;
  border-left: 6em solid transparent;
  border-right: 6em solid transparent;
  border-top: 3em solid #d8e2f8;
}

.omsolution-title {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 700;
  color: #4372DB;
}

.omsolution-desc {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .omsolution {
    margin: 40px 0 80px 0;
  }
  .omsolution::before {
    left: calc(50% - 12em);
    top: -2em;
    border-left: 12em solid transparent;
    border-right: 12em solid transparent;
    border-top: 5em solid #d8e2f8;
  }
  .omsolution-title {
    font-size: 46px;
  }
  .omsolution-desc {
    font-size: 26px;
  }
}
.omscrollarea {
  overflow: scroll;
  position: relative;
  left: -20px;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .omscrollarea {
    overflow: auto;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .omscrollarea {
    left: -60px;
  }
}
.omplan {
  margin-top: 50px;
  table-layout: fixed;
  width: 500px;
  border: none;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.omplan tr th:first-child {
  position: sticky;
  left: 0;
}

.omplan_thead_th-1 {
  width: 100px;
}

.omplan_thead_th-2,
.omplan_thead_th-3,
.omplan_thead_th-4 {
  width: auto;
}

.omplan del {
  text-decoration: line-through;
}

.omplan sub,
.omplan sup {
  position: static;
  font-size: 10px;
  font-weight: 400;
}

.omplan th,
.omplan td {
  border: none;
  padding: 0;
}

.omplan_cell {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6em;
  padding: 1em 0;
}

.omplan_d-n {
  display: none;
}

.omplan_cell.omplan_thead_ttl {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7em;
}

.omplan_thead_desc {
  padding: 0 1em;
  color: #4372DB;
  font-size: 90%;
}

.omplan_thead_desc::after {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin: 0.5em auto;
  background: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalNav.svg) no-repeat center 55%;
  background-size: 50%;
  border: 1px solid #000;
  border-radius: 50%;
}

.omplan_thead_ttl {
  color: #FFF;
  background-color: #4372DB;
}

.omplan_tbl_bd {
  border-top: 1px solid #4372DB !important;
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
}

.omplan_tbl_bd_b {
  border-bottom: 1px solid #4372DB !important;
}

.omplan_tbl_bd_l {
  border-left: 1px solid #4372DB !important;
}

.omplan_tbl_bd_r {
  border-right: 1px solid #4372DB !important;
}

.omplan_tbl_bd_l-white {
  border-left: 1px solid #FFF !important;
}

.omplan_radius_tl {
  border-radius: 10px 0 0 0;
}

.omplan_radius_tr {
  border-radius: 0 10px 0 0;
}

.omplan_radius_br {
  border-radius: 0 0 10px 0;
}

.omplan_radius_bl {
  border-radius: 0 0 0 10px;
}

.omplan_tbody_th {
  padding: 0 1em 0 0 !important;
  vertical-align: middle;
  text-align: right;
  background-color: #fff;
  z-index: 1;
  line-height: 1.25;
}

.omplan_txt_large {
  font-size: 127%;
  text-align: center;
}

.omplan_txt_xlarge {
  font-size: 200%;
}

.omplan_txt_small {
  font-size: 81.81%;
}

.omplan_txt_blue {
  color: #4372DB;
}

.omplan_txt_fw400 {
  font-weight: 400;
}

.omplan_ico_checked {
  width: 1.5em;
  height: 1.5em;
  margin: 0.5em;
}

.omplan_notice {
  margin-left: 0;
  font-size: 12px;
}

.omplan_notice li {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 500px) {
  .omplan {
    width: 100%;
    background-color: transparent;
  }
  .omplan .omplan_tbody_td {
    background-color: #FFF;
  }
  .omplan_tbody_th {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .omplan {
    font-size: 17px;
  }
  .omplan_thead_th-1 {
    width: 170px;
  }
  .omplan_thead_desc::after {
    border-width: 2px;
  }
  .omplan_radius_tl {
    border-top-left-radius: 30px;
  }
  .omplan_radius_tr {
    border-top-right-radius: 30px;
  }
  .omplan_radius_br {
    border-bottom-right-radius: 30px;
  }
  .omplan_radius_bl {
    border-bottom-left-radius: 30px;
  }
  .omplan_notice {
    margin-left: 170px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1240px) {
  .omplan {
    font-size: 22px;
  }
  .omplan_thead_th-1 {
    width: 200px;
  }
  .omplan_notice {
    margin-left: 200px;
  }
}
@charset "UTF-8";
.ml-gridTable-col3 {
  display: grid;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .ml-gridTable-col3 {
    display: block;
    margin: 0 auto;
    row-gap: 68px;
  }
  .ml-gridTable-col3__item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .ml-gridTable-col3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: initial;
    -webkit-column-gap: 1.6129032258vw;
       -moz-column-gap: 1.6129032258vw;
            column-gap: 1.6129032258vw;
  }
  .ml-gridTable-col3__item {
    position: relative;
    display: contents;
  }
}
@media screen and (min-width: 1240px) {
  .ml-gridTable-col3 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.ml-gridTable {
  display: grid;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .ml-gridTable {
    display: block;
    margin: 0 auto;
    row-gap: 60px;
  }
  .ml-gridTable__item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .ml-gridTable {
    /*
    		grid-template-columns: repeat(2, minmax(360px, 580px));
    */
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    max-width: initial;
    -webkit-column-gap: 3.2258064516vw;
       -moz-column-gap: 3.2258064516vw;
            column-gap: 3.2258064516vw;
  }
  .ml-gridTable__item {
    display: contents;
    position: relative;
  }
}
@media screen and (min-width: 1240px) {
  .ml-gridTable {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media not all and (min-width: 768px) {
  .row-notice {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .row-notice {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .row-notice {
    margin-top: 30px;
  }
}

.row-plan1 {
  font-weight: 700;
  color: var(--color_primary_base);
  line-height: 1.25;
}
.row-plan1 span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .row-plan1 {
    font-size: 22px;
    padding-bottom: 0;
    padding-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .row-plan1 {
    font-size: 2.2580645161vw;
    text-align: center;
    padding-bottom: 0;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .row-plan1 {
    font-size: 28px;
  }
}

.row-plan2 {
  font-weight: 700;
  color: var(--color_primary_base);
}
@media not all and (min-width: 768px) {
  .row-plan2 {
    font-size: 6.5420560748vw;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .row-plan2 {
    font-size: 2.9032258065vw;
    padding-bottom: 0;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .row-plan2 {
    font-size: 36px;
  }
}

.row-plan3 {
  font-weight: 700;
  color: var(--color_text_white);
  line-height: 1.25;
}
.row-plan3 span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .row-plan3 {
    font-size: 26px;
    padding-bottom: 0;
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .row-plan3 {
    font-size: 1.7741935484vw;
    text-align: center;
    padding: 15px 0 15px;
  }
}
@media screen and (min-width: 1240px) {
  .row-plan3 {
    font-size: 22px;
  }
}

.row-plan4 {
  font-weight: 700;
  color: var(--color_text_white);
  line-height: 1.36;
}
.row-plan4::before, .row-plan4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.row-plan4::before {
  margin-top: calc((1 - 1.36) * 0.5em);
}
.row-plan4::after {
  margin-bottom: calc((1 - 1.36) * 0.5em);
}
.row-plan4 span {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .row-plan4 {
    font-size: 28px;
    padding-bottom: 0;
    padding: 15px 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .row-plan4 {
    font-size: 2.2580645161vw;
    text-align: center;
    padding: 15px 0 15px;
  }
}
@media screen and (min-width: 1240px) {
  .row-plan4 {
    font-size: 28px;
  }
}

.row-price1 {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  color: var(--color_primary_base);
  width: 100%;
}
.row-price1 p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.row-price1 strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-price1 strong span {
  font-size: 50%;
}
.row-price1 span {
  font-size: 50%;
}
@media not all and (min-width: 768px) {
  .row-price1 {
    font-size: 7.476635514vw;
    padding-top: 44px;
    padding-bottom: 54px;
  }
  .row-price1 strong {
    font-size: 8.8785046729vw;
  }
}
@media screen and (min-width: 768px) {
  .row-price1 {
    font-size: 3.2258064516vw;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .row-price1 strong {
    font-size: 3.7903225806vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-price1 {
    font-size: 40px;
  }
  .row-price1 strong {
    font-size: 47px;
  }
}

.row-price2 {
  font-weight: 700;
  color: var(--color_primary_base);
  line-height: 1.23;
  width: 100%;
}
.row-price2::before, .row-price2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.row-price2::before {
  margin-top: calc((1 - 1.23) * 0.5em);
}
.row-price2::after {
  margin-bottom: calc((1 - 1.23) * 0.5em);
}
.row-price2 strong span {
  font-size: 50%;
}
@media not all and (min-width: 768px) {
  .row-price2 {
    font-size: 7.476635514vw;
    line-height: 1.25;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .row-price2 strong {
    font-size: 8.8785046729vw;
  }
}
.row-price2 span {
  font-size: 50%;
}
@media screen and (min-width: 768px) {
  .row-price2 {
    font-size: 3.2258064516vw;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .row-price2 strong {
    font-size: 3.7903225806vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-price2 {
    font-size: 40px;
  }
  .row-price2 strong {
    font-size: 47px;
  }
}

.row-pre {
  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;
  grid-row-start: -2;
}
.row-pre span {
  display: inline-block;
}
.row-pre__lead {
  color: var(--color_primary_base);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.45;
}
.row-pre__lead::before, .row-pre__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.row-pre__lead::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.row-pre__lead::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.row-pre__icon {
  text-align: center;
  line-height: 1;
  margin-top: auto;
}
@media not all and (min-width: 768px) {
  .row-pre {
    gap: 15px;
    margin-bottom: 30px;
  }
  .row-pre__lead {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .row-pre {
    gap: 30px;
    margin-bottom: 42px;
  }
  .row-pre__lead {
    font-size: 28px;
  }
}

.row-content .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
.row-content .hs_cos_wrapper_type_inline_rich_text > * {
  margin-top: 0.5em;
}
.row-content .hs_cos_wrapper_type_inline_rich_text h2,
.row-content .hs_cos_wrapper_type_inline_rich_text h3,
.row-content .hs_cos_wrapper_type_inline_rich_text h4 {
  font-weight: 700;
  margin-top: 0.75em;
}
.row-content .hs_cos_wrapper_type_inline_rich_text strong {
  color: var(--color_primary_base);
  font-weight: 700;
}
.row-content .hs_cos_wrapper_type_inline_rich_text ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
}
.row-content .hs_cos_wrapper_type_inline_rich_text ul li {
  position: relative;
  margin-top: 0.5em;
}
.row-content .hs_cos_wrapper_type_inline_rich_text ul li::before {
  content: "・";
  font-size: 1em;
  position: absolute;
  left: 0;
}
.row-content .hs_cos_wrapper_type_inline_rich_text ul li:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text {
    padding: 40px 5px 40px;
  }
}
@media screen and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text {
    padding: 32px 5px 40px;
  }
}
@media not all and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text > * {
    margin-top: 0.5em;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 0.65em;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text ul li::before {
    margin-left: -0.4em;
  }
}
@media not all and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 18px;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 1.6666666667vw;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 1.3333333333vw;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-content .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 20px;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 16px;
  }
}

.row-content3 {
  color: var(--color_text_dark);
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .row-content3 {
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .row-content3 {
    padding: 20px 0 20px;
  }
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text > * {
  margin-top: 0.5em;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text h2,
.row-content3 .hs_cos_wrapper_type_inline_rich_text h3,
.row-content3 .hs_cos_wrapper_type_inline_rich_text h4 {
  font-weight: 700;
  margin-top: 0.75em;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text strong {
  color: var(--color_primary_base);
  font-weight: 700;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  line-height: 1.5;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul::before, .row-content3 .hs_cos_wrapper_type_inline_rich_text ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul li {
  position: relative;
  margin-top: 0.35em;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul li::before {
  content: "・";
  font-size: 1em;
  position: absolute;
  left: 0;
}
.row-content3 .hs_cos_wrapper_type_inline_rich_text ul li:first-of-type {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .row-content3 .hs_cos_wrapper_type_inline_rich_text > * {
    margin-top: 0.5em;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 0.65em;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul li::before {
    margin-left: -0.4em;
  }
}
@media not all and (min-width: 768px) {
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 18px;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 1.6129032258vw;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 1.2903225806vw;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 1.2096774194vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 20px;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content3 .hs_cos_wrapper_type_inline_rich_text ul {
    font-size: 15px;
  }
}

.row-content4 {
  color: var(--color_text_dark);
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .row-content4 {
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .row-content4 {
    padding: 20px 0 20px;
  }
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text > * {
  margin-top: 0.5em;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text h2,
.row-content4 .hs_cos_wrapper_type_inline_rich_text h3,
.row-content4 .hs_cos_wrapper_type_inline_rich_text h4 {
  font-weight: 700;
  margin-top: 0.75em;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text strong {
  color: var(--color_primary_base);
  font-weight: 700;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  line-height: 1.5;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul::before, .row-content4 .hs_cos_wrapper_type_inline_rich_text ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul li {
  position: relative;
  margin-top: 0.35em;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul li::before {
  content: "・";
  font-size: 1em;
  position: absolute;
  left: 0;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ul li:first-of-type,
.row-content4 .hs_cos_wrapper_type_inline_rich_text ol li:first-of-type {
  margin-top: 0;
}
.row-content4 .hs_cos_wrapper_type_inline_rich_text ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25em;
}
@media not all and (min-width: 768px) {
  .row-content4 .hs_cos_wrapper_type_inline_rich_text > * {
    margin-top: 0.5em;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 1.1em;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ol li {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul li {
    padding-left: 0.65em;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul li::before {
    margin-left: -0.4em;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ol li {
    margin-top: 1em;
  }
}
@media not all and (min-width: 768px) {
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 18px;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul,
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ol {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 1.6129032258vw;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 1.2903225806vw;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul,
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ol {
    font-size: 1.1290322581vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 20px;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 16px;
  }
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ul,
  .row-content4 .hs_cos_wrapper_type_inline_rich_text ol {
    font-size: 14px;
  }
}

.row-base {
  position: relative;
}
@media screen and (min-width: 768px) {
  .row-base {
    display: contents;
  }
}
.row-base__item {
  position: relative;
  background-color: var(--color_bg_white);
}
.row-base__item::before {
  background-color: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
}
.row-base__item__content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.row-base__item:nth-of-type(1) {
  grid-row-start: 1;
}
.row-base__item:nth-of-type(2) {
  grid-row-start: 2;
}
.row-base__item:nth-of-type(3) {
  grid-row-start: 3;
}
.row-base__item:nth-of-type(4) {
  grid-row-start: 4;
}
.row-base__item:nth-of-type(5) {
  grid-row-start: 5;
}
.row-base__item:nth-of-type(6) {
  grid-row-start: 6;
}
.row-base__item:nth-of-type(7) {
  grid-row-start: 7;
}
.row-base__item:nth-of-type(8) {
  grid-row-start: 8;
}
.row-base__item:nth-of-type(9) {
  grid-row-start: 9;
}

.row-xxxxc__item ul {
  padding: 0;
}
@media not all and (min-width: 768px) {
  .row-xxxxc__item h4 {
    font-size: 24px;
  }
  .row-xxxxc__item ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxxc__item h4 {
    font-size: 26px;
  }
  .row-xxxxc__item ul {
    font-size: 22px;
  }
}
.row-xxxxc__item:first-of-type {
  border-top-width: 3px;
  border-top-style: solid;
  border-color: var(--color_primary_base);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.row-xxxxc__item:first-of-type::before {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.row-xxxxc__item:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: var(--color_primary_base);
}
.row-xxxxc__item:last-of-type::before {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media not all and (min-width: 768px) {
  .row-xxxxc__item:first-of-type {
    border-top-width: 2.5px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .row-xxxxc__item:first-of-type::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .row-xxxxc__item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: 2.5px;
    border-bottom-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxc__item:last-of-type::before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media not all and (min-width: 768px) {
  .row-xxxxc__item {
    padding: 0 7.0093457944vw;
    border-left-width: 2.5px;
    border-left-style: solid;
    border-right-width: 2.5px;
    border-right-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxc__item .row-xxxxc__content {
    color: var(--color_primary_base);
    border-top-width: 2px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxc__item:nth-of-type(1) .row-xxxxc__content {
    border-top: none;
  }
  .row-xxxxc__item:nth-of-type(2) .row-xxxxc__content {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxxc__item {
    padding: 0 3.3333333333vw;
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxc__item .row-xxxxc__content {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxc__item:nth-of-type(1) .row-xxxxc__content {
    border-top: none;
  }
  .row-xxxxc__item:nth-of-type(2) .row-xxxxc__content {
    border-top: none;
    line-height: 1.35;
  }
}
@media screen and (min-width: 1240px) {
  .row-xxxxc__item {
    padding: 0 8%;
  }
}

.row-xxxxd__item {
  position: relative;
  background-color: var(--color_bg_white);
}
.row-xxxxd__item::before {
  background-color: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
}
.row-xxxxd__item:first-of-type {
  border-top-width: 3px;
  border-top-style: solid;
  border-color: var(--color_primary_base);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.row-xxxxd__item:first-of-type::before {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media not all and (min-width: 768px) {
  .row-xxxxd__item:first-of-type {
    border-top-width: 2.5px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .row-xxxxd__item:first-of-type::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.row-xxxxd__item:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: var(--color_primary_base);
}
.row-xxxxd__item:last-of-type::before {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media not all and (min-width: 768px) {
  .row-xxxxd__item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: 2.5px;
    border-bottom-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxd__item:last-of-type::before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media not all and (min-width: 768px) {
  .row-xxxxd__item {
    padding: 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxxd__item {
    padding: 0 1.6666666667vw;
  }
}
@media screen and (min-width: 1240px) {
  .row-xxxxd__item {
    padding: 0 20px;
  }
}
@media not all and (min-width: 768px) {
  .row-xxxxd__item {
    border-left-width: 2.5px;
    border-left-style: solid;
    border-right-width: 2.5px;
    border-right-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxd__item .row-xxxxd__content {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxd__item:nth-of-type(1) .row-xxxxd__content {
    border-top: none;
  }
  .row-xxxxd__item:nth-of-type(2) .row-xxxxd__content {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxxd__item {
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxd__item .row-xxxxd__content {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: var(--color_primary_base);
  }
  .row-xxxxd__item:nth-of-type(1) .row-xxxxd__content {
    border-top: none;
  }
  .row-xxxxd__item:nth-of-type(2) .row-xxxxd__content {
    border-top: none;
  }
}
.cp-flow-kcnst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.cp-flow-kcnst ul,
.cp-flow-kcnst ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-flow-kcnst > ul > li {
  margin-bottom: 1em;
}
.cp-flow-kcnst__label {
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
  position: relative;
  padding: 10px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.cp-flow-kcnst__label__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cp-flow-kcnst__label__text {
  font-size: 14px;
}
.cp-flow-kcnst__label__number {
  font-size: 24px;
  line-height: 1;
}
.cp-flow-kcnst__label::after {
  content: "";
  position: absolute;
  background-color: var(--color_primary_base);
  height: 15px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  bottom: -15px;
}
.cp-flow-kcnst__label-end::after {
  content: none;
}
.cp-flow-kcnst__content {
  padding: 1em;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color_text_base);
}

.cp-flow-sqnvn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.cp-flow-sqnvn ul,
.cp-flow-sqnvn ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-flow-sqnvn__label {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  color: var(--color_primary_base);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
}
.cp-flow-sqnvn__label__index {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4px;
}
.cp-flow-sqnvn__label__index__text {
  font-size: 14px;
}
.cp-flow-sqnvn__label__index__number {
  font-size: 24px;
  line-height: 1;
}
.cp-flow-sqnvn__label__index__number::before {
  content: attr(data-text) "";
}
.cp-flow-sqnvn__label__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-flow-sqnvn__label__line::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--color_primary_base);
  display: inline-block;
  min-height: 30px;
}
.cp-flow-sqnvn__label-end .cp-flow-sqnvn__label__line::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--color_primary_base);
  display: inline-block;
  height: 6px;
  bottom: 0;
  left: 50%;
  border-radius: 50em;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.cp-flow-sqnvn__content {
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-flow-sqnvn__content {
    font-size: 14px;
    padding: 0 0.25em 1.5em;
    margin-top: -0.15em;
  }
  .cp-flow-sqnvn__content p {
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-sqnvn__content {
    font-size: 16px;
    padding: 0 1em 1.5em;
    margin-top: -0.15em;
  }
  .cp-flow-sqnvn__content p {
    font-size: inherit;
  }
}

.cp-flow-whfnh {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cp-flow-whfnh ul,
.cp-flow-whfnh ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-flow-whfnh__label {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  color: var(--color_primary_base);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  margin-top: -0.5em;
}
.cp-flow-whfnh__label__index {
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  background-color: var(--color_bg_white);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.cp-flow-whfnh__label__index__text {
  font-size: 14px;
  display: none;
}
.cp-flow-whfnh__label__index__number {
  font-size: 24px;
  line-height: 1;
}
.cp-flow-whfnh__label__index__number::before {
  content: attr(data-text) "";
}
.cp-flow-whfnh__label__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-flow-whfnh__label__line::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--color_primary_base);
  display: inline-block;
  min-height: 30px;
}
.cp-flow-whfnh__label-end::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--color_primary_base);
  display: inline-block;
  height: 6px;
  bottom: 0;
  left: 50%;
  border-radius: 50em;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.cp-flow-whfnh__content {
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-flow-whfnh__content {
    font-size: 14px;
    padding: 0 1em 1.5em;
    margin-top: -0.15em;
  }
  .cp-flow-whfnh__content p {
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-whfnh__content {
    font-size: 16px;
    padding: 0 1em 1.5em;
    margin-top: -0.15em;
  }
  .cp-flow-whfnh__content p {
    font-size: inherit;
  }
}

.cp-flow-qnyig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.cp-flow-qnyig ul,
.cp-flow-qnyig ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-flow-qnyig__label {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  margin-top: -1em;
}
.cp-flow-qnyig__label__index {
  border-radius: 50%;
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.cp-flow-qnyig__label__index__number::before {
  content: attr(data-text) "";
}
@media not all and (min-width: 768px) {
  .cp-flow-qnyig__label__index {
    height: 2.25em;
    width: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-qnyig__label__index {
    height: 2.5em;
    width: 2.5em;
  }
}
.cp-flow-qnyig__label__index__text {
  font-size: 14px;
  display: none;
}
.cp-flow-qnyig__label__index__number {
  line-height: 1;
  margin-top: -0.1em;
}
@media not all and (min-width: 768px) {
  .cp-flow-qnyig__label__index__number {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-qnyig__label__index__number {
    font-size: 24px;
  }
}
.cp-flow-qnyig__label__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-flow-qnyig__label__line::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--theme_color_base);
  display: inline-block;
  min-height: 20px;
  margin-top: -1.5em;
}
.cp-flow-qnyig .cp-flow-qnyig__label-end .cp-flow-qnyig__label__line::before {
  content: none;
}
.cp-flow-qnyig .cp-flow-qnyig__label-end .cp-flow-qnyig__label__line::after {
  display: none;
}
.cp-flow-qnyig__content {
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-flow-qnyig__content {
    padding: 0 0.25em 2.5em;
    font-size: 14px;
    margin-top: -0.5em;
  }
  .cp-flow-qnyig__content p {
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-qnyig__content {
    padding: 0 0.25em 2.5em;
    font-size: 16px;
    margin-top: -0.5em;
  }
  .cp-flow-qnyig__content p {
    font-size: inherit;
  }
}

.cp-flow-selpa {
  max-width: 700px;
  margin: 0 auto;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: var(--color_theme_dark5);
}
.cp-flow-selpa.mod--category01 .cp-flow-selpa__label__index {
  color: var(--color_category1_base);
}
.cp-flow-selpa.mod--category02 .cp-flow-selpa__label__index {
  color: var(--color_category2_base);
}
.cp-flow-selpa.mod--category03 .cp-flow-selpa__label__index {
  color: var(--color_category3_base);
}
.cp-flow-selpa.mod--category04 .cp-flow-selpa__label__index {
  color: var(--color_category4_base);
}
.cp-flow-selpa__label__index {
  color: var(--color_primary_base);
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  line-height: 1;
}
.cp-flow-selpa__label__index__number::before {
  content: attr(data-text) "";
}
.cp-flow-selpa__content__heading {
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_text_base);
  line-height: 1.25;
}
.cp-flow-selpa__content__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_theme_dark3);
}
@media not all and (min-width: 768px) {
  .cp-flow-selpa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 35px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top: -2px;
  }
  .cp-flow-selpa__label__index {
    font-size: 65px;
    text-align: center;
  }
  .cp-flow-selpa__content__heading {
    font-size: 28px;
    margin-top: 8px;
    text-align: center;
  }
  .cp-flow-selpa__content__desc {
    font-size: 16px;
    line-height: 1.88;
    margin-top: 20px;
  }
  .cp-flow-selpa__content__desc::before, .cp-flow-selpa__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flow-selpa__content__desc::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-flow-selpa__content__desc::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-selpa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0.25em;
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-top: -3px;
  }
  .cp-flow-selpa__label {
    width: 150px;
  }
  .cp-flow-selpa__label__index {
    font-size: 100px;
  }
  .cp-flow-selpa__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-flow-selpa__content__heading {
    font-size: 38px;
  }
  .cp-flow-selpa__content__desc {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 28px;
  }
  .cp-flow-selpa__content__desc::before, .cp-flow-selpa__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flow-selpa__content__desc::before {
    margin-top: calc((1 - 1.78) * 0.5em);
  }
  .cp-flow-selpa__content__desc::after {
    margin-bottom: calc((1 - 1.78) * 0.5em);
  }
}

.cp-flow-stren {
  max-width: 900px;
  margin: 0 auto;
}
.cp-flow-stren__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-flow-stren__label__index {
  line-height: 1;
}
.cp-flow-stren__label__index__number::before {
  color: var(--color_primary_base);
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  letter-spacing: 0.02em;
  content: attr(data-text) "";
}
.cp-flow-stren__label__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color_theme_dark3);
}
.cp-flow-stren__content__heading {
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_text_base);
  line-height: 1.25;
}
.cp-flow-stren__content__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_theme_dark3);
}
.cp-flow-stren__content__desc p:first-of-type {
  margin-top: 0;
}
.cp-flow-stren__content__desc p {
  margin-top: 1.25em;
}
@media not all and (min-width: 768px) {
  .cp-flow-stren__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .cp-flow-stren__label__index__number::before {
    font-size: 80px;
  }
  .cp-flow-stren__label__line {
    height: 3px;
  }
  .cp-flow-stren__content {
    margin-top: 15px;
  }
  .cp-flow-stren__content__heading {
    font-size: 30px;
    line-height: 1.43;
  }
  .cp-flow-stren__content__desc {
    font-size: 16px;
    line-height: 1.88;
    margin-top: 16px;
  }
  .cp-flow-stren__content__img {
    width: 51.4018691589%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-stren__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .cp-flow-stren__label__index__number::before {
    font-size: 120px;
  }
  .cp-flow-stren__label__line {
    height: 4px;
    margin-bottom: -4px;
  }
  .cp-flow-stren__content {
    display: grid;
    grid-template-columns: auto 41.6666666667%;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-top: 15px;
    padding-bottom: 110px;
    padding-left: 10px;
  }
  .cp-flow-stren__content__heading {
    font-size: 42px;
    line-height: 1.38;
    margin-top: 30px;
    grid-row: 1;
  }
  .cp-flow-stren__content__desc {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 25px;
    grid-row: 2;
  }
  .cp-flow-stren__content__img {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    justify-self: center;
  }
}

@media not all and (min-width: 768px) {
  .ml-flow-stren__item {
    margin-top: 68px;
  }
  .ml-flow-stren__item:first-of-type {
    margin-top: 0;
  }
}
.cp-flow-colts {
  margin: 0 auto;
}
.cp-flow-colts__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-flow-colts__label__index {
  line-height: 1;
}
.cp-flow-colts__label__index__number::before {
  color: var(--color_primary_base);
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  letter-spacing: 0.02em;
  content: attr(data-text) "";
}
.cp-flow-colts__content__heading {
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_text_base);
  line-height: 1.25;
}
.cp-flow-colts__content__heading span {
  display: inline-block;
}
.cp-flow-colts__content__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_theme_dark3);
}
.cp-flow-colts__content__desc .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
.cp-flow-colts__content__desc .hs_cos_wrapper_type_inline_rich_text > p {
  margin-top: 1em;
}
@media not all and (min-width: 768px) {
  .cp-flow-colts__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cp-flow-colts__label__index {
    margin-right: auto;
  }
  .cp-flow-colts__label__index__number::before {
    font-size: 30px;
  }
  .cp-flow-colts__label__line {
    display: none;
  }
  .cp-flow-colts__label__img {
    max-width: 250px;
  }
  .cp-flow-colts__content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .cp-flow-colts__content__heading {
    font-size: 26px;
    line-height: 1.54;
  }
  .cp-flow-colts__content__heading::before, .cp-flow-colts__content__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flow-colts__content__heading::before {
    margin-top: calc((1 - 1.54) * 0.5em);
  }
  .cp-flow-colts__content__heading::after {
    margin-bottom: calc((1 - 1.54) * 0.5em);
  }
  .cp-flow-colts__content__desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.88;
  }
  .cp-flow-colts__content__desc::before, .cp-flow-colts__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flow-colts__content__desc::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-flow-colts__content__desc::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-flow-colts__label {
    gap: 25px;
  }
  .cp-flow-colts__label__index__number::before {
    font-size: 60px;
  }
  .cp-flow-colts__label__line {
    height: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: var(--color_theme_dark5);
  }
  .cp-flow-colts__label__img {
    display: none;
  }
  .cp-flow-colts__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 26px;
    padding-bottom: 75px;
  }
  .cp-flow-colts__content__heading {
    font-size: 3.2258064516vw;
    line-height: 1.5;
  }
  .cp-flow-colts__content__desc {
    font-size: 1.6129032258vw;
    line-height: 1.8;
    padding-left: 1.6129032258vw;
  }
}
@media screen and (min-width: 1240px) {
  .cp-flow-colts__content__heading {
    font-size: 40px;
  }
  .cp-flow-colts__content__desc {
    font-size: 20px;
    padding-left: 40px;
  }
}

.cp-flowhorison-actls {
  margin: 0 auto;
}
.cp-flowhorison-actls__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-flowhorison-actls__label__index {
  line-height: 1;
}
.cp-flowhorison-actls__label__index__number::before {
  color: var(--color_primary_base);
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  letter-spacing: 0.02em;
  content: attr(data-text) "";
}
.cp-flowhorison-actls__content__heading {
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
  background-color: var(--color_primary_base);
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_text_white);
}
.cp-flowhorison-actls__content__desc {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_theme_dark3);
}
@media not all and (min-width: 768px) {
  .cp-flowhorison-actls__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cp-flowhorison-actls__label__index {
    margin-right: auto;
  }
  .cp-flowhorison-actls__label__index__number::before {
    font-size: 30px;
  }
  .cp-flowhorison-actls__label__line {
    display: none;
  }
  .cp-flowhorison-actls__content {
    padding-top: 15px;
    padding-bottom: 50px;
  }
  .cp-flowhorison-actls__content__heading::before, .cp-flowhorison-actls__content__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flowhorison-actls__content__heading::before {
    margin-top: calc((1 - 1.54) * 0.5em);
  }
  .cp-flowhorison-actls__content__heading::after {
    margin-bottom: calc((1 - 1.54) * 0.5em);
  }
  .cp-flowhorison-actls__content__desc::before, .cp-flowhorison-actls__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-flowhorison-actls__content__desc::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-flowhorison-actls__content__desc::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-flowhorison-actls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cp-flowhorison-actls__label__line {
    height: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: var(--color_theme_dark5);
  }
  .cp-flowhorison-actls__label__img {
    display: none;
  }
}
.ml-flowhorison-actls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

table {
  background-color: #FFF;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
table p {
  margin: 0;
}
table a {
  color: inherit;
}
table a:hover {
  text-decoration: none;
}
table ul,
table ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style-type: unset;
}
table th,
table td {
  padding: 0.75em 0.75em;
  border: 1px solid #ddd;
}
.blog-news-pagination {
  text-align: center;
  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;
}
.blog-news-pagination__link {
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  color: var(--color_text_base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
}
.blog-news-pagination__link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.blog-news-pagination__link--disabled {
  visibility: hidden;
  pointer-events: none;
}
.blog-news-pagination__link__numberlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-news-pagination__link__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.blog-news-pagination__link--active {
  color: var(--color_primary_base);
  cursor: default;
  pointer-events: none;
}
.blog-news-pagination__link--active:hover {
  opacity: 1;
}
@media not all and (min-width: 768px) {
  .blog-news-pagination {
    margin-top: 12px;
  }
  .blog-news-pagination__link__side {
    gap: 20px;
  }
  .blog-news-pagination__link__numberlist {
    margin: 0 12px;
  }
  .blog-news-pagination__number-link {
    margin: 0 6px;
    padding: 5px 10px;
    font-size: 18px;
  }
  .blog-news-pagination__first-link, .blog-news-pagination__prev-link, .blog-news-pagination__next-link, .blog-news-pagination__last-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .blog-news-pagination {
    margin-top: 30px;
  }
  .blog-news-pagination__link__side {
    gap: 50px;
  }
  .blog-news-pagination__link__numberlist {
    margin: 0 25px;
  }
  .blog-news-pagination__number-link {
    margin: 0 1em;
    padding: 5px 10px;
    font-size: 23px;
  }
  .blog-news-pagination__first-link, .blog-news-pagination__prev-link, .blog-news-pagination__next-link, .blog-news-pagination__last-link {
    font-size: 23px;
  }
}


.btn-style-mjtjs, .btn-style-thdld, .btn-style-jaxfp, .btn-style-bosse, .btn-style-bosse.is-current, .btn-style-submx, .btn-style-ogswx, .btn-style-ogsba, .btn-style-rauss {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.btn-style-mjtjs:hover, .btn-style-thdld:hover, .btn-style-jaxfp:hover, .btn-style-bosse:hover, .btn-style-submx:hover, .btn-style-ogswx:hover, .btn-style-ogsba:hover, .btn-style-rauss:hover {
  text-decoration: none;
}
.btn-style-mjtjs:focus, .btn-style-thdld:focus, .btn-style-jaxfp:focus, .btn-style-bosse:focus, .btn-style-submx:focus, .btn-style-ogswx:focus, .btn-style-ogsba:focus, .btn-style-rauss:focus {
  text-decoration: none;
}

.btn-style-angon, .btn-style-anver, .btn-style-seind {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.btn-style-angon:hover, .btn-style-anver:hover, .btn-style-seind:hover {
  text-decoration: none;
}
.btn-style-angon:focus, .btn-style-anver:focus, .btn-style-seind:focus {
  text-decoration: none;
}

.btn-menu-main, .btn-menu-main--strength, .btn-menu-sub--strength, .btn-menu-sub, .btn-menuService-main, .btn-menuService-sub {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100%;
}
@media (hover: hover) {
  .btn-menu-main:hover, .btn-menu-main--strength:hover, .btn-menu-sub--strength:hover, .btn-menu-sub:hover, .btn-menuService-main:hover, .btn-menuService-sub:hover {
    text-decoration: none;
  }
  .btn-menu-main:focus, .btn-menu-main--strength:focus, .btn-menu-sub--strength:focus, .btn-menu-sub:focus, .btn-menuService-main:focus, .btn-menuService-sub:focus {
    text-decoration: none;
  }
}

.btn-style-ymsm {
  overflow: hidden;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_theme_dark4);
  color: var(--color_text_white);
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_theme_dark4);
}
@media (hover: hover) {
  .btn-style-ymsm:hover {
    background-color: var(--color_bg_white);
    color: var(--color_theme_dark4);
  }
  .btn-style-ymsm:hover .dev-icon-inlinesvg path,
  .btn-style-ymsm:hover .dev-icon-inline path,
  .btn-style-ymsm:hover .icon-custom path {
    fill: var(--color_theme_dark4);
  }
}
.btn-style-ymsm .dev-icon-inlinesvg,
.btn-style-ymsm .dev-icon-inline,
.btn-style-ymsm .icon-custom {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  right: 0;
  margin-right: 1em;
}
.btn-style-ymsm .dev-icon-inlinesvg svg,
.btn-style-ymsm .dev-icon-inline svg,
.btn-style-ymsm .icon-custom svg {
  width: 0.5em;
}
.btn-style-ymsm .dev-icon-inlinesvg path,
.btn-style-ymsm .dev-icon-inline path,
.btn-style-ymsm .icon-custom path {
  fill: #fff;
}
@media not all and (min-width: 768px) {
  .btn-style-ymsm {
    font-size: 22px;
    min-width: 260px;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-ymsm {
    font-size: 30px;
    min-width: 400px;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-style-lvtop {
  overflow: hidden;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_theme_dark4);
  color: var(--color_text_white);
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_theme_dark4);
}
.btn-style-lvtop .icon-custom-mask {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  right: 0;
  margin-right: 1em;
}
.btn-style-lvtop .icon-custom-mask::before {
  background-color: #FFF;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-style-lvtop:hover .icon-custom-mask::before {
  background-color: var(--color_theme_dark4);
}
@media (hover: hover) {
  .btn-style-lvtop:hover {
    background-color: var(--color_bg_white);
    color: var(--color_theme_dark4);
  }
  .btn-style-lvtop:hover .btn-style-lvtop__label {
    color: var(--color_theme_dark4);
  }
}
@media not all and (min-width: 768px) {
  .btn-style-lvtop {
    font-size: 22px;
    min-width: 260px;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-lvtop {
    font-size: 30px;
    min-width: 400px;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.widget-type-password_prompt form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 30px;
}
@media not all and (min-width: 768px) {
  .widget-type-password_prompt form {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .widget-type-password_prompt form {
    margin-top: 30px;
  }
}
.widget-type-password_prompt input[type=password] {
  font-size: 16px;
  height: 50px !important;
  border: 1px solid #8d8d8d;
  border-radius: 6px;
  padding: 1.225em 1.25em;
}
.widget-type-password_prompt input[type=password]:focus {
  outline: 1px solid var(--color_primary_base);
  border-color: transparent;
  outline-offset: -1px;
}
@media not all and (min-width: 768px) {
  .widget-type-password_prompt input[type=password] {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .widget-type-password_prompt input[type=password] {
    width: 450px;
  }
}
.widget-type-password_prompt input.hs-button.primary.large {
  overflow: hidden;
  font-weight: 500;
  border-radius: 7px;
  letter-spacing: 0.05em;
  background-color: var(--color_theme_dark4);
  color: var(--color_text_white);
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color_theme_dark4);
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-repeat: no-repeat;
  background-position: right center;
  background-position: center right 15px;
  background-image: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_prompt.svg);
}
.widget-type-password_prompt input.hs-button.primary.large:hover {
  opacity: 0.6;
}
@media not all and (min-width: 768px) {
  .widget-type-password_prompt input.hs-button.primary.large {
    font-size: 16px;
    min-width: 160px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .widget-type-password_prompt input.hs-button.primary.large {
    font-size: 18px;
    min-width: 180px;
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-style-pcvj {
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_bg_white);
  color: var(--color_secondary_base);
  border-width: 2px;
  border-color: var(--color_secondary_base);
  border-style: solid;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-style-pcvj__icon {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-pcvj .icon-custom-mask::before {
  background-color: var(--color_secondary_base);
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-style-pcvj:hover {
    background-color: var(--color_bg_white);
  }
  .btn-style-pcvj:hover .icon-custom-mask::before {
    background-color: var(--color_bg_white);
  }
}
@media (hover: hover) {
  .btn-style-pcvj:hover {
    color: var(--color_text_white);
    background-color: var(--color_secondary_base);
  }
}
@media not all and (min-width: 768px) {
  .btn-style-pcvj {
    width: 100%;
    font-size: 20px;
    max-width: 310px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-pcvj {
    font-size: 26px;
    width: 420px;
    height: 80px;
  }
}

.btn-style-pcvj-purple {
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_bg_white);
  color: #8e4585;
  border-width: 2px;
  border-color: #8e4585;
  border-style: solid;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-style-pcvj-purple__icon {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-pcvj-purple .icon-custom-mask::before {
  background-color: #8e4585;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-style-pcvj-purple:hover {
    background-color: var(--color_bg_white);
  }
  .btn-style-pcvj-purple:hover .icon-custom-mask::before {
    background-color: var(--color_bg_white);
  }
}
@media (hover: hover) {
  .btn-style-pcvj-purple:hover {
    color: var(--color_text_white);
    background-color: #8e4585;
  }
}
@media not all and (min-width: 768px) {
  .btn-style-pcvj-purple {
    width: 100%;
    font-size: 20px;
    max-width: 310px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-pcvj-purple {
    font-size: 26px;
    width: 420px;
    height: 80px;
  }
}

.btn-style-lightblue {
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_bg_white);
  color: #3FACC9;
  border-width: 2px;
  border-color: #3FACC9;
  border-style: solid;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-style-lightblue__icon {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-lightblue .icon-custom-mask::before {
  background-color: #3FACC9;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-style-lightblue:hover {
    background-color: var(--color_bg_white);
  }
  .btn-style-lightblue:hover .icon-custom-mask::before {
    background-color: var(--color_bg_white);
  }
}
@media (hover: hover) {
  .btn-style-lightblue:hover {
    color: var(--color_text_white);
    background-color: #3FACC9;
  }
}
@media not all and (min-width: 768px) {
  .btn-style-lightblue {
    width: 100%;
    font-size: 20px;
    max-width: 310px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-lightblue {
    font-size: 26px;
    width: 420px;
    height: 80px;
  }
}

.btn-style-vlsd {
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.05em;
  background-color: var(--color_bg_white);
  color: var(--color_primary_base);
  border-width: 2px;
  border-color: var(--color_primary_base);
  border-style: solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 0.5em 0.5em 1.25em;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-style-vlsd__icon {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-vlsd .icon-custom-mask::before {
  background-color: var(--color_primary_base);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-style-vlsd:hover {
    background-color: var(--color_bg_white);
  }
  .btn-style-vlsd:hover .icon-custom-mask::before {
    background-color: var(--color_bg_white);
  }
}
@media (hover: hover) {
  .btn-style-vlsd:hover {
    color: var(--color_text_white);
    background-color: var(--color_primary_base);
  }
}
@media not all and (min-width: 768px) {
  .btn-style-vlsd {
    width: 100%;
    font-size: 20px;
    max-width: 310px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-vlsd {
    font-size: 26px;
    width: 420px;
    height: 80px;
  }
}

.btn-style-mjtjs {
  background-color: var(--color_theme_dark1);
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}
.btn-style-mjtjs--primary {
  background-color: var(--color_primary_base);
}
.btn-style-mjtjs--secondary {
  background-color: var(--color_secondary_base);
}
@media not all and (min-width: 768px) {
  .btn-style-mjtjs {
    max-width: 260px;
    min-height: 70px;
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-mjtjs {
    font-weight: 600;
    font-size: 22px;
    max-width: 270px;
    min-height: 70px;
  }
}

.btn-style-thdld {
  background-color: var(--color_theme_dark1);
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  background-color: var(--color_primary_base);
  width: unset;
}
.btn-style-thdld__icon {
  display: none;
}
.btn-style-thdld--secondary {
  background-color: var(--color_secondary_base);
}
@media not all and (min-width: 768px) {
  .btn-style-thdld {
    font-weight: 500;
    font-size: 18px;
    min-height: 60px;
    padding: 15px 1.65em;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-thdld {
    font-weight: 600;
    font-size: 22px;
    min-height: 70px;
    padding: 20px 48px;
  }
}

.btn-style-jaxfp {
  background-color: var(--color_theme_dark1);
  border-radius: 33px;
  font-weight: 500;
  background-color: var(--color_bg_white);
  border: solid 2px var(--color_primary_base);
  color: var(--color_primary_base);
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-radius: 8px;
}
@media not all and (min-width: 768px) {
  .btn-style-jaxfp {
    width: 230px;
    min-height: 66px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-jaxfp {
    width: 230px;
    min-height: 66px;
    font-size: 18px;
  }
}

.btn-style-bosse.is-current, .btn-style-bosse {
  border: solid 1.5px var(--color_theme_dark2);
  background-color: var(--color_bg_white);
  color: var(--color_theme_dark5);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  padding: 0.5em;
}
@media not all and (min-width: 768px) {
  .btn-style-bosse.is-current, .btn-style-bosse {
    min-width: 170px;
    min-height: 40px;
    font-size: 16px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-bosse.is-current, .btn-style-bosse {
    min-width: 200px;
    min-height: 60px;
    border-radius: 30px;
    font-size: 20px;
  }
}

.btn-style-bosse {
  border: solid 1.5px var(--color_primary_base);
  background-color: var(--color_bg_white);
  color: var(--color_primary_base);
}
.btn-style-bosse.is-current {
  border: solid 1.5px var(--color_primary_base);
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .btn-icon-base .dev-icon-inlinesvg {
    width: 120px;
    height: auto;
  }
}

.btn-style-submx {
  border: solid 1.5px var(--color_theme_dark2);
  background-color: var(--color_bg_white);
  color: var(--color_theme_dark5);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 0.5em;
  border: solid 1px var(--color_primary_base);
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
}
@media not all and (min-width: 768px) {
  .btn-style-submx {
    max-width: 300px;
    min-height: 70px;
    border-radius: 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-submx {
    max-width: 540px;
    min-height: 100px;
    border-radius: 15px;
    font-size: 36px;
  }
}

.btn-style-ogswx {
  color: var(--color_theme_dark5);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 0.5em;
  padding: 0.5em 2em;
  border: solid 2px var(--color_primary_base);
  background-color: var(--color_bg_white);
  color: var(--color_primary_base);
  border-radius: 12px;
  width: auto;
}
.btn-style-ogswx .dev-icon-inline {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-ogswx__icon {
  width: auto;
  height: 1em;
  margin-right: 0.5em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-ogswx__icon svg path {
  fill: currentColor;
}
.btn-style-ogswx .icon-custom-mask::before {
  background-color: var(--color_primary_base);
}
@media not all and (min-width: 768px) {
  .btn-style-ogswx {
    min-width: 260px;
    min-height: 56px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-ogswx {
    min-width: 300px;
    min-height: 60px;
    font-size: 20px;
  }
}

.btn-style-ogsba {
  color: var(--color_theme_dark5);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 0.5em;
  padding: 0.5em 2em;
  border: solid 2px var(--color_primary_base);
  background-color: var(--color_bg_white);
  color: var(--color_primary_base);
  border-radius: 12px;
  width: auto;
}
.btn-style-ogsba__icon {
  width: auto;
  height: 1em;
  margin-right: 0.5em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-ogsba__icon .icon-custom-mask::before {
  background-color: var(--color_primary_base);
}
@media not all and (min-width: 768px) {
  .btn-style-ogsba {
    min-width: 260px;
    min-height: 56px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-ogsba {
    min-width: 300px;
    min-height: 60px;
    font-size: 20px;
  }
}

.btn-style-rauss {
  color: var(--color_theme_dark5);
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.05em;
  padding: 1.05em 2em;
  border: solid 2px var(--color_primary_base);
  background-color: var(--color_bg_white);
  color: var(--color_primary_base);
  border-radius: 10px;
  text-align: left;
  width: unset;
}
.btn-style-rauss__label span {
  display: inline-block;
}
.btn-style-rauss__icon {
  width: 0.7em;
  margin-right: 0.5em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btn-style-rauss__icon svg path {
  fill: currentColor;
}
.btn-style-rauss .icon-custom-mask::before {
  background-color: var(--color_primary_base);
}
.btn-style-rauss .dev-icon-inline {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
@media not all and (min-width: 768px) {
  .btn-style-rauss {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-rauss {
    font-size: 16px;
  }
}

.btn-style-angon {
  color: var(--color_text_base);
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .btn-style-angon {
    cursor: pointer;
  }
}
.btn-style-angon [href^="#"] {
  text-decoration: none;
}
.btn-style-angon .dev-icon-inline svg path:nth-of-type(1) {
  fill: #FFF;
}
.btn-style-angon__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-style-angon__index {
  color: var(--color_primary_base);
}
.btn-style-angon__index::before {
  color: inherit;
  display: inline-block;
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  content: "0" attr(data-text) "";
  line-height: 1;
  white-space: nowrap;
}
.btn-style-angon.mod--category02 .btn-style-angon__index {
  color: var(--color_category2_base);
}
.btn-style-angon.mod--category03 .btn-style-angon__index {
  color: var(--color_category3_base);
}
.btn-style-angon.mod--category04 .btn-style-angon__index {
  color: var(--color_category4_base);
}
.btn-style-angon.mod--category05 .btn-style-angon__index {
  color: var(--color_category5_base);
}
@media not all and (min-width: 768px) {
  .btn-style-angon {
    font-size: 22px;
    line-height: 1.18;
    gap: 18px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--color_primary_base);
  }
  .btn-style-angon.is-looplast {
    border-bottom: none;
  }
  .btn-style-angon .dev-icon-inline {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 43%;
    width: 1.35em;
    height: 1.35em;
  }
  .btn-style-angon__icon {
    line-height: 1;
  }
  .btn-style-angon__label {
    font-size: 18px;
    padding: 18px 0;
    display: block;
  }
  .btn-style-angon__label > *,
  .btn-style-angon__label a {
    display: block;
  }
  .btn-style-angon__index::before {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-angon {
    font-size: 30px;
    line-height: 1.2;
    gap: 0.75em;
    padding-right: 1.25em;
  }
  .btn-style-angon .dev-icon-inline {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 56%;
  }
  .btn-style-angon__icon {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
  }
  .btn-style-angon__index::before {
    font-size: 42px;
  }
}

.btn-style-anver {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: var(--color_text_base);
}
.btn-style-anver [href^="#"] {
  text-decoration: none;
}
.btn-style-anver .dev-icon-inline svg path:nth-of-type(1) {
  fill: #FFF;
}
.btn-style-anver__index::before {
  color: var(--color_primary_base);
  display: inline-block;
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  content: "0" attr(data-text) "";
  line-height: 1;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .btn-style-anver {
    gap: 0.75em;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.5em 0;
  }
  .btn-style-anver__icon {
    margin-left: auto;
  }
  .btn-style-anver .dev-icon-inline {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 43%;
    width: 1.35em;
    height: 1.35em;
  }
  .btn-style-anver__index::before {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-anver {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.1666666667vw;
    line-height: 1.38;
    text-align: center;
    padding: 10px;
  }
  .btn-style-anver .dev-icon-inline {
    width: 50px;
    height: auto;
  }
  .btn-style-anver__label {
    margin-top: 15px;
  }
  .btn-style-anver__icon {
    margin-top: 12px;
  }
  .btn-style-anver__index::before {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 1240px) {
  .btn-style-anver {
    font-size: 26px;
  }
  .btn-style-anver__index::before {
    font-size: 80px;
  }
}

@media not all and (min-width: 768px) {
  .ml-anver__item {
    border-top: 1px solid var(--color_primary_base);
  }
  .ml-anver__item:first-of-type {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  .ml-anver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ml-anver__item {
    gap: 45px;
  }
}
.btn-style-seind {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color_text_base);
  position: relative;
  overflow: unset;
}
.btn-style-seind [href^="#"] {
  text-decoration: none;
}
.btn-style-seind__label {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn-style-seind__index {
  line-height: 1;
}
.btn-style-seind__index::before {
  content: "0" attr(data-text) "";
  color: var(--color_primary_base);
  display: inline-block;
  font-weight: 700;
  font-family: var(--fontfamily_english2);
  line-height: 1;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .btn-style-seind {
    width: 100%;
    gap: 30px;
    padding-right: 1.75em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px 0 24px;
    border: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color_theme_dark5);
    margin-top: -2px;
  }
  .btn-style-seind__symbol {
    display: none;
  }
  .btn-style-seind__label {
    font-size: 24px;
    line-height: 1.25;
    padding-right: 1em;
    text-align: left;
  }
  .btn-style-seind__label::before, .btn-style-seind__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .btn-style-seind__label::before {
    margin-top: calc((1 - 1.25) * 0.5em);
  }
  .btn-style-seind__label::after {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .btn-style-seind__index {
    font-size: 30px;
  }
  .btn-style-seind span {
    display: inline-block;
  }
  .btn-style-seind span br {
    display: none;
  }
  .btn-style-seind__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .btn-style-seind {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 350px;
    width: 100%;
  }
  .btn-style-seind span {
    display: inline-block;
  }
  .btn-style-seind__symbol {
    max-width: 80%;
  }
  .btn-style-seind__label {
    font-size: 2.9032258065vw;
    line-height: 1.38;
    margin-top: 22px;
  }
  .btn-style-seind__label::before, .btn-style-seind__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .btn-style-seind__label::before {
    margin-top: calc((1 - 1.38) * 0.5em);
  }
  .btn-style-seind__label::after {
    margin-bottom: calc((1 - 1.38) * 0.5em);
  }
  .btn-style-seind__index {
    font-size: 50px;
    margin-top: 38px;
  }
  .btn-style-seind__icon {
    display: none;
  }
  .is-looplast .btn-style-seind__icon {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .btn-style-seind__symbol {
    max-width: 280px;
  }
  .btn-style-seind__label {
    font-size: 36px;
  }
  .btn-style-seind__icon {
    width: 74px;
    margin-right: -74px;
  }
}

.btn-menu-main {
  font-weight: 700;
  color: var(--color_text_base);
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.btn-menu-main .btn-menu-main__icon {
  line-height: 0;
  margin-right: 0.35em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-menu-main:hover .btn-menu-main__icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media not all and (min-width: 768px) {
  .btn-menu-main {
    font-size: 25px;
    padding: 14px 0;
  }
  .btn-menu-main .btn-menu-main__icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.4em;
    height: 0.8em;
    width: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menu-main {
    padding: 15px 0;
    font-size: 40px;
    padding-right: 2em;
  }
  .btn-menu-main .btn-menu-main__icon {
    margin-right: 1.25em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    height: 1em;
    width: 1em;
  }
}

.btn-menu-main--strength {
  font-weight: 700;
  color: var(--color_text_base);
  letter-spacing: 0.01em;
}
.btn-menu-main--strength__icon {
  line-height: 0;
  margin-right: 0.35em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-menu-main--strength:hover .btn-menu-main--strength__icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media not all and (min-width: 768px) {
  .btn-menu-main--strength {
    font-size: 23px;
    padding: 15px 0;
    line-height: 1.17;
  }
  .btn-menu-main--strength__icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.4em;
    height: 0.8em;
    width: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menu-main--strength {
    padding: 15px 0;
    font-size: 33px;
    padding-right: 2em;
    line-height: 1.25;
  }
  .btn-menu-main--strength__icon {
    margin-right: 1.25em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    height: 1em;
    width: 1em;
  }
}

.btn-menu-sub--strength {
  color: var(--color_text_base);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.btn-menu-sub--strength__icon {
  line-height: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-menu-sub--strength:hover .btn-menu-sub--strength__icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media not all and (min-width: 768px) {
  .btn-menu-sub--strength {
    font-size: 20px;
    padding: 14px 0 16px 0;
    gap: 10px;
    padding-left: 1.5em;
    line-height: 1.25;
  }
  .btn-menu-sub--strength__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6em;
    width: 1.2em;
    height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menu-sub--strength {
    gap: 10px;
    font-size: 28px;
    padding: 14px 0;
    padding-left: 38px;
    line-height: 1.35;
  }
  .btn-menu-sub--strength__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
  }
}

.btn-menu-sub {
  color: var(--color_text_base);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
.btn-menu-sub .btn-menu-sub__icon {
  line-height: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .btn-menu-sub:hover .btn-menu-sub__icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media not all and (min-width: 768px) {
  .btn-menu-sub {
    font-size: 20px;
    padding: 5px 0;
    gap: 10px;
    padding-left: 1.5em;
  }
  .btn-menu-sub .btn-menu-sub__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menu-sub {
    gap: 10px;
    font-size: 32px;
    padding: 15px 0;
    padding-left: 1.2em;
  }
  .btn-menu-sub .btn-menu-sub__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
  }
}

.btn-menuService-main {
  color: var(--color_text_base);
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 0;
}
.btn-menuService-main span {
  display: inline-block;
}
.btn-menuService-main__icon {
  line-height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3em;
  width: 0.8em;
  height: 0.8em;
}
.btn-menuService-main__desc {
  font-weight: 400;
  line-height: 1.9;
  color: var(--color_theme_dark3);
  text-align: left;
}
.btn-menuService-main__desc br {
  display: none;
}
@media not all and (min-width: 768px) {
  .btn-menuService-main {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 12px;
    padding: 5px 0;
    padding-right: 1.25em;
  }
  .btn-menuService-main__desc {
    letter-spacing: 0.03em;
    font-size: 16px;
    margin-top: 2px;
    line-height: 1.63;
  }
  .btn-menuService-main__icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.4em;
    width: 0.5em;
    height: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menuService-main {
    font-size: 40px;
    line-height: 1.63;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 18px;
  }
  .btn-menuService-main br {
    display: none;
  }
  .btn-menuService-main__desc {
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 500;
    max-width: 85%;
  }
  .btn-menuService-main__desc span {
    display: inline-block;
  }
  .btn-menuService-main__icon {
    right: 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-menuService-main__icon {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .btn-menuService-main:hover .btn-menuService-main__icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.btn-menuService-sub {
  color: var(--color_text_base);
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 500;
  overflow: unset;
}
.btn-menuService-sub__icon {
  line-height: 0;
}
@media not all and (min-width: 768px) {
  .btn-menuService-sub {
    font-size: 17px;
    padding: 12px 0;
    padding-left: 25px;
  }
  .btn-menuService-sub__icon {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .btn-menuService-sub {
    font-size: 30px;
    min-height: 92px;
    padding-left: 44px;
  }
  .btn-menuService-sub__icon {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.45em;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-menuService-sub__icon {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .btn-menuService-sub:hover .btn-menuService-sub__icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.cp-tellink-bscpl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.cp-tellink-bscpl[href^="mailto:"], .cp-tellink-bscpl[href^="tel:"] {
  text-decoration: none;
}
.cp-tellink-bscpl__number {
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  color: var(--color_theme_dark3);
  line-height: 1;
}
.cp-tellink-bscpl__icon {
  display: inherit;
}
@media not all and (min-width: 768px) {
  .cp-tellink-bscpl__number {
    font-size: 28px;
  }
  .cp-tellink-bscpl__icon {
    font-size: 28px;
  }
  .cp-tellink-bscpl__note {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .cp-tellink-bscpl[href^="tel:"] {
    pointer-events: none;
  }
  .cp-tellink-bscpl__number {
    font-size: 40px;
  }
  .cp-tellink-bscpl__icon {
    font-size: 40px;
  }
  .cp-tellink-bscpl__note {
    font-size: 16px;
  }
}

.cp-tellink-ctlke {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.cp-tellink-ctlke[href^="tel:"] {
  text-decoration: none;
}
.cp-tellink-ctlke__number {
  font-family: var(--fontfamily_english2);
  font-weight: 700;
  color: var(--color_theme_dark3);
  line-height: 1;
}
.cp-tellink-ctlke__icon {
  display: inherit;
}
@media not all and (min-width: 768px) {
  .cp-tellink-ctlke {
    text-decoration: none;
  }
  .cp-tellink-ctlke__number {
    font-size: 36px;
  }
  .cp-tellink-ctlke__icon {
    font-size: 33px;
  }
  .cp-tellink-ctlke__note {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cp-tellink-ctlke[href^="tel:"] {
    pointer-events: none;
  }
  .cp-tellink-ctlke__number {
    font-size: 48px;
  }
  .cp-tellink-ctlke__icon {
    font-size: 50px;
  }
  .cp-tellink-ctlke__note {
    font-size: 14px;
  }
}

.ml-tellink-ctlke {
  text-align: center;
}
.ml-tellink-ctlke__lead {
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  color: var(--color_theme_dark3);
  line-height: 1.25;
}
.ml-tellink-ctlke__lead::before, .ml-tellink-ctlke__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.ml-tellink-ctlke__lead::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.ml-tellink-ctlke__lead::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.ml-tellink-ctlke__body {
  margin-top: 0.5em;
}
.ml-tellink-ctlke__note {
  text-align: center;
}
@media not all and (min-width: 768px) {
  .ml-tellink-ctlke__lead {
    font-size: 17px;
  }
  .ml-tellink-ctlke__body {
    margin-top: 1em;
  }
  .ml-tellink-ctlke__note {
    margin-top: 0.5em;
  }
  .ml-tellink-ctlke__link {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .ml-tellink-ctlke__lead {
    font-size: 20px;
  }
  .ml-tellink-ctlke__body {
    margin-top: 1em;
  }
  .ml-tellink-ctlke__link {
    display: inherit;
  }
}

.ml-tellink-bscpl {
  text-align: center;
}
.ml-tellink-bscpl__lead {
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  color: var(--color_theme_dark3);
  line-height: 1.25;
}
.ml-tellink-bscpl__lead::before, .ml-tellink-bscpl__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.ml-tellink-bscpl__lead::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.ml-tellink-bscpl__lead::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.ml-tellink-bscpl__body {
  margin-top: 0.5em;
}
@media not all and (min-width: 768px) {
  .ml-tellink-bscpl__lead {
    font-size: 17px;
  }
  .ml-tellink-bscpl__body {
    margin-top: 0.5em;
  }
  .ml-tellink-bscpl__note {
    margin-top: 2px;
  }
  .ml-tellink-bscpl__link {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .ml-tellink-bscpl__lead {
    font-size: 30px;
  }
  .ml-tellink-bscpl__body {
    margin-top: 0.5em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ml-tellink-bscpl__link {
    display: inherit;
  }
}

.icon-custom-arrow17::before {
  background-image: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_arrow-1.svg);
}

.icon-custom:before {
  display: inline-block;
  height: inherit;
  width: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  min-height: 1em;
  min-width: 1em;
}

.el-linkicon {
  position: relative;
  display: inline-block;
}
.el-linkicon::before {
  display: inline-block;
  height: inherit;
  width: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  min-height: 1em;
  min-width: 1em;
  position: absolute;
  right: 0;
  margin-top: -0.5em;
  top: 50%;
}

.el-linkicon-arrow17 {
  padding-right: 1.5em;
}
.el-linkicon-arrow17::before {
  margin-top: -0.35em;
  background-image: url(https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_arrow-1.svg);
}

.btn-pagetop-woyxp {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--default_color_dark_depth4);
  position: relative;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn-pagetop-woyxp::before {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--color_theme_white);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (hover: hover) {
  .btn-pagetop-woyxp:hover {
    background-color: var(--default_color_dark_depth5);
  }
}
@media not all and (min-width: 768px) {
  .btn-pagetop-woyxp {
    width: 50px;
    height: 50px;
  }
  .btn-pagetop-woyxp::before {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .btn-pagetop-woyxp {
    width: 50px;
    height: 50px;
  }
  .btn-pagetop-woyxp::before {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }
}

.btn-pagetop-codec {
  display: inline-block;
}
@media (hover: hover) {
  .btn-pagetop-codec {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .btn-pagetop-codec:hover {
    opacity: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .btn-pagetop-codec {
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .btn-pagetop-codec {
    width: 90px;
    height: 90px;
  }
}
@media not all and (min-width: 768px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media screen and (min-width: 768px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media screen and (min-width: 1380px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.pagetop-fixed[data-style=image] a {
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.pagetop-fixed[data-style=image] a img {
  width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .pagetop-fixed[data-style=image] a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop-fixed[data-style=image] a {
    width: 50px;
    height: 50px;
  }
}
@media (hover: hover) {
  .effect01 .btn-backicon {
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect01:hover .btn-backicon {
    margin-right: -4px;
  }
}

@media (hover: hover) {
  .effect02 .btn-backicon::before {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .effect02:hover .btn-backicon::before {
    -webkit-transform: rotate(90deg) translateX(4px);
            transform: rotate(90deg) translateX(4px);
  }
}

@media (hover: hover) {
  .effect03 .btn-backicon::before {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .effect03:hover .btn-backicon::before {
    -webkit-transform: rotate(90deg) translateX(4px);
            transform: rotate(90deg) translateX(4px);
  }
}

@media (hover: hover) {
  .effect04.is-active .btn-backicon::before {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .effect04.is-active:hover .btn-backicon::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .effect04 .btn-backicon::before {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .effect04:hover .btn-backicon::before {
    -webkit-transform: rotate(90deg) translateX(4px);
            transform: rotate(90deg) translateX(4px);
  }
}

@media (hover: hover) {
  .effectall01 {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effectall01 .hs-web-interactive-inline a {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effectall01:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .effectall01:hover .hs-web-interactive-inline a {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.effectall02 {
  background: transparent;
  position: relative;
  z-index: 1;
  color: var(--color_text_white);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.effectall02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: var(--color_theme_dark4);
}
.effectall02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color_bg_white);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (hover: hover) {
  .effectall02:hover::before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.effectall03 {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (hover: hover) {
  .effectall03:hover {
    opacity: 0.8;
  }
}

.effectall0201 {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.effectall0201::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color_primary_base);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.effectall0201:hover {
  color: var(--color_text_white);
}
.effectall0201:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.effecttext01 {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
}
.effecttext01.is-current {
  color: var(--theme_color_base);
}
@media (hover: hover) {
  .effecttext01:hover {
    color: var(--theme_color_base);
    text-decoration: none;
  }
}

.effecttext02 {
  color: var(--theme_color_base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
}
@media (hover: hover) {
  .effecttext02:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.effecttext03 {
  color: inherit;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
}
@media (hover: hover) {
  .effecttext03:hover {
    color: var(--theme_color_base);
    text-decoration: underline;
  }
}

.effecttext04 {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .effecttext04:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  .effecticon01 .dev-icon-inlinesvg,
  .effecticon01 .dev-icon-inline {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effecticon01:hover .dev-icon-inlinesvg,
  .effecticon01:hover .dev-icon-inline {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}

@media screen and (min-width: 768px) {
  .effecticon02 {
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .effecticon02 .dev-icon-inlinesvg,
  .effecticon02 .dev-icon-inline {
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effecticon02:hover .dev-icon-inlinesvg,
  .effecticon02:hover .dev-icon-inline {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@media (hover: hover) {
  .btn-serviceCategory-marketing,
  .btn-serviceCategory-website,
  .btn-serviceCategory-hubspot,
  .btn-serviceCategory-localize {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .btn-serviceCategory-marketing:hover svg path,
  .btn-serviceCategory-website:hover svg path,
  .btn-serviceCategory-hubspot:hover svg path,
  .btn-serviceCategory-localize:hover svg path {
    fill: currentColor;
  }
  .btn-serviceCategory-marketing:hover svg path[fill=white],
  .btn-serviceCategory-website:hover svg path[fill=white],
  .btn-serviceCategory-hubspot:hover svg path[fill=white],
  .btn-serviceCategory-localize:hover svg path[fill=white] {
    fill: white !important;
  }
  .btn-serviceCategory-marketing:hover {
    color: var(--color_primary_base);
  }
  .btn-serviceCategory-website:hover {
    color: var(--color_tertiary_base);
  }
  .btn-serviceCategory-hubspot:hover {
    color: var(--color_secondary_base);
  }
  .btn-serviceCategory-localize:hover {
    color: #8000FF;
  }
}
@media not all and (min-width: 768px) {
  .btn-size1 {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-size1 {
    font-size: 1rem;
  }
}

@media not all and (min-width: 768px) {
  .btn-size2 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-size2 {
    font-size: 1rem;
  }
}

@media not all and (min-width: 768px) {
  .btn-size3 {
    font-size: 0.9375rem;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn-size3 {
    font-size: 1.125rem;
    padding: 12px 25px;
  }
}

@media not all and (min-width: 768px) {
  .btn-size4 {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn-size4 {
    font-size: 1.25rem;
    padding: 12px 25px;
  }
}

@media not all and (min-width: 768px) {
  .btn-size5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-size5 {
    font-size: 1.375rem;
  }
}

@media not all and (min-width: 768px) {
  .btn-size6 {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-size6 {
    font-size: 0.875rem;
  }
}

.cta-width-full .cta_button,
.btn-width-full {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .cta-width1 .cta_button,
  .btn-width1 {
    min-width: 5em;
  }
}
@media screen and (min-width: 768px) {
  .cta-width1 .cta_button,
  .btn-width1 {
    min-width: 5em;
  }
}

@media not all and (min-width: 768px) {
  .cta-width2 .cta_button,
  .btn-width2 {
    min-width: 7.5em;
  }
}
@media screen and (min-width: 768px) {
  .cta-width2 .cta_button,
  .btn-width2 {
    min-width: 7.5em;
  }
}

@media not all and (min-width: 768px) {
  .cta-width3 .cta_button,
  .btn-width3 {
    max-width: 12em;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cta-width3 .cta_button,
  .btn-width3 {
    min-width: 12em;
  }
}

@media not all and (min-width: 768px) {
  .cta-width4 .cta_button,
  .btn-width4 {
    max-width: 15em;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cta-width4 .cta_button,
  .btn-width4 {
    min-width: 15em;
  }
}

@media not all and (min-width: 768px) {
  .cta-width5 .cta_button,
  .btn-width5 {
    max-width: 20em;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cta-width5 .cta_button,
  .btn-width5 {
    min-width: 20em;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:btn-width-full {
    width: 100%;
    max-width: unset;
  }
}
.btn-shadow1 {
  -webkit-box-shadow: 0 0 8px #333;
          box-shadow: 0 0 8px #333;
}
.button-waaxe {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.button-waaxe:hover {
  text-decoration: none;
}
.button-waaxe:focus {
  text-decoration: none;
}

.cta-knkmo, .cta-ynowq {
  width: 100%;
}
.cta-knkmo .cta_button, .cta-ynowq .cta_button {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.cta-knkmo .cta_button:hover, .cta-ynowq .cta_button:hover {
  text-decoration: none;
  color: #fff;
}
.cta-knkmo .cta_button:focus, .cta-ynowq .cta_button:focus {
  text-decoration: none;
  color: #fff;
}
.button-waaxe {
  border-radius: 4px;
  color: #fff;
}
.button-waaxe::before, .button-waaxe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.button-waaxe::before {
  opacity: 1;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#18a0a4), to(#008b90));
  background: linear-gradient(90deg, #18a0a4, #008b90);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.button-waaxe::after {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background: linear-gradient(90deg, #FFF, #FFF);
  border: 1px solid #18a0a4;
}
.button-waaxe:hover {
  color: #18a0a4;
}
.button-waaxe:hover::before {
  opacity: 0;
}
.button-waaxe .button-waaxe__icon1 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.button-waaxe .button-waaxe__icon1:after {
  display: block;
  border: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  content: "";
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.button-waaxe:hover .button-waaxe__icon1:after {
  border-right: 2px solid #18a0a4;
  border-top: 2px solid #18a0a4;
}

@media not all and (min-width: 768px) {
  .button-waaxe {
    width: calc(100% - 30px);
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media (min-width: 768px) {
  .button-waaxe {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.cta-knkmo .cta_button {
  letter-spacing: 0.05em;
  background-color: #FF9100;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.2;
}
.cta-knkmo .cta_button:hover {
  background-color: #FFB553;
}
@media not all and (min-width: 768px) {
  .cta-knkmo .cta_button {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 12px 12px;
    border: 2px solid transparent;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 768px) {
  .cta-knkmo .cta_button {
    padding: 20px 5px;
    font-size: 23px;
    border: 4px solid transparent;
    max-width: 300px;
  }
}

.cta-ynowq .cta_button {
  letter-spacing: 0.05em;
  background-color: #FFF;
  color: #FF9100;
  border-radius: 3px;
  line-height: 1.2;
}
.cta-ynowq .cta_button:hover {
  color: #FFB553;
  background-color: #FFF5E8;
  border-color: #FFB553;
}
@media not all and (min-width: 768px) {
  .cta-ynowq .cta_button {
    font-size: 16px;
    border: 2px solid #FF9100;
    padding: 12px 12px;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 768px) {
  .cta-ynowq .cta_button {
    font-size: 23px;
    border: 4px solid #FF9100;
    padding: 20px 5px;
    max-width: 300px;
  }
}
.btn-style1, .btn-style2, .btn-style3, .btn-style4, .btn-style5, .btn-style6, .btn-style7, .btn-oxxve-style1, .btn-oxxve-style2, .btn-oxxve-style3, .btn-oxxve-style4 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
@media (hover: hover) {
  .btn-style1:hover, .btn-style2:hover, .btn-style3:hover, .btn-style4:hover, .btn-style5:hover, .btn-style6:hover, .btn-style7:hover, .btn-oxxve-style1:hover, .btn-oxxve-style2:hover, .btn-oxxve-style3:hover, .btn-oxxve-style4:hover {
    text-decoration: none;
  }
}
@media not all and (min-width: 768px) {
  .btn-style1, .btn-style2, .btn-style3, .btn-style4, .btn-style5, .btn-style6, .btn-style7, .btn-oxxve-style1, .btn-oxxve-style2, .btn-oxxve-style3, .btn-oxxve-style4 {
    padding: 0.5em 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .btn-style1, .btn-style2, .btn-style3, .btn-style4, .btn-style5, .btn-style6, .btn-style7, .btn-oxxve-style1, .btn-oxxve-style2, .btn-oxxve-style3, .btn-oxxve-style4 {
    padding: 0.5em 0.5em;
  }
}

@media (hover: hover) {
  .cta_button {
    text-decoration: none;
  }
  .cta_button:hover {
    text-decoration: none;
  }
}
.cta-base .cta_button {
  padding: 0.75em 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-weight: 700;
  min-height: 2em;
  min-width: 5em;
  word-break: keep-all;
}
@media (hover: hover) {
  .cta-base .cta_button {
    text-decoration: none;
    color: inherit;
  }
  .cta-base .cta_button:hover {
    text-decoration: none;
  }
}
@media (hover: hover) {
  .cta-style1 .cta_button {
    border: 1px solid #048A24;
    background-color: #FFF;
    color: #048A24;
  }
  .cta-style1 .cta_button:hover {
    color: #FFF;
    border-color: #005a24;
    background-color: #005a24;
  }
}
@media not all and (min-width: 768px) {
  .cta-style1 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style1 .cta_button {
    border-width: 2px;
  }
}
.cta-style2 .cta_button {
  border: 1px solid #048A24;
  background-color: #FFF;
  color: #048A24;
}
.cta-style2 .cta_button:hover {
  color: #FFF;
  border-color: #048A24;
  background-color: #048A24;
}
@media not all and (min-width: 768px) {
  .cta-style2 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style2 .cta_button {
    border-width: 2px;
  }
}
.cta-style3 .cta_button {
  background-color: #FFF;
  color: #048A24;
  border: 1px solid #048A24;
}
.cta-style3 .cta_button:hover {
  color: #048A24;
  border-style: solid;
  border-color: #048A24;
  background-color: #ffe664;
}
@media not all and (min-width: 768px) {
  .cta-style3 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style3 .cta_button {
    border-width: 2px;
  }
}
.cta-style4 .cta_button {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #048A24;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.cta-style4 .cta_button:hover {
  color: #FFF;
  border-color: #005a24;
  background-color: #005a24;
}
@media not all and (min-width: 768px) {
  .cta-style4 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style4 .cta_button {
    border-width: 2px;
  }
}
.cta-style5 .cta_button {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.cta-style5 .cta_button:hover {
  color: #048A24;
  border-color: #048A24;
  background-color: #ffe664;
}
@media not all and (min-width: 768px) {
  .cta-style5 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style5 .cta_button {
    border-width: 2px;
  }
}
.cta-style6 .cta_button {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
}
.cta-style6 .cta_button:hover {
  color: #FFF;
  border-color: #005a24;
  background-color: #005a24;
}
@media not all and (min-width: 768px) {
  .cta-style6 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style6 .cta_button {
    border-width: 2px;
  }
}
.cta-style7 .cta_button {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
}
.cta-style7 .cta_button:hover {
  color: #048A24;
  border-color: #048A24;
  background-color: #FFF;
}
@media not all and (min-width: 768px) {
  .cta-style7 .cta_button {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .cta-style7 .cta_button {
    border-width: 2px;
  }
}

.btn-style1 {
  border: 1px solid #048A24;
  background-color: #FFF;
  color: #048A24;
}
@media (hover: hover) {
  .btn-style1:hover {
    color: #FFF;
    border-color: #005a24;
    background-color: #005a24;
  }
}
@media not all and (min-width: 768px) {
  .btn-style1 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style1 {
    border-width: 2px;
  }
}

.btn-style2 {
  border: 1px solid #048A24;
  background-color: #FFF;
  color: #048A24;
}
.btn-style2:hover {
  color: #FFF;
  border-color: #048A24;
  background-color: #048A24;
}
@media not all and (min-width: 768px) {
  .btn-style2 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style2 {
    border-width: 2px;
  }
}

.btn-style3 {
  background-color: #FFF;
  color: #048A24;
  border: 1px solid #048A24;
}
.btn-style3:hover {
  color: #048A24;
  border-style: solid;
  border-color: #048A24;
  background-color: #ffe664;
}
@media not all and (min-width: 768px) {
  .btn-style3 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style3 {
    border-width: 2px;
  }
}

.btn-style4 {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #048A24;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
}
.btn-style4:hover {
  color: #FFF;
  border-color: #005a24;
  background-color: #005a24;
}
@media not all and (min-width: 768px) {
  .btn-style4 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style4 {
    border-width: 2px;
  }
}

.btn-style5 {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.btn-style5:hover {
  color: #048A24;
  border-color: #048A24;
  background-color: #ffe664;
}
@media not all and (min-width: 768px) {
  .btn-style5 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style5 {
    border-width: 2px;
  }
}

.btn-style6 {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.btn-style6:hover {
  color: #FFF;
  border-color: #005a24;
  background-color: #005a24;
}
@media not all and (min-width: 768px) {
  .btn-style6 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style6 {
    border-width: 2px;
  }
}

.btn-style7 {
  border: 1px solid #048A24;
  background-color: #048A24;
  color: #FFF;
}
.btn-style7:hover {
  color: #048A24;
  border-color: #048A24;
  background-color: #FFF;
}
@media not all and (min-width: 768px) {
  .btn-style7 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-style7 {
    border-width: 2px;
  }
}

.btn-oxxve-style1 {
  border: 1px solid #048A24;
  background-color: #FFF;
  color: #048A24;
  border-width: 1px;
  font-weight: normal;
}
.btn-oxxve-style1:hover {
  background-color: #bbedee;
}
.btn-oxxve-style2 {
  background-color: #FFF;
  border: 1px solid #333;
  color: #333;
  font-weight: normal;
}
.btn-oxxve-style2:hover {
  background-color: #e8e8e8;
}

.btn-oxxve-style3 {
  background-color: #FFF;
  border: 1px solid #ff9100;
  color: #ff9100;
  font-weight: normal;
}
.btn-oxxve-style3:hover {
  background: #f6e2cf;
}

.btn-oxxve-style4 {
  background-color: #ff9100;
  border: 1px solid #ff7900;
  color: #FFF;
  font-weight: normal;
}
.btn-oxxve-style4:hover {
  background: #f9a537;
}

.menu-main a {
  padding: 1em;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
@media (hover: hover) {
  .menu-main a:-moz-any-link:hover {
    background-color: #f2f2f2;
  }
  .menu-main a:any-link:hover {
    background-color: #f2f2f2;
  }
}
@media (hover: hover) {
  .menu-main a {
    text-decoration: none;
    color: inherit;
  }
  .menu-main a:-moz-any-link:hover {
    text-decoration: none;
  }
  .menu-main a:any-link:hover {
    text-decoration: none;
  }
  .menu-main .cta_button {
    text-decoration: none;
  }
  .menu-main .cta_button:hover {
    text-decoration: none;
  }
}
.menu-main ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.btn-dspwu-style1, .btn-dspwu-style2, .btn-dspwu-style3 {
  position: relative;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .btn-dspwu-style1, .btn-dspwu-style2, .btn-dspwu-style3 {
    padding: 0.75em 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-dspwu-style1, .btn-dspwu-style2, .btn-dspwu-style3 {
    padding: 0.75em 1em;
  }
}

.btn-dspwu-style1 {
  background-color: #2180c4;
  color: #FFF;
  font-weight: 500;
}
.btn-dspwu-style1::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}
@media not all and (min-width: 768px) {
  .btn-dspwu-style1 {
    padding: 0.75em 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .btn-dspwu-style1 {
    padding: 0.75em 1.5em;
  }
}
@media (hover: hover) {
  .btn-dspwu-style1:hover {
    background-color: #1d72ae;
  }
}

.btn-dspwu-style2 {
  color: #2180c4;
  border: 2px solid #2180c4;
  background-color: #FFF;
}
@media (hover: hover) {
  .btn-dspwu-style2:hover {
    background-color: #e9f4fb;
  }
}
@media not all and (min-width: 768px) {
  .btn-dspwu-style2 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .btn-dspwu-style2 {
    border-width: 2px;
  }
}

.btn-dspwu-style3 {
  background-color: #048A24;
  border: 1px solid #048A24;
  color: #FFF;
  font-weight: 500;
}
.btn-dspwu-style3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}
@media not all and (min-width: 768px) {
  .btn-dspwu-style3 {
    padding: 0.75em 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .btn-dspwu-style3 {
    padding: 0.75em 1.5em;
  }
}
@media (hover: hover) {
  .btn-dspwu-style3:hover {
    background-color: #03711e;
  }
}
.btn-xdvxh-style2, .btn-xdvxh-style1 {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 4px;
  padding: 0.5em 0.5em;
}
.btn-xdvxh-style2::before, .btn-xdvxh-style1::before, .btn-xdvxh-style2::after, .btn-xdvxh-style1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.btn-xdvxh-style2::before, .btn-xdvxh-style1::before {
  opacity: 1;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn-xdvxh-style2::after, .btn-xdvxh-style1::after {
  z-index: -2;
}
.btn-xdvxh-style2:hover, .btn-xdvxh-style1:hover {
  text-decoration: none;
}
.btn-xdvxh-style2:hover::before, .btn-xdvxh-style1:hover::before {
  opacity: 0;
}
.btn-xdvxh-style2:focus, .btn-xdvxh-style1:focus {
  text-decoration: none;
}

.btn-xdvxh-style1 {
  color: #FFF;
}
.btn-xdvxh-style1::before {
  background: -webkit-gradient(linear, left top, right top, from(#18a0a4), to(#008b90));
  background: linear-gradient(90deg, #18a0a4, #008b90);
}
.btn-xdvxh-style1::after {
  background: -webkit-gradient(linear, left top, right top, from(#1fc5c8), to(#00afb4));
  background: linear-gradient(90deg, #1fc5c8, #00afb4);
  border: 1px solid #18a0a4;
}
.btn-xdvxh-style2 {
  color: #18a0a4;
}
.btn-xdvxh-style2::before {
  background: #FFF;
  border: 1px solid #18a0a4;
}
.btn-xdvxh-style2::after {
  background: -webkit-gradient(linear, left top, right top, from(#ceeff0), to(#bbedee));
  background: linear-gradient(90deg, #ceeff0, #bbedee);
  border: 1px solid #18a0a4;
}

@media not all and (min-width: 768px) {
  .btn-xdvxh-size1 {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media (min-width: 768px) {
  .btn-xdvxh-size1 {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.btn-cnhul-style5, .btn-cnhul-style4, .btn-cnhul-style3, .btn-cnhul-style2, .btn-cnhul-style1 {
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 0.5em 1.5em;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.btn-cnhul-style5:hover, .btn-cnhul-style4:hover, .btn-cnhul-style3:hover, .btn-cnhul-style2:hover, .btn-cnhul-style1:hover {
  text-decoration: none;
}
.btn-cnhul-style5:focus, .btn-cnhul-style4:focus, .btn-cnhul-style3:focus, .btn-cnhul-style2:focus, .btn-cnhul-style1:focus {
  text-decoration: none;
}
.btn-cnhul-style5:after, .btn-cnhul-style4:after, .btn-cnhul-style3:after, .btn-cnhul-style2:after, .btn-cnhul-style1:after {
  right: 10px;
  top: 50%;
  position: absolute;
  display: block;
  border: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  content: "";
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.btn-cnhul-style1 {
  background: #18a0a4;
  color: #FFF;
  border: 1px solid #18a0a4;
}
.btn-cnhul-style1:hover {
  background: #1fc5c8;
}
.btn-cnhul-style2 {
  background: #FFF;
  color: #18a0a4;
  border: 1px solid #18a0a4;
}
.btn-cnhul-style2:hover {
  background: #bbedee;
}
.btn-cnhul-style2:after {
  border-color: #18a0a4;
}

.btn-cnhul-style3 {
  background: #FFF;
  color: #333;
  border: 1px solid #333;
}
.btn-cnhul-style3:hover {
  background: #e8e8e8;
}
.btn-cnhul-style3:after {
  border-color: #333;
}

.btn-cnhul-style4 {
  background-color: #ff9100;
  border: 1px solid #ff7900;
  color: #FFF;
  font-weight: normal;
}
.btn-cnhul-style4:hover {
  background: #f9a537;
}
.btn-cnhul-style4:after {
  border-color: #FFF;
}

.btn-cnhul-style5 {
  background-color: #FFF;
  border: 1px solid #ff9100;
  color: #ff9100;
  font-weight: normal;
}
.btn-cnhul-style5:hover {
  background: #f6e2cf;
}
.btn-cnhul-style5:after {
  border-color: #ff9100;
}
.cp-cardFloat-casea {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}
.cp-cardFloat-casea__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-cardFloat-casea__content {
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
}
.cp-cardFloat-casea__content__name {
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color_text_white);
  line-height: 1.45;
}
.cp-cardFloat-casea__content__name::before, .cp-cardFloat-casea__content__name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardFloat-casea__content__name::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.cp-cardFloat-casea__content__name::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.cp-cardFloat-casea__content__head {
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: 12px;
  color: var(--color_text_white);
  line-height: 1.4;
}
.cp-cardFloat-casea__content__head::before, .cp-cardFloat-casea__content__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardFloat-casea__content__head::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.cp-cardFloat-casea__content__head::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.cp-cardFloat-casea__content__desc {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--color_text_white);
  line-height: 1.88;
}
.cp-cardFloat-casea__content__desc::before, .cp-cardFloat-casea__content__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardFloat-casea__content__desc::before {
  margin-top: calc((1 - 1.88) * 0.5em);
}
.cp-cardFloat-casea__content__desc::after {
  margin-bottom: calc((1 - 1.88) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cp-cardFloat-casea {
    max-width: var(--maxwidth-card-mobile);
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25em;
  }
  .cp-cardFloat-casea__content {
    width: 100%;
    padding: 20px 9.3457943925vw 25px 4.6728971963vw;
  }
  .cp-cardFloat-casea__content__name {
    font-size: 18px;
  }
  .cp-cardFloat-casea__content__head {
    font-size: 20px;
    margin-top: 30px;
  }
  .cp-cardFloat-casea__content__desc {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cp-cardFloat-casea {
    margin-left: 3.3333333333vw;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    width: 100%;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cp-cardFloat-casea:hover {
    opacity: 0.7;
  }
  .cp-cardFloat-casea:hover .cp-cardFloat-casea__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardFloat-casea__img {
    max-width: 600px;
    overflow: hidden;
    width: 51.7857142857%;
  }
  .cp-cardFloat-casea__img img {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardFloat-casea__content {
    padding: 5vw 5vw 5vw 5vw;
    -webkit-transform: translateX(-7.1428571429vw);
            transform: translateX(-7.1428571429vw);
    z-index: 1;
    top: 60px;
    top: 5vw;
    left: 51.7857142857%;
    left: 48.3333333333vw;
    position: absolute;
  }
  .cp-cardFloat-casea__content__name {
    font-size: 24px;
  }
  .cp-cardFloat-casea__content__head {
    font-size: 26px;
    margin-top: 3.5vw;
  }
  .cp-cardFloat-casea__content__desc {
    font-size: 16px;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1240px) {
  .cp-cardFloat-casea {
    margin-left: 40px;
    margin-bottom: 140px;
  }
  .cp-cardFloat-casea__content {
    padding: 60px 169px 105px 60px;
    left: 580px;
  }
  .cp-cardFloat-casea__content__head {
    margin-top: 42px;
  }
  .cp-cardFloat-casea__content__desc {
    margin-top: 25px;
  }
}

.cp-cardFloat-topBlog {
  position: relative;
  display: inline-block;
}
.cp-cardFloat-topBlog--marke .cp-cardFloat-topBlog__content {
  background-color: var(--color_secondary_base);
}
.cp-cardFloat-topBlog--ai .cp-cardFloat-topBlog__content {
  background-color: var(--color_primary_base);
}
.cp-cardFloat-topBlog--hr .cp-cardFloat-topBlog__content {
  background-color: #8e4585;
}
.cp-cardFloat-topBlog--bon .cp-cardFloat-topBlog__content {
  background-color: #3FACC9;
}
.cp-cardFloat-topBlog__content {
  background-color: #f2f2f2;
  color: var(--color_text_white);
  z-index: 2;
}
.cp-cardFloat-topBlog__content__date {
  font-weight: 400;
}
.cp-cardFloat-topBlog__content__desc {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cp-cardFloat-topBlog__content__head {
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: 12px;
}
@media not all and (min-width: 768px) {
  .cp-cardFloat-topBlog {
    max-width: var(--maxwidth-card-mobile);
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25em;
  }
  .cp-cardFloat-topBlog__img {
    width: 90%;
  }
  .cp-cardFloat-topBlog__img img {
    aspect-ratio: 15/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cp-cardFloat-topBlog__content {
    width: 90%;
    -webkit-transform: translate(9vw, -28px);
            transform: translate(9vw, -28px);
    padding: 20px 9.3457943925vw 25px 4.6728971963vw;
    z-index: 1;
    top: 100%;
  }
  .cp-cardFloat-topBlog__content__date {
    font-size: 13px;
  }
  .cp-cardFloat-topBlog__content__desc {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 15px;
  }
  .cp-cardFloat-topBlog__content__desc::before, .cp-cardFloat-topBlog__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardFloat-topBlog__content__desc::before {
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__desc::after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__head {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.56;
  }
  .cp-cardFloat-topBlog__content__head::before, .cp-cardFloat-topBlog__content__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardFloat-topBlog__content__head::before {
    margin-top: calc((1 - 1.56) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__head::after {
    margin-bottom: calc((1 - 1.56) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardFloat-topBlog {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cp-cardFloat-topBlog:hover {
    opacity: 0.7;
  }
  .cp-cardFloat-topBlog:hover .cp-cardFloat-topBlog__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardFloat-topBlog__img {
    max-width: 520px;
    overflow: hidden;
  }
  .cp-cardFloat-topBlog__img img {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    aspect-ratio: 13/9;
    aspect-ratio: 15/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cp-cardFloat-topBlog__content {
    width: 92.3076923077%;
    max-width: 480px;
    padding: 20px 5vw 3.8333333333vw 3.3333333333vw;
    -webkit-transform: translate(12%, 87%);
            transform: translate(12%, 87%);
    bottom: 0;
    left: 0;
    position: absolute;
    min-height: 100%;
  }
  .cp-cardFloat-topBlog__content__date {
    font-size: 1.1666666667vw;
  }
  .cp-cardFloat-topBlog__content__head {
    font-size: 2.1666666667vw;
    line-height: 1.3;
    margin-top: 15px;
  }
  .cp-cardFloat-topBlog__content__head::before, .cp-cardFloat-topBlog__content__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardFloat-topBlog__content__head::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__head::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__desc {
    font-size: 1.3333333333vw;
    font-weight: 400;
    line-height: 1.67;
    margin-top: 24px;
  }
  .cp-cardFloat-topBlog__content__desc::before, .cp-cardFloat-topBlog__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardFloat-topBlog__content__desc::before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .cp-cardFloat-topBlog__content__desc::after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
}
@media screen and (min-width: 1240px) {
  .cp-cardFloat-topBlog__content {
    max-width: 480px;
    -webkit-transform: translate(20%, 87%);
            transform: translate(20%, 87%);
    padding: 20px 100px 46px 40px;
  }
  .cp-cardFloat-topBlog__content__date {
    font-size: 14px;
  }
  .cp-cardFloat-topBlog__content__head {
    font-size: 26px;
  }
  .cp-cardFloat-topBlog__content__desc {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .ml-card-topBlog {
    padding: 0 10px;
    margin-left: -10px;
  }
  .ml-card-topBlog .ml-card-topBlog__item {
    margin-bottom: 55%;
  }
}
@media screen and (min-width: 1240px) {
  .ml-card-topBlog .ml-card-topBlog__item {
    margin-bottom: 200px;
  }
}

@media not all and (min-width: 768px) {
  .ly-flex-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .ly-flex-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 39px;
  }
  .ly-flex-card__item {
    width: 30%;
  }
  .ly-flex-card::after {
    display: block;
    content: "";
    width: 30%;
  }
}
@media screen and (min-width: 1240px) {
  .ly-flex-card::after {
    display: block;
    content: "";
    width: 320px;
  }
}

.cp-card-jwrdx {
  position: relative;
}
.cp-card-jwrdx__img {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color_primary_base);
}
.cp-card-jwrdx__img img {
  aspect-ratio: 16/9;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.cp-card-jwrdx__content__desc {
  color: var(--color_theme_dark3);
  font-weight: 400;
  line-height: 1.9;
}
.cp-card-jwrdx__content__desc::before, .cp-card-jwrdx__content__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-card-jwrdx__content__desc::before {
  margin-top: calc((1 - 1.9) * 0.5em);
}
.cp-card-jwrdx__content__desc::after {
  margin-bottom: calc((1 - 1.9) * 0.5em);
}
.cp-card-jwrdx__content__heading {
  letter-spacing: 0.03em;
  color: var(--color_theme_dark3);
  font-weight: 700;
  line-height: 1.38;
}
.cp-card-jwrdx__content__heading::before, .cp-card-jwrdx__content__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-card-jwrdx__content__heading::before {
  margin-top: calc((1 - 1.38) * 0.5em);
}
.cp-card-jwrdx__content__heading::after {
  margin-bottom: calc((1 - 1.38) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cp-card-jwrdx {
    max-width: var(--maxwidth-card-mobile);
  }
  .cp-card-jwrdx__content {
    margin-top: 35px;
  }
  .cp-card-jwrdx__content__heading {
    font-size: 24px;
  }
  .cp-card-jwrdx__content__desc {
    font-size: 16px;
    margin-top: 24px;
  }
  .cp-card-jwrdx__bottom {
    margin-top: 25px;
  }
  .cp-card-jwrdx__button {
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cp-card-jwrdx__content {
    margin-top: 30px;
  }
  .cp-card-jwrdx__content__heading {
    font-size: 24px;
  }
  .cp-card-jwrdx__content__desc {
    font-size: 16px;
    margin-top: 20px;
  }
  .cp-card-jwrdx__bottom {
    margin-top: 30px;
  }
  .cp-card-jwrdx__button {
    margin-top: 28px;
  }
}
.cp-cardArticle-nnqw {
  position: relative;
  display: inline-block;
}
.cp-cardArticle-nnqw__body__tag {
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color_secondary_base);
}
.cp-cardArticle-nnqw__body__heading {
  letter-spacing: 0.06em;
  font-weight: bold;
  color: var(--color_theme_dark3);
}
.cp-cardArticle-nnqw__body__desc {
  text-align: left;
}
@media not all and (min-width: 768px) {
  .cp-cardArticle-nnqw {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
    width: 100%;
    max-width: var(--maxwidth-card-mobile);
    display: block;
    margin: 0 auto;
  }
  .cp-cardArticle-nnqw__head__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    color: var(--color_theme_dark3);
  }
  .cp-cardArticle-nnqw__body__tag {
    font-size: 16px;
    margin-top: 10px;
  }
  .cp-cardArticle-nnqw__body__heading {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 8px;
  }
  .cp-cardArticle-nnqw__body__desc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-nnqw {
    max-width: 320px;
    max-width: 350px;
    padding: 10px 0;
    padding-bottom: 48px;
    border-bottom: 1px solid #707070;
    height: 100%;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cp-cardArticle-nnqw:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-nnqw__head__date {
    font-size: 14px;
    letter-spacing: normal;
    color: var(--color_theme_dark3);
  }
  .cp-cardArticle-nnqw__body__tag {
    font-size: 16px;
    margin-top: 1.2em;
  }
  .cp-cardArticle-nnqw__body__heading {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin-top: 0.375em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .cp-cardArticle-nnqw__body__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    margin-top: 0.7em;
    letter-spacing: normal;
    text-align: left;
    color: var(--color_theme_dark3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.cp-cardArticle-nwtop {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #707070;
}
.cp-cardArticle-nwtop__date {
  font-weight: 400;
  color: var(--color_theme_dark3);
}
.cp-cardArticle-nwtop__tag {
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color_secondary_base);
}
.cp-cardArticle-nwtop__heading {
  letter-spacing: 0.06em;
  font-weight: 800;
  color: var(--color_theme_dark3);
}
.cp-cardArticle-nwtop__desc {
  text-align: left;
  font-weight: 500;
  color: var(--color_theme_dark3);
}
@media (hover: hover) {
  .cp-cardArticle-nwtop {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardArticle-nwtop:hover {
    opacity: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .cp-cardArticle-nwtop {
    max-width: var(--maxwidth-card-mobile);
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
  }
  .cp-cardArticle-nwtop__date {
    font-size: 13px;
  }
  .cp-cardArticle-nwtop__tag {
    font-size: 16px;
    margin-top: 10px;
  }
  .cp-cardArticle-nwtop__heading {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 8px;
  }
  .cp-cardArticle-nwtop__desc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-nwtop {
    max-width: 320px;
    padding: 10px 0;
    padding-bottom: 48px;
    height: 100%;
  }
  .cp-cardArticle-nwtop__date {
    font-size: 14px;
  }
  .cp-cardArticle-nwtop__tag {
    font-size: 16px;
    margin-top: 1.2em;
  }
  .cp-cardArticle-nwtop__heading {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.375em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .cp-cardArticle-nwtop__desc {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 0.7em;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.cp-cardArticle-newsl__tag {
  font-weight: 700;
  color: var(--color_primary_base);
}
@media (hover: hover) {
  .cp-cardArticle-newsl__tag {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardArticle-newsl__tag:hover {
    opacity: 0.6;
  }
}
.cp-cardArticle-newsl__date {
  font-weight: 700;
  color: var(--color_theme_dark3);
}
@media (hover: hover) {
  .cp-cardArticle-newsl__body {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardArticle-newsl__body:hover {
    opacity: 0.6;
  }
}
.cp-cardArticle-newsl__heading {
  font-weight: 400;
  color: var(--color_text_base);
  letter-spacing: 0.03em;
}
@media not all and (min-width: 768px) {
  .cp-cardArticle-newsl {
    max-width: var(--maxwidth-card-mobile);
    width: 100%;
    display: inline-block;
  }
  .cp-cardArticle-newsl__container {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cp-cardArticle-newsl__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
  }
  .cp-cardArticle-newsl__tag {
    font-size: 13px;
  }
  .cp-cardArticle-newsl__date {
    font-size: 13px;
  }
  .cp-cardArticle-newsl__body {
    margin-top: 12px;
    padding-bottom: 6px;
  }
  .cp-cardArticle-newsl__heading {
    font-size: 16px;
    line-height: 1.63;
  }
  .cp-cardArticle-newsl__heading::before, .cp-cardArticle-newsl__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardArticle-newsl__heading::before {
    margin-top: calc((1 - 1.63) * 0.5em);
  }
  .cp-cardArticle-newsl__heading::after {
    margin-bottom: calc((1 - 1.63) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-newsl__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 24px 0;
  }
  .cp-cardArticle-newsl__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    min-width: 210px;
  }
  .cp-cardArticle-newsl__tag {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-cardArticle-newsl__date {
    font-size: 16px;
    min-width: 6.25em;
  }
  .cp-cardArticle-newsl__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4px 0;
  }
  .cp-cardArticle-newsl__heading {
    font-size: 18px;
    line-height: 1.78;
  }
  .cp-cardArticle-newsl__heading::before, .cp-cardArticle-newsl__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardArticle-newsl__heading::before {
    margin-top: calc((1 - 1.78) * 0.5em);
  }
  .cp-cardArticle-newsl__heading::after {
    margin-bottom: calc((1 - 1.78) * 0.5em);
  }
}
.ml-newsl {
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: var(--color_theme_dark3);
  max-width: 1000px;
  margin: 0 auto;
}
.ml-newsl__item {
  border-top-width: 1.5px;
  border-top-style: solid;
  border-color: var(--color_theme_dark3);
}
.ml-newsl__item:first-of-type {
  border-top: 0;
}
@media not all and (min-width: 768px) {
  .ml-newsl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ml-newsl {
    margin-top: 70px;
  }
}
.cp-cardArticle-vtbl {
  position: relative;
  color: var(--color_text_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color_primary_base);
}
.cp-cardArticle-vtbl__img {
  overflow: hidden;
}
.cp-cardArticle-vtbl__img img {
  width: 100%;
  height: auto;
}
.cp-cardArticle-vtbl__body {
  padding: 20px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--color_primary_base);
  background-color: var(--color_primary_base);
}
.cp-cardArticle-vtbl__body__heading {
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0.03em;
}
.cp-cardArticle-vtbl__bottom {
  width: 100%;
  text-align: right;
}
.cp-cardArticle-vtbl__bottom .icon-custom {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media not all and (min-width: 768px) {
  .cp-cardArticle-vtbl {
    max-width: var(--maxwidth-card-mobile);
  }
  .cp-cardArticle-vtbl__img img {
    aspect-ratio: 25/18;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cp-cardArticle-vtbl__body {
    padding: 20px;
    padding-top: 28px;
    padding-bottom: 10px;
    min-height: 194px;
  }
  .cp-cardArticle-vtbl__body__heading {
    font-size: 22px;
    line-height: 1.45;
  }
  .cp-cardArticle-vtbl__bottom .icon-custom {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cp-cardArticle-vtbl {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardArticle-vtbl:hover {
    opacity: 0.7;
  }
  .cp-cardArticle-vtbl:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-vtbl__img img {
    aspect-ratio: 19/13;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .cp-cardArticle-vtbl__body {
    padding: 20px;
    padding-bottom: 10px;
    min-height: 200px;
  }
  .cp-cardArticle-vtbl__body__heading {
    font-size: 25px;
    line-height: 1.32;
  }
  .cp-cardArticle-vtbl__bottom .icon-custom {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}

a.cp-cardArticle-blkhl {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
a.cp-cardArticle-blkhl:hover {
  opacity: 0.7;
}

.cp-cardArticle-blkhl {
  background-color: var(--color_primary_base);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.cp-cardArticle-blkhl__body__heading {
  min-height: 2em;
  font-weight: 700;
  color: var(--color_text_white);
  letter-spacing: 0.03em;
  line-height: 1.36;
}
.cp-cardArticle-blkhl__body__heading::before, .cp-cardArticle-blkhl__body__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardArticle-blkhl__body__heading::before {
  margin-top: calc((1 - 1.36) * 0.5em);
}
.cp-cardArticle-blkhl__body__heading::after {
  margin-bottom: calc((1 - 1.36) * 0.5em);
}
.cp-cardArticle-blkhl__body__heading span {
  display: inline-block;
}
.cp-cardArticle-blkhl__body__desc {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color_text_white);
  line-height: 1.63;
}
.cp-cardArticle-blkhl__body__desc::before, .cp-cardArticle-blkhl__body__desc::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardArticle-blkhl__body__desc::before {
  margin-top: calc((1 - 1.63) * 0.5em);
}
.cp-cardArticle-blkhl__body__desc::after {
  margin-bottom: calc((1 - 1.63) * 0.5em);
}
.cp-cardArticle-blkhl__body__button {
  font-size: 18px;
  font-weight: 500;
}
.cp-cardArticle-blkhl__button {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color_text_white);
  text-align: right;
}
@media not all and (min-width: 768px) {
  .cp-cardArticle-blkhl {
    padding: 50px 9.3457943925vw 30px;
    max-width: var(--maxwidth-card-mobile);
  }
  .cp-cardArticle-blkhl__body__heading {
    font-size: 28px;
  }
  .cp-cardArticle-blkhl__body__desc {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cp-cardArticle-blkhl__button {
    font-size: 18px;
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .cp-cardArticle-blkhl {
    padding: 50px 3.2258064516vw;
    height: 100%;
    max-width: 413.3333333333px;
  }
  .cp-cardArticle-blkhl__body__heading {
    font-size: 28px;
  }
  .cp-cardArticle-blkhl__body__desc {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .cp-cardArticle-blkhl__button {
    font-size: 18px;
    margin-top: auto;
  }
}
@media screen and (min-width: 1240px) {
  .cp-cardArticle-blkhl {
    padding: 50px 40px;
  }
}

.cp-cardNolink-solfr {
  position: relative;
  border-bottom-style: solid;
  border-color: var(--color_theme_dark5);
}
.cp-cardNolink-solfr__img img {
  aspect-ratio: 36/25;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp-cardNolink-solfr__content__heading {
  letter-spacing: 0.03em;
  color: var(--color_text_base);
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .cp-cardNolink-solfr {
    border-bottom-width: 1.5px;
    display: inline-block;
    width: 100%;
    max-width: var(--maxwidth-card-mobile);
  }
  .cp-cardNolink-solfr__img {
    text-align: center;
  }
  .cp-cardNolink-solfr__img img {
    width: 86.6666666667%;
  }
  .cp-cardNolink-solfr__content {
    padding-bottom: 34px;
  }
  .cp-cardNolink-solfr__content__heading {
    font-size: 22px;
    line-height: 1.55;
    text-align: center;
    margin-top: 22px;
  }
  .cp-cardNolink-solfr__content__heading::before, .cp-cardNolink-solfr__content__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardNolink-solfr__content__heading::before {
    margin-top: calc((1 - 1.55) * 0.5em);
  }
  .cp-cardNolink-solfr__content__heading::after {
    margin-bottom: calc((1 - 1.55) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardNolink-solfr {
    border-bottom-width: 2.5px;
    height: 100%;
    max-width: 360px;
  }
  .cp-cardNolink-solfr__content {
    padding-bottom: 40px;
  }
  .cp-cardNolink-solfr__content__heading {
    font-size: 26px;
    line-height: 1.46;
    margin-top: 30px;
    min-height: 3em;
  }
  .cp-cardNolink-solfr__content__heading::before, .cp-cardNolink-solfr__content__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardNolink-solfr__content__heading::before {
    margin-top: calc((1 - 1.46) * 0.5em);
  }
  .cp-cardNolink-solfr__content__heading::after {
    margin-bottom: calc((1 - 1.46) * 0.5em);
  }
  .cp-cardNolink-solfr__content__heading br {
    display: none;
  }
}

.cp-cardNolink-bsines {
  position: relative;
  background-color: var(--color_primary_base);
  height: 100%;
}
.cp-cardNolink-bsines__img {
  margin: 0 auto;
}
.cp-cardNolink-bsines__img img {
  aspect-ratio: 1/1;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-cardNolink-bsines__content__desc {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: var(--color_text_white);
}
.cp-cardNolink-bsines__content__heading {
  letter-spacing: 0.03em;
  color: var(--color_text_white);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.cp-cardNolink-bsines__content__heading::before, .cp-cardNolink-bsines__content__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cp-cardNolink-bsines__content__heading::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.cp-cardNolink-bsines__content__heading::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media not all and (min-width: 768px) {
  .cp-cardNolink-bsines {
    padding: 50px 9.3457943925vw 50px;
    width: 100%;
    max-width: var(--maxwidth-card-mobile);
  }
  .cp-cardNolink-bsines__img {
    width: 50%;
  }
  .cp-cardNolink-bsines__content {
    margin-top: 35px;
  }
  .cp-cardNolink-bsines__content__heading {
    font-size: 28px;
  }
  .cp-cardNolink-bsines__content__desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .cp-cardNolink-bsines__content__desc::before, .cp-cardNolink-bsines__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardNolink-bsines__content__desc::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .cp-cardNolink-bsines__content__desc::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-cardNolink-bsines {
    padding: 50px 4.8387096774vw 60px;
    max-width: 540px;
  }
  .cp-cardNolink-bsines__content {
    margin-top: 20px;
  }
  .cp-cardNolink-bsines__content__heading {
    font-size: 28px;
  }
  .cp-cardNolink-bsines__content__desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .cp-cardNolink-bsines__content__desc::before, .cp-cardNolink-bsines__content__desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-cardNolink-bsines__content__desc::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .cp-cardNolink-bsines__content__desc::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
  .cp-cardNolink-bsines__img {
    width: 37.03%;
  }
}
@media screen and (min-width: 1240px) {
  .cp-cardNolink-bsines {
    padding: 50px 60px 60px;
  }
}

.ml-flexcard-xxxxa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ml-flexcard-xxxxa {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .ml-flexcard-xxxxa__item {
    width: calc((100% - 120px) / 3);
  }
}

.ml-flexcard-askxb,
.ml-flexcard-xxxxb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .ml-flexcard-askxb,
  .ml-flexcard-xxxxb {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .ml-flexcard-askxb__item,
  .ml-flexcard-xxxxb__item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-flexcard-askxb,
  .ml-flexcard-xxxxb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.8387096774vw;
  }
  .ml-flexcard-askxb__item,
  .ml-flexcard-xxxxb__item {
    width: calc((100% - 9.6774193548vw) / 3);
  }
}
@media screen and (min-width: 1240px) {
  .ml-flexcard-askxb,
  .ml-flexcard-xxxxb {
    gap: 60px;
  }
  .ml-flexcard-askxb__item,
  .ml-flexcard-xxxxb__item {
    width: calc((100% - 120px) / 3);
  }
}

.ml-flexcard-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .ml-flexcard-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 30px;
  }
  .ml-flexcard-col2__item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-flexcard-col2 {
    padding: 0 15%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.8387096774vw;
  }
  .ml-flexcard-col2__item {
    width: calc((100% - 9.6774193548vw) / 2);
  }
}
@media screen and (min-width: 1240px) {
  .ml-flexcard-col2 {
    gap: 60px;
  }
  .ml-flexcard-col2__item {
    width: calc((100% - 120px) / 2);
  }
}

.ml-flexcard-xxxxc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .ml-flexcard-xxxxc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ml-flexcard-xxxxc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5vw;
  }
  .ml-flexcard-xxxxc__item {
    width: calc((100% - 5vw) / 3);
  }
}
@media screen and (min-width: 1240px) {
  .ml-flexcard-xxxxc {
    gap: 30px;
  }
  .ml-flexcard-xxxxc__item {
    width: calc((100% - 60px) / 3);
  }
}

.ml-card-topBlog {
  display: grid;
}
@media not all and (min-width: 768px) {
  .ml-card-topBlog {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ml-card-topBlog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 3.3333333333vw;
       -moz-column-gap: 3.3333333333vw;
            column-gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 1240px) {
  .ml-card-topBlog {
    row-gap: 100px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.cp-card-skcne {
  max-width: 360px;
  display: inline-block;
  width: 100%;
}
.cp-card-skcne p {
  margin: unset;
}
.cp-card-skcne__img {
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.cp-card-skcne__img img {
  display: inline;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-card-skcne__content .cp-card-opbdg {
  max-width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
}
.cp-card-skcne__content .cp-card-opbdg p {
  margin: unset;
}
.cp-card-skcne__content .cp-card-opbdg__img {
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.cp-card-skcne__content .cp-card-opbdg__img img {
  display: inline;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-card-skcne__content .cp-card-opbdg__content__heading {
  font-weight: 700;
  text-align: left;
}
@media not all and (min-width: 768px) {
  .cp-card-skcne__content .cp-card-opbdg__content__heading {
    font-size: 16px;
    line-height: 1.35;
  }
  .cp-card-skcne__content .cp-card-opbdg__content__heading span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .cp-card-skcne__content .cp-card-opbdg__content__heading {
    font-size: 16px;
    line-height: 1.35;
  }
}
@media not all and (min-width: 768px) {
  .cp-card-skcne {
    margin-top: 20px;
  }
  .cp-card-skcne__content {
    margin-top: 0.5em;
  }
  .cp-card-skcne__content__desc {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .cp-card-skcne__content {
    margin-top: 0.5em;
  }
  .cp-card-skcne__content__desc {
    margin-top: 0.5em;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
  }
}
@charset "UTF-8";
.ut-background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ut-background-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ut-block-center {
  text-align: center;
}
.ut-block-center > * {
  display: inline-block;
}

@media not all and (min-width: 768px) {
  .max-md\:ut-block-center {
    text-align: center;
  }
  .max-md\:ut-block-center > * {
    display: inline-block;
  }
}
.dev-componentlist pre {
  font-size: 13px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  border-radius: 2px;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.dev-componentlist .dnd-module {
  border-bottom: 1px solid #ddd;
}
.dev-componentlist table th {
  text-align: left;
}

.dev-bg {
  background-color: #ddd;
}

.dev-bg-white {
  background-color: #FFF;
}

.dev-area-iconlist table td {
  background-color: #ddd;
}

.dev-icon {
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
}

.dev-icon::before {
  display: inline-block;
  width: inherit;
  height: inherit;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s background-image;
  transition: 0.3s background-image;
}

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon-custom {
  display: inline-block;
  line-height: 0;
}

.icon-custom::before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  min-width: 1em;
  min-height: 1em;
  width: inherit;
  height: inherit;
}

.icon-svgbgimage {
  display: inline-block;
  line-height: 0;
  width: inherit;
  height: inherit;
}

.icon-svgbgimage::before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  min-width: 10px;
  min-height: 10px;
  width: inherit;
  height: inherit;
}

.icon-bg {
  display: inline-block;
  line-height: 0;
  width: inherit;
  height: inherit;
}

.icon-bg::before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  min-width: 10px;
  min-height: 10px;
  width: inherit;
  height: inherit;
}

.dev-icon-inlinesvg,
.iconinline {
  line-height: 1;
  display: inline-block;
}
.dev-icon-inlinesvg svg,
.iconinline svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.dev-icon-inline {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.dev-icon-inline svg {
  width: inherit;
  height: inherit;
}

.dev-icon-inline svg path {
  fill: currentColor;
}

body {
  color: var(--color_text_base);
}

.footer {
  background-color: var(--color_footer_base_background);
  color: var(--color_footer_base_text);
}

.ut-background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ut-background-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ut-block-center {
  text-align: center;
}
.ut-block-center > * {
  display: inline-block;
}

@media not all and (min-width: 768px) {
  .max-md\:ut-block-center {
    text-align: center;
  }
  .max-md\:ut-block-center > * {
    display: inline-block;
  }
}
@media not all and (min-width: 768px) {
  .ut-phrase-unit {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .ut-phrase-unit {
    display: inline-block;
  }
}
@media not all and (min-width: 768px) {
  .ut-phrase {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .ut-phrase {
    display: inline-block;
  }
}
@media not all and (min-width: 768px) {
  .ut-phrase-group {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .ut-phrase-group {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .ut-phrase-return {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ut-phrase-return {
    display: block;
  }
}
.ly-container-base {
  position: relative;
}

body .hs-form .hs-form-field > label {
  display: block;
}

body .form-oyedh .hs-form input {
  line-height: 1.4;
}
body .form-oyedh .hs-form .hs-error-msg,
body .form-oyedh .hs-form .hs-error-msgs {
  color: #D00D0D;
}
body .form-oyedh .hs-form .hs_error_rollup {
  margin-top: 30px;
}
body .form-oyedh textarea:focus,
body .form-oyedh input[type=email]:focus,
body .form-oyedh input[type=text]:focus {
  border-color: #4372DB;
  outline: none;
}
body .form-oyedh .hs-form .hs-form-field > label {
  display: block;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field input.hs-input {
    width: 100%;
  }
}
body .form-oyedh textarea:focus,
body .form-oyedh input[type=tel]:focus,
body .form-oyedh input[type=email]:focus,
body .form-oyedh input[type=text]:focus {
  border: 1px solid #4372DB;
  border-radius: 6px;
  outline: none;
}
body .form-oyedh textarea {
  line-height: 1.6;
}
body .form-oyedh .hs-form {
  letter-spacing: 0.01em;
}
body .form-oyedh .hs-form .hs-form-field {
  float: none;
}
body .form-oyedh .hs-form fieldset:first-of-type {
  margin-top: -30px;
}
body .form-oyedh .hs-form fieldset:first-of-type .hs-form-field {
  margin-top: 30px;
}
body .form-oyedh .hs-form .hs-form-field > label {
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form {
    padding: 20px 0;
  }
  body .form-oyedh .hs-form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .form-oyedh .hs-form .form-columns-2 .hs-form-field {
    width: 100%;
  }
  body .form-oyedh .hs-form .hs-form-field > label {
    font-size: 16px;
    display: block;
  }
  body .form-oyedh input[type=checkbox]:checked + span:after {
    margin-left: 0.3em;
    margin-top: -0.45em;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  body .form-oyedh .hs-form .hs-form-field > label {
    font-size: 18px;
  }
}
body .form-oyedh .hs-form .hs-form-required:before {
  line-height: 1;
  border-radius: 13px;
  font-weight: 400;
  background-color: #4372db;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-required:before {
    font-size: 12px;
    padding: 0.4em 0.85em;
    margin-left: 10px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-required:before {
    font-size: 12px;
    padding: 0.45em 0.85em;
    margin-left: 15px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body .form-oyedh .hs-form {
  max-width: 780px;
  margin: 0 auto;
  padding: unset;
}
body .form-oyedh .hs-form a {
  color: var(--color_primary_base);
}
body .form-oyedh .hs-form ::-webkit-input-placeholder {
  color: #9B9B9B;
}
body .form-oyedh .hs-form ::-webkit-input-placeholder,
body .form-oyedh .hs-form ::-moz-placeholder,
body .form-oyedh .hs-form :-ms-input-placeholder,
body .form-oyedh .hs-form :-moz-placeholder,
body .form-oyedh .hs-form ::placeholder,
body .form-oyedh .hs-form .hs-fieldtype-date .input .hs-dateinput:before {
  color: #9B9B9B;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .input {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .input {
    margin-top: 8px;
  }
}
body .form-oyedh .hs-form .hs-fieldtype-textarea {
  min-height: 160px;
  vertical-align: bottom;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-field {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-field {
    margin-top: 38px;
  }
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .hs_submit {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .hs_submit {
    margin-top: 120px;
  }
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-field .hs-field-desc {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-form-field .hs-field-desc {
    font-size: 16px;
  }
}
body .form-oyedh .hs-form label[for^=privacy] .hs-input:checked + span:after {
  border-color: var(--color_primary_base);
}
body .form-oyedh .hs-form label[for^=privacy]::before {
  border-color: #4D4D4D;
}
body .form-oyedh .hs-form label[for^=privacy] > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form label[for^=privacy] > span {
    font-size: 16px;
    margin-top: -2px;
  }
  body .form-oyedh .hs-form label[for^=privacy]::before {
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form label[for^=privacy] > span {
    font-size: 18px;
    margin-top: -2px;
  }
}
body .form-oyedh .hs-form .hs-input {
  width: 100%;
  border-radius: 6px;
  color: var(--color_text_base);
  border: 1px solid #4D4D4D;
  background-color: var(--color_bg_white);
}
body .form-oyedh .hs-form .hs-input.invalid.error {
  border: 2px solid #D00D0D;
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-input {
    font-size: 16px;
    padding: 0.9em 1em;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs-form .hs-input {
    font-size: 19px;
    padding: 0.75em 1em;
  }
}
body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
  border-radius: 10px;
  background-color: var(--color_cta2_base);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_white);
}
@media not all and (min-width: 768px) {
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
    padding: 26px 12px 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
  body .form-oyedh .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
    padding: 22px 15px;
    font-size: 26px;
    min-width: 405px;
  }
}
body .form-col-sdljp .hs-form input {
  line-height: 1.4;
}
body .form-col-sdljp .hs-form .hs-error-msg,
body .form-col-sdljp .hs-form .hs-error-msgs {
  color: #D00D0D;
}
body .form-col-sdljp .hs-form .hs_error_rollup {
  margin-top: 30px;
}
body .form-col-sdljp textarea:focus,
body .form-col-sdljp input[type=email]:focus,
body .form-col-sdljp input[type=text]:focus {
  border-color: #4372DB;
  outline: none;
}
body .form-col-sdljp textarea {
  line-height: 1.6;
}
body .form-col-sdljp .hs-form {
  letter-spacing: 0.01em;
  padding: 0;
}
body .form-col-sdljp .hs-form .hs-form-field {
  float: none;
}
body .form-col-sdljp .hs-form .hs-form-field > label {
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form {
    padding: 0;
  }
  body .form-col-sdljp .hs-form .hs-error-msg {
    font-size: 16px;
  }
  body .form-col-sdljp .hs-form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  body .form-col-sdljp .hs-form .form-columns-2 .hs-form-field {
    width: 100%;
  }
  body .form-col-sdljp .hs-form .hs-form-field > label {
    font-size: 18px;
  }
  body .form-col-sdljp .hs-form input[type=checkbox]:checked + span:after {
    margin-left: 0.3em;
    margin-top: -0.45em;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  body .form-col-sdljp .hs-form .hs-form-field > label {
    font-size: 18px;
  }
}
body .form-col-sdljp .hs-form .hs-form-required:before {
  line-height: 1;
  border-radius: 13px;
  font-weight: 400;
  background-color: #4372db;
  margin-bottom: -0.25em;
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-required:before {
    font-size: 12px;
    padding: 0.45em 0.75em;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-required:before {
    font-size: 13px;
    padding: 0.45em 0.75em;
    margin-left: 10px;
  }
}
body .form-col-sdljp .hs-form a {
  color: var(--color_primary_base);
}
body .form-col-sdljp .hs-form ::-webkit-input-placeholder {
  color: #9B9B9B;
}
body .form-col-sdljp .hs-form ::-webkit-input-placeholder,
body .form-col-sdljp .hs-form ::-moz-placeholder,
body .form-col-sdljp .hs-form :-ms-input-placeholder,
body .form-col-sdljp .hs-form :-moz-placeholder,
body .form-col-sdljp .hs-form ::placeholder,
body .form-col-sdljp .hs-form .hs-fieldtype-date .input .hs-dateinput:before {
  color: #9B9B9B;
}
body .form-col-sdljp .hs-form .input {
  margin-top: 8px;
}
body .form-col-sdljp .hs-form .hs-fieldtype-textarea {
  min-height: 160px;
  vertical-align: bottom;
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-field {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-field {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs_submit {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs_submit {
    margin-top: 50px;
  }
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-field .hs-field-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-form-field .hs-field-desc {
    font-size: 16px;
  }
}
body .form-col-sdljp .hs-form label[for^=privacy] .hs-input:checked + span:after {
  border-color: var(--color_primary_base);
}
body .form-col-sdljp .hs-form label[for^=privacy]::before {
  border-color: #4D4D4D;
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form label[for^=privacy] > span {
    font-size: 16px;
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form label[for^=privacy] > span {
    font-size: 18px;
    margin-top: -2px;
  }
}
body .form-col-sdljp .hs-form .hs-input {
  width: 100%;
  border-radius: 6px;
  color: var(--color_text_base);
  border: 1px solid #4D4D4D;
  background-color: var(--color_bg_white);
}
body .form-col-sdljp .hs-form .hs-input.invalid.error {
  border: 2px solid #D00D0D;
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-input {
    font-size: 16px;
    padding: 0.85em 1em;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs-form .hs-input {
    font-size: 16px;
    padding: 13.5px 10px;
  }
}
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
  border-radius: 10px;
  background-color: var(--color_cta2_base);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_white);
}
@media not all and (min-width: 768px) {
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
    padding: 26px 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit .hs-button.primary,
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=button],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-custom-form .hs-submit input[type=submit],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit .hs-button.primary,
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=button],
  body .form-col-sdljp .hs_cos_wrapper_type_form .hs-form .hs-submit input[type=submit] {
    padding: 25px 25px;
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ml-index-ancse {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ml-form-colsg {
  background-color: #F2F2F2;
  padding-bottom: 100px;
}
@media not all and (min-width: 768px) {
  .ml-form-colsg {
    padding: 50px 0px;
  }
}
@media screen and (min-width: 768px) {
  .ml-form-colsg {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1240px) {
  .ml-form-colsg {
    padding: 50px 20px;
  }
}

.ml-form-svlpfm__desc {
  line-height: 1.8;
}
@media not all and (min-width: 768px) {
  .ml-form-svlpfm {
    padding: 50px 0px;
  }
  .ml-form-svlpfm__desc {
    margin-top: 40px;
  }
  .ml-form-svlpfm__body {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .ml-form-svlpfm {
    padding: 50px 20px;
  }
  .ml-form-svlpfm__desc {
    margin-top: 60px;
  }
  .ml-form-svlpfm__body {
    margin-top: 108px;
  }
}
@media screen and (min-width: 1240px) {
  .ml-form-svlpfm {
    padding: 50px 20px;
  }
}

.ml-form-colrt {
  background-color: #F2F2F2;
  padding-bottom: 100px;
}
@media not all and (min-width: 768px) {
  .ml-form-colrt {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 768px) {
  .ml-form-colrt {
    padding: 50px 5vw;
  }
}
@media screen and (min-width: 1240px) {
  .ml-form-colrt {
    padding: 50px 60px;
  }
}

.ly-container-col2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .ly-container-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .ly-container-col2 {
    gap: 3.2258064516vw;
  }
  .ly-container-col2 .ly-container-col2__item {
    width: calc(50% - 1.6129032258vw);
  }
}
@media screen and (min-width: 1240px) {
  .ly-container-col2 {
    gap: 100px;
  }
  .ly-container-col2 .ly-container-col2__item {
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .ly-container-col2 footer {
    margin-top: 120px;
  }
}
.header--no-navigation {
  background-color: #FFF;
  border-bottom: 1px solid #DBD8D8;
}
.header--no-navigation .global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.header--no-navigation header {
  margin: 0 auto;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .header--no-navigation header {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .header--no-navigation header {
    max-width: 1200px;
    min-height: 70px;
  }
}
.header--no-navigation .global-header__logo img {
  width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .header--no-navigation .global-header__logo {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  .header--no-navigation .global-header__logo {
    width: 127px;
  }
}
.header-container:has(.header--no-navigation-cta) .is_mobile {
  display: none !important;
}

.header-container:has(.header--no-navigation-cta) .is_desktop {
  display: block !important;
}

@media not all and (min-width: 768px) {
  .header--no-navigation-cta .cta-header-contact .cta-element,
  .header--no-navigation-cta .cta-header-download .cta-element {
    height: 60px;
  }
}
.header--no-navigation-cta .ml-header-xxxxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  padding: 0 10px;
  padding-right: 0;
  margin: 0 auto;
  width: 100%;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 1240px) {
  .header--no-navigation-cta .ml-header-xxxxx {
    gap: 20px;
  }
}
@media not all and (min-width: 768px) {
  .header--no-navigation-cta .ml-header-xxxxx__image {
    margin-left: 10px;
  }
}
.header--no-navigation-cta .ml-header-xxxxx__nav {
  display: block;
  font-size: 16px;
}
.header--no-navigation-cta .ml-header-xxxxx__nav .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2em;
}
.header--no-navigation-cta .ml-header-xxxxx__nav .hs-menu-wrapper li {
  margin-right: 1.5em;
}
@media not all and (min-width: 768px) {
  .header--no-navigation-cta .ml-header-xxxxx__nav {
    display: none;
  }
}
@media not all and (min-width: 1330px) {
  .header--no-navigation-cta .ml-header-xxxxx__nav .hs-menu-wrapper ul {
    padding-left: 1em;
  }
  .header--no-navigation-cta .ml-header-xxxxx__nav {
    font-size: 12px;
  }
}
.header--no-navigation-cta .ml-header-xxxxx__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
@media not all and (min-width: 1300px) {
  .header--no-navigation-cta .ml-header-xxxxx__cta {
    max-width: 35%;
  }
}
@media screen and (min-width: 1300px) {
  .header--no-navigation-cta .ml-header-xxxxx__cta {
    max-width: 40%;
  }
}
.header--no-navigation-cta .global-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  z-index: var(--z_index_header);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #DBD8D8;
}
.header--no-navigation-cta .global-header[data-active=false] {
  background-color: var(--color_header_base_background);
  color: var(--color_header_base_text);
}
.header--no-navigation-cta .global-header[data-active=true] {
  background-color: var(--color_header_state_background);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media not all and (min-width: 768px) {
  .header--no-navigation-cta .global-header__logo {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  .header--no-navigation-cta .global-header__logo {
    width: 128px;
  }
}

@media screen and (min-width: 768px) {
  .template-landing-col2 .ly-container-dnd {
    padding: 0 30px;
  }
}
@media not all and (min-width: 768px) {
  .template-landing-col2 .dnd-section {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .template-landing-col2 .dnd-section {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .template-landing-col2 footer {
    margin-top: 120px;
  }
}
.cp-heading-lpsub {
  border-bottom-style: solid;
  border-color: var(--color_theme_dark5);
}
.cp-heading-lpsub__heading {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_text_base);
}
@media not all and (min-width: 768px) {
  .cp-heading-lpsub {
    border-bottom-width: 2px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .cp-heading-lpsub__heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .cp-heading-lpsub__heading::before, .cp-heading-lpsub__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-lpsub__heading::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .cp-heading-lpsub__heading::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-lpsub {
    border-bottom-width: 3px;
    padding-bottom: 24px;
    margin-bottom: 45px;
  }
  .cp-heading-lpsub__heading {
    font-size: 30px;
    line-height: 1.8;
  }
  .cp-heading-lpsub__heading::before, .cp-heading-lpsub__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-lpsub__heading::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .cp-heading-lpsub__heading::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}

.cp-heading-lptle__heading {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media not all and (min-width: 768px) {
  .cp-heading-lptle__heading {
    font-size: 22px;
    line-height: 1.45;
  }
  .cp-heading-lptle__heading::before, .cp-heading-lptle__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-lptle__heading::before {
    margin-top: calc((1 - 1.45) * 0.5em);
  }
  .cp-heading-lptle__heading::after {
    margin-bottom: calc((1 - 1.45) * 0.5em);
  }
}
@media screen and (min-width: 768px) {
  .cp-heading-lptle__heading {
    font-size: 28px;
    line-height: 1.36;
  }
  .cp-heading-lptle__heading::before, .cp-heading-lptle__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-heading-lptle__heading::before {
    margin-top: calc((1 - 1.36) * 0.5em);
  }
  .cp-heading-lptle__heading::after {
    margin-bottom: calc((1 - 1.36) * 0.5em);
  }
}

@media screen and (min-width: 768px) {
  .template-landing-col2 .ly-container-dnd .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .ly-container-dnd .container-right .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.ml-flexcard-bisac,
.ml-flexcard-xxxac {
  margin: 0 auto;
  display: grid;
}
@media not all and (min-width: 768px) {
  .ml-flexcard-bisac,
  .ml-flexcard-xxxac {
    justify-items: center;
    row-gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ml-flexcard-bisac,
  .ml-flexcard-xxxac {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .ml-flexcard-bisac,
  .ml-flexcard-xxxac {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.hs-breadcrumb-menu-divider {
  display: none;
}

@media not all and (min-width: 768px) {
  .ml-button-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-center {
    text-align: center;
  }
}

@media not all and (min-width: 768px) {
  .ml-button-centerLeft {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ml-button-centerLeft {
    text-align: left;
  }
}

.news-head__title {
  font-weight: bold;
}
.news-head__time {
  text-align: right;
  margin-top: 10px;
}
.news-head__tag li {
  display: inline-block;
  border-radius: 2px;
  font-family: var(--fontfamily_english2);
  border: 1px solid var(--color_primary_base);
  color: var(--color_primary_base);
  text-align: center;
}
@media not all and (min-width: 768px) {
  .news-head {
    margin-top: 30px;
  }
  .news-head__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-head__tag li {
    font-size: 12px;
    min-width: 60px;
    padding: 5px 5px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .news-head {
    margin-top: 110px;
    padding: 0 20px;
  }
  .news-head__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .news-head__tag li {
    font-size: 13px;
    min-width: 120px;
    padding: 5px 5px;
    line-height: 18px;
  }
}
@media not all and (min-width: 768px) {
  .news-body {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .news-body {
    margin-top: 80px;
  }
}
.news-body .hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0;
}
.news-body .hs_cos_wrapper_type_rich_text a {
  color: var(--color_primary_base);
}
.news-body .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .news-body .hs_cos_wrapper_type_rich_text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .news-body .hs_cos_wrapper_type_rich_text {
    font-size: 18px;
    line-height: 1.6;
  }
}
.news-body .hs_cos_wrapper_type_rich_text p {
  margin-top: 1.5em;
}
.news-body .hs_cos_wrapper_type_rich_text h1,
.news-body .hs_cos_wrapper_type_rich_text h2,
.news-body .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  margin-top: 3em;
  font-weight: bold;
}

.news-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}
.news-bottom a::before {
  content: "← ";
}

@media not all and (min-width: 768px) {
  .ml-flow-selpa__item {
    padding: 0 30px;
  }
}
.ml-headingset-jfsnd {
  text-align: center;
}
.ml-headingset-jfsnd__body {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .ml-headingset-jfsnd__body {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .ml-headingset-jfsnd__body {
    margin-top: 2em;
    max-width: 760px;
  }
}
.ml-headingset-jfsnd--white {
  color: #FFF;
}

.widget-type-password_prompt {
  margin-top: 20px;
  text-align: center;
}
.ml-gridTable-colso {
  display: grid;
  width: 100%;
  position: relative;
}
@media not all and (min-width: 768px) {
  .ml-gridTable-colso {
    max-width: 560px;
    margin: 0 auto;
    row-gap: 60px;
  }
  .ml-gridTable-colso__item {
    position: relative;
  }
  .ml-gridTable-colso__item::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/assets-sed-website/icon/icon_step02.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    margin-left: -12.5px;
    margin-bottom: -40px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .ml-gridTable-colso {
    grid-template-columns: repeat(3, 1fr);
    max-width: initial;
    -webkit-column-gap: 5.4166666667vw;
       -moz-column-gap: 5.4166666667vw;
            column-gap: 5.4166666667vw;
  }
  .ml-gridTable-colso__item {
    position: relative;
    display: contents;
  }
  .ml-gridTable-colso__item::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    min-height: 1em;
    min-width: 1em;
    background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/assets-sed-website/icon/icon_step02.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .ml-gridTable-colso__item:nth-of-type(1)::before {
    left: calc((100% - 130px) / 3);
  }
  .ml-gridTable-colso__item:nth-of-type(2)::before {
    left: calc((100% - 130px) / 3 * 2 + 65px);
  }
  .ml-gridTable-colso__item:last-of-type::before {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .ml-gridTable-colso {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}

.ml-gridTable-colfv {
  display: grid;
  width: 100%;
  position: relative;
}
@media not all and (min-width: 768px) {
  .ml-gridTable-colfv {
    display: block;
    max-width: 560px;
    margin: 0 auto;
    row-gap: 12px;
  }
  .ml-gridTable-colfv__item {
    position: relative;
  }
  .ml-gridTable-colfv__item::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/assets-sed-website/icon/icon_step03.svg);
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    margin-left: -28px;
    margin-bottom: -34px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ml-gridTable-colfv__item:last-of-type::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .ml-gridTable-colfv {
    grid-template-columns: repeat(5, 1fr);
    max-width: initial;
    -webkit-column-gap: 0.8333333333vw;
       -moz-column-gap: 0.8333333333vw;
            column-gap: 0.8333333333vw;
  }
  .ml-gridTable-colfv__item {
    position: relative;
    display: contents;
  }
  .ml-gridTable-colfv__item:last-of-type::before {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .ml-gridTable-colfv {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.row-xxxxa {
  display: inherit;
  position: relative;
  font-size: 15px;
}
.row-xxxxa__item {
  border: 1px solid #ddd;
  border-bottom: none;
}
.row-xxxxa__item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.row-xxxxa__item {
  position: relative;
}
.row-xxxxa__item::before {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
}
.row-xxxxa__item:nth-of-type(1)::before {
  background-color: #ddd;
}
.row-xxxxa__item:first-of-type {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.row-xxxxa__item:first-of-type::before {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.row-xxxxa__item:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.row-xxxxa__item:last-of-type::before {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.row-xxxxa__item:first-of-type {
  padding: 0.5em 1em 0.5em;
  font-weight: bold;
}
.row-xxxxa__item:last-of-type {
  padding: 0.5em 1em 1em;
}
.row-xxxxa__item:nth-of-type(1) {
  grid-row-start: 1;
  -webkit-box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
          box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
}
.row-xxxxa__item:nth-of-type(2) {
  grid-row-start: 2;
  -webkit-box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
          box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
}
.row-xxxxa__item:nth-of-type(3) {
  grid-row-start: 3;
}
.row-xxxxa__item:nth-of-type(4) {
  grid-row-start: 4;
}
.row-xxxxa__item:nth-of-type(5) {
  grid-row-start: 5;
}
.row-xxxxa__item:nth-of-type(6) {
  grid-row-start: 6;
}
.row-xxxxa__item:nth-of-type(7) {
  grid-row-start: 7;
}
.row-xxxxa__item:nth-of-type(8) {
  grid-row-start: 8;
}
.row-xxxxa__item:nth-of-type(9) {
  grid-row-start: 9;
}
.row-xxxxa__content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.row-xxxxb {
  display: contents;
}
.row-xxxxb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}
.row-xxxxb__item {
  position: relative;
}
.row-xxxxb__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  -webkit-filter: drop-shadow(1px 3px 3px #ccc);
          filter: drop-shadow(1px 3px 3px #ccc);
}
.row-xxxxb__item:first-of-type {
  border-radius: 30px 30px 0 0;
}
.row-xxxxb__item:last-of-type {
  border-radius: 0 0 30px 30px;
}
.row-xxxxb__item:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.row-xxxxb__item:nth-of-type(even) {
  background-color: #FFF;
}
.row-xxxxb__item:first-of-type {
  background-color: #ddd;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .row-xxxxb__item:nth-of-type(1) {
    grid-row-start: 1;
  }
  .row-xxxxb__item:nth-of-type(2) {
    grid-row-start: 2;
  }
  .row-xxxxb__item:nth-of-type(3) {
    grid-row-start: 3;
  }
  .row-xxxxb__item:nth-of-type(4) {
    grid-row-start: 4;
  }
  .row-xxxxb__item:nth-of-type(5) {
    grid-row-start: 5;
  }
  .row-xxxxb__item:nth-of-type(6) {
    grid-row-start: 6;
  }
}

.row-xxxxs {
  display: inherit;
  position: relative;
  font-size: 15px;
}
.row-xxxxs__item {
  border: 1px solid var(--color_primary_base);
  border-bottom: none;
}
.row-xxxxs__item:last-of-type {
  border-bottom: 1px solid var(--color_primary_base);
}
.row-xxxxs__item {
  position: relative;
}
.row-xxxxs__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
}
.row-xxxxs__item {
  color: var(--color_text_dark);
}
.row-xxxxs__item .row-xxxxs__content {
  font-weight: 500;
}
.row-xxxxs__item:nth-of-type(1) {
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
}
.row-xxxxs__item:nth-of-type(1) .row-xxxxs__content {
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .row-xxxxs__item {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.63;
  }
  .row-xxxxs__item:first-of-type {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxxs__item {
    padding: 20px 20px;
    font-size: 16px;
    color: var(--color_text_dark);
    font-weight: 500;
    line-height: 1.63;
  }
  .row-xxxxs__item:nth-of-type(1) {
    font-size: 2.3333333333vw;
  }
  .row-xxxxs__item:nth-of-type(1) {
    grid-row-start: 1;
  }
  .row-xxxxs__item:nth-of-type(2) {
    grid-row-start: 2;
  }
  .row-xxxxs__item:nth-of-type(3) {
    grid-row-start: 3;
  }
  .row-xxxxs__item:nth-of-type(4) {
    grid-row-start: 4;
  }
  .row-xxxxs__item:nth-of-type(5) {
    grid-row-start: 5;
  }
  .row-xxxxs__item:nth-of-type(6) {
    grid-row-start: 6;
  }
  .row-xxxxs__item:nth-of-type(7) {
    grid-row-start: 7;
  }
  .row-xxxxs__item:nth-of-type(8) {
    grid-row-start: 8;
  }
  .row-xxxxs__item:nth-of-type(9) {
    grid-row-start: 9;
  }
  .row-xxxxs__content {
    position: relative;
    z-index: 1;
    height: 100%;
  }
}

.row-xxxss {
  display: inherit;
  position: relative;
  font-size: 15px;
}
.row-xxxss__item {
  border: 1px solid var(--color_primary_base);
  border-bottom: none;
  position: relative;
}
.row-xxxss__item .row-xxxss__content {
  font-weight: 500;
}
.row-xxxss__item:nth-of-type(1) {
  background-color: var(--color_primary_base);
  color: var(--color_text_white);
}
.row-xxxss__item:nth-of-type(1) .row-xxxss__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
}
.row-xxxss__item:last-of-type {
  border-bottom: 1px solid var(--color_primary_base);
}
.row-xxxss__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
}
@media not all and (min-width: 768px) {
  .row-xxxss__item {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .row-xxxss__item {
    padding: 15px 15px;
  }
  .row-xxxss__item__content {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .row-xxxss__item:nth-of-type(1) {
    grid-row-start: 1;
  }
  .row-xxxss__item:nth-of-type(2) {
    grid-row-start: 2;
  }
  .row-xxxss__item:nth-of-type(3) {
    grid-row-start: 3;
  }
  .row-xxxss__item:nth-of-type(4) {
    grid-row-start: 4;
  }
  .row-xxxss__item:nth-of-type(5) {
    grid-row-start: 5;
  }
  .row-xxxss__item:nth-of-type(6) {
    grid-row-start: 6;
  }
  .row-xxxss__item:nth-of-type(7) {
    grid-row-start: 7;
  }
  .row-xxxss__item:nth-of-type(8) {
    grid-row-start: 8;
  }
  .row-xxxss__item:nth-of-type(9) {
    grid-row-start: 9;
  }
  .row-xxxss__item:nth-of-type(1)::before {
    background-color: unset;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    min-height: 1em;
    min-width: 1em;
    background-image: url(https://9365678.fs1.hubspotusercontent-na1.net/hubfs/9365678/assets-sed-website/icon/icon_step03.svg);
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    position: absolute;
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    z-index: 2;
    margin-bottom: -2.5vw;
    margin-right: -2.8333333333vw;
  }
  .is-looplast .row-xxxss__item:nth-of-type(1)::before {
    content: none;
  }
}
@media screen and (min-width: 1240px) {
  .row-xxxss__item:nth-of-type(1)::before {
    width: 56px;
    height: 56px;
    margin-bottom: -30px;
    margin-right: -34px;
  }
  .is-looplast .row-xxxss__item:nth-of-type(1)::before {
    content: none;
  }
}

.el-lead-unpx {
  font-weight: bold;
  color: #121212;
}
@media not all and (min-width: 768px) {
  .el-lead-unpx {
    font-size: 30px;
    line-height: 1.43;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 768px) {
  .el-lead-unpx {
    font-size: 42px;
    line-height: 1.38;
  }
}
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media not all and (min-width: 768px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media not all and (min-width: 768px) {
  .is-hide-sp {
    display: none;
  }
  .is-hide-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .is-hide-sp {
    display: block;
  }
  .is-hide-pc {
    display: none;
  }
}
.el-label-bohed {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color_theme_dark3);
  border-style: solid;
  border-color: var(--color_theme_dark3);
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .el-label-bohed {
    font-size: 18px;
    line-height: 40px;
    padding: 0 12px;
    border-width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .el-label-bohed {
    font-size: 2.4193548387vw;
    line-height: 4.8387096774vw;
    padding: 0 20px;
    border-width: 5px;
  }
}
@media screen and (min-width: 1240px) {
  .el-label-bohed {
    font-size: 30px;
    line-height: 60px;
    padding: 0 20px;
  }
}
@charset "UTF-8";
.hs_cos_wrapper_type_inline_rich_text ul,
.hs_cos_wrapper_type_inline_rich_text ol {
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_inline_rich_text ul li,
.hs_cos_wrapper_type_inline_rich_text ol li {
  list-style-type: unset;
}
.hs_cos_wrapper_type_inline_rich_text ul {
  list-style-position: outside;
  padding-left: 1em;
}
.hs_cos_wrapper_type_inline_rich_text ol {
  list-style-position: outside;
  padding-left: 2em;
}
.hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
@media (hover: hover) {
  .hs_cos_wrapper_type_inline_rich_text a {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
  .hs_cos_wrapper_type_inline_rich_text a:-moz-any-link:hover {
    text-decoration: none;
  }
  .hs_cos_wrapper_type_inline_rich_text a:any-link:hover {
    text-decoration: none;
  }
}

.cp-list-pbfug a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .cp-list-pbfug a:hover {
    text-decoration: none;
  }
}
.cp-list-pbfug a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Icons";
  vertical-align: bottom;
  margin-left: 0.15em;
  display: inline-block;
}

.hs_cos_wrapper_type_inline_rich_text h1,
.hs_cos_wrapper_type_inline_rich_text h2,
.hs_cos_wrapper_type_inline_rich_text h3,
.hs_cos_wrapper_type_inline_rich_text h4,
.hs_cos_wrapper_type_inline_rich_text p,
.hs_cos_wrapper_type_inline_rich_text ul,
.hs_cos_wrapper_type_inline_rich_text ol,
.hs_cos_wrapper_type_inline_rich_text pre,
.hs_cos_wrapper_type_inline_rich_text table,
.hs_cos_wrapper_type_inline_rich_text code,
.hs_cos_wrapper_type_inline_rich_text dl,
.hs_cos_wrapper_type_inline_rich_text dt,
.hs_cos_wrapper_type_inline_rich_text dd {
  font-size: inherit;
  line-height: inherit;
}
.hs_cos_wrapper_type_inline_rich_text a {
  color: var(--default_color_textlink);
  text-decoration: underline;
}
@media (hover: hover) {
  .hs_cos_wrapper_type_inline_rich_text a:hover {
    text-decoration: none;
  }
}
.hs_cos_wrapper_type_inline_rich_text a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Icons";
  vertical-align: bottom;
  margin-left: 0.15em;
  display: inline-block;
}

[data-hs-cos-field=richtext_base],
.hs-richtext-base {
  line-height: 1.88;
}
[data-hs-cos-field=richtext_base] > :not(:first-child),
.hs-richtext-base > :not(:first-child) {
  margin-top: 0.75em;
}
@media not all and (min-width: 768px) {
  [data-hs-cos-field=richtext_base],
  .hs-richtext-base {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  [data-hs-cos-field=richtext_base],
  .hs-richtext-base {
    font-size: 16px;
  }
}
[data-hs-cos-field=richtext_base] h1,
.hs-richtext-base h1 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h1,
  .hs-richtext-base h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h1,
  .hs-richtext-base h1 {
    font-size: 28px;
  }
}
[data-hs-cos-field=richtext_base] h2,
.hs-richtext-base h2 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h2,
  .hs-richtext-base h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h2,
  .hs-richtext-base h2 {
    font-size: 24px;
  }
}
[data-hs-cos-field=richtext_base] h3,
[data-hs-cos-field=richtext_base] h4,
.hs-richtext-base h3,
.hs-richtext-base h4 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h3,
  [data-hs-cos-field=richtext_base] h4,
  .hs-richtext-base h3,
  .hs-richtext-base h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  [data-hs-cos-field=richtext_base] h3,
  [data-hs-cos-field=richtext_base] h4,
  .hs-richtext-base h3,
  .hs-richtext-base h4 {
    font-size: 20px;
  }
}
[data-hs-cos-field=richtext_base] ul,
[data-hs-cos-field=richtext_base] ol,
.hs-richtext-base ul,
.hs-richtext-base ol {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
[data-hs-cos-field=richtext_base] ul li:not(:first-of-type),
[data-hs-cos-field=richtext_base] ol li:not(:first-of-type),
.hs-richtext-base ul li:not(:first-of-type),
.hs-richtext-base ol li:not(:first-of-type) {
  margin-top: 0.35em;
}
[data-hs-cos-field=richtext_base] ul,
.hs-richtext-base ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
[data-hs-cos-field=richtext_base] ol,
.hs-richtext-base ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}
[data-hs-cos-field=richtext_base] blockquote,
.hs-richtext-base blockquote {
  border-left: 4px solid #dfe3eb;
  padding: 0.5em;
  padding-left: 10px;
}
[data-hs-cos-field=richtext_base] blockquote > *:first-child,
.hs-richtext-base blockquote > *:first-child {
  margin-top: 0;
}
[data-hs-cos-field=richtext_base] a,
.hs-richtext-base a {
  color: var(--default_color_textlink);
  text-decoration: none;
}
@media (hover: hover) {
  [data-hs-cos-field=richtext_base] a:hover,
  .hs-richtext-base a:hover {
    text-decoration: underline;
  }
}
[data-hs-cos-field=richtext_base] a[target=_blank],
.hs-richtext-base a[target=_blank] {
  color: inherit;
  text-decoration: underline;
}
[data-hs-cos-field=richtext_base] a[target=_blank]:hover,
.hs-richtext-base a[target=_blank]:hover {
  text-decoration: none;
}
[data-hs-cos-field=richtext_base] a[target=_blank]::after,
.hs-richtext-base a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Icons";
  margin-left: 0.15em;
  display: inline-block;
  vertical-align: bottom;
  vertical-align: middle;
}

.hs-richtext-moshb {
  letter-spacing: 0.01em;
  line-height: 1.65;
}
.hs-richtext-moshb > :not(:first-child) {
  margin-top: 0.75em;
}
@media not all and (min-width: 768px) {
  .hs-richtext-moshb {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-moshb {
    font-size: 16px;
    line-height: 1.65;
  }
}
.hs-richtext-moshb h1 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-moshb h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-moshb h1 {
    font-size: 28px;
  }
}
.hs-richtext-moshb h2 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-moshb h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-moshb h2 {
    font-size: 24px;
  }
}
.hs-richtext-moshb h3,
.hs-richtext-moshb h4 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-moshb h3,
  .hs-richtext-moshb h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-moshb h3,
  .hs-richtext-moshb h4 {
    font-size: 20px;
  }
}
.hs-richtext-moshb ul,
.hs-richtext-moshb ol {
  line-height: 1.45;
  list-style-position: outside;
  margin: 1.35em 0 1em;
  padding: 0;
}
.hs-richtext-moshb ul li:not(:first-of-type),
.hs-richtext-moshb ol li:not(:first-of-type) {
  margin-top: 0.125em;
}
.hs-richtext-moshb ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.hs-richtext-moshb ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}
.hs-richtext-moshb ol[style*=lower-roma] {
  list-style-type: none !important;
  padding-left: unset;
}
.hs-richtext-moshb ol[style*=lower-roma] li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: listinfo-notice;
}
.hs-richtext-moshb ol[style*=lower-roma] li::before {
  position: absolute;
  left: 0;
  content: "(" counter(listinfo-notice, decimal) ")";
}
.hs-richtext-moshb ol[style*=lower-gree] {
  list-style-type: none !important;
  padding-left: unset;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1em 0.5em 1em 1em;
  margin-top: 1.5em;
}
.hs-richtext-moshb ol[style*=lower-gree] li {
  padding-left: 1.25em;
  position: relative;
}
.hs-richtext-moshb ol[style*=lower-gree] li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.hs-richtext-moshb ul[style*=square] {
  list-style-type: none !important;
  padding-left: unset;
}
.hs-richtext-moshb ul[style*=square] li {
  padding-left: 1.25em;
  position: relative;
}
.hs-richtext-moshb ul[style*=square] li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.hs-richtext-moshb blockquote {
  border-left: 3px solid #ddd;
  padding: 0.25em;
  padding-left: 0.75em;
  margin: 1em 0;
  font-size: 95%;
}
.hs-richtext-moshb blockquote > *:first-child {
  margin-top: 0;
}
.hs-richtext-moshb a {
  color: var(--default_color_textlink);
  text-decoration: none;
}
@media (hover: hover) {
  .hs-richtext-moshb a:hover {
    text-decoration: underline;
  }
}
.hs-richtext-moshb a[target=_blank] {
  color: inherit;
  text-decoration: underline;
}
.hs-richtext-moshb a[target=_blank]:hover {
  text-decoration: none;
}
.hs-richtext-moshb a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Icons";
  margin-left: 0.15em;
  display: inline-block;
  vertical-align: bottom;
  vertical-align: middle;
}

@media not all and (min-width: 768px) {
  .hs-richtext-pegxq {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-pegxq {
    font-size: 16px;
  }
}
.hs-richtext-pegxq h1 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-pegxq h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-pegxq h1 {
    font-size: 28px;
  }
}
.hs-richtext-pegxq h2 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-pegxq h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-pegxq h2 {
    font-size: 24px;
  }
}
.hs-richtext-pegxq h3,
.hs-richtext-pegxq h4 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-pegxq h3,
  .hs-richtext-pegxq h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-pegxq h3,
  .hs-richtext-pegxq h4 {
    font-size: 20px;
  }
}
.hs-richtext-pegxq p {
  line-height: 1.85;
}
.hs-richtext-pegxq ul,
.hs-richtext-pegxq ol {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.hs-richtext-pegxq ul li,
.hs-richtext-pegxq ol li {
  line-height: 1.65;
}
.hs-richtext-pegxq ul li:not(:first-of-type),
.hs-richtext-pegxq ol li:not(:first-of-type) {
  margin-top: 0.35em;
}
.hs-richtext-pegxq ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.hs-richtext-pegxq ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}
.hs-richtext-pegxq blockquote {
  border-left: 4px solid #dfe3eb;
  padding: 0.5em;
  padding-left: 10px;
}
.hs-richtext-pegxq blockquote > *:first-child {
  margin-top: 0;
}

@media not all and (min-width: 768px) {
  .hs-richtext-smrts {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-smrts {
    font-size: 15px;
  }
}
.hs-richtext-smrts h1 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-smrts h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-smrts h1 {
    font-size: 28px;
  }
}
.hs-richtext-smrts h2 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-smrts h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-smrts h2 {
    font-size: 24px;
  }
}
.hs-richtext-smrts h3,
.hs-richtext-smrts h4 {
  line-height: 1.25;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .hs-richtext-smrts h3,
  .hs-richtext-smrts h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-smrts h3,
  .hs-richtext-smrts h4 {
    font-size: 20px;
  }
}
.hs-richtext-smrts p {
  line-height: 1.65;
}
.hs-richtext-smrts ul,
.hs-richtext-smrts ol {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.hs-richtext-smrts ul li,
.hs-richtext-smrts ol li {
  line-height: 1.65;
}
.hs-richtext-smrts ul li:not(:first-of-type),
.hs-richtext-smrts ol li:not(:first-of-type) {
  margin-top: 0.35em;
}
.hs-richtext-smrts ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.hs-richtext-smrts ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}
.hs-richtext-smrts blockquote {
  border-left: 4px solid #dfe3eb;
  padding: 0.5em;
  padding-left: 10px;
}
.hs-richtext-smrts blockquote > *:first-child {
  margin-top: 0;
}

.hs-richtext-disclaimer {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_text_dark);
  line-height: 1.88;
  width: 100%;
  margin: 0 auto;
}
.hs-richtext-disclaimer ol,
.hs-richtext-disclaimer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ol > li {
  font-weight: 700;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ol {
  counter-increment: mylist;
  padding-left: 1.25em;
  position: relative;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ol::before {
  position: absolute;
  left: 0;
  content: counter(mylist) ".";
  font-weight: 700;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ul {
  padding-left: 3em;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ul li {
  position: relative;
}
.hs-richtext-disclaimer .hs_cos_wrapper_type_inline_rich_text > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.hs-richtext-disclaimer a {
  color: var(--color_primary_base);
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .hs-richtext-disclaimer {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-disclaimer {
    max-width: 1000px;
    font-size: 16px;
  }
  .hs-richtext-disclaimer h4 {
    line-height: 1.875;
  }
}
.hs-richtext-simple {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_text_dark);
  line-height: 1.88;
  width: 100%;
  margin: 0 auto;
}
.hs-richtext-simple ol,
.hs-richtext-simple ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-richtext-simple h4 {
  font-weight: 700;
  position: relative;
  counter-increment: mylisth4;
  padding-left: 1.25em;
}
.hs-richtext-simple h4::before {
  position: absolute;
  left: 0;
  content: counter(mylisth4) ".";
  font-weight: 700;
}
.hs-richtext-simple h5 {
  font-weight: 700;
  position: relative;
  counter-increment: mylisth5;
  padding-left: 1.25em;
}
.hs-richtext-simple h5::before {
  position: absolute;
  left: 0;
  content: counter(mylisth5) ".";
  font-weight: 700;
}
.hs-richtext-simple .hs_cos_wrapper_type_inline_rich_text > ul {
  padding-left: 3em;
}
.hs-richtext-simple .hs_cos_wrapper_type_inline_rich_text > ul li {
  position: relative;
}
.hs-richtext-simple .hs_cos_wrapper_type_inline_rich_text > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.hs-richtext-simple a {
  color: var(--color_primary_base);
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .hs-richtext-simple {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-simple {
    max-width: 1000px;
    font-size: 16px;
  }
  .hs-richtext-simple h4 {
    line-height: 1.875;
  }
}
.hs-richtext-compct {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_text_dark);
  width: 100%;
  margin: 0 auto;
}
.hs-richtext-compct ol,
.hs-richtext-compct ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-richtext-compct h3,
.hs-richtext-compct h4,
.hs-richtext-compct h5 {
  font-weight: 700;
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul {
  padding-left: 1em;
  line-height: 1.875;
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul::before, .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul li {
  position: relative;
}
.hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.hs-richtext-compct a {
  color: var(--color_primary_base);
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .hs-richtext-compct {
    font-size: 16px;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > *:first-child {
    margin-top: 0;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 6px;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-compct {
    max-width: 1000px;
    font-size: 16px;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > *:first-child {
    margin-top: 0;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 1.5em;
  }
  .hs-richtext-compct .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 0.85em;
  }
  .hs-richtext-compct h3,
  .hs-richtext-compct h4,
  .hs-richtext-compct h5 {
    line-height: 1.875;
  }
  .hs-richtext-compct h3::before, .hs-richtext-compct h3::after,
  .hs-richtext-compct h4::before,
  .hs-richtext-compct h4::after,
  .hs-richtext-compct h5::before,
  .hs-richtext-compct h5::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .hs-richtext-compct h3::before,
  .hs-richtext-compct h4::before,
  .hs-richtext-compct h5::before {
    margin-top: calc((1 - 1.875) * 0.5em);
  }
  .hs-richtext-compct h3::after,
  .hs-richtext-compct h4::after,
  .hs-richtext-compct h5::after {
    margin-bottom: calc((1 - 1.875) * 0.5em);
  }
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_text_dark);
  line-height: 1.88;
  width: 100%;
  margin: 0 auto;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > *:first-child {
  margin-top: 0;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h2:not(:first-child),
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
  margin-top: 1.45em;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
  margin-top: 5px;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text a {
  color: var(--color_primary_base);
  text-decoration: underline;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text a[href^="tel:"]::after {
  content: none;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text ol,
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > ul {
  padding-left: 2em;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > ul li {
  position: relative;
  margin-top: unset;
}
.hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
@media not all and (min-width: 768px) {
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text {
    font-size: 16px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h2:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 1.45em;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 5px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text a[href^="tel:"] {
    color: var(--color_primary_base);
    text-decoration: underline;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h1,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h2 {
    font-size: 20px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h3,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h4,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h5 {
    font-size: 18px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-rules {
    max-width: 1000px;
    font-size: 16px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h2:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 1.45em;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 5px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h1,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h2 {
    font-size: 20px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h3,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h4,
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text h5 {
    font-size: 18px;
  }
  .hs-richtext-rules .hs_cos_wrapper_type_inline_rich_text p {
    font-size: 16px;
  }
}
.hs-richtext-ptner {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color_text_dark);
  width: 100%;
  margin: 0 auto;
}
.hs-richtext-ptner ol,
.hs-richtext-ptner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-richtext-ptner h3,
.hs-richtext-ptner h4,
.hs-richtext-ptner h5 {
  font-weight: 700;
  line-height: 1.25;
}
.hs-richtext-ptner h3::before, .hs-richtext-ptner h3::after,
.hs-richtext-ptner h4::before,
.hs-richtext-ptner h4::after,
.hs-richtext-ptner h5::before,
.hs-richtext-ptner h5::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-richtext-ptner h3::before,
.hs-richtext-ptner h4::before,
.hs-richtext-ptner h5::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.hs-richtext-ptner h3::after,
.hs-richtext-ptner h4::after,
.hs-richtext-ptner h5::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul {
  padding-left: 1em;
  line-height: 1.875;
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul::before, .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul li {
  position: relative;
}
.hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.hs-richtext-ptner a {
  color: var(--color_primary_base);
  text-decoration: underline;
}
@media not all and (min-width: 768px) {
  .hs-richtext-ptner {
    font-size: 16px;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > *:first-child {
    margin-top: 0;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 10px;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 2.35em;
  }
  .hs-richtext-ptner h3,
  .hs-richtext-ptner h4,
  .hs-richtext-ptner h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hs-richtext-ptner {
    max-width: 1000px;
    font-size: 16px;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > *:first-child {
    margin-top: 0;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h3:not(:first-child),
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h4:not(:first-child),
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > h5:not(:first-child) {
    margin-top: 1.65em;
  }
  .hs-richtext-ptner .hs_cos_wrapper_type_inline_rich_text > *:not(:first-child) {
    margin-top: 12px;
  }
  .hs-richtext-ptner h3,
  .hs-richtext-ptner h4,
  .hs-richtext-ptner h5 {
    font-size: 22px;
  }
}

.cp-accordion-partn {
  max-width: 700px;
  margin: 0 auto;
  border-top-style: solid;
  border-color: var(--color_theme_dark5);
  border-bottom-style: solid;
  letter-spacing: 0.03em;
}
.cp-accordion-partn .cp-accordion-partn__head__button {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: transform, margin;
  transition-property: transform, margin, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.cp-accordion-partn.is-active .cp-accordion-partn__head__button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cp-accordion-partn dd {
  margin: 0;
}
.cp-accordion-partn__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-accordion-partn__head {
  position: relative;
  padding: 0.5em 0 0.5em;
  font-weight: 700;
  cursor: pointer;
}
.cp-accordion-partn__head:hover .cp-accordion-partn__head__button {
  margin-top: -0.5em;
}
.cp-accordion-partn__head__button {
  -webkit-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.cp-accordion-partn__head__icon {
  font-family: var(--fontfamily_english2);
  color: var(--color_theme_dark3);
  font-weight: 700;
  line-height: 1;
}
.cp-accordion-partn__head p {
  margin: 0;
  line-height: 1.5;
  word-break: break-all;
}
.cp-accordion-partn__body {
  display: none;
  position: relative;
  padding: 1.5em 0 1.5em;
  font-weight: 400;
}
.cp-accordion-partn__body__icon {
  font-family: var(--fontfamily_english2);
  color: var(--color_theme_dark3);
  font-weight: 700;
  line-height: 1;
}
.is-open .cp-accordion-partn__body {
  display: block;
}
@media not all and (min-width: 768px) {
  .cp-accordion-partn {
    border-bottom-width: 2.5px;
    border-top-width: 2.5px;
  }
  .cp-accordion-partn__head {
    padding: 22px 0;
  }
  .cp-accordion-partn__head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 40px;
  }
  .cp-accordion-partn__head__title {
    border-top-width: 2.5px;
    font-size: 22px;
    line-height: 1.45;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-partn__head__icon {
    font-size: 40px;
    width: 60px;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  .cp-accordion-partn__head__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-partn__head__button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75em;
    width: 1.5em;
    height: 1.5em;
  }
  .cp-accordion-partn__body {
    border-top-width: 2px;
    font-size: 16px;
    line-height: 1.88;
  }
  .cp-accordion-partn__body::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 12px 2.5px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .cp-accordion-partn__body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 20px;
  }
  .cp-accordion-partn__body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-partn__body__icon {
    font-size: 40px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .cp-accordion-partn {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .cp-accordion-partn__head {
    padding-right: 100px;
  }
  .cp-accordion-partn__head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 125px;
  }
  .cp-accordion-partn__head__title {
    font-size: 28px;
    line-height: 1.64;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-partn__head__icon {
    font-size: 50px;
    width: 88px;
  }
  .cp-accordion-partn__head__button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
    width: 2em;
    height: 2em;
  }
  .cp-accordion-partn__body {
    padding-right: 100px;
    font-size: 18px;
    line-height: 1.78;
  }
  .cp-accordion-partn__body::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 12px 2.5px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .cp-accordion-partn__body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cp-accordion-partn__body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-partn__body__icon {
    font-size: 50px;
    width: 88px;
  }
}
.cp-accordion-patnr {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-top-style: solid;
  border-color: var(--color_theme_dark5);
  border-bottom-style: solid;
  letter-spacing: 0.03em;
}
.cp-accordion-patnr dd {
  margin: 0;
}
.cp-accordion-patnr__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-accordion-patnr .cp-accordion-patnr__head__button {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: transform, margin;
  transition-property: transform, margin, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.cp-accordion-patnr.is-active .cp-accordion-patnr__head__button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cp-accordion-patnr__head {
  position: relative;
  padding: 0.5em 0 0.5em;
  font-weight: 700;
  cursor: pointer;
  color: var(--color_text_base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.cp-accordion-patnr__head p {
  margin: 0;
  line-height: 1.5;
  word-break: break-all;
}
.cp-accordion-patnr__head .icon-bg-arrow05::before {
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalNav.svg") !important;
  mask-image: url("https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/assets-sed-website/icon/icon_modalNav.svg") !important;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: var(--color_primary_base);
  background-image: unset !important;
}
.cp-accordion-patnr__body {
  display: none;
  position: relative;
  font-weight: 400;
  color: var(--color_text_dark);
}
.cp-accordion-patnr__body__container {
  padding: 1.5em 0 1.5em;
  padding-right: 10px;
}
.is-open .cp-accordion-patnr__body {
  display: block;
}
@media not all and (min-width: 768px) {
  .cp-accordion-patnr {
    border-bottom-width: 2.5px;
    border-top-width: 2.5px;
  }
  .cp-accordion-patnr__head {
    padding: 1.75em 0;
  }
  .cp-accordion-patnr__head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cp-accordion-patnr__head__title {
    border-top-width: 2.5px;
    font-size: 22px;
    line-height: 1.86;
  }
  .cp-accordion-patnr__head__title::before, .cp-accordion-patnr__head__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-accordion-patnr__head__title::before {
    margin-top: calc((1 - 1.86) * 0.5em);
  }
  .cp-accordion-patnr__head__title::after {
    margin-bottom: calc((1 - 1.86) * 0.5em);
  }
  .cp-accordion-patnr__head__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-patnr__head__button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75em;
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
  }
  .cp-accordion-patnr__body {
    border-top-width: 2px;
  }
  .cp-accordion-patnr__body h4 {
    font-size: 18px;
  }
  .cp-accordion-patnr__body::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 12px 2.5px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .cp-accordion-patnr__body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
    line-height: 1.88;
    padding-top: 22px;
    padding-bottom: 28px;
  }
  .cp-accordion-patnr__body__container::before, .cp-accordion-patnr__body__container::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-accordion-patnr__body__container::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-accordion-patnr__body__container::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
  .cp-accordion-patnr__body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .cp-accordion-patnr {
    border-top-width: 4px;
    border-bottom-width: 3px;
  }
  .cp-accordion-patnr__head {
    padding: 2.65em 0;
    padding-right: 100px;
  }
  .cp-accordion-patnr__head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cp-accordion-patnr__head__title {
    font-size: 34px;
    line-height: 1.9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cp-accordion-patnr__head__title::before, .cp-accordion-patnr__head__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-accordion-patnr__head__title::before {
    margin-top: calc((1 - 1.9) * 0.5em);
  }
  .cp-accordion-patnr__head__title::after {
    margin-bottom: calc((1 - 1.9) * 0.5em);
  }
  .cp-accordion-patnr__head__button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    margin-right: 1.35em;
    width: 2em;
    height: 2em;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cp-accordion-patnr__head:hover {
    opacity: 0.5;
  }
  .cp-accordion-patnr__head:hover .cp-accordion-patnr__head__button {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cp-accordion-patnr__body h4 {
    font-size: 22px;
    line-height: 1.25;
  }
  .cp-accordion-patnr__body h4::before, .cp-accordion-patnr__body h4::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-accordion-patnr__body h4::before {
    margin-top: calc((1 - 1.25) * 0.5em);
  }
  .cp-accordion-patnr__body h4::after {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .cp-accordion-patnr__body::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 8px);
    background-size: 12px 2.5px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .cp-accordion-patnr__body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
    line-height: 1.88;
    padding-top: 36px;
    padding-bottom: 43px;
  }
  .cp-accordion-patnr__body__container::before, .cp-accordion-patnr__body__container::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cp-accordion-patnr__body__container::before {
    margin-top: calc((1 - 1.88) * 0.5em);
  }
  .cp-accordion-patnr__body__container::after {
    margin-bottom: calc((1 - 1.88) * 0.5em);
  }
  .cp-accordion-patnr__body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ml-accordion {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.ml-accordion-partn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not all and (min-width: 768px) {
  .ml-accordion-partn__item {
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) {
  .ml-accordion-partn__item {
    margin-top: -3px;
  }
}

.ml-accordion-patnr {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not all and (min-width: 768px) {
  .ml-accordion-patnr__item {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 768px) {
  .ml-accordion-patnr__item {
    margin-top: -4px;
  }
}


.ml-accordion-small {
}
.ml-accordion-small__item {
  max-width: 1170px;
  width: 100%;
  padding: 13px 43px 13px 14px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.ml-accordion-small__item:not(:last-child) {
  margin-bottom: 16px;
}

.cp-accordion-small {
}
.cp-accordion-small__head {
  position: relative;
  cursor: pointer;
}
.cp-accordion-small__head__container {
  display: flex;
  font-size: 20px;
  font-weight: 700;
}
.cp-accordion-small__head__icon {
  margin-right: 14px;
  padding: 14px 9px;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  line-height: .8;
  background-color: #4372db;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.cp-accordion-small__head__title {
  font-size: 20px;
}
.cp-accordion-small__head__button {
}
.cp-accordion-small__head__button .icon-bg::before {
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 33%;
  height: calc(12px / 2 * tan(60deg));
  width: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #4372db;
  background-image: none;
  transition: transform .2s ease;
}
.cp-accordion-small.is-active .cp-accordion-small__head__button .icon-bg::before {
  transform: rotate(180deg);
}
.cp-accordion-small__body {
  display: none;
}
.cp-accordion-small__body__container {
  display: flex;
  padding-top: 21px;
}
.cp-accordion-small__body__icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  margin-right: 14px;
  padding: 14px 9px;
  background-color: rgba(67,114,219,.2);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: .8;
  border-radius: 10px;
}
.cp-accordion-small__body__content {
  margin-top: 7px;
}
.cp-accordion-small__body__content p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .ml-accordion-small__item {
    padding: 16px 70px 16px 40px;
  }

  .cp-accordion-small__head__container {
    align-items: center;
  }
}
.ml-slider-klfam .swiper-pagination {
  position: unset;
}
.ml-slider-klfam .swiper .swiper-button-prev {
  left: 25px;
}
.ml-slider-klfam .swiper .swiper-button-prev::after {
  font-size: 48px;
}
.ml-slider-klfam .swiper .swiper-button-next {
  right: 10px;
}
.ml-slider-klfam .swiper .swiper-button-next::after {
  font-family: "Material Icons";
  font-size: 48px;
}
@media not all and (min-width: 768px) {
  .ml-slider-klfam .swiper .swiper-button-prev {
    left: 10px;
  }
  .ml-slider-klfam .swiper .swiper-button-next {
    right: 0px;
  }
  .ml-slider-klfam .swiper .swiper-button-next:after,
  .ml-slider-klfam .swiper .swiper-button-prev:after {
    font-size: 30px;
  }
}
.ml-slider-rense {
  position: relative;
}
.ml-slider-rense .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
.ml-slider-rense .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid var(--color_primary_base);
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px;
}
.ml-slider-rense .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color_primary_base);
}
.ml-slider-rense .swiper-button-prev {
  left: 0;
}
.ml-slider-rense .swiper-button-next {
  right: 0;
}
.ml-slider-rense .swiper-button-prev::after,
.ml-slider-rense .swiper-button-next::after {
  font-family: "Material Icons";
  font-size: 20px;
  color: var(--color_theme_dark5);
}
@media not all and (min-width: 768px) {
  .ml-slider-rense {
    margin-bottom: 40px;
  }
  .ml-slider-rense .swiper-button-prev {
    left: 0;
    margin-left: -20px;
    margin-top: -28px;
  }
  .ml-slider-rense .swiper-button-next {
    right: 0;
    margin-right: -25px;
    margin-top: -28px;
  }
}
@media screen and (min-width: 768px) {
  .ml-slider-rense {
    margin-bottom: 40px;
  }
  .ml-slider-rense .swiper-button-prev {
    margin-left: -25px;
    margin-top: -40px;
    margin-top: -28px;
    left: 0;
  }
  .ml-slider-rense .swiper-button-next {
    right: 0;
    margin-right: -30px;
    margin-top: -40px;
    margin-top: -28px;
  }
}

.cp-voice-clexm {
  color: var(--color_text_base);
}
.cp-voice-clexm__lead {
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.06em;
}
.cp-voice-clexm__body {
  line-height: 1.88;
  font-weight: 400;
}
.cp-voice-clexm__category {
  border-top-width: 1.5px;
  border-top-style: solid;
  border-color: var(--color_primary_base);
}
.cp-voice-clexm__category__item {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.63;
}
.cp-voice-clexm__tag {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--color_text_white);
  background-color: var(--color_primary_base);
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 2em;
}
.cp-voice-clexm__inner {
  border-style: solid;
  border-color: var(--color_primary_base);
}
.cp-voice-clexm__bottom {
  height: 1.5px;
  background-color: var(--color_theme_base);
}
.cp-voice-clexm__button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media not all and (min-width: 768px) {
  .cp-voice-clexm__inner {
    border-width: 2.5px;
    padding: 35px 24.5px 35px 25px;
  }
  .cp-voice-clexm__lead {
    font-size: 25px;
    margin-top: 20px;
  }
  .cp-voice-clexm__tag {
    font-size: 13px;
    min-height: 40px;
  }
  .cp-voice-clexm__body {
    font-size: 16px;
    margin-top: 20px;
  }
  .cp-voice-clexm__category {
    padding-top: 25px;
    margin-top: 25px;
  }
  .cp-voice-clexm__category__item {
    font-size: 16px;
  }
  .cp-voice-clexm__button-prev {
    display: inline-block;
    width: 2.1028037383vw;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
  }
  .cp-voice-clexm__button-next {
    display: inline-block;
    width: 2.1028037383vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
}
@media screen and (min-width: 768px) {
  .cp-voice-clexm__inner {
    border-width: 3px;
    padding: 4.0322580645vw;
  }
  .cp-voice-clexm__tag {
    font-size: 16px;
    padding: 0.25em 2em;
    min-height: 50px;
  }
  .cp-voice-clexm__lead {
    font-size: 32px;
    margin-top: 20px;
    line-height: 1.34;
  }
  .cp-voice-clexm__body {
    font-size: 16px;
    margin-top: 30px;
  }
  .cp-voice-clexm__category {
    margin-top: 25px;
    padding-top: 25px;
  }
  .cp-voice-clexm__category__item {
    font-size: 16px;
  }
  .cp-voice-clexm__button-prev {
    width: 2.0161290323vw;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
  }
  .cp-voice-clexm__button-next {
    width: 2.0161290323vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
  }
}
@media screen and (min-width: 1240px) {
  .cp-voice-clexm__inner {
    padding: 50px 49.5px 50px 50px;
  }
  .cp-voice-clexm__button-prev {
    width: 25px;
  }
  .cp-voice-clexm__button-next {
    width: 25px;
  }
}
@-webkit-keyframes scroll-sign {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  51% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes scroll-sign {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  51% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeOutAnime {
  from {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes fadeOutAnime {
  from {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@charset "UTF-8";.hs-form{color:#333}.hs-form ::-webkit-input-placeholder{color:#999}.hs-form ::-moz-placeholder{color:#999}.hs-form :-ms-input-placeholder{color:#999}.hs-form ::-ms-input-placeholder{color:#999}.hs-form ::placeholder{color:#999}.hs-form label[placeholder="Enter your null"]{content:"";visibility:hidden}.hs-form a{text-decoration:underline}.hs-form a:hover{text-decoration:none}.hs-form img{height:auto;max-width:100%;vertical-align:bottom}.hs-form .hs-input{position:relative}.hs-form select{margin-top:0}.hs-form .hs-fieldtype-select>.input{margin-top:5px}.hs-form .hs-form-field>label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1em;font-weight:700;margin-bottom:0}.hs-form input[type=email],.hs-form input[type=file],.hs-form input[type=number],.hs-form input[type=password],.hs-form input[type=tel],.hs-form input[type=text],.hs-form select,.hs-form textarea{border:1px solid #ccc;border-radius:5px;padding:.75em}.hs-form input[type=email]:focus,.hs-form input[type=file]:focus,.hs-form input[type=number]:focus,.hs-form input[type=password]:focus,.hs-form input[type=tel]:focus,.hs-form input[type=text]:focus,.hs-form select:focus,.hs-form textarea:focus{outline-color:rgba(82,168,236,.8)}@media not all and (min-width:768px){.hs-form{font-size:14px;padding:20px}}@media screen and (min-width:768px){.hs-form{font-size:16px;padding:40px}}.hs-form .hs-form-required{font-size:0}.hs-form .hs-form-required:before{background:#333;border-radius:3px;color:#fff;content:"必須";display:inline-block;font-weight:700;margin-left:.75em;padding:.25em .75em;text-align:center}@media not all and (min-width:768px){.hs-form .hs-form-required:before{font-size:11px}}@media screen and (min-width:768px){.hs-form .hs-form-required:before{font-size:12px}}.hs-form .inputs-list{margin:0;padding:0}.hs-form .inputs-list>li{display:block;margin:.7rem 0}.hs-form .inputs-list input,.hs-form .inputs-list span{vertical-align:middle;vertical-align:unset}.hs-form .inputs-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;width:100%}.hs-form .inputs-list>li:not(:first-of-type){margin-top:5px}.hs-form .hs-form-field ul.inputs-list{color:inherit;font-size:inherit;margin:5px 0 0;padding:0}.hs-form .hs-input.invalid.error{border:1px solid #dc0000}.hs-form input.error,.hs-form input.invalid,.hs-form textarea.error,.hs-form textarea.invalid{border-color:#dc0000}.hs-form .hs-error-msg{color:#dc0000;margin-bottom:0;margin-top:.5em}.hs-form .grecaptcha-badge{margin:0 auto}.hs-form .hs-form-field ul.inputs-list.hs-error-msgs{margin-top:0}.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span,.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p{margin-left:unset}.hs-form .hs-form-field .hs-field-desc{font-size:14px;margin-bottom:0;margin-top:5px}.hs-form .hs-form-field,.hs-form .hs-richtext{margin:1em 0 0;padding:0}.hs-form .hs-richtext h1{font-weight:700}.hs-form .hs-richtext p{font-size:inherit;margin-bottom:0}@media not all and (min-width:768px){.hs-form .hs-richtext h1{font-size:20px}.hs-form .hs-richtext p{font-size:inherit;margin-top:.5em}}@media screen and (min-width:768px){.hs-form .hs-richtext h1{font-size:30px}.hs-form .hs-richtext p{font-size:inherit;margin-top:.5em}}@media not all and (min-width:992px){.theme-form .hs-form{font-size:15px}.theme-form input[type=checkbox][name*=privacy]+span{font-size:14px}}.hs-form.hs-custom-form .form-columns-2{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.hs-form.hs-custom-form .form-columns-2 .hs-form-field{width:calc(50% - 10px)}@media screen and (max-width:767px){.row-fluid .span6{width:100%}.container-fluid .row-fluid .page-center{max-width:100%;padding:0 15px}}.hs-form.hs-custom-form .form-columns-2 .input{margin-right:unset}.hs-form.hs-custom-form .form-columns-1 .hs-input{width:100%}.hs-form.hs-custom-form .form-columns-1 .input{margin-right:unset}.hs-form.hs-custom-form fieldset{max-width:100%}.hs-form.hs-custom-form .input{margin-top:6px}@media screen and (min-width:768px){.content-wrapper-formNoHeader{margin:0 auto;width:1080px}.content-wrapper-formNoHeader .row-fluid-wrapper .row-fluid{display:-webkit-box;display:-ms-flexbox;display:flex}.content-wrapper-formNoHeader .row-fluid-wrapper .row-fluid .desc-content{width:48.21%}.content-wrapper-formNoHeader .row-fluid-wrapper .row-fluid .form-content{margin-left:5.5%;width:46.29%}}.theme-form{border-radius:5px}@media not all and (min-width:768px){.theme-form .hs-form{font-size:14px;padding:30px 3.3333333333vw 40px}}@media screen and (min-width:768px){.theme-form .hs-form{font-size:16px;padding:32px 2.9090909091vw}}@media screen and (min-width:1100px){.theme-form .hs-form{padding:40px 60px}}.theme-form form.hs-form .input{margin-top:.45em}.theme-form form.hs-form .hs-form-required:before{margin-left:1em;padding:.125em .65em}.theme-form form.hs-form .hs-form-field{margin-top:1.25em}.theme-form form.hs-form .hs-richtext .privacy-text__bottom{font-size:14px;margin-top:-.5em!important}.theme-form form.hs-form .hs-fieldtype-booleancheckbox[class*=hs_privacy_],.theme-form form.hs-form .hs_submit{margin-top:2em}@media not all and (min-width:768px){.theme-form form.hs-form select{min-height:44px}.theme-form input[type=submit]{width:100%}}@media screen and (min-width:768px){.theme-form form.hs-form select{min-height:50px}.theme-form form.hs-form input[type=submit]{display:inline-block;min-width:320px;width:auto}}.hs-form .hs-input[type=checkbox],.hs-form .hs-input[type=radio]{border:none;cursor:pointer;height:auto;line-height:normal;margin-right:.5rem;padding:0;width:auto}.hs-form input[type=file]{background-color:transparent;border:initial;-webkit-box-shadow:none;box-shadow:none;line-height:normal;padding:initial}.hs-form .hs-form-booleancheckbox-display,.hs-form .hs-form-checkbox-display,.hs-form .hs-form-radio-display{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:inline-block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;margin-bottom:0;position:relative}.hs-form .hs-fieldtype-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-image:none;background:#fff;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none;overflow:hidden;text-overflow:ellipsis;width:100%}.hs-form .hs-fieldtype-select select::-ms-expand{display:none}.hs-form .hs-fieldtype-select>.input{position:relative}.hs-form .hs-fieldtype-select>.input:before{background-image:url(https://5277393.fs1.hubspotusercontent-na1.net/hubfs/5277393/raw_assets/public/default_images/icon_arrow_select.svg);content:"";height:20px;padding:0;pointer-events:none;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-48%);transform:translateY(-48%);width:20px;z-index:999}.legal-consent-container .hs-form-booleancheckbox-display>span{-webkit-box-flex:1;-ms-flex:1;flex:1}.hs-form input[type=radio].hs-input{display:none}.hs-form .hs-form-radio-display:before{background:#fff;border:1px solid #ccc;border-radius:50%;content:"";display:inline-block;height:2em;margin-right:.5em;width:2em}.hs-form input[type=radio].hs-input:checked+span:after{background:#666;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:inline-block;height:16px;left:0;margin-left:6px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;z-index:1}@media screen and (min-width:768px){.hs-form .hs-form-radio-display:before{height:1.5em;width:1.5em}.hs-form input[type=radio].hs-input:checked+span:after{height:10px;left:0;margin-left:7px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px}}.hs-form input[type=checkbox].hs-input{display:none}.hs-form .hs-form-booleancheckbox-display:before,.hs-form .hs-form-checkbox-display:before{background:#fff;border:1px solid #ccc;content:"";display:inline-block;height:2em;margin-right:.5em;width:2em}.hs-form input[type=checkbox]:checked+span:after{border:4px solid #666;border-width:0 2px 2px 0;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:inline-block;height:15px;left:0;margin-left:10px;margin-top:-10px;position:absolute;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px;z-index:1}@media not all and (min-width:768px){.hs-form input[type=checkbox]:checked+span:after{height:.7em;margin-left:.4em;margin-top:-.4em;width:.5em}.hs-form .hs-form-booleancheckbox-display:before,.hs-form .hs-form-checkbox-display:before{height:1.2em;margin-right:.35em;width:1.2em}}@media screen and (min-width:768px){.hs-form .hs-form-booleancheckbox-display:before,.hs-form .hs-form-checkbox-display:before{height:1.5em;margin-right:.5em;width:1.5em}.hs-form input[type=checkbox]:checked+span:after{border:2px solid #666;border-width:0 2px 2px 0;height:12px;margin-left:8px;margin-top:-8px;width:8px}}.hs-form .hs-button.primary,.hs-form input[type=button],.hs-form input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin:0 auto;outline:none;padding:1em;text-align:center;text-decoration:none;-webkit-transition:all .3s;transition:all .3s;white-space:normal;width:100%}.hs-form .hs_submit{text-align:center}@media not all and (min-width:768px){.hs-form .hs-button.primary,.hs-form input[type=button],.hs-form input[type=submit]{font-size:16px;max-width:320px}}@media screen and (min-width:768px){.hs-form .hs-button.primary,.hs-form input[type=button],.hs-form input[type=submit]{font-size:18px;max-width:420px;padding:20px;width:100%}}.hs-form .hs-button,.hs-form input[type=submit]{background-color:#ccc;border:1px solid #ccc;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;margin:0;padding:15px 53px;text-align:center;text-decoration:none;white-space:normal;word-break:break-word}.hs-form .hs-button:active,.hs-form input[type=submit]:active{background-color:#71727a;border-color:#71727a;color:#fff}@media not all and (min-width:768px){.hs-submit{margin-top:25px}}@media screen and (min-width:768px){.hs-submit{margin-top:25px}}.hs-form .hs-fieldtype-date .input .hs-dateinput:before{color:#33475b;content:"📅";position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.hs-form .fn-date-picker .pika-table thead th{color:#fff}.hs-form .fn-date-picker td.is-today .pika-button{color:#343a40}.hs-form .fn-date-picker td.is-selected .pika-button{background:#343a40;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.hs-form .fn-date-picker td .pika-button:hover{background-color:#343a40;border-radius:0;color:#fff}.hs-form.hs-custom-form fieldset:first-of-type .hs-form-field,.hs-form.hs-custom-form fieldset:first-of-type .hs-richtext{margin-top:0}.hs-form.hs-custom-form .hs_submit{margin-top:25px}.hs-form.hs-custom-form .hs_privacy_policy_check{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hs-form.hs-custom-form .hs_privacy_policy_check>.hs-error-msgs{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.hs-form.hs-custom-form .hs_privacy_policy_check>.hs-field-desc{-webkit-box-ordinal-group:3;-ms-flex-order:2;font-size:14px;order:2}.hs-form.hs-custom-form .hs_privacy_policy_check>.input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.hs-form.hs-custom-form .hs_privacy_policy_check .inputs-list{margin-top:0}.theme-form{background-color:var(--bgc_3)}.theme-form .hs-form input[type=submit]{background-color:var(--button_2)}.hs-form a{color:var(--link_1)}.hs-form input[type=email],.hs-form input[type=file],.hs-form input[type=number],.hs-form input[type=password],.hs-form input[type=tel],.hs-form input[type=text],.hs-form select,.hs-form textarea{border-color:var(--border_1);color:var(--text_1)}.hs-form input[type=email]:focus,.hs-form input[type=file]:focus,.hs-form input[type=number]:focus,.hs-form input[type=password]:focus,.hs-form input[type=tel]:focus,.hs-form input[type=text]:focus,.hs-form select:focus,.hs-form textarea:focus{outline:1px solid var(--border_outline)}.hs-form .hs-error-msg,.hs-form .hs-error-msgs,.hs-form .hs-input.invalid.error{color:var(--text_6)}.hs-form input.error,.hs-form input.invalid,.hs-form textarea.error,.hs-form textarea.invalid{border-color:var(--border_5)}.hs-form .hs-button.primary,.hs-form input[type=button],.hs-form input[type=submit]{background-color:var(--button_2)}.hs-form .hs-form-required:before{background-color:var(--bgc_6)}.hs-form ::-webkit-input-placeholder{color:var(--system_2)}.hs-form .hs-fieldtype-date .input .hs-dateinput:before,.hs-form :-moz-placeholder,.hs-form :-ms-input-placeholder,.hs-form ::-moz-placeholder,.hs-form ::-webkit-input-placeholder,.hs-form ::placeholder{color:var(--system_2)}

@media not all and (min-width: 768px) {
  .ly-container-footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ly-container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ly-container-footer-base {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly-container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly-container-footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly-container-footer-base {
    max-width: 1200px;
  }
}
.ly-container-footer-base {
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .ly-container-footer-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 55px;
  }
}
@media screen and (min-width: 768px) {
  .ly-container-footer-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .ly-container-footer-base__item:nth-of-type(1) {
    width: 35%;
  }
}
@media not all and (min-width: 768px) {
  .ly-container-footer-base {
    padding-top: 48px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .ly-container-footer-base {
    padding-top: 90px;
    padding-bottom: 54px;
  }
}

.ly-container-base {
  position: relative;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .ly-container-base {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly-container-base {
    max-width: 1200px;
  }
}

.global-footer {
  background-color: #234363;
  color: #fff;
}
.global-footer p {
  color: inherit;
}
.global-footer a {
  color: inherit;
  text-decoration: inherit;
}
@media (hover: hover) {
  .global-footer .footer-navigation a:hover {
    text-decoration: underline;
  }
}
.global-footer img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.global-footer ol,
.global-footer ol li,
.global-footer ul,
.global-footer ul li {
  list-style-type: none;
  margin: 0;
}
.global-footer h1,
.global-footer h2,
.global-footer h3,
.global-footer h4,
.global-footer h5,
.global-footer h6,
.global-footer ol,
.global-footer p,
.global-footer ul {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.footer-company {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media not all and (min-width: 768px) {
  .footer-company {
    font-size: 12px;
  }
  .footer-company span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer-company {
    font-size: 15px;
  }
  .footer-company span {
    display: inline-block;
    margin-right: 1em;
  }
}
.footer-company__logo {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .footer-company__logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-company__logo {
    margin-top: 10px;
  }
}
.footer-company__address {
  margin-top: 2px;
}

.footer-navigation__heading {
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #FFF;
}
@media not all and (min-width: 768px) {
  .footer-navigation__heading {
    display: inline-block;
    width: 56%;
    margin-bottom: 0.75em;
    font-size: 14px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .footer-navigation__heading {
    margin-bottom: 0.85em;
    font-size: 16px;
  }
}
.footer-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-navigation__item:nth-child(3) .hs-menu-item.hs-menu-depth-1:nth-child(4), .footer-navigation__item:nth-child(3) .hs-menu-item.hs-menu-depth-1:nth-child(6) {
  margin-top: 25px;
}
.footer-navigation__item .hs-menu-wrapper ul {
  position: static;
  display: block;
}
.footer-navigation__item .hs-menu-wrapper li {
  line-height: 1.4;
}
.footer-navigation__item .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: static;
  display: block;
  opacity: 1;
}
.footer-navigation__item .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: inline;
}
.footer-navigation a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .footer-navigation a:hover {
    text-decoration: underline;
  }
}
.footer-navigation a[href*="javascript:void(0)"] {
  pointer-events: none;
}
.footer-navigation a[href*=none] {
  visibility: hidden;
}
@media not all and (min-width: 768px) {
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
  .footer-navigation .hs-menu-depth-1 {
    margin-top: 5px;
  }
  .footer-navigation .hs-menu-depth-2 {
    margin-top: 5px;
  }
  .footer-navigation .hs-menu-depth-2:first-of-type {
    margin-top: 0;
  }
  .footer-navigation .hs-menu-children-wrapper {
    padding-left: 1em;
    margin-top: 5px;
  }
  .footer-navigation a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
  }
  .footer-navigation .hs-menu-depth-1 {
    margin-top: 2px;
  }
  .footer-navigation .hs-menu-depth-2 {
    margin-top: 2px;
  }
  .footer-navigation .hs-menu-item.hs-menu-depth-1 {
    margin-top: 0px;
  }
  .footer-navigation .hs-menu-item.hs-menu-depth-1 > a[href*=none] {
    visibility: hidden;
  }
  .footer-navigation .hs-menu-item.hs-menu-depth-1:first-of-type {
    margin-top: 2px;
  }
  .footer-navigation .hs-menu-children-wrapper {
    padding-left: 1em;
  }
}

@media not all and (min-width: 768px) {
  .footer-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 18px;
  }
  .footer-badge__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
  .footer-badge__row__item {
    max-width: 82px;
  }
}
@media screen and (min-width: 768px) {
  .footer-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 40px;
    gap: 18px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-badge__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 18px;
  }
  .footer-badge__row__item {
    width: calc(50% - 9px);
    max-width: 90px;
  }
}

@media not all and (min-width: 768px) {
  .global-footer__logo {
    width: 195px;
  }
}
@media screen and (min-width: 768px) {
  .global-footer__logo img {
    width: 100%;
    height: auto;
  }
}
@media not all and (min-width: 768px) {
  .global-footer .bl-copyright {
    text-align: right;
    border-top: 1px solid #FFF;
    min-height: 50px;
  }
  .global-footer .bl-copyright small {
    font-size: 11px;
    letter-spacing: 0.001em;
  }
}
@media screen and (min-width: 768px) {
  .global-footer .bl-copyright {
    text-align: right;
    border-top: 1px solid #FFF;
    min-height: 65px;
  }
  .global-footer .bl-copyright small {
    font-size: 11px;
    letter-spacing: 0.001em;
  }
}

.cp-copyright-compact {
  text-align: center;
  color: #fff;
  font-weight: 400;
}
@media not all and (min-width: 768px) {
  .cp-copyright-compact {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .cp-copyright-compact {
    font-size: 14px;
  }
}

.footer-compact {
  background-color: #234363;
}
.footer-compact__content {
  padding: 1em 1em;
}

.aside-pagetop {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.bl-pagetop {
  z-index: var(--z_index_pagetop);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.bl-pagetop svg {
  max-width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .bl-pagetop.is-show {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media screen and (min-width: 768px) {
  .bl-pagetop.is-show {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .bl-pagetop--window-end {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .bl-pagetop--window-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .bl-pagetop--window-middle {
    position: fixed;
    right: 0;
    top: 50%;
  }
  .bl-pagetop--footer-top {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .bl-pagetop--footer-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.btn-pagetop-codec {
  display: inline-block;
  position: relative;
  left: -10px;
  background: url("https://2651075.fs1.hubspotusercontent-na2.net/hubfs/2651075/raw_assets/public/sed-theme2023/images/common/pagetop.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.btn-pagetop-codec:hover {
  opacity: 0.6;
}

@media not all and (min-width: 768px) {
  .btn-pagetop-codec {
    height: 46px;
    width: 46px;
  }
}
@media screen and (min-width: 768px) {
  .btn-pagetop-codec {
    height: 90px;
    width: 90px;
  }
}
@media not all and (min-width: 768px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@media screen and (min-width: 768px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(-15%);
    transform: translateX(0%);
  }
}
@media screen and (min-width: 1380px) {
  .btn-pagetop-codec {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2) format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Two Tone';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2) format('woff2');
}
body {
  --google-font-color-materialiconstwotone:none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons-two-tone {
  font-family: 'Material Icons Two Tone';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
