/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */










/* グレー系カラーパレット */











/*以下、モジュールでも使用できるように定義したCSSカスタムプロパティ*/


:root {
    --bg_primary_color: #fff;
--bg_secondary_color: #F8F8F8;
--accent_primary_color: #F97316;
--accent_secondary_color: #4D6BD5;
--header_color: #fff;
--footer_color: #242424;
--text_primary_color: #000;
--text_secondary_color: #7D7D7D;
--text_tertiary_color: #fff;
--color_gray20: #F6F5F5;
--color_gray30: #F1F0F0;
--color_gray40: #E4E3E3;
--color_gray50: #C1C0C0;
--color_gray60: #A2A2A2;
--color_gray70: #7D7D7D;
}


























:root {
--hover_transition: 0.15s;
--headings_font_weight: 600;
--headings_line_height: 1.5;
--h1_font_size_desktop: 56px;
--h1_font_size_mobile: 36px;
--h2_font_size_desktop: 32px;
--h2_font_size_mobile: 24px;
--h3_font_size_desktop: 26px;
--h3_font_size_mobile: 20px;
--font_weight_bold: 600;
}




























:root {
    --button_border_radius: 4px;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
}

.row-fluid .span11 {
    width: 91.489361693%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
}

.row-fluid .span9 {
    width: 74.468085099%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
}

.row-fluid .span7 {
    width: 57.446808505%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
}

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

.container-fluid {
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.762430939%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
    }
}

@media (min-width: 1140px) {
    .row-fluid {
        width: 100%;
    }

    .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: 28px;
        margin-left: 2.564102564%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
    }
}

/* Clearfix */

