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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal__container {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1028px;
  max-height: 100vh;
}

.modal__content {
  padding: 50px 0;
  line-height: 1.5;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 40px 0;
  }
}
.modal__content img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.modal__content .hs-video-widget {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.modal__close {
  position: absolute;
  right: -50px;
  top: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .modal__close {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
  }
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .modal__close::before, .modal__close::after {
    width: 40px;
    height: 1px;
  }
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
  *Animation
------------------------------------------------------------ */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*//*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

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

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 602px;
  margin: 0 auto;
  padding: 29px 10px;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.035em;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 40px;
  transition: background-color 0.3s;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #000;
}
.c-button::after {
  content: none !important;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button svg {
  color: #000;
  transition: fill 0.25s;
}
.c-button:hover {
  opacity: 1;
  background-color: #FFCA00;
}
.c-button.-white {
  background: #FFF;
}
.c-button.-white:hover {
  background-color: #FFCA00;
}
.c-button.-white {
  background: #FFF;
}
.c-button.-white:hover {
  background-color: #FFCA00;
}
.c-button i {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button i::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.c-button i.-right {
  right: 15px;
}
.c-button i.-left {
  left: 15px;
}
.c-button i.-arrow.-right::before {
  content: "\f105";
  font-size: 26px;
}
.c-button i.-arrow.-left::before {
  content: "\f104";
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 328px;
    min-height: 52px;
    padding: 18px 10px;
    font-size: 1.4rem;
  }
  .c-button i.-right {
    right: 10px;
  }
  .c-button i.-left {
    left: 10px;
  }
}/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1200px) {
  form label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  form label {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
form .form-columns-2 {
  display: flex;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
form .hs-form-field {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  form .hs-form-field {
    margin-bottom: 20px;
  }
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: block;
  margin: 0.7rem 0;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: red;
}
form .hs_error_rollup {
  margin: 3em auto -2em;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  outline: none;
  border-radius: 0;
  border: none;
  padding: 0.7em 0.5em;
  font-size: 2rem;
  line-height: 1.4;
  background-color: #FFF;
}
@media screen and (max-width: 1200px) {
  form select,
  form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  form select,
  form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
    padding: 0.96em 15px;
    font-size: 1.4rem;
  }
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #B4B4B4;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/Growth-X_2024/assets/images/common/arrow-select.svg) 50% 50%/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  form .hs-fieldtype-select .input:after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  form .hs-fieldtype-select .input:after {
    width: 12px;
    height: 12px;
  }
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 34px;
}
@media screen and (max-width: 1200px) {
  form .hs-fieldtype-select .input select {
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  form .hs-fieldtype-select .input select {
    padding-right: 24px;
  }
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  box-shadow: none;
  border-radius: 0 !important;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 4.5rem;
  padding-top: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  form input[type=checkbox] + span {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=checkbox] + span {
    padding-left: 3rem;
  }
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #FFF;
}
@media screen and (max-width: 1200px) {
  form input[type=checkbox] + span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
}
form input[type=checkbox] + span::after {
  left: 0.6rem;
  top: 1rem;
  width: 2rem;
  height: 1rem;
  border-left: 4px solid #008CD6;
  border-bottom: 4px solid #008CD6;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  form input[type=checkbox] + span::after {
    left: 0.5rem;
    height: 0.7rem;
    width: 1.4rem;
    border-width: 3px;
  }
}
@media screen and (max-width: 768px) {
  form input[type=checkbox] + span::after {
    left: 0.5rem;
    top: 0.9rem;
    height: 0.5rem;
    width: 1rem;
    border-width: 2px;
  }
}
form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 4.5rem;
  padding-top: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  form input[type=radio] + span {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=radio] + span {
    padding-left: 3rem;
  }
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #FFF;
}
@media screen and (max-width: 1200px) {
  form input[type=radio] + span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=radio] + span::before {
    width: 2rem;
    height: 2rem;
  }
}
form input[type=radio] + span::after {
  left: 0.6rem;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: #008CD6;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  form input[type=radio] + span::after {
    left: 0.4rem;
    top: 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=radio] + span::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 4rem auto 0;
}
@media screen and (min-width: 769px) {
  form .hs-submit {
    min-width: 440px;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.482em 2em;
  outline: none;
  border: none;
  text-align: center;
  background: #008CD6;
  border-radius: 48px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.43;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  form input[type=submit] {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  form input[type=submit] {
    padding: 0.75em 2em;
    font-size: 1.6rem;
  }
}
form input[type=submit]:hover {
  opacity: 0.7;
}
form .submitted-message {
  text-align: center;
}

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

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

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 59px;
  }
}
.c-header .logo {
  flex: 0 0 189px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .c-header .logo {
    flex-basis: 15.7%;
  }
}
@media screen and (max-width: 768px) {
  .c-header .logo {
    flex-basis: 185px;
  }
}
.c-header .logo a {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-header .gnav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-header .gnav {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 59px);
    padding: 0 0 20px;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 3px 0 35px;
}
@media screen and (max-width: 1200px) {
  .header-inner {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
  }
}
.header-inner .main-menu ul {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .header-inner .main-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
}
.header-inner .main-menu li {
  position: relative;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .header-inner .main-menu li {
    padding: 0;
  }
}
.header-inner .main-menu li.hs-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media screen and (max-width: 768px) {
  .header-inner .main-menu li.hs-item-has-children > a:hover {
    background-color: #b2b2b2;
  }
}
.header-inner .main-menu li.hs-item-has-children.-js-opened > a {
  color: #555;
  background-color: #e7e7e7;
}
.header-inner .main-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 6px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-inner .main-menu li a {
    padding: 7px 4px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .main-menu li a {
    padding: 23px 13px;
    color: #FFF;
    font-size: 1.6rem;
    border-radius: 0;
  }
}
.header-inner .main-menu li a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #b2b2b2;
}
.header-inner .main-menu .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  .header-inner .main-menu .hs-menu-children-wrapper {
    position: relative;
    padding: 5px 20px;
    border: none;
    background: transparent;
    box-shadow: none;
  }
}
.header-inner .main-menu .hs-menu-children-wrapper li {
  display: block;
  white-space: nowrap;
}
.header-inner .main-menu .hs-menu-children-wrapper a {
  display: block;
  padding: 3px 20px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.42857143;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .header-inner .main-menu .hs-menu-children-wrapper a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .header-inner .main-menu .hs-menu-children-wrapper a:hover {
    opacity: 1;
    color: #262A35;
    background: #b2b2b2;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .main-menu .hs-menu-children-wrapper a {
    padding: 15px 25px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .header-inner .main-menu .hs-menu-children-wrapper a:hover {
    color: #333;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 769px) {
  .header-inner .main-menu li.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .button-menu {
    padding: 0 20px;
  }
}
.header-inner .button-menu .cmn70_header-button-menu {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .header-inner .button-menu .cmn70_header-button-menu {
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
}
.header-inner .button-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 5px 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .header-inner .button-menu a {
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header-inner .button-menu a {
    padding: 5px 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .button-menu a {
    padding: 15px 13px;
    font-size: 1.6rem;
    background-color: #FFD300 !important;
  }
}
.header-inner .button-menu a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #262A35 !important;
}
.header-inner .button-menu a br {
  display: none !important;
}
.header-inner .toggle-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: 42px;
  height: 43px;
  margin-left: auto;
  padding: 9px 10px;
}
.header-inner .toggle-btn.-js-opened i:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.header-inner .toggle-btn.-js-opened i:nth-child(2) {
  background-color: transparent;
}
.header-inner .toggle-btn.-js-opened i:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.header-inner .toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  background: #666;
  border-radius: 1px;
  transition: transform 0.3s linear;
}
.header-inner .toggle-btn i:nth-child(1) {
  top: -14px;
}
.header-inner .toggle-btn i:nth-child(3) {
  top: 15px;
}
.header-inner .toggle-btn span {
  display: block;
  color: #fff;
  font-size: 0.846em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header-inner .toggle-btn {
    display: none;
  }
}

.header-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.header-menu li {
  flex: 0 1 auto;
}
.header-menu li a {
  display: block;
  text-decoration: none;
  color: #e20001;
  background: blue;
}
.header-menu li.-current {
  border-bottom: 2px solid;
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  padding: 50px 0;
  background: #777;
  color: #fff;
}
.c-footer .copyright {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 15px;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-footer .copyright {
    margin-top: 16px;
  }
}
.c-footer .copyright .inner {
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.footer-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}
.footer-inner .logo {
  width: 170px;
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .footer-inner .logo {
    width: 60%;
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.footer-nav .cmn80_footer-link-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-nav .cmn80_footer-link-menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .footer-nav .column {
    width: calc(50% - 15px);
  }
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-nav li {
  font-size: 0.9em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    font-size: 0.7em;
  }
}
.footer-nav a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footer-contacts {
  flex: 0 0 25%;
  max-width: 270px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-contacts {
    max-width: none;
    margin: 0;
  }
}
.footer-contacts .contact {
  margin-bottom: 13px;
}
.footer-contacts .contact a {
  display: block;
  position: relative;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.8em 0.5em;
  text-decoration: none;
  color: #656565;
  background: #ffd300;
  transition: all 0.4s;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .footer-contacts .contact a {
    font-size: 1.4em;
    padding: 0.5em;
  }
}
.footer-contacts .contact a:hover {
  opacity: 1;
  color: #FFF;
  background: #b2b2b2;
}
.footer-contacts .other-list ul {
  padding: 0;
  list-style: none;
}
.footer-contacts .other-list ul li {
  display: flex;
  justify-content: center;
}
.footer-contacts .other-list ul li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-contacts .other-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease;
  text-align: center;
  text-align: center;
  font-size: 90%;
}
.footer-contacts .other-list a:hover {
  color: #b2b2b2;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 角丸＋線のセクション
------------------------------------------------------------*/
.sec-home-mv {
  background: url("https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/Growth-X_2024/assets/images/home/bg-kv.jpg") 50% 50%/cover no-repeat;
}

.sec-yellow-bg {
  position: relative;
}
.sec-yellow-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: url("https://14507733.fs1.hubspotusercontent-na2.net/hubfs/14507733/Growth-X_2024/assets/images/common/bg-yellow-section.png") 50% 50%/cover no-repeat;
}
.sec-yellow-bg > * {
  position: relative;
}/*======================================================================
* pager
======================================================================*/
.c-pagination {
  margin-top: 4rem;
}
.c-pagination .inner {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-pagination .inner {
    gap: 4px;
  }
}
.c-pagination a {
  display: block;
  color: #3c3c3c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background: #cfcfcf;
}
@media screen and (max-width: 768px) {
  .c-pagination a {
    font-size: 1.2rem;
  }
}
.c-pagination a.number-link {
  padding: 11px 14px;
}
@media screen and (max-width: 768px) {
  .c-pagination a.number-link {
    padding: 7px 9px;
  }
}
.c-pagination a.number-link.-current {
  color: #FFF;
  background: #5b5b5b;
}
.c-pagination a.prev-link, .c-pagination a.next-link {
  padding: 11px 18px;
}
@media screen and (max-width: 768px) {
  .c-pagination a.prev-link, .c-pagination a.next-link {
    padding: 7px 11px;
  }
}
.c-pagination a:first-child {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .c-pagination a:first-child {
    border-radius: 3px 0 0 3px;
  }
}
.c-pagination a:last-child {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .c-pagination a:last-child {
    border-radius: 0 3px 3px 0;
  }
}/*======================================================================
* sidebar
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 40px;
}
.u-mt-default {
  margin-top: 60px;
}
.u-mt-large {
  margin-top: 80px;
}

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

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

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

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

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------
  * 編集画面のヘルプ
------------------------------------------------------------ */
.u-edit-info {
  display: none;
}

.is_in_editor .u-edit-info {
  display: block;
  margin: 40px 0;
  padding: 40px;
  color: #0091ae;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: rgb(245, 248, 250);
  border: 1px solid rgb(223, 227, 235);
  cursor: pointer;
}
.is_in_editor .u-edit-info:hover {
  opacity: 0.6;
}

.u-button-text-wrap {
  display: flex;
}
.u-button-text-wrap.-left {
  justify-content: flex-start;
}
.u-button-text-wrap.-right {
  justify-content: flex-end;
}
.u-button-text-wrap.-top {
  align-items: flex-start;
}
.u-button-text-wrap.-middle {
  align-items: center;
}
.u-button-text-wrap.-bottom {
  align-items: flex-end;
}
.u-button-text-wrap .button {
  flex: 0 0 auto;
  display: block;
  margin: 0 10px;
  padding: 0.5em 10px 0.4em;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  border-radius: 3em;
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.sns-btn {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.sns-btn a {
  display: block;
  width: 36px;
  height: 36px;
}