/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/*** The new CSS reset - version 1.8.4 (last updated 14.2.2023) ***/

*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(
        svg,
        symbol,
        use,
        defs,
        g,
        path,
        rect,
        circle
      )
  ) {
  all: unset;
  display: revert;
}

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

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

html {
  font-family: var(--font-main);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 375px;
}

main {
  margin: 0;
  padding: 0;
  max-width: initial;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

// input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

iframe {
  border: none;
}



/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
  --pc-width: 1440;
  --tab-width: 992;
  --sp-width: 375;
  --vw-pc: calc(100vw / var(--pc-width));
  --vw-tab: calc(100vw / var(--tab-width));
  --vw-sp: calc(100vw / var(--sp-width));
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .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{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #F3F5F6;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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


ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: red;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  font-family: "Noto Sans JP",sans-serif;
}
.form-wrapper .form-inner .hsfc-Form{
    background-color: transparent;
}
.hs_submit .actions {
    background-color: transparent;
}



@media (max-width: 767px){
  
  .widget-type-form .form-wrapper{
    margin: 0;
  }
  
  .form-wrapper .form-text{
    padding-inline: 20px;
    width: 100%;
    margin-bottom: 80px;
  }
  
  .form-wrapper .form-inner .hsfc-Form{
    padding: 60px 20px;
  }
  .hs_submit .actions {
    background-color: transparent;
  }
  .form-wrapper .form-inner .hsfc-Form .hsfc-Step .hsfc-Step__Content {
    padding: 0;
  }
  
  
  
}

/* Labels */

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

/* Inputs */
input::placeholder,
[data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder,
[data-hsfc-id=Renderer] .is-placeholder::placeholder{
  color: #84919C;
}

.hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-TextareaInput:focus,
.hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-TextareaInput:hover{
  box-shadow: inherit;
}

.form-wrapper .form-inner .hsfc-FieldLabel__RequiredIndicator {
  color: #172027;
}

.form-wrapper .form-inner .hsfc-Form .hsfc-Row {
  margin-bottom: 30px;
}

.form-wrapper .form-inner .hsfc-Form .hsfc-ErrorAlert {
  /* font-size: .575rem; */
  font-size: 16px;
}

.form-wrapper form.hsfc-Form .hsfc-TextareaInput {
  padding: 20px;
}

.hsfc-Form select:valid {
  color: #172027;
}

.form-wrapper form.hsfc-Form .hsfc-CheckboxInput{
  border-radius: 2px;
  border: solid 1px;
  background-color: transparent;
}

form.hsfc-Form input[type=text],
form.hsfc-Form input[type=search],
form.hsfc-Form input[type=email],
form.hsfc-Form input[type=password],
form.hsfc-Form input[type=tel],
form.hsfc-Form input[type=number],
form.hsfc-Form select{
  background-color: #E6E7E7;
  padding: 20px;
  line-height: 1.8;
}

form.hsfc-Form input[type=text],
form.hsfc-Form input[type=search],
form.hsfc-Form input[type=email],
form.hsfc-Form input[type=password],
form.hsfc-Form input[type=tel],
form.hsfc-Form input[type=number],
form.hsfc-Form input[type=file],
form.hsfc-Form select,
form.hsfc-Form textarea {
  display: inline-block;
  width: 100%;
}

/* form.hsfc-Form textarea:hover,
form.hsfc-Form textarea:focus{
  box-shadow: none;
} */

form.hsfc-Form input[type=text]:focus,
form.hsfc-Form input[type=search]:focus,
form.hsfc-Form input[type=email]:focus,
form.hsfc-Form input[type=password]:focus,
form.hsfc-Form input[type=tel]:focus,
form.hsfc-Form input[type=number]:focus,
form.hsfc-Form input[type=file]:focus,
form.hsfc-Form select:focus,
/* form.hsfc-Form textarea:focus, */
form.hsfc-Form input[type=text]:hover,
form.hsfc-Form input[type=search]:hover,
form.hsfc-Form input[type=email]:hover,
form.hsfc-Form input[type=password]:hover,
form.hsfc-Form input[type=tel]:hover,
form.hsfc-Form input[type=number]:hover,
form.hsfc-Form input[type=file]:hover,
/* form.hsfc-Form textarea:hover, */
form.hsfc-Form select:hover {
  box-shadow: inherit;
}

form.hsfc-Form textarea {
  resize: vertical;
}

form.hsfc-Form fieldset {
  max-width: 100% ;
}


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;
  
}

form.hsfc-Form input[type=checkbox]:checked:after{
  content: none ;
  display: none ;
}

.hsfc-Form input[type=checkbox]:checked:before{
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #172027;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

@media (max-width: 767px){
    .hsfc-CheckboxField {
        margin-top: 10px;
    }
}

/* ラベルの基本スタイル */
.form-wrapper form.hsfc-Form .hsfc-RadioInput {
    border: solid 1px #172027;
    background-color: transparent;
}

/* Inputs - date picker */

.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;
  margin: 0 0 1.4rem;
}

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: #172027;
}