.clearfix {
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.hidden-desktop-and-tablet {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .hidden-desktop-and-tablet {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop-and-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.body-container-wrapper.simple-page {
    padding-top: 0;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 4rem;
}

@media (max-width: 1200px) {
    .content-wrapper {
      padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .content-wrapper {
      padding: 0 20px;
    }
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  content-visibility: auto;
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.text-center {
  text-align: center;
}

.height-100per  {
  height: 100%;
}

@media (min-width: 769px) {
  .only-pc {
    display: block !important;
  }

  .only-sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .only-sp {
    display: block !important;
  }

  .only-pc {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
  line-height: 2;
  word-spacing: 1px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}

html[lang="ja"] body {
  font-family: Noto Sans JP, sans-serif;
}


html[lang="en"] body{
  font-family: Roboto, Poppins;
}

main {
  flex: 1;
}

p {
  margin: 0 0 calc(2 * 1rem);
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: calc(2 * 0.5rem);
  font-weight: var(--headings_font_weight);
  line-height: 1.5;
  color: #000;
  word-break: break-word;
  font-feature-settings: "palt" 1;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: .9rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: .9rem;
  }
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-collapse: collapse;
  color: #333;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}

tbody + tbody {
  border-top: 2px solid #ccc;
}


@media (max-width: 1100px) {
  .hs-content-id-181147051823 table {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 30px 30px;
}

@media (max-width: 767px) {
    .dnd-section {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.custom-menu-primary .hs-menu-wrapper > ul > li a {
  padding: 0;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  border-bottom: solid 2px #ffffff;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font_weight_bold);
  height: auto;
  margin: 0px 24px 0px 0;
  text-align: center;
  width: auto;
  justify-content: center;
  transition: .3s cubic-bezier(.4,.4,0,1);
  line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper > ul ul a {
  white-space: nowrap;
  margin: 10px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  border: 0;
  border-bottom: solid 2px var(--accent_primary_color);
}

/* CTA Button */
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a
 {
  border-radius: 20px;
  height: 40px;
  width: 140px;
  border: 0;
  padding: 0 !important;
  margin-right: 8px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a
{
  font-size: 13px;
  background: var(--accent_primary_color);
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a
{
  font-size: 13px;
  background: #eee;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:hover
 {
  background: var(--accent_primary_color);
  color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  background: #fff;
  position: absolute;
  top: calc(100% + 5px);
  left: -60px;
  margin: 0;
  opacity: 0;
  transition: .3s cubic-bezier(.4,.4,0,1);
  visibility: hidden;
  padding: 20px;
  display: block;
  box-shadow: 0 4px 16px rgba(0,0,0, .15);
  border-radius: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul a {
  margin: 0;
  padding: 10px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child):not(:nth-last-child(2)) > a {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-trigger {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    background: #fff;
    padding: 20px 0px 20px 0px;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 90px);
    overflow: hidden;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin: 15px 0px 15px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 48px !important;
    padding: 0 !important;
    right: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #333; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 480px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin: 15px 0px 15px 0px;
  }
}
header {
  width: 100%;
  height: 92px;
  background: #fff;
  z-index: 500;
}

header {
  position: fixed;
}

main.body-container-wrapper {
  padding-top: 90px;
}

.header__container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1440px;
  padding: 0 150px;
}

@media (max-width: 1440px) {
  .header__container {
    padding: 0 30px;
  }
}


@media (max-width: 1149px) {
  .header__container {
    position: relative;
  }
}

.header__left {
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__right {
  flex: 1 0 auto;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.header__right > * {
  margin-left: 24px;
}

.header__login {
  font-size: 13px;
  font-weight: 500;
  transition: 0.15s;
}
.header__login a:hover,
.header__login a:focus,
.header__login_sp a:hover,
.header__login_sp a:focus
 {
  color: var(--accent_primary_color);
}

.header__login_sp {
  font-size: 16px;
  font-weight: 500;
  padding-top: 1rem;
  margin-bottom: 180px;
  text-align: center;
}

.header__logo,
.menu__logo {
  width: 160px;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 1149px) {
  .header__logo,
  .menu__logo {
    width: 140px;
  }
}

@media (max-width: 460px) {
  .header__logo,
  .menu__logo {
    width: 124px;
  }
}

.header__mobile-trigger {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
}

.menu-horizontal {
  display: inline-flex;
}

.menu-horizontal > * {
  margin-right: 8px;
}

.menu-horizontal .menu__item-wrapper {
  display: inline-block;
  position: relative;
}

.menu-vertical .menu__item-wrapper {
  position: relative;
}

.menu-vertical .menu__item-wrapper.selected:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #F97316;
  top: 18px;
}

.menu-vertical {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.menu-vertical.open {
  display: block;
  animation-name: slidein;
  animation-duration: 0.15s;
  border: 1px solid #EDEDED;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}

.menu-vertical__backdrop {
  position: absolute;
  top: 0;
  left :0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 15%);
}

.menu-vertical__box {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
}

.menu-vertical__header {
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0, 5%);
}

.menu-vertical__body {
  padding: 16px 0;
}

/* Menu Item (Horizontal) */
.menu-horizontal .menu__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border: none;
  color: #000;
  height: 3rem;
  padding: 0 10px;
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  transition: 0.15s;
  position: relative;
}

.menu-horizontal #hs_cos_wrapper_header_menu {
  /* メニューアイテムのモジュールに自動で追加されているdiv要素 */
  /* ブラウザによって表示が異なってしまうため、以下の記述を追加 */
  display: flex;
}

@media(max-width: 1180px) {
  /* レスポンシブ微調整 */
  .menu-horizontal .menu__item {
    font-size: 13px;
    padding: 0 8px;
  }
}

.menu-horizontal .menu__item:hover {
  color: #F97316;
}

.menu-horizontal .menu__item__caret {
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-left: 5px;
  margin-right: -6px;
  height: 2rem;
}

.menu-horizontal .menu__item:hover
.menu__item__caret {
  opacity: 0.85;
}

.menu-horizontal .selected .menu__item {
  color: #F97316;
  font-weight: var(--font_weight_bold);
  position: relative;
}

.menu__item__label {
  position: relative;
}

.menu-horizontal .selected .menu__item__label:after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  background: #F97316;
  left: 0;
  border-radius: 4px;
  margin: 0 0px;
  width: 100%;
}

/* Menu Item (Vertical) */

.menu-vertical  .menu__item {
  background: inherit;
  border: none;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  padding: 0 24px;
  font-size: 16px;
  font-weight: var(--font_weight_bold);
}

.menu-vertical .menu__item__caret {
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 2rem;
}

.menu-vertical .menu__item__caret.open {
  transform: rotate(180deg);
}

.menu-vertical .menu__item:hover .menu__item__caret {
  opacity: 0.85;
}

.menu-vertical .selected .menu__item {
  color: #F97316;
  font-weight: var(--font_weight_bold);
}

/* Child Menu (Horizontal) */

.menu-horizontal .child-menu {
  display: none;
  width: 320px;
  position: absolute;
  padding: 22px;
  z-index: 1000;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0,0,0, 8%);
  left: -22px;
}

.menu-horizontal .child-menu.open {
  display: block;
  animation-name: slidein;
  animation-duration: 0.15s;
}

/*メニューが変わるごとに修正する手間が発生しやすいので、cssの見直しが必要*/
.menu-horizontal .menu__item-wrapper:first-child .child-menu.open {
  display: flex !important;
  justify-content: space-around !important;
  width: 950px !important;
  left: -100% !important;
}
/*メニューが変わるごとに修正する手間が発生しやすいので、cssの見直しが必要*/
.menu-horizontal .menu__item-wrapper:nth-child(2) .child-menu.open {
  display: flex !important;
  justify-content: space-around !important;
  width: 680px !important;
  left: -60% !important;
}
/*メニューが変わるごとに修正する手間が発生しやすいので、cssの見直しが必要*/
.menu-horizontal .menu__item-wrapper:nth-child(3) .child-menu.open {
  display: flex !important;
  justify-content: space-around !important;
  width: 900px !important;
  left: -336% !important;
}
/*メニューが変わるごとに修正する手間が発生しやすいので、cssの見直しが必要*/
.menu-horizontal .menu__item-wrapper:nth-child(4) .child-menu.open {
  justify-content: space-around !important;
  width: 200px !important;
}
/*メニューが変わるごとに修正する手間が発生しやすいので、cssの見直しが必要*/
.menu-horizontal .menu__item-wrapper:nth-child(5) .child-menu.open {
  justify-content: space-around !important;
  width: 250px !important;
}

.menu-horizontal .child-menu .child-menu__item-block {
  margin: 0;
  padding: 0;
}

.menu-horizontal .child-menu .child-menu__item-list {
  list-style: none;
  float: left;
  margin-left: 10px;
}

.menu-horizontal .child-menu .child-menu__item-label {
  display: inline-block;
  padding: 0 16px;
  color: #7d7d7d;
  font-weight: var(--font_weight_bold);
  font-size: 14px;
  margin-bottom: 10px;
}

.menu-horizontal .child-menu__item {
  font-size: 14px;
  color: black;
  display: block;
  min-height: 38px;
  min-width: 100px;
  font-weight: 500;
  transition: 0.15s;
  padding: 0 16px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.menu-horizontal .child-menu .grand-child-menu__item {
  display: block;
  background: var(--color_gray20);
  color: black;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 6px;
  margin-bottom: 6px;
}

.menu-horizontal .child-menu__item:hover,
.menu-horizontal .child-menu__item:focus,
.menu-horizontal .grand-child-menu__item:hover,
.menu-horizontal .grand-child-menu__item:focus {
  text-decoration: underline;
}

/* Child Menu (Vertical) */

.menu-vertical .child-menu {
  display: none;
  padding: 16px;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid rgba(0,0,0, 5%);
  border-bottom: 1px solid rgba(0,0,0, 5%);
}

.menu-vertical .child-menu.open {
  display: block;
}

.menu-vertical .child-menu .child-menu__item-block {
  margin: 0;
  padding: 0;
}

.menu-vertical .child-menu .child-menu__item-list {
  list-style: none;
}

.menu-vertical .child-menu .child-menu__item-label {
  padding: 8px 24px;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}

.menu-vertical .child-menu__item {
  font-size: 16px;
  display: block;
  line-height: 3.5rem;
  font-weight: 500;
  padding: 0 24px;
}

.menu-vertical .child-menu .grand-child-menu__item {
  display: block;
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 1rem 1rem 2rem;
}

/* CTA (pointing device) */
.header-pointing {
  display: none;
}

@media(min-width: 1020px) {
  .header-pointing {
    display: block;
    border-bottom: 1px solid rgba(0,0,0, 8%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0, 5%);
    z-index: 100;
  }
}

/* CTA (touch device) */
.header-touch {
  display: none;
}

@media(max-width: 1149px) {
  .header-touch {
    display: block;
    overscroll-behavior: none;
    border-bottom: 1px solid rgba(0, 0, 0, 8%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,5%);
    z-index: 100;
  }
}

.of-hidden {
  overflow: hidden; /* bodyのスクロール防止 */
}

@keyframes slidein {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(0);
  }
}

/* Simple Header */
.simple-header__logo {
  padding-left: 30px;
  padding-top: 30px;
  width: 200px;
}
footer {
  background: var(--footer_color);
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

/* Footer Menu */
.footer-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-row-gap: 60px;
  grid-column-gap: 40px;
  margin-bottom: 68px;
}

@media (min-width: 769px) {
  .footer-menu.english {
    display: flex;
    justify-content: center;
  }
}

.footer-menu__title {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1rem;
  letter-spacing: 0.88px;
}

.footer-menu__title,
.footer-menu__title:hover,
.footer-menu__title:focus,
.footer-menu__item,
.footer-menu__item:hover,
.footer-menu__item:focus {
  color: #fff;
}

.footer-menu__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 100%;
  transition: 0.15s;
}

.footer-menu__item:hover,
.footer-menu__item:focus {
  text-decoration: underline;
}

/* Footer SubMenu */
.footer-submenu {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0;
  list-style: none;
  margin: 0;
}

.footer-submenu__title:not(:first-child):before {
  content: "/";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0 1rem;
}

@media (max-width: 991px) {
  .footer-submenu__title:not(:first-child):before {
    margin: 0 0.5rem;
  }
} 

.footer-submenu__link,
.footer-submenu__external-link {
  font-size: 14px;
  line-height: 175%;
  transition: 0.15s;
  color: #fff;
  display: inline-block;
}

.footer-submenu__link:hover,
.footer-submenu__link:focus,
.footer-submenu__external-link:hover,
.footer-submenu__external-link:focus {
  text-decoration: underline;
  color: #fff;
}

.footer-submenu__external-link:after {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='External Link'%3E%3Cpath id='Vector' d='M3.33333 2C2.60462 2 2 2.60462 2 3.33333V12.6667C2 13.3954 2.60462 14 3.33333 14H12.6667C13.3954 14 14 13.3954 14 12.6667V8H12.6667V12.6667H3.33333V3.33333H8V2H3.33333ZM9.33333 2V3.33333H11.724L5.52865 9.52865L6.47135 10.4714L12.6667 4.27604V6.66667H14V2H9.33333Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  margin-left: .5rem;
  padding-bottom: 2px;
  transition: all .15s;
}

/* Footer Footer */

.footer__info {
  display: flex;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  padding: 40px 0;
}

.footer__company_info {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: var(--text_tertiary_color);
  font-size: 13px;
}
.footer__company_info th {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 0 40px 0 0;
  min-width: 100px;
}
.footer__company_info td {
  border: none;
  padding: 0;
}
.footer__company_info tr:nth-child(2) td {
  padding-bottom: 0;
}

.footer__company_info th {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .footer__company_info td div:last-of-type {
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .footer__info {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .footer__company_info,
  .footer__company_info tr {
      display: block;
  }

  .footer__company_info th,
  .footer__company_info td {
      display: block;
      width: 100%;
      box-sizing: border-box;
  }
  .footer__company_info th {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .footer__company_info td div:first-of-type {
    padding-bottom: .5rem;
  }
}

.footer__divider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer__divider:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color_gray70);
}

.footer__footer {
  display: grid;
}

@media (min-width: 992px) {
  .footer__footer {
    grid-template-columns: auto auto 1fr;
  }
}

@media (max-width: 991px) {
  .footer__footer {
    grid-row-gap: 16px;
  }
}

.footer__logo img {
  width: 175px;
  vertical-align: bottom;
  min-width: 140px;
}

@media (max-width: 991px) {
  .footer__logo img {
    min-width: 140px;
  }
}

.footer__copywriting {
  font-size: 13px;
  padding-top: 2px;
}

.footer__link_contents {
  display: flex;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .footer__link_contents {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__social-icons {
    display: flex;
  }
}

@media (max-width: 991px) {
  .footer__link_contents {
    flex-direction: column;
    gap: 24px;
  }
  .footer__social-icons {
    width: 120px;
  }
}

.footer__social-icon {
  transition: 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  float: left;
}

.footer__social-icon > img {
  display: block;
  width: 100%;
}

.facebook-logo {
  margin-right: 14px;
  width: 28px;
}

.x-logo {
  margin-right: 14px;
  width: 20px;
}

.youtube-logo {
  margin-left: 4px;
  width: 30px;
}

.footer__bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 5px;
}

.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}

.footer__bottom-links a {
  line-height: 175%;
  color: #fff;
  transition: 0.15s;
  vertical-align: super;
}

.footer__bottom-links a:hover {
  opacity: 0.6;
}

.language-switcher {
  display: inline-block;
  position: relative;
}

#language-switcher__trigger {
  background-color: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: auto 10px;
}

#language-switcher__trigger:hover {
  opacity: 0.6;
  transition: 0.15s;
}

#language-switcher__trigger img {
  margin-right: 10px;
}

#language-switcher__popup {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 20px;
  padding: 16px 20px;
  box-shadow: 0 4px 16px rgba(0,0,0, 0.15);
  border-radius: 10px;
  list-style: none;
  display: none;
}

#language-switcher__popup.show {
  display: inline-block;
}

#language-switcher__popup a {
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  line-height: 1.6;
  padding: 8px 0 6px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

#language-switcher__popup a:hover {
  border-bottom: 2px solid var(--accent_primary_color);
}

.footer__lsms-logo img {
  width: 95px;
}

@media (max-width: 550px) {
  .footer__lsms-logo {
    width: 100%;
  }
}

/* Simple Footer */
.simple-footer {
  padding: 30px;
}

.simple-footer__links {
  font-size: 14px;
  text-decoration: underline;
}

.simple-footer__links:hover,
.simple-footer__links:focus {
  color: var(--color_gray70);
}

.simple-footer__links.privacy-policy {
  margin-left: 8px;
}

.simple-footer__copywriting {
  float: right;
  font-size: 12px;
  padding-top: 4px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
}

.form-title {
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  line-height: 1.5rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.hs_submit {
  text-align: center;
}
.hs-form label {
  font-size: .83rem;
  color: #000;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 8px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  outline: none;
  border-color: #333;
}
textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.field {
  margin-bottom: 18px;
}
.hs-field-desc {
  color: #717171;
  margin: 0px 0px 6px;
  font-size: 11px;
  text-align: left;
  font-weight: 500;
}
.hs-form-required {
  color: red;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.grecaptcha-badge {
  margin: 0 auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.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=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 767px) {
  main:not(.home-page) form {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.close-button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 2px;
}
@media (max-width: 575px) {
  .close-button {
    width: 3rem;
    height: 3rem;
  }
}
.close-button:hover {
  background: #ebe8e6;
}

/* resource-post */

.resource-post form {
    background-color: var(--color_gray30);
    padding: 20px;
    border-radius: 8px;
}
.resource-post label {
    font-weight: var(--font_weight_bold);
}
.resource-post .hs-form-required {
  font-size: 0;
}
.resource-post .hs-form-required::after {
  float: left;
  content: "必須";
  background: #4661CB;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .resource-post #hs_cos_wrapper_post_body,
  .hs-content-id-181567929882 #hs_cos_wrapper_widget_1729490109282,
  .hs-content-id-181567929882 #hs_cos_wrapper_widget_1729490015256
   {
    display: none !important;
   }
}
.resource-post .hs-input,
.resource-post .hs-search-field__input,
.resource-post input#hs-pwd-widget-password,
.resource-post select {
  border: 1px solid var(--color_gray40);
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  height: 45px !important;
  margin-top: 3px;
}
.resource-post .hs-input[name="message"] {
  height: 140px !important;
}

/* 個別設定 */

textarea.hs-input[name="message"] {
  height: 100px !important;
}

form div.actions {
  margin: 0 !important;
}

/* 2024年12月〜お問い合わせフォームのデザイン */

.hs-content-id-29076230149 form {
  background: var(--color_gray30);
  border-radius: 6px;
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .hs-content-id-29076230149 form {
    padding: 24px 20px;
  }
}
.hs-content-id-29076230149 form label {
  font-weight: var(--font_weight_bold);
  font-size: 14px;
}
.hs-content-id-29076230149 form label.hs-form-radio-display {
  font-weight: 500;
  font-size: 13px;
}
.hs-content-id-29076230149 form .hs-form-required::after,
.hs-content-id-29076230149 form .hs-form-required::after {
  content: "必須";
  background: #C6C6C6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-left: 8px;
}
.hs-content-id-29076230149 form .hs-form-required {
  font-size: 0;
}
.hs-content-id-29076230149 form .hs-form-required::after {
  content: "必須";
  background: var(--color_gray60);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 1px 5px 2px;
  margin-right: 5px;
}
.hs-content-id-29076230149 form .hs_message label::after {
  content: "任意";
  border: 1px solid var(--color_gray60);
  color: var(--color_gray70);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 5px 2px;
  margin-left: 8px;
  margin-right: 5px;
}
.hs-content-id-29076230149 form ul {
  display: inline-block;
  margin-bottom: 0;
}
.hs-content-id-29076230149 form .inputs-list>li.hs-form-radio {
  width: auto;
  float: left;
  padding-right: 14px;
}
.hs-content-id-29076230149 form .hs-input,
.hs-content-id-29076230149 form .hs-search-field__input,
.hs-content-id-29076230149 form input#hs-pwd-widget-password {
  border: 1px solid var(--color_gray40);
}
.hs-content-id-29076230149 form input::placeholder,
.hs-content-id-29076230149 form textarea::placeholder {
  color: var(--color_gray60);
  font-size: 13px;
}
.hs-content-id-29076230149 form .hs_submit .hs-button {
  width: 100%;
}

/* お問い合わせフォームの古いデザイン */

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .form-title,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .form-title {
  font-weight: 400;
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .form-title,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .form-title {
  margin-bottom: 0;
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-richtext.hs-main-font-element,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-richtext.hs-main-font-element {
  font-size: 12px;
  line-height: 1.3;
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-input,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-input,
.hs-content-id-178158574414 .hs-search-field__input,
.hs-content-id-178264085894 .hs-search-field__input,
.hs-content-id-178158574414 input#hs-pwd-widget-password,
.hs-content-id-178264085894 input#hs-pwd-widget-password,
.hs-content-id-178158574414 select,
.hs-content-id-178264085894 select {
  border: 1px solid var(--color_gray40);
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  height: 36px !important;
  margin-top: 3px;
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-input[name="message"],
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-input[name="message"] {
  height: 140px !important;
}

@media (max-width: 480px) {
  .hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-input,
  .hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-input,
  .hs-content-id-178158574414 .hs-search-field__input,
  .hs-content-id-178264085894 .hs-search-field__input,
  .hs-content-id-178158574414 input#hs-pwd-widget-password,
  .hs-content-id-178264085894 input#hs-pwd-widget-password,
  .hs-content-id-178158574414 select,
  .hs-content-id-178264085894 select {
    width: 100% !important;
  }
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-error-msg,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-error-msg {
  font-size: 12px;
  font-weight: var(--font_weight_bold);
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-form-required,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-form-required {
  font-size: 0;
}

.hs-content-id-178158574414 .resource-post #hs_cos_wrapper_contact_form .hs-form-required::after,
.hs-content-id-178264085894 .resource-post #hs_cos_wrapper_contact_form .hs-form-required::after {
  content: "必須";
  background: #C6C6C6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}

/* シミュレーションフォーム */

.hs-content-id-182828647565 form label,
.hs-content-id-182821601842 form label {
  font-size: 20px;
  font-weight: var(--font_weight_bold);
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 14px;
  position: relative;
}
.hs-content-id-182828647565 form label.hs-form-radio-display,
.hs-content-id-182821601842 form label.hs-form-radio-display {
  font-size: 17px;
  margin: 0;
  padding-left: 0;
  height: 36px;
}
.hs-content-id-182828647565 form .hs-form-required,
.hs-content-id-182821601842 form .hs-form-required {
  font-size: 0;
}
.hs-content-id-182828647565 form .hs-form-required::after,
.hs-content-id-182821601842 form .hs-form-required::after {
  content: "必須";
  background: #C6C6C6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-left: 8px;
}
.hs-content-id-182828647565 form .hs-input,
.hs-content-id-182828647565 form .hs-search-field__input,
.hs-content-id-182828647565 form input#hs-pwd-widget-password,
.hs-content-id-182828647565 form select,
.hs-content-id-182821601842 form .hs-input,
.hs-content-id-182821601842 form .hs-search-field__input,
.hs-content-id-182821601842 form input#hs-pwd-widget-password,
.hs-content-id-182821601842 form select {
  border: 1px solid var(--color_gray50);
  background: var(--bg_secondary_color);
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  height: 45px !important;
  margin-top: 3px;
}
.hs-content-id-182828647565 form .hs-error-msg,
.hs-content-id-182821601842 form .hs-error-msg {
  font-size: 12px;
  font-weight: var(--font_weight_bold);
  padding: 0;
  margin-top: 10px;
}
.hs-content-id-182828647565 form .hs-richtext,
.hs-content-id-182821601842 form .hs-richtext {
  font-size: 15px;
  font-weight: var(--font_weight_bold);
  border-top: 1px solid #f1f0f0;
  padding-top: 40px;
  margin-top: 40px;
}
.hs-content-id-182828647565 form .hs_submit,
.hs-content-id-182821601842 form .hs_submit {
  margin-top: 40px;
}

/* メルマガフォームの設定 */

.hs-content-id-185210928056 .resource-post .hs-form-booleancheckbox-display,
.hs-content-id-176753736546 .resource-post .hs-form-booleancheckbox-display,
.hs-content-id-135713705029 .resource-post .hs-form-booleancheckbox-display,
.hs-content-id-136043801933 .resource-post .hs-form-booleancheckbox-display {
  margin-bottom: 30px;;
}

.hs-content-id-185210928056 .resource-post .hs-input[type=checkbox],
.hs-content-id-176753736546 .resource-post .hs-input[type=checkbox],
.hs-content-id-135713705029 .resource-post .hs-input[type=checkbox],
.hs-content-id-136043801933 .resource-post .hs-input[type=checkbox] {
  height: 20px !important;
}

.hs-content-id-185210928056 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc,
.hs-content-id-176753736546 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc,
.hs-content-id-135713705029 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc,
.hs-content-id-136043801933 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc {
  font-size: 12px;
}

.hs-content-id-185210928056 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc::before,
.hs-content-id-176753736546 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc::before,
.hs-content-id-135713705029 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc::before,
.hs-content-id-136043801933 .resource-post .hs_dl_resources_meetingcheck .hs-field-desc::before {
  float: left;
  content: "任意";
  background: var(--color_gray60);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-top: 4px;
  margin-right: 5px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  /* フッター追従バナーCTAボタン（旧）の本番とテスト環境のレイアウト上書き */
  #hs-overlay-cta-149054795377,
  #hs-overlay-cta-148878197569,
  #hs-overlay-cta-158536211339 {
    width: 85% !important;
    right: 7% !important;
    bottom: 6px !important;
  }

  #hs-overlay-cta-149054795377 iframe,
  #hs-overlay-cta-148878197569 iframe,
  #hs-overlay-cta-158536211339 iframe {
    border-radius: 5px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15) !important;
  }

  /* フッター追従バナーCTAボタンの本番とテスト環境のレイアウト上書き */
  #hs-overlay-cta-189142192504,
  #hs-overlay-cta-189144925477,
  #hs-overlay-cta-189161168131,
  #hs-overlay-cta-189161356952,
  #hs-overlay-cta-189161356967,
  #hs-overlay-cta-189163563788,
  #hs-overlay-cta-189163563834,
  #hs-overlay-cta-189163563866,
  #hs-overlay-cta-189163563901 {
    width: 90% !important;
    right: 5% !important;
    bottom: 6px !important;
  }

  #hs-overlay-cta-189142192504 iframe,
  #hs-overlay-cta-189144925477 iframe,
  #hs-overlay-cta-189161168131 iframe,
  #hs-overlay-cta-189161356952 iframe,
  #hs-overlay-cta-189161356967 iframe,
  #hs-overlay-cta-189163563788 iframe,
  #hs-overlay-cta-189163563834 iframe,
  #hs-overlay-cta-189163563866 iframe,
  #hs-overlay-cta-189163563901 iframe {
    border-radius: 8px !important;
  }
}

@media (min-width: 992px) {
  #hs-overlay-cta-149054795377,
  #hs-overlay-cta-148878197569,
  #hs-overlay-cta-158536211339,
  #hs-overlay-cta-189142192504,
  #hs-overlay-cta-189144925477,
  #hs-overlay-cta-189161168131,
  #hs-overlay-cta-189161356952,
  #hs-overlay-cta-189161356967,
  #hs-overlay-cta-189163563788,
  #hs-overlay-cta-189163563834,
  #hs-overlay-cta-189163563866,
  #hs-overlay-cta-189163563901 {
    display: none !important;
  }
}
/* Hubspotの共通モジュール「画像モジュール」の表示モード「サムネイルナビゲーション」で使われているフォント */
/* helpfeel.comドメインでは相対パスのフォントが読み込まれないため、ここで絶対パスとして読み込んでいる */
/* 詳細 : https://scrapbox.io/notainc-pr/ギャラリー%EF%BC%88画像モジュール%EF%BC%89の表示が崩れる問題 */

@font-face {
  font-family: "slick";
  src: url("https://www.helpfeel.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.eot");
  src: url("https://www.helpfeel.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.helpfeel.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.woff") format("woff"), url("https://www.helpfeel.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.ttf") format("truetype"), url("https://www.helpfeel.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal
}
/* Hubspotの備え付けモジュール「画像スライダー」のCSS */

/*PCとモバイルで画像を分けたいので、PC用とモバイル用の画像スライダーを出し分けした*/
@media (min-width: 768px) {
  #hs_cos_wrapper_module_17180078323283,
  #hs_cos_wrapper_widget_1719275766268,
  #hs_cos_wrapper_module_17434685743985,
  #hs_cos_wrapper_module_17459940810019,
  #hs_cos_wrapper_module_17218975072265,
  #hs_cos_wrapper_module_1721911430646 {
    display: none;
  }
}

@media (min-width: 1301px) {
  #hs_cos_wrapper_module_17502220906323,
  #hs_cos_wrapper_module_1750317625830,
  .hs-content-id-191455703215 .cell_1746083297956-padding .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row,
  .hs-content-id-191455703215 .cell_1746083297956-padding .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #hs_cos_wrapper_widget_1750221125550,
  #hs_cos_wrapper_module_17502220906323,
  .hs-content-id-191455703215 .cell_1746083297956-padding .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row {
    display: none;
  }
}

@media (min-width: 768px) {
  #hs_cos_wrapper_widget_1750221125550 .splide__slide .splide__slide--image,
  #hs_cos_wrapper_module_1750317625830 .splide__slide .splide__slide--image {
    aspect-ratio: 16/7 !important;
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1718001505927,
  #hs_cos_wrapper_widget_1719275842187,
  #hs_cos_wrapper_module_17434685599852,
  #hs_cos_wrapper_module_17459940810018,
  #hs_cos_wrapper_module_17218979684775,
  #hs_cos_wrapper_module_17219101526242,
  #hs_cos_wrapper_widget_1750221125550,
  #hs_cos_wrapper_module_1750317625830 {
    display: none;
  }
}

/*safariで一時停止/再生ボタンが表示されないので上書きした*/
.hs-content-id-81032284086 .splide__toggle,
.hs-content-id-167671290895 .splide__toggle,
.hs-content-id-178030122507 .splide__toggle,
.hs-content-id-189580184638 .splide__toggle,
.hs-content-id-33781462021 .splide__toggle,
.hs-content-id-173574516049 .splide__toggle,
.hs-content-id-190809978651 .splide__toggle {
  display: inline !important;
}

/*スライダーのhover設定*/
.hs-content-id-81032284086 .splide__slide--image__wrapper a:hover,
.hs-content-id-167671290895 .splide__slide--image__wrapper a:hover,
.hs-content-id-178030122507 .splide__slide--image__wrapper a:hover,
.hs-content-id-189580184638 .splide__slide--image__wrapper a:hover,
.hs-content-id-33781462021 .splide__slide--image__wrapper a:hover,
.hs-content-id-173574516049 .splide__slide--image__wrapper a:hover,
.hs-content-id-190809978651 .splide__slide--image__wrapper a:hover {
  opacity: 0.8;
}

/*safariでモバイル版の画像サイズが崩れるので上書きした*/
@media (max-width: 767px) {
  .hs-content-id-167671290895 #hs_cos_wrapper_widget_1719275766268 .splide__slide--image,
  .hs-content-id-178030122507 #hs_cos_wrapper_module_17434685743985 .splide__slide--image,
  .hs-content-id-189580184638 #hs_cos_wrapper_module_17434685599852 .splide__slide--image {
    display: inline-block;
  }
}
/*ボタン共通*/
.hs-button {
    border-radius: var(--button_border_radius);
    cursor: pointer;
    display: inline-block;
    background: var(--color_gray30);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_bold);
    padding: 12px 36px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .hs-button {
        padding: 12px 24px;
    }
}
.hs-button:hover {
    transform: translateY(2px);
}

/*プライマリーボタン*/
.hs-button.primary {
    background-image: linear-gradient(125deg,var(--accent_primary_color) 30%,#fdbc00 100%,var(--accent_primary_color) 120%,#fdbc00 200%);
    background-position: 0% 50%;
    background-size: 200% auto;
    border: none;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    min-width: 180px;
    transition: .15s;
}
.hs-button.primary:hover,
.hs-button.primary:focus {
    background-position: 100% 50%;
    color: #fff;
}

/*セカンダリーボタン*/
.hs-button.secondary {
    background-color: #fff;
    border: 2px solid var(--accent_primary_color);
    color: var(--accent_primary_color);
    min-width: 180px;
    transition: .15s;
}
.hs-button.secondary:hover,
.hs-button.secondary:focus {
    color: #fff;
    border: 2px solid var(--accent_primary_color);
    background-color: var(--accent_primary_color);
}

/*ターシャリーボタン*/
/*プライマリーとセカンダリー以外のボタンは基本的にこちらを使用*/
.hs-button.tertiary {
    font-size: 14px;
    border-radius: 60px;
    transition: .15s;
    padding: .75rem 2rem;
}
.hs-button.tertiary:hover,
.hs-button.tertiary:focus {
    background-color: var(--accent_primary_color);
    color: #fff;
}

/*大きいサイズのボタン*/
.hs-button.large {
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: var(--font_weight_bold);
    font-size: 18px;
}
@media(max-width: 400px) {
    .hs-button.large {
        font-size: 16px;
    }
}

/*後ろにアイコンがつくボタン*/
/*右矢印(リンク先遷移)*/
.hs-button.icon_arrow {
    position: relative;
    padding-right: 52px;
}
.hs-button.primary.icon_arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .15s;
}
.hs-button.primary.icon_arrow:hover:after,
.hs-button.primary.icon_arrow:focus:after {
   right: 16px;
}

.hs-button.secondary.icon_arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23F97316'/%3E%3C/svg%3E%0A");
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    transition: all .15s;
}
.hs-button.secondary.icon_arrow:hover:after,
.hs-button.secondary.icon_arrow:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
    right: 16px;
}

