/*======================================================================
 * main
======================================================================*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}/* --------------------------------------------------
 * reset
** -------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
.u-font_mincho,
.u-font_mincho-before:before,
.u-font_mincho-after:after {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  /*font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ 明朝', serif;*/
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.widget-type-linked_image {
  text-align: center;
}

.company-list-head {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company-list-head {
    width: 100%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .company-list-head p {
    line-height: 1.3;
  }
}
.company-list-head .company-num {
  font-size: 4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}
.company-list-head .company-num::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 50%;
  background-image: url("https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/LP/lp011_2023/company_list_bg.png");
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-list-head .company-num::after {
    background-image: url("https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/LP/lp011_2023/company_list_bg_sp.png");
    height: 34%;
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .company-list-head .company-num {
    font-size: 5.5rem;
    display: inline-block;
    line-height: 1.3;
  }
}@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "-apple-system","BlinkMacSystemFont","Roboto,Segoe UI","Helvetica Neue","HelveticaNeue","YuGothic","Yu Gothic Medium","Yu Gothic","Verdana","Meiryo",sans-serif; 
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  ._sp-only {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  ._pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * adjust-width
------------------------------------------------------------*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 4.97vw;
    padding-right: 4.97vw;
  }
}

/*------------------------------------------------------------
 * clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

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

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

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

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

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

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/*======================================================================
 * page container for width constraint (added manually)
======================================================================*/
.page-container {
  width: 100%;
  max-width: 64rem; /* 約1024px */
  margin: 0 auto;
  padding: 0 1.25rem;  /* 約20px */
  box-sizing: border-box;
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  background: #52c0eb;
  border: 2px solid #52c0eb;
  color: #fff;
  -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 0;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #fff;
}
.l-button::after {
  content: none !important;
}
.l-button > * {
  display: block;
  width: 100%;
}
.l-button svg {
  fill: #fff;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.l-button:hover {
  opacity: 1;
  background: #fff;
  color: #52c0eb;
}
.l-button.-blue, .-blue .l-button {
  background: #52c0eb;
  border-color: #52c0eb;
}
.l-button.-blue:hover, .-blue .l-button:hover {
  background: #fff;
  color: #52c0eb;
}
.l-button.-blue:hover svg, .-blue .l-button:hover svg {
  fill: #52c0eb;
}
.l-button.-red, .-red .l-button {
  background: #e20001;
  border-color: #e20001;
}
.l-button.-red:hover, .-red .l-button:hover {
  background: #fff;
  color: #e20001;
}
.l-button.-red:hover svg, .-red .l-button:hover svg {
  fill: #e20001;
}
.l-button.-navy, .-navy .l-button {
  background: #332c6a;
  border-color: #332c6a;
}
.l-button.-navy:hover, .-navy .l-button:hover {
  background: #fff;
  color: #332c6a;
}
.l-button.-navy:hover svg, .-navy .l-button:hover svg {
  fill: #332c6a;
}
.l-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-button i::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.l-button i.-right {
  right: 15px;
}
.l-button i.-left {
  left: 15px;
}
.l-button i.-arrow.-right::before {
  content: "";
  font-size: 26px;
}
.l-button i.-arrow.-left::before {
  content: "";
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .l-button {
    min-height: 60px;
    font-size: 1.5rem;
  }
  .l-button i.-right {
    right: 10px;
  }
  .l-button i.-left {
    left: 10px;
  }
}fieldset {
  max-width: none !important;
}

.hs-button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 12px 24px;
}

.hs-button:focus,
.hs-button:hover {
  background-color: #ff8f73;
  border-color: #ff8f73;
}

.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hs-video-form label {
  color: #fff !important;
}

.hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 3px;
}

.hs-video-form .hs-button {
  width: 70%;
}

.hs-video-form .hs-button span {
  font-size: 15px;
}

.hs-video-form .hs-richtext {
  color: #fff !important;
}

.hs-video-form .legal-consent-container {
  max-height: 180px !important;
  overflow-y: scroll !important;
}

.hs-video-form .legal-consent-container:after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}

.hs-video-form .legal-consent-wrapper {
  position: relative;
}

.hs-video-form .legal-consent-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #292929);
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-error-msgs.hs-warning-msg label,
.hs-input {
  color: #33475b;
}