.hsfc-CheckboxInput.invalid.error {
  border-color: #D90E0E;
}

.hs-error-msg {
  color: #D90E0E;
  margin-top: 0.35rem;
  font-size:16px;
}

/* Submit button */
form.hsfc-Form input[type=submit],
form.hsfc-Form .hsfc-Button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: futura-pt;
  font-weight: 500;
  border: solid 1px #172027;
  line-height: 1;
  background-color: transparent;
}
form.hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:hover ,.hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:focus{
  background-color: #71C7D1;
  border-radius: inherit;
  transform: inherit;
}
@media screen and (max-width: 767px) {
  form.hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button {
    width:100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* JS アニメーション */

.form-inner.js-in-view{
    position: relative;
    opacity:1;
    transition: inherit;
}
.form-inner.js-in-view .form-border-top,
.form-inner.js-in-view .form-border-left,
.form-inner.js-in-view .form-border-right,
.form-inner.js-in-view .form-border-bottom {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #17203B;
}
.form-inner.js-in-view .form-border-right{
    left: auto;
    right: 0;
}
.form-inner.js-in-view .form-border-bottom{
    top: auto;
    bottom: 0;
}
/* TOP LEFT 発火 */
.form-inner.js-in-view .form-border-top,
.form-inner.js-in-view .form-border-left {
    transition: linear width 0.458s, height 0.842s;
    transition-delay: 0s;
}
/* BOTTOM RIGHT 発火 */
.form-inner.js-in-view .form-border-right,
.form-inner.js-in-view .form-border-bottom {
    transition: linear width 0.458s, height 0.842s;
    transition-delay: 0.5s;
}
.form-inner.js-in-view .form-border-bottom {
    transition-delay: 0.842s;
}
/*  TOP  */
.form-inner.js-in-view .form-border-top,
.form-inner.js-in-view .form-border-bottom {
    width: 0;
    height: 1px;
}
.form-inner.is-view .form-border-top,
.form-inner.is-view .form-border-bottom {
    width: 100%;
}
/*  LEFT RIGHT  */
.form-inner.js-in-view .form-border-left,
.form-inner.js-in-view .form-border-right {
    width: 1px;
    height: 0;
}
.form-inner.is-view .form-border-left,
.form-inner.is-view .form-border-right {
    height: 100%;
}
@media (max-width: 767px){
  .form-border-sp.js-in-view {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
  }
  .form-border-sp.js-in-view::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 0;
    top: 0;
    left: 0;
    background-color: #17203B;
    transition: all .5s linear;
  }
  .form-border-sp.is-view::before {
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
  text-align: left;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.char {
  position: relative;
  left: -0.05em;
  top: -0.075em;
  padding-bottom: 0.11em;
  display: inline-block;
  transform: translateY(1.5em);
  opacity: 0;
  transition: none;
}

.char.animate {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease;
}

.char.is-space {
  min-width: 0.3em;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

@charset "UTF-8";
/* Header DND sections */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  background-color: transparent;
}
@media (max-width: 768px) {
  .c-header {
    position: fixed;
    width: 100%;
    min-height: 0;
    left: 0;
    top: 0;
  }
}
.c-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .c-header .header-inner {
    padding: 0;
    flex-direction: column;
  }
}

/* ロゴ */
.header-logo {
  font-size: 0;
  width: calc(160 * var(--vw-pc));
  width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  .header-logo {
    width: 120px;
  }
}
.header-logo__link {
  transition: all 0.3s;
}
@media (hover: hover) {
  .header-logo__link:hover {
    opacity: 0.8;
  }
}
.header-logo__img {
  width: 100%;
  height: auto;
}
.header-logo-container {
  display: contents;
}
@media (max-width: 768px) {
  .header-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 20px 0;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease;
  }
  .header-logo-container.is-active {
    background-color: #f3f5f6;
  }
}

/* メニューバックドロップ */
.menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f3f5f6;
  z-index: -1;
}