.hs-button.tertiary.icon_arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .15s;
}
.hs-button.tertiary.icon_arrow:hover:after,
.hs-button.tertiary.icon_arrow:focus:after{
   background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
   right: 24px;
}

/*無効なボタン*/
.hs-button.disabled {
    cursor:not-allowed;
    color: #ACACAC !important;
    background: #EEEEED !important;
}
/*カードのレイアウト*/
.cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 32px;
  justify-content: flex-start;
}

/*カードの基本スタイル*/
.card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 380px;
  min-width: 300px;
  display: flex;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.card:hover,
.card:focus-within {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
  transition: 0.15s;
}

@media (max-width: 1019px) {
  .card {
    flex: 1;
    margin: 0 auto;
    max-width: 450px;
  }
}

.card__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*img要素を内包する画像コンテナ*/
.card__image-container {
  width: 100%;
  height: auto;
}

.card__image-container img{
  display: block;
  width: 100%;
  height: auto;
}

/*カード内コンテンツを内包するコンテナ*/
.card__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  gap: .5rem;
  align-self: stretch;
  flex-grow: 1
}

/*カード内テキストを内包するコンテナ*/
.card__textbox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
}

/*タイトルテキスト*/
.card__title {
  font-size: 18px;
  font-weight: var(--font_weight_bold);
  line-height: 150%;
  letter-spacing: 0.72px;
}
  
