/*======================================================================
 * main
======================================================================*//* Missing Template at Path: \'snsunyo2024\/assets\/css\/base\/_normalize.css\' */@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;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "Barlow", "Noto Sans JP", sans-serif; 
}/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  html {
    font-size: min(1.1vw, 10px);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: min(2.6vw, 10px);
  }
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  line-height: 1.44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
  margin-top: 0;
}

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

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

a {
  color: #0051E0;
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 112px 20px;
}
.dnd-section > .row-fluid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .dnd-column[class*=background-color] {
    border-radius: 16px;
  }
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row-fluid {
    flex-direction: column;
  }
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.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: 47.5%;
}
.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] {
    width: auto;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}/*======================================================================
 * slider
======================================================================*/
.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 4.4rem;
    height: 4.4rem;
    margin-top: -2.2rem;
  }
}
.splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow.splide__arrow--next svg {
  transform: rotate(180deg) translateX(-2px);
}
.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.splide__arrow svg {
  display: block;
  width: 14px;
  height: auto;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .splide__arrow svg {
    width: 11px;
  }
}
.splide__arrow:hover {
  opacity: 0.7;
}

.splide__pagination {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  padding: 0;
  list-style: none;
}
.splide__pagination button {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  background-color: #5A5A5A;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: width 0.2s;
}
.splide__pagination button.is-active {
  width: 3.2rem;
  background-color: #0051E0;
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button,
.c-button02 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px 0.8rem;
  min-height: 6.7rem;
  padding: 0.5rem 3.2rem;
  background-color: #000;
  color: #fff;
  border-radius: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-button,.c-button02 {
    min-height: 6.7rem;
    border-radius: 3.7rem;
    font-size: 1.6rem;
  }
}
.c-button .label,
.c-button02 .label {
  flex: 0 0 auto;
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #000;
  line-height: 1;
}
.c-button .label {
  font-size: 1.4rem;
}
.c-button02 .label {
  font-size: 1rem;
}
.c-button .top_copy,
.c-button02 .top_copy {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.c-button .yellow,
.c-button02 .yellow {
  color: #FBFB07;
}
.c-button02 .fs_small{
  font-size: 1.2rem;
}

.c-button.-blue,
.c-button02.-blue {
  background-color: #0051E0;
}
.c-button.-blue .label,
.c-button02.-blue .label{
  color: #0051E0;
}
.c-button svg,
.c-button02 svg {
  fill: currentColor;
  height: auto;
}
.c-button .icon,
.c-button02 .icon{
  display: block;
  margin-left: 2rem;
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form a {
  color: #0051E0;
}
form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  form .form-columns-2 {
    flex-direction: column;
  }
}
form .form-columns-2 .hs-form-field {
  width: 47.3% !important;
}
@media screen and (max-width: 640px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
form .form-columns-3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  form .form-columns-3 {
    flex-direction: column;
  }
}
form .form-columns-3 .hs-form-field {
  width: 31.5% !important;
}
@media screen and (max-width: 640px) {
  form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
form .hs-form-field {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  form .hs-form-field {
    margin-bottom: 16px;
  }
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  form .hs-form-field > label {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
  }
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  form .form-columns-0 .hs-richtext {
    margin-bottom: 16px;
  }
}
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:not(:last-child) {
  margin-bottom: 0.8rem;
}
form .hs-form-required {
  font-size: 0;
  margin-left: 1rem;
}
form .hs-form-required::before {
  content: "必須";
  display: inline-block;
  padding: 0.5rem 0.8rem;
  background-color: #FF0000;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.1rem;
  line-height: 1;
}
form .hs-error-msgs {
  margin-top: 1rem;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: #FF0000;
  font-size: 1.4rem;
  line-height: 1.3;
}
form .hs_error_rollup {
  margin: 24px auto;
  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: 8px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  padding: 1.1rem 2.4rem;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1.5;
}
@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-left: 10px;
    padding-right: 10px;
  }
}
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: #ccc;
}
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: 50%;
  right: 2.4rem;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3.6rem;
  cursor: pointer;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
  min-height: 20rem;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
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;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #DCDCDC;
  border-radius: 4px;
}
form input[type=checkbox] + span::after {
  width: 10px;
  height: 7px;
  top: 5px;
  left: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=checkbox]:checked + span:before {
  background-color: #414141;
  border-color: #414141;
}
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: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
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;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #DCDCDC;
}
form input[type=radio] + span::after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #414141;
  opacity: 0;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
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 .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .legal-consent-container input[type=checkbox] + span::before {
  border-color: #0051E0;
}
form .legal-consent-container input[type=checkbox]:checked + span:before {
  background-color: #0051E0;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 90%;
  max-width: 340px;
  margin: 24px auto 0;
}
form input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6.7rem;
  border-radius: 3.7rem;
  margin: 0 auto;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