.menu-backdrop.is-active {
  display: block;
}

@media (min-width: 769px) {
  .menu-backdrop {
    display: none !important;
  }
}
/* bodyのスクロール無効化 */
body.is-menu-open {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.menu-button {
  display: none;
  right: calc(20 * var(--vw-sp));
  top: calc(30 * var(--vw-sp));
  gap: calc(4 * var(--vw-sp));
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .menu-button {
    display: flex;
  }
}

.menu-button-ico {
  background-color: #172027;
  height: 4px;
  width: 4px;
}

.menu-button-ico::before {
  content: "";
  margin-left: -8px;
}

.menu-button-ico::after {
  content: "";
  margin-left: 8px;
}

/* メニューの表示 */
@media (max-width: 768px) {
  .menu {
    width: 100%;
    background: #f3f5f6;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-1000px);
  }
  .menu.is-active {
    height: 100vh;
    opacity: 1;
    transform: translateY(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.menu-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 20px 60px;
    gap: 40px;
  }
}
.menu-list__item {
  display: flex;
  flex-direction: column;
}
.menu-list__link {
  position: relative;
  display: inline-block;
  color: #172027;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428;
  overflow: hidden;
}
@media (max-width: 768px) {
  .menu-list__link {
    font-size: 16px;
  }
}
.menu-list__link span {
  display: block;
  text-align: left;
  white-space: nowrap;
  word-break: break-word;
  letter-spacing: 0.02em;
}
.menu-list__link .real {
  transform: translateY(0%);
}
.menu-list__link .clone {
  position: absolute;
  top: 100%;
  left: 0;
}
@media (hover: hover) {
  .menu-list__link:hover .real {
    transition: all 0.5s;
    transform: translateY(-100%);
  }
  .menu-list__link:hover .clone {
    transition: all 0.5s;
    transform: translateY(-100%);
    opacity: 1;
  }
}

/* SP時のみ表示されるボタン */
.sp-menu {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
    visibility: visible;
    width: 100%;
    border-bottom: 1px solid #172027;
  }
}
.sp-menu-en {
  font-size: 32px;
  font-family: "futura-pt", sans-serif;
}
.sp-menu-ja {
  font-size: 16px;
}
@media (max-width: 768px) {
  .sp-menu .sp-menu__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 40px 20px;
    width: 100%;
    border-top: solid 1px #172027;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@charset "UTF-8";
.pc_br {
    display: inherit;
}
@media screen and (max-width: 768px) {
    .pc_br {
        display: none;
    }
}
@media screen and (min-width: 993px) {
    .l-footer__content {
        display: flex;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__content {
        position: relative;
    }
    .l-footer__content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: #172027;
        transition: all 1s linear;
    }
}
.l-footer__box-wrap {
    display: flex;
}
@media screen and (min-width: 993px) {
    .l-footer__box-wrap {
        display: contents;
    }
}
.l-footer__box {
    width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__box {
        width: calc(100% / 3);
    }
}
@media screen and (min-width: 993px) {
    .l-footer__box .l-footer__box-link {
        padding: 2.777vw;
    }
}
.l-footer__box--recruitment {
    position: relative;
}
.l-footer__box--recruitment::after {
    content: '';
    position: absolute;
    background: #172027;
}
@media screen and (min-width: 993px) {
    .l-footer__box--recruitment::after {
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        transition: all .45s linear;
    }
}
@media screen and (max-width: 992px) {
    .l-footer__box--recruitment {
        order: 1;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__box--recruitment::after {
        top: 0;
        right: 0;
        width: 1px;
        height: 0%;
        transition: all .5s linear;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__box--recruitment::after {
        top: 0;
        left: 0;
        width: 0%;
        height: 1px;
        transition: all .5s linear;
    }
}
@media screen and (max-width: 992px) {
    .l-footer__box--partner {
        order: 2;
        position: relative;
    }
    .l-footer__box--partner::after {
        content: '';
        position: absolute;
        background: #172027;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__box--partner::after {
        top: 0;
        right: 0;
        width: 1px;
        height: 0%;
        transition: all .1s linear;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__box--partner::after {
        top: 0;
        left: 0;
        width: 0%;
        height: 1px;
        transition: all .5s linear;
    }
}
.l-footer__box--contact {
    position: relative;
}
@media screen and (min-width: 993px) {
    .l-footer__box--contact {
        width: 13.888vw;
    }
    .l-footer__box--contact::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 0%;
        background: #172027;
        transition: all .26s linear;
    }
    .l-footer__box--contact .l-footer__box-link {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.833vw;
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    .l-footer__box--contact {
        order: 3;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__box--contact::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: #172027;
        transition: all .5s linear;
    }
}
.l-footer__box-link {
    display: flex;
    font-size: 0.972vw;
    line-height: 1.214;
    align-items: center;
    gap: 0.694vw;
    transition: all .3s ease;
    font-weight: 500;
}
@media (hover: hover) {
    .l-footer__box-link:hover {
        background: #172027;
        color: #fff;
    }
    .l-footer__box-link:hover .u-footer-text-en {
        color: #fff;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__box-link {
        font-size: 1.411vw;
        gap: 1.612vw;
        padding: 4.0322vw 0 4.0322vw 4.0322vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__box-link {
        width: 100%;
        padding: 10.666vw 5.333vw;
        gap: 4.266vw;
        font-size: 3.733vw;
    }
}
.l-footer__menu {
    padding: 2.777vw;
    width: 55.555vw;
    position: relative;
}
.l-footer__menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #172027;
    transition: all .57s linear;
}
.l-footer__menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0%;
    background: #172027;
    transition: all .42s linear;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__menu {
        width: calc(100% - (100% / 3));
        padding: 4.0322vw;
        order: 4;
        border-top: none;
    }
    .l-footer__menu::before {
        transition: all .6s linear;
    }
    .l-footer__menu::after {
        transition: all .4s linear;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__menu {
        width: 100%;
        order: 5;
        padding: 16vw 5.333vw;
        border-right: none;
    }
    .l-footer__menu::before {
        height: 1px;
        transition: all .5s linear;
    }
}
@media screen and (min-width: 993px) {
    .l-footer__body {
        display: contents;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__body {
        justify-content: space-between;
    }
}
@media screen and (max-width: 992px) {
    .l-footer__body {
        display: flex;
        flex-wrap: wrap;
    }
}
.l-footer__links {
    display: flex;
    flex-direction: column;
    width: 44.444vw;
    position: relative;
}
.l-footer__links::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #172027;
    transition: all .45s linear;
}
@media screen and (max-width: 992px) {
    .l-footer__links {
        display: contents;
    }
}
.l-footer__contact {
    display: flex;
    position: relative;
}
.l-footer__contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #172027;
    transition: all .45s linear;
}
@media screen and (max-width: 992px) {
    .l-footer__contact {
        display: contents;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact {
        width: calc(100% / 3);
    }
}
.l-footer__contact-inner {
    padding: 2.777vw;
    width: calc(100% - 13.888vw);
}
@media screen and (max-width: 992px) {
    .l-footer__contact-inner {
        position: relative;
    }
    .l-footer__contact-inner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: #172027;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-inner {
        padding: 4.0322vw 0 4.0322vw 4.0322vw;
        order: 5;
        width: calc(100% / 3);
        position: relative;
    }
    .l-footer__contact-inner::after {
        transition: all .3s linear;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-inner {
        width: 100%;
        padding: 10.666vw 5.333vw;
        order: 4;
    }
    .l-footer__contact-inner::after {
        transition: all .5s linear;
    }
}
.l-footer__contact-tel {
    display: flex;
    align-items: center;
    gap: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-tel {
        gap: 1.008vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-tel {
        gap: 2.666vw;
    }
}
.l-footer__contact-hours {
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.214;
    margin-top: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-hours {
        font-size: 1.411vw;
        margin-top: 1.008vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-hours {
        font-size: 3.733vw;
        margin-top: 2.666vw;
    }
}
.l-footer__contact-company {
    padding-top: 2.083vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-company {
        padding-top: 3.024vw;
    }
}
.l-footer__contact-company-name {
    font-size: 0.972vw;
    margin-bottom: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-company-name {
        margin-bottom: 1.008vw;
        font-size: 1.411vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-company-name {
        font-size: 3.733vw;
        margin-bottom: 2.666vw;
    }
}
.l-footer__contact-offices {
    display: flex;
    flex-direction: column;
    gap: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-offices {
        gap: 1.008vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-offices {
        margin-bottom: 2.666vw;
    }
}
.l-footer__contact-office p {
    font-size: 0.972vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__contact-office p {
        font-size: 1.411vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contact-office p {
        font-size: 3.733vw;
    }
}
.l-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.388vw 2.777vw;
    position: relative;
}
.l-footer__bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #172027;
    transition: all 1s linear;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__bottom {
        padding: 2.016vw 4.032vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom {
        padding: 8vw 5.333vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 10.666vw;
    }
    .l-footer__bottom::before {
        transition: all .5s linear;
    }
}
.l-footer__bottom-privacy {
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.214;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__bottom-privacy {
        font-size: 1.411vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom-privacy {
        font-size: 3.733vw;
    }
}
.l-footer__bottom-privacy-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.l-footer__bottom-privacy-link span {
    display: block;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    letter-spacing: 0.02em;
}

.l-footer__bottom-privacy-link .real{
  transform: translateY(0%);
}

.l-footer__bottom-privacy-link .clone{
  position: absolute;
  top: 100%;
  left: 0;
}

@media (hover: hover) {
    .l-footer__bottom-privacy-link:hover .real {
        transform: translateY(-100%);
        transition: all 0.5s ease;
    }
    .l-footer__bottom-privacy-link:hover .clone {
        transform: translateY(-100%);
        transition: 0.5s ease;
        opacity: 1;
    }
}

/* .l-footer__bottom-privacy-link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #172027;
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .l-footer__bottom-privacy-link:hover:before {
        width: 100%;
    }
} */
.l-footer__bottom-copy {
    line-height: 1.166;
    font-size: 0.833vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__bottom-copy {
        font-size: 1.209vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom-copy {
        font-size: 3.2vw;
    }
}
.u-footer-text-en {
    font-size: 1.666vw;
    line-height: 1.291;
    font-family: futura-pt;
    font-weight: 500;
    transition: all 0.3s ease;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .u-footer-text-en {
        font-size: 2.419vw;
    }
}
@media screen and (max-width: 768px) {
    .u-footer-text-en {
        font-size: 6.4vw;
    }
}
@media screen and (min-width: 993px) {
    .l-footer__menu.js-step-1::before {
        width: 100%;
    }
    .l-footer__menu.js-step-2::after {
        height: 100%;
    }
    .l-footer__links.js-step-2::before {
        width: 100%;
    }
    .l-footer__box--recruitment.js-step-3::after {
        width: 100%;
    }
    .l-footer__contact.js-step-4::after {
        width: 100%;
    }
    .l-footer__box--contact.js-step-5::after {
        height: 100%;
    }
    .l-footer__bottom.js-step-6::before {
        width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .l-footer__content.js-step-1::after {
        width: 100%;
    }
    .l-footer__box--recruitment.js-step-2::after {
        height: 100%;
    }
    .l-footer__box--partner.js-step-3::after {
        height: 100%;
    }
    .l-footer__menu.js-step-4::before {
        width: 100%;
    }
    .l-footer__contact-inner.js-step-5::after {
        width: 100%;
    }
    .l-footer__menu.js-step-6::after {
        height: 100%;
    }
    .l-footer__bottom.js-step-7::before {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__box--recruitment.js-step-1::after {
        width: 100%;
    }
    .l-footer__box--partner.js-step-2::after {
        width: 100%;
    }
    .l-footer__box--contact.js-step-3::after {
        width: 100%;
    }
    .l-footer__contact-inner.js-step-4::after {
        width: 100%;
    }
    .l-footer__menu.js-step-5::before {
        width: 100%;
    }
    .l-footer__bottom.js-step-6::before {
        width: 100%;
    }
}

.footer-nav {
    display: flex;
    gap: 4.166vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav {
        gap: 2.016vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        gap: 16vw;
    }
}
.footer-nav__link {
    line-height: 1.42857;
    letter-spacing: 0.002em;
    font-weight: 500;
    color: #172027;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__link {
        font-size: 1.411vw;
    }
}
.footer-nav__submenu-link {
    color: #172027;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__submenu-link {
        font-size: 1.411vw;
        line-height: 1.42857;
        letter-spacing: 0.002em;
    }
}
.footer-nav__item {
    font-size: 0.9722vw;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .footer-nav__item {
        font-size: 3.733vw;
    }
}
.footer-nav__item .link {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.footer-nav__item .link span {
    display: block;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    letter-spacing: 0.02em;
}
.footer-nav__item .link .real {
    transform: translateY(0%);
}
.footer-nav__item .link .clone {
    position: absolute;
    top: 100%;
    left: 0;
}
@media (hover: hover) {
    .footer-nav__item .link:hover .real {
        transform: translateY(-100%);
        transition: all 0.5s ease;
    }
    .footer-nav__item .link:hover .clone {
        transform: translateY(-100%);
        transition: 0.5s ease;
        opacity: 1;
    }
}
.footer-nav__link--parent {
    font-weight: 500;
}
.footer-nav__link--parent + .footer-nav__link--parent {
    margin-top: 2.777vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__link--parent + .footer-nav__link--parent {
        margin-top: 4.032vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav__link--parent + .footer-nav__link--parent {
        margin-top: 10.666vw;
    }
}
.footer-nav__submenu {
    margin-top: 1.388vw;
    display: flex;
    flex-direction: column;
    gap: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__submenu {
        gap: 1.008vw;
        margin-top: 2.016vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav__submenu {
        margin-top: 5.333vw;
        gap: 5.333vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.footer-nav {
    display: flex;
    gap: 4.166vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav {
        gap: 2.016vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        gap: 16vw;
    }
}
.footer-nav__link {
    line-height: 1.42857;
    letter-spacing: 0.002em;
    font-weight: 500;
    color: #172027;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__link {
        font-size: 1.411vw;
    }
}
.footer-nav__submenu-link {
    color: #172027;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__submenu-link {
        font-size: 1.411vw;
        line-height: 1.42857;
        letter-spacing: 0.002em;
    }
}
.footer-nav__item {
    font-size: 0.9722vw;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .footer-nav__item {
        font-size: 3.733vw;
    }
}
.footer-nav__item .link {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.footer-nav__item .link span {
    display: block;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    letter-spacing: 0.02em;
}
.footer-nav__item .link .real {
    transform: translateY(0%);
}
.footer-nav__item .link .clone {
    position: absolute;
    top: 100%;
    left: 0;
}
.footer-nav__link--parent {
    font-weight: 500;
}
.footer-nav__link--parent + .footer-nav__link--parent {
    margin-top: 2.777vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__link--parent + .footer-nav__link--parent {
        margin-top: 4.032vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav__link--parent + .footer-nav__link--parent {
        margin-top: 10.666vw;
    }
}
.footer-nav__submenu {
    margin-top: 1.388vw;
    display: flex;
    flex-direction: column;
    gap: 0.694vw;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-nav__submenu {
        gap: 1.008vw;
        margin-top: 2.016vw;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav__submenu {
        margin-top: 5.333vw;
        gap: 5.333vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Templates
Specific pieces of UI that are stylized. Typically used for global partial styling
*/



/* Utilities
Helper classes with ability to override anything that comes before it
*/

.js-in-view{
  opacity : 0;
  transition : opacity 1s;
}

.is-view{
opacity : 1;
}