/*説明文テキスト*/
.card__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card:hover .card__textbox,
.card:hover .card__textbox *,
.card:focus-within .card__textbox,
.card:focus-within .card__textbox * {
  color: var(--accent_primary_color);
  transition: 0.15s;
}


/*カード内ボタン*/
.card__button {
  align-self: center;
  margin-top: auto;
}

/*_button.cssのtertiaryクラス、icon_arrowクラスを併用*/
.card:hover .card__button.tertiary,
.card:focus-within .card__button.tertiary {
  color: #fff;
  background-color: var(--accent_primary_color);
  transition: 0.15s;
  transform: translateY(2px);
}

.card:hover .card__button.icon_arrow:after,
.card:focus-within .card__button.icon_arrow:after{
   background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
   right: 24px;
}

.card:hover .card__button:hover {
  pointer-events: none;
}
/* ******************************************************************************
*********************************************************************************
css/templates/配下のcssの全共通レイアウトを記載する
*********************************************************************************
****************************************************************************** */
.list__section-title {
    font-size: 26px;
    line-height: 2.5rem;
}

.list__sub-section-title {
    font-size: 22px;
    line-height: 2.5rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

img {
  max-width: 100%;
}
.dnd_areamigration-row-1-padding > div {
  width: 100%;
  max-width: 100%;
}
.dnd_areamigration-row-5-padding > .row-fluid {
  position: relative;
}
.dnd_areamigration-row-5-padding > .row-fluid > div > div:first-child span {
  display: block;
}
.dnd_areamigration-row-5-padding > .row-fluid > div h6 {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

.dnd_areamigration-row-5-padding > div > div:last-child h4 {
  margin: 13px 0px 25px 0px;
}

.dnd_areamigration-row-9-padding .span6 > div:first-child,
.dnd_areamigration-row-10-padding .span6 > div:first-child,
.dnd_areamigration-row-10-padding .span6 > div:first-child{
  position: relative;
}
.dnd_areamigration-row-9-padding .span6 h6,
.dnd_areamigration-row-10-padding .span6 h6,
.dnd_areamigration-row-10-padding .span6 h6 {
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.dnd_areamigration-row-9-padding .span6 p,
.dnd_areamigration-row-10-padding .span6 p,
.dnd_areamigration-row-10-padding .span6 p{
  line-height: 1.8;
  margin: 20px 0px 0px 0px;
  color: #54504e;
}

.dnd_areamigration-row-12-padding .dnd-column {
  padding: 0;
}
.dnd_areamigration-row-12-padding .dnd-module > div > span {
  display: flex;
  position: relative;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
}
.dnd_areamigration-row-12-padding .hs-responsive-embed {
  background: var(--accent_primary_color);
  border-bottom: solid 4px var(--accent_primary_color);
  border-left: solid 4px var(--accent_primary_color);
  border-radius: 10px;
  border-right: solid 4px var(--accent_primary_color);
  border-top: solid 4px var(--accent_primary_color);
  box-shadow: 0px 0px 0px 0px rgb(236, 232, 230);
  flex: none;
  height: 450px !important;
  margin: 30px 0px 0px 0px !important;
  opacity: 1;
  padding: 0 0 0 0 !important;
  width: 682px !important;
  max-width: 100% !important;
  max-height: none !important;
  min-width: auto !important;
}
.dnd_areamigration-row-12-padding .hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
}

.dnd_areamigration-row-17-padding .dnd-column {
  padding: 0;
}
.dnd_areamigration-row-14-padding .span6:first-child {
  text-align: right;
}
.dnd_areamigration-row-14-padding .span6:last-child {
  text-align: left;
}

@media (max-width: 768px) {
  .dnd_areamigration-row-14-padding p {
    font-size: 24px;
  }
  .dnd_areamigration-row-12-padding .hs-responsive-embed {
    flex: none;
    height: 392px !important;
    margin: 30px 80px 0px 80px !important;
    max-width: calc(100% - 160px) !important;
  }
  .dnd_areamigration-row-11-padding .card-item {
    margin-bottom: 0;
  }
  .dnd_areamigration-row-5-padding>.row-fluid>div>div:first-child:after {
    margin-left: auto;
    margin-right: auto;
  }
  .dnd_areamigration-row-1-padding>div {
    display: block;
  }
  .dnd_areamigration-row-5-padding>.row-fluid>div h6 {
    font-size: 20px;
  }
  .dnd_areamigration-row-9-padding .span6 h6,
  .dnd_areamigration-row-10-padding .span6 h6,
  .dnd_areamigration-row-10-padding .span6 h6 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .dnd_areamigration-row-14-padding .span6:first-child, .dnd_areamigration-row-14-padding .span6:last-child {
    text-align: center;
  }
}


@media (max-width: 480px) {
  .item-group:first-child .item-content h6 {
    text-align: left;
    max-width: 100%;
    justify-content: flex-start;
  }
  .dnd_areamigration-row-2-padding h3 {
    line-height: 1.4;
  }
  .dnd_areamigration-row-20-padding p {
    font-size: 16px;
  }
  .dnd_areamigration-row-5-padding>.row-fluid>div h6 {
    text-align: left;
    max-width: 100%;
    justify-content: flex-start;
  }
  .dnd_areamigration-row-20-padding .hs-button {
    margin: 15px 0px 15px 0px;
    padding: 20px 0px 20px 0px;
    width: 250px;
    max-width: 100%;
    border-radius: 80px;
  }
  .dnd_areamigration-row-20-padding * {
    overflow: hidden;
  }
  .dnd_areamigration-row-14-padding p {
    font-size: 16px;
    max-width: 100%;
  }
}
.widget-type-form {
  display: flex;
  justify-content: center;
}
/* （202506） トップのファーストビューのABテストで新パターンお試しのため、いったんCMSのレイアウトを上書きで調整。テスト後に消すか、実装を新モジュールに移す予定 */
@media(max-width:1089px){
  .hs-content-id-190809978651 .DND_banner-row-0-background-layers {
    background-position: 100% !important;
  }
  
  .hs-content-id-190809978651 .cell_17485829932763-row-0-vertical-alignment .row-fluid {
    display: grid !important;
    justify-content: center !important;
  }
  
  .hs-content-id-190809978651 .row-fluid .span6 {
    width: 100% !important;
    align-items: center !important;
    margin-left: 0 !important;
  }
  
  .hs-content-id-190809978651 .row-fluid-wrapper.row-depth-1.row-number-5.dnd-row {
    text-align: center !important;
  }
}
.article__body h2 {
  border-left: 12px solid #F97316;
  padding-left: 24px;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.article__body h3 {
  border-left: 4px solid #F97316;
  padding-left: 24px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.article__body h4 {
  margin-bottom: 2rem;
}

.article__body a {
  text-decoration: underline;
  word-break: break-all;
}

.article__body a:hover,
.article__body a:active
 {
  color: var(--accent_primary_color);
}

.article__body img {
  vertical-align: bottom;
  margin: 1rem 0;
  border-radius: 6px;
}

@media (min-width: 1140px) {
  .article__body img.left {
    margin-left: -100px;
  }

  .article__body img.right {
    margin-left: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.blog-list-wrapper,
.blog-post-wrapper
 {
  background-color: var(--bg_secondary_color);
}

.blog-list-wrapper,
.blog-post-wrapper {
  padding-top: 91px;
}

.blog-list-wrapper .hs-cta-img,
.blog-post-wrapper .hs-cta-img {
  height: auto;
}

.blog-main-column
 {
  padding: 0 0 80px;
  position: relative;
}

.blog-author-column,
.blog-sidebar,
.blog-sidebar-author {
  position: relative;
}

.blog-sidebar {
  padding: 0 0 20px;
}

/* Side Banner Bottom Sticky*/
@media (min-width: 768px) {
  .blog-sidebar.bottom {
    position: sticky;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-author {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .blog-sidebar.blog-author #hs_cos_wrapper_sidebanner-top {
    display: none !important;
  }
}

.blog-main-column:after {
  content: "";
  flex: auto;
}

.blog-main-column > div:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .blog-main-column {
    padding-bottom: 0;
  }
}

.blog-sidebar > div:not(:last-child) {
  margin-bottom: 20px;
}

h1.blog-header__title {
  font-size: 66px;
  font-weight: 500;
  color: #fff;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}

.blog-post {
  padding: 48px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 576px) {
  .blog-post {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    padding: 48px 24px;
  }
}

.blog-post h1 {
  font-size: 2rem;
  margin: 1rem 0 1rem;
}

.post-author {
  display: flex;
  height: 40px;
  align-items: center;
  font-weight: 500;
}

.post-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.post-author * {
  margin-right: 1rem;
}

.profile-wrapper {
  position: relative;
  background: #fff;
  border-radius: 8px;
}

.post-profile {
  padding: 48px 32px;
  display: flex;
}

.blog-post .post-profile {
  margin-top: 48px;
  border-top: 1px solid #ccc;
}

@media (max-width: 576px) {
  .post-profile {
    flex-wrap: wrap;
  }

  .blog-post .post-profile {
    padding: 48px 0;
  }

  .profile-wrapper .post-profile {
    padding: 32px;
  }
}

.post-profile__image {
  margin-right: 32px;
  flex: 0 0 auto;
}

@media (max-width: 576px) {
  .post-profile__image {
    text-align: center;
    flex-basis: 100%;
  }

  .blog-post .post-profile__image {
    margin-bottom: 2rem;
  }
}

.post-profile__image > img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .profile-wrapper .post-profile__image > img {
    padding: 0;
    width: 70px;
    height: 70px;
  }
}

.post-pforile__content {
  flex-grow: 1;
}

.post-profile__name {
  font-size: 21px;
  line-height: 1.75rem;
  font-weight: var(--font_weight_bold);
}

.post-profile__name > a {
  text-decoration: underline;
}

.post-profile__bio {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.5rem;
}


/*  Blog Listing with Sidebar  */

.post-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px -15px;
}

.post-items__col {
  flex: 0 0 50%;
  padding: 0 15px 30px 15px;
}

@media (max-width: 576px) {
  .post-items__col {
    flex: 0 0 100%;
  }
}

.post-item {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.15s;
}

.post-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}

.post-item:hover .post-item__title,
.post-item:hover .post-item__date
 {
  color: var(--accent_primary_color);
}

.post-item__image {
  width: 100%;
  position: relative;
  background: lightgray;
  object-fit: cover;
}

.post-item__image:before {
  content:"";
  display: block;
  padding-top: 52.5%; /* 高さを幅の52.5%に固定 */
}

.post-item__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.post-item__content {
  padding: 24px;
}

.post-item__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.post-item__tags,
.blog-post__tags
 {
  display: flex;
}

.post-item__tag,
.blog-post__tag
 {
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  color: var(--accent_primary_color);
  line-height: 24px;
  margin-right: 8px;
}

.post-item__date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0,0,0, 0.6);
}

.post-item__title {
  font-size: 18px;
  font-weight: var(--font_weight_bold);
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.widget-module {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}

.widget-module__title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1rem;
  font-weight: var(--font_weight_bold);
}

/* Recent Tag Posts */

ul.recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.recent-posts > li {
  margin-bottom: 20px;
}

ul.recent-posts > li:last-of-type {
  margin-bottom: 0;
}

.recent-post {
  position: relative;
  display: flex;
  transition: 0.2s;
}

.recent-post:hover .recent-post__title {
  color: var(--accent_primary_color);
}

.recent-post:last-of-type {
  margin-bottom: 0;
}

.recent-post__rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent_primary_color);
  color: #fff;
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  z-index: 9;
}