form input[type=submit]:hover {
  opacity: 0.7;
}

.form-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.submitted-message {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.thanks-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .thanks-text {
    font-size: 1.3rem;
  }
}
.thanks-text h1 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .thanks-text h1 {
    font-size: 2.2rem;
  }
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding-top: 76px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-is-in-editor {
  padding-top: 0;
}
.-is-in-editor .c-header {
  position: relative;
}
.-is-in-editor .c-header .gnav-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .-is-in-editor .c-header .gnav {
    display: none;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 clamp(10px, 2.2vw, 35px);
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 76px;
    padding: 0 10px;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .c-header.-js-opened {
    background-color: #DEEAFF;
    border-color: #7AAAFE;
  }
}
.c-header .header-inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.c-header .header-logo {
  flex: 0 0 auto;
  width: 28rem;　　　/*    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         */
  max-width: 100%; /* もともと22％　*/
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-header .header-logo {
    width: 15rem;
    max-width: 42%;
  }
}
.c-header .header-button {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .c-header .header-button {
    order: 1;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1040px) and (min-width: 769px) {
  .c-header .header-button {
    margin-left: clamp(10px, 1.6vw, 4rem);
  }
}
.c-header .hs-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px 0.8rem;
  padding: 0.6rem clamp(16px, 2.4vw, 2.8rem);
  background-color: #0051e0;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.c-header .hs-button .label  {
  flex: 0 0 auto;
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #000;
  line-height: 1;
  font-size: 1rem;
}
.c-header .hs-button .top_copy {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.c-header .hs-button .yellow {
  color: #FBFB07;
}
.c-header .hs-button .fs_small{
  font-size: 1.2rem;
}

.c-header .header-button a {
  height: 44px;
  max-width: 240px;
}
.c-header .gnav a {
  height: 58px;
}
@media screen and (max-width: 768px) {
  .c-header .header-button a {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
    font-size: clamp(.5rem, 3vw, 1.2rem);
    max-width: 100%;
    gap: 5px .3rem
  }
  .c-header .header-button .top_copy {
    font-size: .6rem;
    font-size: clamp(.5rem, 1.8vw, 1.2rem);;
}
  .c-header .header-button .label  {
    font-size: .7rem;
    font-size: clamp(.7rem, 1.8vw, 1rem);
    padding: .4rem .3rem;
  }
}




.c-header .toggle-btn {
  position: relative;
  flex: 0 0 auto;
  width: 5rem;
  height: 76px;
  margin-left: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-header .toggle-btn {
    display: none;
  }
}
.c-header .toggle-btn i {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 32px;
  height: 3px;
  border-radius: 4px;
  background: #000;
  transition: transform 0.3s linear;
}
.c-header .toggle-btn i:nth-child(1) {
  width: 24px;
  margin-top: -10px;
}
.c-header .toggle-btn i:nth-child(2) {
  margin-top: -2px;
}
.c-header .toggle-btn i:nth-child(3) {
  width: 20px;
  margin-top: 7px;
}
.c-header .toggle-btn.-js-opened i:nth-child(1) {
  margin-top: -2px;
  width: 32px;
  transform: rotate(45deg);
}
.c-header .toggle-btn.-js-opened i:nth-child(2) {
  transform: scale(0, 1);
}
.c-header .toggle-btn.-js-opened i:nth-child(3) {
  margin-top: -2px;
  width: 32px;
  transform: rotate(-45deg);
}
.c-header .gnav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-header .gnav {
    position: fixed;
    top: 76px;
    left: 100%;
    z-index: 10;
    width: 100%;
    max-height: calc(100% - 76px);
    padding: 0 20px 20px;
    background: #DEEAFF;
    overflow: auto;
    transition: left 0.3s ease-in-out;
  }
  .c-header .gnav.-js-opened {
    left: 0;
  }
}
.c-header .gnav .button {
  margin: 5.6rem auto 4rem;
  text-align: center;
}
.c-header .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: clamp(2rem, 3.1vw, 4rem);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-header .main-menu ul {
    display: block;
  }
}
@media screen and (max-width: 1040px) and (min-width: 769px) {
  .c-header .main-menu ul {
    column-gap: clamp(10px, 1.6vw, 4rem);
  }
}
.c-header .main-menu a {
  text-decoration: none;
  color: inherit;
}
.c-header .main-menu .hs-menu-depth-1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .hs-menu-depth-1 {
    border-bottom: 1px solid #7AAAFE;
  }
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .hs-menu-depth-1 a {
    display: block;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-header .main-menu .hs-menu-depth-1 > .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  }
}
.c-header .main-menu .hs-menu-depth-2 a {
  display: block;
  padding: 0.2rem 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-header .main-menu .hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block !important;
  }
}
.c-header .gnav-overlay {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: calc(100% - 76px);
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}