.hs-input {
  display: inline-block;
  width: 90%;
  max-width: auto;
  height: 40px;
  padding: 9px 10px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
}

.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

select.is-placeholder {
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input option:disabled {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

div.field.error .chzn-choices,
div.field.error input,
div.field.error textarea,
input.hs-input.error,
select.hs-input.error,
textarea.hs-input.error {
  border-color: #c87872;
}

div.field.error .chzn-choices:focus,
div.field.error input:focus,
div.field.error textarea:focus,
input.hs-input.error:focus,
select.hs-input.error:focus,
textarea.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: 400;
}

.inputs-list .hs-form-checkbox label input {
  height: 20px;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0 0 6px;
  font-size: 11px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #33475b;
}
.hs-richtext a {
  color: #000;
}

.hs-richtext hr {
  margin-left: 0;
  width: 91%;
}

.hs-custom-style .hs-dependent-field > div input.hs-input:not([type=checkbox]):not([type=radio]) {
  width: 90%;
}

form.hs-form-rtl .field {
  flex: 0 1 100%;
}

form.hs-form-rtl .hs-input[type=checkbox],
form.hs-form-rtl .hs-input[type=radio] {
  margin: 3px 5px;
}

form.hs-form-rtl fieldset {
  display: flex;
}

form.hs-form-rtl fieldset[class^=form-columns-] .input {
  margin-right: 0;
}

form.hs-form-rtl ul {
  padding: 0;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto;
  float: right;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}

form.hs-form-rtl .hs-dependent-field {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
.email-correction form .form-columns-3 .hs-form-field,
.email-validation form .form-columns-2 .hs-form-field,
.email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }

  .email-correction form .form-columns-2 .hs-form-field .hs-input,
.email-correction form .form-columns-3 .hs-form-field .hs-input,
.email-validation form .form-columns-2 .hs-form-field .hs-input,
.email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }

  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
.email-correction form .form-columns-2 .hs-form-field input[type=radio],
.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
.email-correction form .form-columns-3 .hs-form-field input[type=radio],
.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
.email-validation form .form-columns-2 .hs-form-field input[type=radio],
.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}
.hs-button,
.hs-form-field input[type=date],
.hs-form-field input[type=email],
.hs-form-field input[type=number],
.hs-form-field input[type=phone],
.hs-form-field input[type=tel],
.hs-form-field input[type=text],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: normal;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89.hs-form {
  width: 100%;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-submit > .actions {
  text-align: center;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button:hover,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button:hover:not(.inactive),
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button:focus,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button:active,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button:active:not(.inactive):not(.link) {
  background: #FCE113;
  border-color: #FCE113;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 legend.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .legal-consent-container .hs-richtext,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .legal-consent-container label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-main-font-element,
.submitted-message.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89.submitted-message {
  font-size: 16px;
  color: #33475b;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 a:link,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 a:active {
  color: #0000EE;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 a:visited,
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 a:hover {
  color: #551A8B;
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}

.fn-date-picker.pika-single.is-hidden {
  display: none;
}

.fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.fn-date-picker.pika-single:after,
.fn-date-picker.pika-single:before {
  content: " ";
  display: table;
}

.fn-date-picker.pika-single:after {
  clear: both;
}

.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}

.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}

.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.fn-date-picker .pika-next:hover,
.fn-date-picker .pika-prev:hover {
  opacity: 1;
}

.fn-date-picker .pika-next.is-disabled,
.fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}

.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0;
}

.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}

.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list li:after {
  clear: both;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list li input {
  float: left;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list.inline-list-2 li {
  width: 50%;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list.inline-list-3 li {
  width: 33%;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}

.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}

.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}

.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}