.recent-post__image {
  width: 76px;
  height: 76px;
  object-fit: cover;
  margin-right :16px;
}

.pop-post__tags {
  display: flex;
}

.pop-post__tag {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent_primary_color);
  line-height: 24px;
  margin-bottom: .25rem;
}

.recent-post__tag {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent_primary_color);
  line-height: 24px;
  margin-bottom: .25rem;
}

.recent-post__title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Tag Items (Tag list) */

ul.tag-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-item {
  display: block;
  padding: 16px 0;
  line-height: 24px;
  border-top: 1px solid #ccc;
}

ul.tag-items li:first-of-type .tag-item {
  border-top: none;
  padding-top: 0;
}

.tag-item:hover {
  color: var(--accent_primary_color);
}

/*  Blog Related Contents モバイルは非表示 */
@media (max-width: 767px) {
  .blog_related_contents {
    display: none;
  }
}

.blog_related_contents .content-wrapper {
  padding: 1.5rem 0 3rem;
}

@media (min-width: 768px) and (max-width: 1300px){
  .blog_related_contents .content-wrapper {
    width: 92%;
  }
}

.blog_related_contents__header {
  margin-bottom: .5rem;
}

.blog_related_contents__cards {
  display: flex;
  gap: 1rem;
}

.blog_related_contents__card {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  flex-basis: 100%;
}

.blog_related_contents__card-link {
  display: block;
  background-color: #fff;
  overflow: hidden;
  transition: 0.15s;
}

.blog_related_contents__card-image {
  width: 100%;
  position: relative;
  background: lightgray;
  object-fit: cover;
  height: 52%;
}

.blog_related_contents__card-image:before {
  content:"";
  display: block;
  padding-top: 52.5%; /* 高さを幅の52.5%に固定 */
}

.blog_related_contents__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.blog_related_contents__card-content {
  padding-top: 8px;
}

.blog_related_contents__card-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent_primary_color);
  line-height: 24px;
  margin-bottom: .25rem;
}