.c-header{
  transform: none;
  transition: all 0.3s ease;
}

.cmn_floating {
    transform: translateY(100%);
}
.scroll_up .c-header,
.scroll_down .c-header{
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.scroll_stop .c-header{
  transform: none;
  transition: all 0.3s ease;
}

.cmn_floating.active {
  transform: translateY(0%);
  transition: all 0.3s ease;
}




/*------------------------------------------------------------
 * header 2026/7/29 追加
------------------------------------------------------------*/

.c-header .header-logo__brands{
  --logo-h: 36px;

  display: flex;
  align-items: center;
  gap: 12px;
}

.c-header .header-logo__tse img{
  display: block;
  height: var(--logo-h);
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px){
  .c-header .header-logo__brands{ --logo-h: 20px; }
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  padding: 46px 0;
  background: #414141;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding-bottom: 16px;
  }
}
.c-footer a {
  color: inherit;
}
.c-footer .hs_cos_wrapper_type_rich_text {
  font-size: 1em;
}
.c-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-inner {
    gap: 3.2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-info {
    width: 100%;
  }
}
.c-footer .footer-note {
  margin-left: auto;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-note {
    width: 100%;
  }
}
.c-footer .copyright {
  margin-top: 1.8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    margin-top: 3.2rem;
    text-align: center;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 角丸セクション
------------------------------------------------------------*/
.c-section-column-radius > .row-fluid > .dnd-column {
  padding: 64px 7.2rem;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .c-section-column-radius > .row-fluid > .dnd-column {
    padding: 56px 20px;
    border-radius: 0;
  }
}
.c-section-column-radius h2 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .c-section-column-radius h2 {
    font-size: 3.4rem;
  }
}

.p_notes {
    display: flex;
    font-size: 1.4rem;
}
.p_notes.center {
  justify-content: center;
}
.p_notes:before {
  display: inline-block;
  content: "※";
}
.notes_list {
  display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0 !important;
}
.notes_list  li {
  display: flex;
  font-size: 1.4rem;
}
.notes_list  li:before {
  content: "※";
  display: inline-block;
}

.page_title_top {
    font-size: 1.4rem;
}
.page_title_top span {
    display: block;
  color:#0051E0;
}

.download_text_area {
    padding: 20px;
    margin-top: 80px;
    position: relative;
    background-color: #EEE;
    border-radius: 10px;
}
.download_text_area .image {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43px;
}

@media screen and (max-width: 768px) {
  .download_text_area {
    padding: 40px 15px 20px;
  }
  .download_text_area .image {
    width: 60px;
  }
}@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: 64px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 56px;
  }
}
.u-mt-large {
  margin-top: 80px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
.u-mb-default {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 56px;
  }
}
.u-mb-large {
  margin-bottom: 80px;
}

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

/*------------------------------------------------------------
 * 別窓リンク
------------------------------------------------------------*/
.u-blank-link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1em;
  margin-left: 0.4rem;
  vertical-align: -2px;
  background: url(https://45530749.fs1.hubspotusercontent-na1.net/hubfs/45530749/raw_assets/public/snsunyo2024/assets/images/common/icon-blank.svg) no-repeat center center;
  background-size: contain;
}.header-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
}
.header-logo .logo_text {
  white-space: nowrap;
  font-size: 8px;
}
@media screen and (min-width: 769px) {
  .header-logo .logo_text {
    font-size: 10px;
  }
}