.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
  .hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 68% !important;
  }

  .hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
    width: 30% !important;
  }
}
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-button {
  white-space: pre-wrap;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-richtext {
  word-break: break-word;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-1 .hs-input {
  width: 95%;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-1 .input {
  margin-right: 8px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-1 input[type=checkbox],
.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-1 input[type=radio] {
  width: auto;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-2 .input {
  margin-right: 8px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 fieldset.form-columns-3 .input {
  margin-right: 8px;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 label.hs-hidden {
  visibility: hidden;
}

.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89 .hs-field-desc {
  width: 100%;
}

.hs-custom-style .hs-input,
.hs-custom-style fieldset {
  max-width: 100%;
}

.hs-custom-style > div.form-columns-3 .hs-form-field,
.hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-custom-style > div textarea,
.hs-custom-style fieldset textarea {
  padding: 10px 15px;
}

.hs-custom-style .hs-dependent-field > div .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]),
.hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }

  form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-2 .hs-form-field,
form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }

  form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
  }

  form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox],
form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio],
form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox],
form.hs-form-51e2178a-2a88-41e9-b3fd-02b2de3a8b75_6d155284-70c0-4390-8533-1ef033d78f89:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio] {
    width: auto;
  }
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}

.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}

.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}

.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}

.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}

.hubspot-link__container.sproket {
  color: #9fa0a2;
}

.hubspot-link {
  color: #9fa0a2;
}

.hubspot-link,
.hubspot-link:hover {
  text-decoration: none;
}

.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}

.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}

.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}

input[type=submit].hs-button {
  position: relative;
  display: block;
  width: 497px;
  padding: 0;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.2);
  background: #fff44e;
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  transition: 0.3s all;
  cursor: pointer;
  border: 0;
}

.form_main .hs-button:hover {
  opacity: 0.7;
}

.c-hero_title_name {
  font-size: 1.5rem;
}

.c-hero_form .field {
  margin-bottom: 3px;
}

.c-hero_form .field label {
  font-size: 12px;
  margin-bottom: 2px;
}

.c-hero_form .field .hs-input:not([type=radio]) {
  height: 26px;
  padding: 0 5px;
  font-size: 12px;
}

.c-hero_form .inputs-list .hs-form-checkbox label input {
  height: 16px !important;
}

.c-hero_form .field .hs-input[type=radio] {
  margin-top: 0;
  margin-bottom: 0;
}

.c-hero_form .hs-richtext .p1 {
  font-size: 10px;
}

.c-hero_form .hs-recaptcha {
  display: none;
}

.c-hero_form .actions {
  margin: 0;
  padding: 0;
}

.c-hero_form input[type=submit].hs-button {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .form_main input[type=submit].hs-button {
    width: 100%;
    padding-top: 2px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    line-height: 56px;
  }
}/* header
** ------------------------- */
.g-header {
  display: block;
  position: relative;
  height: 70px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.g-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.g-header_copy span {
  display: block;
  color: #ac924c;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.g-header_logo a {
  display: block;
}
.g-header_logo img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .g-header {
    height: 50px;
  }

  .g-header_copy span {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .g-header_logo img {
    width: 175px;
  }
}
@media screen and (max-width: 375px) {
  .g-header_copy span {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}.g-footer {
  display: block;
  padding: 20px 0px;
  color: #fff;
  background-color: #444;
}

.g-footer_inner {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .g-footer_inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_inner .g-footer_nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_inner small {
    width: 100%;
    margin-top: 10px;
  }
}

.g-footer_copy {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

.g-fnav_items {
  display: block;
}

.g-fnav_item {
  display: block;
}
.g-fnav_item a {
  color: #fff;
  text-decoration: none;
}
.g-fnav_item a:hover {
  text-decoration: underline;
}

.g-fnav_box {
  display: block;
}

.g-fnav_name {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 上付き矢印セクション
------------------------------------------------------------*/
.top-arrow-container {
  position: relative;
  margin-bottom: 82px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .top-arrow-container {
    margin-bottom: 40px;
  }
}
.top-arrow-container:after {
  background: url("https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/LP/lp011_2023/interview_bg.png") no-repeat bottom;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 82px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-arrow-container:after {
    height: 40px;
  }
}

/*------------------------------------------------------------
 * ボトム用フォームエリア
------------------------------------------------------------*/
.m-home__form form {
  letter-spacing: 0.05rem;
}
.m-home__form .widget-type-form {
  padding: 30px 60px 50px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.m-home__form .widget-type-rich_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .m-home__form .widget-type-form {
    padding: 30px 20px;
  }
  .m-home__form input[type=submit].hs-button {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    font-size: 17px;
    line-height: 56px;
    padding-top: 2px;
    width: 100%;
  }
}