.blog_related_contents__card-title {
  font-size: 15px;
  font-weight: var(--font_weight_bold);
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog_related_contents__card-date {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

/* Pagination */

.blog-pagination {
  display: block;
  text-align: center;
  padding: 24px 0 44px;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination-left {
  text-align: right;
}

.blog-pagination-right {
  text-align: left;
}

.blog-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height :52px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: var(--font_weight_bold);
  margin: 0 4px;
}

.blog-pagination a:hover,
.blog-pagination a:focus {
  color: var(--accent_primary_color);
  background: #fff;
  text-decoration: none;
}

.blog-pagination a.elipses {
  border: 0;
}

.blog-pagination a.active {
  background: var(--accent_primary_color);
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link {
}

.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
  background-color: rgba(var(--accent_primary_color), 0.4);
}

.post-item .post-body {
  margin-top: 20px;
}

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height: 26.4px;
}
.resource-list,
.resource-done {
  padding-top: 90px;
}

.resource__main-column {
  padding-right: 16px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .resource__main-column {
    width: calc(100% - 360px) !important;
  }
}

.resource__side-column {
  position: sticky;
  top: 24px;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .resource__side-column {
    min-width: 330px;
  }
}

.resource__side-column .hs-button.large {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.resource-form__title {
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  line-height: 1.5rem;
}

.resource-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
}

/* Resource List */

.resource-list {
  background: var(--bg_secondary_color);
}

h3.resource-list__section-title,
h4.resource-list__section-title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 100px;
  margin-top: -100px;
}

h3.resource-list__section-title:not(:first-of-type),
h4.resource-list__section-title:not(:first-of-type) {
  padding-top: 100px;
  margin-top: -20px;
}

.resource_featured {
  position: relative;
}

.resource_featured:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(https://www.helpfeel.com/hubfs/08_resource/popular-label.png);
  background-size: cover;
  height: 35%;
  width: 20%;
  z-index: 1;
}

.resource-list__more-btn-wrap {
  display: grid;
  justify-content: center;
  text-align: center;
  margin: 3rem auto 0;
}

.resource-list__more-btn-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.resource-list__more-btn {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 90px;
  border-radius: 30px;
  border: solid 1px var(--color_gray50);
  background-color: #fff;
  transition: 0.15s;
}

.resource-list__more-btn:hover {
  background-color: var(--accent_primary_color);
  border: solid 1px var(--accent_primary_color);
  color: #fff;
  font-weight: 500;
}

.resource-list__banner_image {
  padding-bottom: 40px;
}

/* Resource Post */

.resource-post {
  background: #fff;
}

.resource-post__body a {
  text-decoration: underline;
}

.resource-post__body a:hover,
.resource-post__body a:active
 {
  color: #f97316;
}

@media (min-width: 768px) {
  .resource-post__header {
    margin-top: 56px;
  }
}

.resource-post__header h1 {
  font-size: 42px;
  margin: 1rem 0 1rem;
}

@media (max-width: 768px) {
  .resource-post__header h1 {
    font-size: 28px;
  }
}

.resource-post__appeal_image .image-container {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .resource-post__appeal_image .image-container {
    padding-bottom: .5rem;
  }
}

.resource-post__image {
  width: 100%;
  position: relative;
  background: lightgray;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.resource-post__image img {
  vertical-align: bottom;
}

.rsource-post__image:before {
  content:"";
  display: block;
  padding-top: 52.5%; /* 高さを幅の52.5%に固定 */
}

/* Resource Done */
.resource-done h1 {
  font-size: 42px;
}

@media (max-width: 768px) {
  .resource-done h1 {
    font-size: 26px;
  }
}

.resource-done h1,
.resource-done p {
  text-align: center;
}

.resource-done__section {
  margin-top: 4.5rem;
}

.resource-done__buttons {
  display: flex;
  padding: .5rem 0;
  flex-direction: column;
  align-items: center;
}

.resource-done__buttons .hs-button {
  width:  250px;
  text-align: center;
}

.resource-done__form-row {
  margin-top: 2.5rem;
}

.resource-done__thumbnail {
  overflow: hidden;
}

@media(min-width: 576px) {
  .resource-done__thumbnail {
    padding-right: 20px;
  }
}

.resource-done__thumbnail > img {
  border-radius: 8px;
}

.resource-done__spacer {
  padding-top: 6rem;
  width: 100%;
}

.hs-content-id-182963888410 iframe,
.hs-content-id-182963569167 iframe,
.hs-content-id-183789981966 iframe {
  width: 100% !important;
  aspect-ratio: 1.6 / 1;
  height: 100%;
}

/* フォーム共通設定 */
fieldset.form-columns-1:has(> div.hs_utm_medium) {
  border: 0 !important;
}
fieldset.form-columns-1:has(> div.hs_utm_source) {
  border: 0 !important;
}
fieldset.form-columns-1:has(> div.hs_utm_campaign) {
  border: 0 !important;
}
fieldset.form-columns-1:has(> div.hs_utm_term) {
  border: 0 !important;
}
fieldset.form-columns-1:has(> div.hs_utm_content) {
  border: 0 !important;
}
fieldset.form-columns-1:has(> div.hs_gclid) {
  border: 0 !important;
}
.seminar-list,
.seminar-post,
.seminar-done,
.seminar-archive-post,
.seminar-archive-done {
  padding-top: 90px;
}

.content-wrapper--seminar {
  padding-bottom: 80px;
}

/* Seminar List */
.seminar-list__top {
  background: var(--bg_secondary_color);
}
.seminar-list__bottom,
.seminar-archive-post {
  background: var(--bg_secondary_color);
}

h2.seminar-list__section-title {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  h2.seminar-list__section-title {
    margin: 0 0 30px;
  }
}

h2.seminar-list__section-title.top {
  margin: 0 0 30px;
}

.seminar-list__grid-group {
  display: flex;
  margin: 0 -15px 0 -15px;
  flex-wrap: wrap;
  position: relative;
}

.seminar-list__grid {
  flex: 0 0 33.3%;
  padding: 0 15px 30px 15px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .seminar-list__grid {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .seminar-list__grid {
    flex-basis: 100%;
  }
}

.seminar-list__cta {
  background: var(--bg_secondary_color);
  margin-top: 100px;
}


/* Seminar Post */

.seminar-post h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

.seminar-post h5 {
  margin-top: 4rem;
  margin-bottom: 2.5rem
}

.seminar-post__header {
  margin-top: 56px;
}

.seminar-post__header h1 {
  font-size: 2rem;
  margin: 1rem 0 1rem;
}

.seminar-post__image img {
  vertical-align: bottom;
  margin-bottom: 2rem;
  border-radius: 8px;
}

.seminar-post__button {
  width: 100%;
  padding-top: 1rem;
  text-align: center;
}

.seminar-post__button__closed-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background: var(--bg_secondary_color);
  font-weight: var(--font_weight_bold);
}

.seminar-post__follow-message {
  padding-top: 80px;
}

.seminar__side-column {
  position: sticky;
  top: 40px;
  padding-left: 40px;
}

/* Seminar Done */

.seminar-done,
.seminar-archive-done
 {
  text-align: center;
}

.seminar-done__header,
.seminar-archive-done__header {
  padding: 72px 0 0;
}

.seminar-done__header h1,
.seminar-archive-done__header h1 {
  font-size: 42px;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .seminar-done__header h1,
  .seminar-archive-done__header h1 {
    font-size: 26px;
  }
}

.seminar-done__home-link {
  font-weight: var(--font_weight_bold);
}

.seminar-archive-done__video {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.seminar-archive-done__video:before {
  content: '';
  display: block;
  width: 5px;
  padding-top: 56.25%;
}

.seminar-archive-done__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-list {
  background: var(--bg_secondary_color);
}

.works-list,
.works-post,
.works-done {
  padding-top: 90px;
}

.works-list .list-page-header .content-wrapper {
  padding-bottom: 0;
}

.content-wrapper--works-list {
  padding-bottom: 20px;
}

/* Works List */

h3.works-list__section-title {
  font-size: 23px !important;
  text-align: center !important;
  margin: 0 0 8px;
}

h3.works-list__section-title.top {
  margin: 10px 0 30px;
}

h3.works-list__section-title.second {
  padding: 32px 0 30px;
}

@media (max-width: 767px) {
  h3.works-list__section-title.second {
    background: #fff;
    margin: 0;
  }
}

img.works-list__header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-list__tabs {
  background-color: #FFF;
  margin-bottom: 40px;
}

.works-list__tabs form {
  max-width: unset;
}

@media (max-width: 767px) {
  .works-list__tabs-container {
    padding: 24px;
    margin: 0;
  }
}

.works-list__tab-wrap {
  padding: 1rem 24px 0;
}

@media (min-width: 768px) {
  .works-list__tab-wrap {
    border-bottom: solid 4px var(--bg_secondary_color);
  }
}

@media (max-width: 767px) {
  .works-list__tab-wrap {
    padding: 4px 0;
  }
}

.works-list__tab-wrap.last {
  border-bottom: none;
}

.works-list__menu-name {
  display: inline-block;
  vertical-align: top;
  width: 10%;
}

@media (max-width: 767px) {
  .works-list__menu-name {
    width: 100%;
  }
}

.works-list__menu-list {
  display: inline-flex !important;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  margin: 0 -30px 0 0;
}

@media (max-width: 767px) {
  .works-list__menu-list {
    margin: 0 -6px 0 0!important;
  }
}

.works-list__tab-container {
  list-style: none;
  padding: 0;
  display: none;
}

.works-list__tab-container.show {
  display: inline-block;
}

@media (min-width: 768px) {
  .works-list__tab-container.show {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .works-list__tab-container.show {
    margin: 3px 0;
  }
}

@media (min-width: 768px) {
  .works-list__tab-container {
    width: 89%;
  }
}

@media (max-width: 767px) {
  .works-list__tab-container {
    width: 100%;
  }
}

.works-list__tab-container input[type=checkbox] {
  display: none;
}

.works-list__tab-container-menu {
  flex: 0 0 18%;
  margin: 0 15px 15px 0;
  background: #fff;
  list-style: none;
  text-align: center;
  font-size: 14px;
  padding: 25px 9px 15px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .works-list__tab-container-menu {
    flex: none;
    margin: 0 .7rem .5rem 0;
    padding: 0.3em 1.2em;
  }

  .works-list__tab-container-menu img {
    display: none;
  }
}
@media (min-width: 768px) {
  .works-list__tab-container-menu {
    height: 116px;
    min-width: 150px;
    font-weight: var(--font_weight_bold);
  }
}

.works-list__tab-container-item,
.works-list__tab-container-menu {
  border: solid 1px var(--color_gray50);
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 992px) {
  .works-list__tab-container-item:hover,
  .works-list__tab-container-menu:hover,
  .works-list__tab-container-item:focus,
  .works-list__tab-container-menu:focus {
    background: var(--color_gray40);
  }
}

.works-list__tab-container-item.active,
.works-list__tab-container-menu.active {
  background: rgba(255,136,43,0.1);
  border: solid 1px #F97316;
}

.works-list__tab-container-item {
  text-align: center;
  font-size: 14px;
  padding: 0.1em 1.2em;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .works-list__tab-container-item {
    margin-bottom: 0.5rem;
  }
}

.works-list__grid-group {
  display: flex;
  margin:  0 -15px;
  flex-wrap: wrap;
  position: relative;
}

.works-list__grid {
  flex: 0 0 33.3%;
  padding: 0 10px 30px;
  list-style: none;
}

@media (min-width: 576px) and (max-width: 991px) {
  .works-list__grid {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .works-list__grid {
    flex-basis: 100%;
  }
}

.works-list__section-header {
  padding: 2.5rem 0;
}

.works-list__text {
  text-align: center;
  margin-bottom: 5rem;
}

.works-list__banner {
  cursor: pointer;
}

@media (min-width: 769px) {
  .works-list__banner {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .works-list__banner {
    padding: 30px 0;
    text-align: center;
  }
}

/* Works Post */
.works-post {
  background-color: var(--color_gray20);
}

.content-wrapper--works-post {
  display: flex;
  padding-bottom: 2rem;
}

.works-post .works-main-column {
  padding: 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .works-post .works-main-column {
    width: 75%;
    margin-right: 12px;
  }

  .works-post .works-sidebar {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .content-wrapper--works-post {
    flex-direction: column-reverse;
  }

  .works-post .works-sidebar {
    margin-bottom: 1rem;
  }
}

.works-post__hero .content-wrapper {
  background-color: #fff;
}

.works-post__hero h1 {
  font-size: 1.75rem;
  padding-left: 40px;
  margin: 0;
}

@media (min-width: 576px) and (max-width: 991px) {
  .works-post__hero h1 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .works-post__hero h1 {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .works-post__hero h1 {
    font-size: 20px;
    padding: 0 20px;
  }
  
  .works-post h2 {
    font-size: 20px !important;
  }
  
  .works-post p {
    margin-bottom: 1.5rem;
  }
}

.works-post h3 {
  font-size: 18px;
  border: none;
  padding-left: 0;
  margin-top: 2rem;
}

.works-post__company-logo {
  padding: 2rem 0;
}

@media (max-width: 1299px) {
  .works-post__company-logo {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .works-post__company-logo {
    display: none;
  }
}

.works-post__company-logo img {
  max-width: 270px;
  max-height: 90px;
  object-fit: contain;
  object-position: left;
  vertical-align: bottom;
  padding-left: 40px;
}

@media (max-width: 1299px) {
  .works-post__company-logo img {
    max-width: 180px;
    max-height: 80px;
  }
}

.works-post__company-logo-sidebar {
  padding: 1rem 0 1.5rem;
}

.works-post__company-logo-sidebar img {
  display: block;
  margin: 0 auto;
  max-width: 180px !important;
  height: auto;
}

.works-post__hero {
  position: relative;
  margin: 1rem 30px;
}

.works-post__hero .content-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

@media (max-width: 767px) {
  .works-post__hero .content-wrapper {
    flex-direction: column-reverse;
  }
}

.works-post__hero__image {
  flex: 0 0 46.6%;
  height: 480px;
  position: relative;
  margin: 1rem;
}

.works-post__hero__image img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 10%;
  z-index: 1;
}

@media (max-width: 767px) {
  .works-post__hero__image img {
    left: 0;
    margin: auto;
  }
}

.works-post__hero__image:before {
  content: "";
  display: block;
  padding-top: 89%;
}

.works-post__hero__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 64px);
}

@media (max-width: 767px) {
  .works-post__hero__text {
    position: relative;
    padding: 1rem 0 0;
  }
}

.works-post__hero__text__flexbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

@media (min-width: 768px) {
  .works-post__hero__text__flexbox {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .works-post__hero__text__flexbox {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .works-sidebar_fixed-contents {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
  }
}

.works-post__company-info {
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}

.works-post__company-info .detail-item {
  margin: 0 15px 0 0;
}

.works-post__cta {
  padding-top: 1rem;
}

.works-post__cta button {
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

.works-post__summary {
  padding: 3rem 20px;
}

@media (max-width: 575px) {
  .works-post__summary {
    padding: 2rem 20px;
  }
}

.works-post__summary__box {
  padding: 3rem 2.5rem 3rem;
  border: 3px solid #F97316;
  box-shadow: 4px 4px 0px #F97316;
}

@media (max-width: 575px) {
  .works-post__summary__box {
    padding: 2.5rem 1rem;
  }
}

.works-post__summary__title {
  font-size: 18px;
  text-align: center;
  font-weight: var(--font_weight_bold);
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 101px;
}

.works-post__summary__title:after {
  content: "";
  position: absolute;
  background: #F97316;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 3px;
}

.works-post__summary ul {
  margin: 0;
  padding-left: 36px;
}

.works-post__summary li:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .works-post .works-main-column .article__body {
    width: 95%;
  }
}

.works-post .works-main-column .article__body h2 {
  border: none !important;
  padding: 0 !important;
}

.works-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.works-list__cta {
  padding: 6rem 0 0;
  background: var(--bg_secondary_color);
}

/* CTA Button */
.works-post__cta-button img{
  position: relative;
  display: inline-block;
  margin-left: 2px;
  margin-right: -4px;
  top: 2px;
  width: 18px;
}

@media (max-width: 575px) {
  .works-post__cta-button {
    font-size: 14px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Sidebar */

.works-post__company-info-table {
  margin: 0;
  font-size: 13px;
}

.works-post__company-info-table,
.works-post__company-info-table th,
.works-post__company-info-table td {
  border: none;
}

.works-post__company-info-table th,
.works-post__company-info-table td {
  padding: 5px;
}

.works-post__company-info-table th {
  width: 70px;
  text-align: left;
}

/* Modal */

.modal {
  --modal-width: 480px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: scroll;
  display: none;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max-content;
  min-height: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  background: rgba(0,0,0, 0.5);
}

@media (max-width: 575px) {
  .modal-backdrop {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-box {
  width: var(--modal-width);
  max-width: 100%;
  height: max-content;
  z-index: 1001;
  background: white;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .modal-box {
    width: 100%;
    left: 0;
  }
}

.modal-box__header {
  height: 3.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
}

@media (max-width: 575px) {
  .modal-box__header {
    padding: 0 4px;
  }
}

.modal-box__body {
  padding: 0.5rem 2rem 0;
  /* Hubspotのフォームスタイルがずれているため調整 */
  margin-right: -8px;
}

.modal-box__footer {
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 2rem;
}

.modal-link {
  display: inline-flex;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 2rem;
  text-decoration: underline;
  font-weight: var(--font_weight_bold);
  transition: 0.15s;
  cursor: pointer;
  margin: 0 auto;
}

.modal-link:hover {
  color: var(--accent_primary_color);
}

/* Works Done */

.works-done {
  text-align: center;
}

.works-done__header {
  padding: 72px 0 0;
}

.works-done__header h1 {
  font-size: 44px;
  margin-bottom: 16px;
  position: relative;
}

.works-done__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.works-done__home-link {
  font-weight: var(--font_weight_bold);
}
/* showcase List */
html .showcase-list {
  scroll-behavior: auto !important;
}

.showcase-list {
  background: var(--bg_secondary_color);
}

.showcase-list,
.showcase-post {
  padding-top: 90px;
}

.showcase-list .list-page-header .content-wrapper {
  padding-bottom: 0 !important;
}

.content-wrapper--showcase-list {
  padding-bottom: 25px;
}

@media(min-width: 1020px) {
  .content-wrapper--showcase-list {
    padding-bottom: 55px;
  }
}

.showcase-list__section {
  background: #fff;
  padding-bottom: 30px;
}

.showcase-list__section-header {
  padding-top: 8rem;
  margin-top:-4rem;
  margin-left:-21px;
  margin-right:-21px;
}

h3.showcase-list__section-title {
  margin: 0 0 2.5rem;
}

@media (max-width: 768px) {
  h3.showcase-list__section-title {
    margin: 0 0 1rem;
    font-size: 24px;
  }
}

h3.showcase-list__section-title.top {
  margin: 3rem 0 2rem;
}

@media (min-width: 769px) and (max-width: 1200px) {
  h3.showcase-list__section-title.top {
    margin: 4rem 0 30px;
  }
}

@media (max-width: 768px) {
  h3.showcase-list__section-title.top {
    margin: 40px 0 20px;
  }
}

.showcase-list__menu-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  margin: 0 -30px 0 0;
}

@media (max-width: 768px) {
  .showcase-list__menu-list {
    margin: 0 0 40px;
  }
}

.showcase-list__menu {
  display: block;
  min-width: 150px;
  flex: 0 0 18%;
  margin: 0 1rem 1rem 0;
  background: #fff;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-weight: var(--font_weight_bold);
  border: 1px solid var(--color_gray50);
  border-radius: 5px;
}

.showcase-list__menu.old {
  flex: 0 0 15% !important;
}

@media (min-width: 769px) {
  .showcase-list__menu {
    height: 116px;
  }
}

@media (min-width: 769px) and (max-width: 789px) {
  .showcase-list__menu {
    flex: 0 0 22%;
  }
}

@media (min-width: 769px) and (max-width: 789px) {
  .showcase-list__menu.old {
    flex: 0 0 17%;
  }
}
@media (max-width: 768px) {
  .showcase-list__menu {
    flex: 0 0 49%;
    margin: 1px;
  }
}

.showcase-list__menu a {
  display: block;
  height: 100%;
  padding: 25px 10px 15px 10px;
}

@media (min-width: 1200px) {
  .showcase-list__menu a {
    padding: 25px 9px 15px;
  }
}

@media (max-width: 768px) {
  .showcase-list__menu a {
    padding: 15px 10px 10px 10px;
  }
}

.showcase-list__menu a:hover,
.showcase-list__menu a:focus {
  background: var(--color_gray40);
  transition: .15s;
}

@media (max-width: 767px) {
  .showcase-list__menu a:hover,
  .showcase-list__menu a:focus {
    background: rgba(255,136,43,0.1);
    border: solid 1px #F97316;
  }
}

.showcase-list__menu-icon {
  width: 30px;
  padding: 2px;
}

.showcase-list__menu-name {
  line-height: 18px;
}
.news-list,
.news-post {
  padding-top: 90px;
}

.content-wrapper--news-post {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media(max-width: 576px) {
  .content-wrapper--news-post {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

/* Works List */

.news-list {
  background: var(--bg_secondary_color);
}

.news-list__section-header {
  padding: 6rem 0 4rem;
}

h3.news-list__section-title {
  margin: 0 0 8px;
  line-height: 2.25rem;
}

img.news-list__header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__title {
  font-size: 18px;
  font-weight: var(--font_weight_bold);
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item__date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0,0,0, 0.6);
}

/* News Post */

.news-post__header h1 {
  margin: 0;
  font-size: 42px;
}

@media (max-width: 768px) {
  .news-post__header h1  {
    font-size: 28px;
  }
}

.news-post__date {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .news-post__date {
    margin-bottom: 1rem;
  }
}

.news-post__image {
  margin-top: 0;
  margin-bottom: 4rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .news-post__image {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}

.news-post__image img {
  vertical-align: bottom;
}

.news-list__cta {
  padding: 4rem 0 0;
  background: var(--bg_secondary_color);
}

.news-post__cta {
  padding-top: 3rem;
}
/* Missing Template at Path: \'helpfeel-marketing\/css\/templates\/templates\/_news.css\' */

.update-list__wrapper {
    padding: 48px 120px;
    background: #fff;
    border-radius: 8px;
}

.update-list__contents > ul {
    list-style: none;
    padding-left: 0;
}

.update-list__item {
    padding: 24px 0;
    border-bottom: 1px solid var(--color_gray40);
}

.update-list__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.update-list__item a:hover .update-list__title{
    text-decoration: underline;
}

.update-list__text {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    align-items: center;
}

.update-list__time {
    margin-right: 24px;
}

.update-list__icon {
    margin-left: 24px;
}

.update-list__banner {
    background: #fff;
}

@media (max-width: 767px) {
    .update-list__content-wrapper {
        padding: 0;
    }
    .update-list__wrapper {
        padding: 0 24px 20px;
        border-radius: 0;
    }
    .update-list__time {
        margin-right: 1rem;
    }
    .update-list__icon {
        margin-left: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .update-list__wrapper {
        padding: 1rem 3rem;
    }
}
.body-container-wrapper.aifaq-page {
    padding-top: 90px;
    background-color: var(--bg_secondary_color);
}

.body-container-wrapper.aifaq-page .dnd-section {
  padding: 30px 60px;
}

@media (max-width: 767px) {
    .body-container-wrapper.aifaq-page .dnd-section {
        padding: 20px 28px;
      }
}

.content-wrapper.aifaq-page {
    padding: 0;
}

/* anchor_link_navi */
.body-container-wrapper.aifaq-page .anchor-link-nav {
    width: 100%;
}

.body-container-wrapper.aifaq-page .anchor-link-nav__title{
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .body-container-wrapper.aifaq-page .anchor-link-nav {
        width: 93%;
        height: 195px;
    }
    .body-container-wrapper.aifaq-page .anchor-link-nav__title {
        font-size: 13px;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.body-wrapper.hs-site-page.hs-content-id-0 {
  background-color: var(--bg_secondary_color);
}

.error-page {
  padding: 15rem 0;
  text-align: center;
  position: relative;
}

@media (max-width: 480px) {
  .error-page {
    padding: 10rem 0;
  }
}
 
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: var(--font_weight_bold);
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

@media (min-width: 768px) {
  .error-page_content {
    display: flex;
    justify-content: center;
  }

  .error-page_image {
    display: flex;
    align-items: center;
  }

  .error-page_message {
    text-align: left;
    padding-left: 4rem;
  }
}

.error-page_heading {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .error-page_text {
    text-align: left;
  }
}

.error-page_textlink,
.error-page_textlink:hover,
.error-page_textlink:focus {
  color: -webkit-link;
  font-weight: 500;
  text-decoration: underline;
}

.error-page_textlink:hover,
.error-page_textlink:focus {
  opacity: 0.7;
}

.error-page-button {
  background: #fff;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 12px 24px 16px;
  text-decoration: none;
  transition: .15s cubic-bezier(.4,.4,0,1);
  white-space: normal;
}

.error-page-button:hover,
.error-page-button:focus {
  color: #7D7D7D;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-size: 1.25rem;
  color: #000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: var(--font_weight_bold);
}
.hs-search-results__pagination a {
  color: #000;
}
.no-banner p.header {
  height: auto;
  background: transparent;
}
form#email-prefs-form h2 {
  font-size: 40px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 15px !important;
}
p.header {
  position: static;
}

@media (max-width: 768px) {
  form#email-prefs-form h1 {
    font-size: 40px;
  }
  form#email-prefs-form h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  body .systems-page h2 {
    font-size: 20px;
  }
  body .systems-page h1 {
    font-size: 30px;
  }
  body .systems-page h3 {
    font-size: 20px;
  }
  form#email-prefs-form h1 {
    font-size: 30px;
  }
  form#email-prefs-form h2 {
    font-size: 20px;
  }
}
/*ブログ機能使用箇所の共通ヘディング*/
.list-page-header {
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, #fff 0%, var(--bg_secondary_color) 100%);
  padding: 56px;
  margin-bottom: 60px;
}

.list-page-header h1 {
  font-size: 48px;
  margin-bottom: .5rem;
}

.list-page-header p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-page-header h1 {
    font-size: var(--h1_font_size_mobile);
  }
  .list-page-header {
    padding: 56px 24px;
  }
}
.works-item {
  display: inline-block;
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #D7DBDF;
  border-radius: 8px;
  padding: 14px;
}

.works-item:hover {
  color: #F97316;
  transition: 0.2s;
  box-shadow: 0 0 16px rgba(0,0,0,.16);
  border-radius: 8px;
}

.works-item img {
  vertical-align: bottom;
}

.works-item__image {
  border-radius: 5px;
  overflow: hidden;
}

.works-item__image > img {
  width: 100%;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .works-item__image > img {
    height: 16rem;
    object-fit: cover;
    object-position: 100% 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .works-item__image > img {
    height: 19rem;
  }
}

@media (min-width: 992px) {
  .works-item__image > img {
    height: 15rem;
    object-fit: cover;
    object-position: 100% 10%;
  }
}

.works-item:hover .works-item__image > img {
  transform: scale(1.07);
}

.works-item__logo {
  margin-top: 0.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-item__logo > img {
  max-width: 150px;
  max-height: 75px;
}

.works-item__title {
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: var(--font_weight_bold);
  margin-bottom: 0.5rem;
  padding: 0 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.works-item__info {
  line-height: 1.5rem;
  padding: 0 2px;
}

.works-item__info.detail {
  display: none;
}

.works-item__info.detail .detail-item {
  margin: 0 15px 0 0;
}

.works-item__overlay {
  border-radius: 8px;
  position: absolute;
  pointer-events: none;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  box-shadow: 0 0 16px rgba(0,0,0, 16%);
  opacity: 0;
  transition: 0.5s;
}

.works-item:hover .works-item__overlay {
  opacity: 1;
}
.works-simple-item {
  display: inline-block;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.3);
}

.works-simple-item:hover {
  color: #F97316;
  transition: 0.2s;
}

.works-simple-item img {
  vertical-align: bottom;
}

.works-simple-item__image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}

.works-simple-item__image > img {
  transition: 0.2s;
  object-fit: cover;
  width: 100%;
  min-height: 168px;
}

.works-simple-item:hover .works-simple-item__image > img {
  transform: scale(1.07);
}

.works-simple-item__logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 50px;
  width: 130px;
  display: flex;
  background-color: #fff;
}

.works-simple-item__logo > img {
  max-width: 100px;
  max-height: 35px;
  margin: auto;
}

.works-simple-item__text {
  padding: 25px;
}

.works-simple-item__title {
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: var(--font_weight_bold);
  margin-bottom: 0.5rem;
  padding: 0 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.works-simple-item__info {
  font-size: 16px;
  line-height: 1.5rem;
  padding: 0 2px;
}

.works-simple-item__info.detail {
  font-size: 14px;
}

.works-simple-item:hover {
  box-shadow: 0 0 16px rgba(0,0,0,.16);
  border-radius: 8px;
}
.seminar-item {
  width: 100%;
  height: 100%;
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
}

.seminar-item:hover {
  box-shadow: 0 0 16px rgba(0,0,0, 16%);
  transition: var(--hover_transition);
}

.seminar-item:hover .seminar-item__title,
.seminar-item:hover .seminar-item__info,
 {
  color: var(--accent_primary_color);
}

.seminar-item__image-box {
  position: relative;
}

.seminar-item__image-box:before {
  content:"";
  display: block;
  padding-top: 52.5%; /* 高さを幅の52.5%に固定 */
}

.seminar-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.seminar-item__play-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seminar-item__play {
  width: 78px;
  height: 78px;
}

.seminar-item__closed {
  height: 24px;
  width: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.3px;

  position: absolute;
  right: 0;
  bottom: 0;
}

.seminar-item__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px;
  column-gap: .5rem;
}

.seminar-item__content_text {
  padding-bottom: 1rem;
}

.seminar-item__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: var(--font_weight_bold);
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: var(--hover_transition);
}

.seminar-item__info {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  margin: 8px 0;
  transition: var(--hover_transition);
}

.seminar-item__info__icon {
  min-width: 20px;
  height: auto;
  margin-top: 2px;
}

.seminar-item__info__key {
  flex: 0 0 82px;
}

.seminar-item__info__value {
  flex: 1 1 auto;
}

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

.seminar-item__info__tag {
  font-size: 14px;
  padding-left: 4px;
}

.hs-button.seminar-item__button {
  align-self: center;
  margin-top: auto;
}

.seminar-item:hover .seminar-item__button,
.seminar-item:focus .seminar-item__button {
  background-color: var(--accent_primary_color);
  color: #fff;
}

.seminar-item:hover .hs-button.tertiary.icon_arrow:after,
.seminar-item:focus .hs-button.tertiary.icon_arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9375 9.37688L6 5.43938L7.43937 4L12.8163 9.37688L7.43937 14.7538L6 13.3144L9.9375 9.37688Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  right: 24px;
}

.hs-button.disabled.seminar-item__button.tertiary:hover {
  transform: none !important;
}