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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "neue-haas-grotesk-display", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
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;
}

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

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 374px) {
  html {
    font-size: max(2.6vw, 8px);
  }
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; 
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールの拡張
======================================================================*/
.buffer-message {
  padding: 1em;
  border: 1px dashed;
  text-align: center;
}
.buffer-message.-edit {
  padding: 0.5em;
  background-color: rgb(245, 248, 250);
  border-color: rgb(124, 152, 182);
  color: rgb(124, 152, 182);
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text *[style*="font-size: 48px"] {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text *[style*="font-size: 36px"] {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text *[style*="font-size: 32px"] {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text *[style*="font-size: 26px"] {
    font-size: 1.8rem !important;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 120px 20px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 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: 767px) {
  .row-fluid [class*=span] {
    width: auto;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .adjust-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 1rem 4rem;
  text-decoration: none;
  border: 1px solid #323230;
  background-color: #FFC814;
  color: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition: background-color 0.3s, color, 0.3s, border 0.3s;
  transition: background-color 0.3s, color, 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-height: 4rem;
    font-size: 1.6rem;
  }
}
.c-button:hover {
  opacity: 1;
  background-color: #FFE284;
}
.c-button.-orange {
  background-color: #EA5413;
}
.c-button.-orange:hover {
  background-color: #FFB08E;
}
.c-button.-white {
  background-color: #fff;
  color: #323230;
}
.c-button.-white:hover {
  background-color: #FFC814;
  color: #000000;
}
.c-button.-black {
  background-color: #333;
  color: #fff;
  border-color: #fff;
}
.c-button.-black:hover {
  background-color: #858585;
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 742px !important;
  margin: 0 auto !important;
  padding: 0;
}
form label {
  display: block;
}
form .form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  form .form-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
form .form-columns-2 .hs-form-field {
  width: 48.518% !important;
}
@media screen and (max-width: 540px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
form .form-columns-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  form .form-columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
form .form-columns-3 .hs-form-field {
  width: 31.3% !important;
}
@media screen and (max-width: 540px) {
  form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
form .hs-form-field {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 540px) {
  form .hs-form-field > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
form .hs-form-field .input {
  margin-right: 0 !important;
  margin-top: 0.8rem;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2.4rem;
}
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 {
  margin: 0.5rem 0;
}
form a {
  color: #EA5413;
}
form .hs-form-required {
  font-size: 0;
  margin-left: 1.6rem;
}
form .hs-form-required::before {
  content: "必須";
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid #FF6600;
  color: #FF6600;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  form .hs-form-required::before {
    font-size: 1.2rem;
  }
}
form .hs-error-msg,
form .hs-error-msgs {
  color: #E60000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}
form .hs-field-desc {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #9B9B9B;
  line-height: 1;
}
form textarea, form select, 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;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #F1F1F1;
  padding: 0.5em 1em;
  background: #F1F1F1;
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
}
form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=file]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder {
  color: #CDCBCB;
}
form textarea::-moz-placeholder, form select::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=file]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=date]::-moz-placeholder {
  color: #CDCBCB;
}
form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=file]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder {
  color: #CDCBCB;
}
form textarea::-ms-input-placeholder, form select::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=file]::-ms-input-placeholder, form input[type=search]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder {
  color: #CDCBCB;
}
form textarea::placeholder, form select::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: #CDCBCB;
}
form textarea.error, form select.error, form input.error[type=text], form input.error[type=email], form input.error[type=password], form input.error[type=tel], form input.error[type=number], form input.error[type=file], form input.error[type=search], form input.error[type=date] {
  background-color: #FFF5F5;
  border-color: #E60C2A;
}
form textarea:focus, form select:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form input[type=search]:focus, form input[type=date]:focus {
  background-color: #FFF5F5;
  border-color: rgba(230, 12, 42, 0.2);
  outline: 3px solid rgba(230, 12, 42, 0.2);
  outline-offset: -4px;
}
form textarea:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder, form input[type=text]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=password]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder, form input[type=number]:focus::-webkit-input-placeholder, form input[type=file]:focus::-webkit-input-placeholder, form input[type=search]:focus::-webkit-input-placeholder, form input[type=date]:focus::-webkit-input-placeholder {
  color: transparent;
}
form textarea:focus::-moz-placeholder, form select:focus::-moz-placeholder, form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form input[type=number]:focus::-moz-placeholder, form input[type=file]:focus::-moz-placeholder, form input[type=search]:focus::-moz-placeholder, form input[type=date]:focus::-moz-placeholder {
  color: transparent;
}
form textarea:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder, form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=password]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder, form input[type=number]:focus:-ms-input-placeholder, form input[type=file]:focus:-ms-input-placeholder, form input[type=search]:focus:-ms-input-placeholder, form input[type=date]:focus:-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::-ms-input-placeholder, form select:focus::-ms-input-placeholder, form input[type=text]:focus::-ms-input-placeholder, form input[type=email]:focus::-ms-input-placeholder, form input[type=password]:focus::-ms-input-placeholder, form input[type=tel]:focus::-ms-input-placeholder, form input[type=number]:focus::-ms-input-placeholder, form input[type=file]:focus::-ms-input-placeholder, form input[type=search]:focus::-ms-input-placeholder, form input[type=date]:focus::-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::placeholder, form select: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 textarea {
  min-height: 6em;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  margin-top: -9px;
  border: 2px solid #000;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 38px;
}
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;
  -webkit-box-shadow: none;
  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: 40px;
  cursor: pointer;
  line-height: 1.5;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
}
form input[type=checkbox] + span::after {
  left: 5px;
  top: 6px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=checkbox]:checked + span::before {
  background-color: #E60C2A;
  border-color: #E60C2A;
}
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: 40px;
  cursor: pointer;
  line-height: 1.5;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
}
form input[type=radio] + span::after {
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #E60C2A;
  opacity: 0;
}
form input[type=radio]:checked + span::before {
  border-color: #E60C2A;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .hs-recaptcha {
  max-width: 742px;
  margin: 0 auto;
}
form .hs_error_rollup {
  margin: 2.4rem auto -3rem;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-submit {
  width: 95%;
  max-width: 335px;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 767px) {
  form .hs-submit {
    margin-top: 4.8rem;
    max-width: 296px;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #323230;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.286;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
form input[type=submit]:hover {
  background-color: #858585;
}

.form-title {
  margin: 0;
}
.submitted-message {
  text-align: center;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding-top: 76px;
  }
}
.c-container.-simple {
  padding-top: 0;
}

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

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1260px) {
  .c-header {
    padding-right: calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 76px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header.-js-opened .header-logo .logo-text * {
    fill: #000;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
.c-header .header-logo {
  position: relative;
  z-index: 100;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40%;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .c-header .header-logo {
    max-width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .c-header .header-logo {
    width: 90px;
  }
}
.c-header .header-logo img {
  display: block;
}
.c-header .header-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-header .header-logo .logo-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.c-header .header-logo .logo-text * {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.c-header .nav-btn {
  position: relative;
  z-index: 100;
  width: 36px;
  height: 76px;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-header .nav-btn {
    display: none;
  }
}
.c-header .nav-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-header .nav-btn i {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-header .nav-btn i:nth-of-type(1) {
  -webkit-transform: translate(-100%, -50%) rotate(20deg);
  transform: translate(-100%, -50%) rotate(20deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.c-header .nav-btn i:nth-of-type(2) {
  -webkit-transform: translate(0, -50%) rotate(-20deg);
  transform: translate(0, -50%) rotate(-20deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.c-header .nav-btn i:nth-of-type(3) {
  -webkit-transform: translate(0, 50%) rotate(20deg);
  transform: translate(0, 50%) rotate(20deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.c-header .nav-btn i:nth-of-type(4) {
  -webkit-transform: translate(-100%, 50%) rotate(-20deg);
  transform: translate(-100%, 50%) rotate(-20deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.c-header .nav-btn.-js-opened:before {
  border-color: #000;
  background: #fff;
}
.c-header .nav-btn.-js-opened i {
  background-color: #000;
}
.c-header .nav-btn.-js-opened i:nth-of-type(1) {
  -webkit-transform: translate(-100%, -50%) rotate(0deg);
  transform: translate(-100%, -50%) rotate(0deg);
}
.c-header .nav-btn.-js-opened i:nth-of-type(2) {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.c-header .nav-btn.-js-opened i:nth-of-type(3) {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.c-header .nav-btn.-js-opened i:nth-of-type(4) {
  -webkit-transform: translate(-100%, -50%) rotate(0deg);
  transform: translate(-100%, -50%) rotate(0deg);
}
@media screen and (min-width: 768px) {
  .c-header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-header .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 104px 20px 20px;
    z-index: 90;
    background: #fff;
    color: #000;
    overflow: auto;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
  .c-header .gnav.-js-opened {
    left: 0;
  }
}
.c-header .header-menu ul {
  padding: 0;
  list-style: none;
}
.c-header .header-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-header .header-menu a:hover {
  opacity: 1;
  color: #FFC814;
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .c-header .header-menu .hs-menu-depth-1 {
    margin-bottom: 3rem;
  }
}
.c-header .header-menu .hs-menu-depth-1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-depth-1 > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    padding: 0 clamp(0.6rem, 1.05vw, 2rem);
    font-size: clamp(1rem, 1.4vw, 1.4rem);
  }
}
.c-header .header-menu .hs-menu-depth-1 > a span {
  display: none;
  font-size: 3.2rem;
  font-family: "neue-haas-grotesk-display", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-depth-1 > a span {
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-depth-1.active-branch {
    background-color: #323230;
  }
  .c-header .header-menu .hs-menu-depth-1.active-branch > a {
    color: #FFC814;
  }
}
.c-header .header-menu .hs-menu-depth-2 {
  font-size: 1.4rem;
}
.c-header .header-menu .hs-menu-depth-2:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-depth-2:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.c-header .header-menu .hs-item-has-children {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-item-has-children {
    position: relative;
  }
  .c-header .header-menu .hs-item-has-children:hover {
    background-color: #323230;
  }
  .c-header .header-menu .hs-item-has-children:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-header .header-menu .hs-menu-children-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 2.4rem 2rem;
    background-color: #323230;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-header .header-menu .hs-menu-children-wrapper {
    margin: 0;
    padding: 2rem 0 2rem 2rem;
  }
}
.c-header .header-button-group {
  width: 22.8rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-header .header-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    width: auto;
    margin-top: 0;
    margin-left: clamp(1rem, 2vw, 3.6rem);
  }
}
.c-header .header-button-group > * {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-header .header-button-group > * {
    margin-bottom: 0;
  }
}
.c-header .header-button-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid #323230;
  background-color: #FFC814;
  color: #323230;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header .header-button-group a {
    width: 16rem;
    height: 38px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .header-button-group a {
    width: 9.6rem;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
  }
}
.c-header .header-button-group a:hover {
  opacity: 0.7;
}
.c-header .header-button-group .download-button a {
  background-color: #EA5413;
}
.c-header.-simple {
  position: absolute;
  background-color: transparent;
}
.c-header.-simple .header-logo .logo-text * {
  fill: #000;
}/*======================================================================
 * footer
======================================================================*/
.c-footer {
  padding: 45px 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.c-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer .footer-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4.8rem;
  }
}
.c-footer .footer-logo {
  width: 18%;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .c-footer .footer-logo {
    width: 50%;
    max-width: 92px;
    margin: 0 auto;
  }
}
.c-footer .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  width: 75%;
  max-width: 800px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-footer .footer-nav {
    width: 100%;
    gap: 2.4rem;
  }
}
.c-footer .footer-nav a {
  text-decoration: none;
  color: inherit;
}
.c-footer .footer-menu {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 3.2rem;
}
.c-footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-footer .footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer .footer-menu .hs-menu-wrapper > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .footer-menu .hs-menu-depth-1 {
    width: 48%;
  }
}
.c-footer .footer-menu .hs-menu-depth-2 {
  margin-top: 2rem;
}
.c-footer .footer-menu .hs-menu-depth-2 a {
  font-size: 1.4rem;
}
.c-footer.-simple .footer-logo {
  max-width: 90px;
}
.c-footer.-simple .copyright {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * SP時背景画像を強制削除
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .container-fluid .c-section-sp-bgnone {
    background-image: none !important;
  }
}

/*------------------------------------------------------------
 * モジュール幅をフリーにして中央寄せ
------------------------------------------------------------*/
.c-section-inner-freewidth .row-fluid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem 3.2rem;
}
.c-section-inner-freewidth .row-fluid [class*=span] {
  width: auto !important;
}/*======================================================================
 * footer
======================================================================*/
.c-footer-contact {
  position: relative;
  z-index: 0;
  background: url(https://7352800.fs1.hubspotusercontent-na2.net/hubfs/7352800/raw_assets/public/product_mono-x2024/assets/images/common/ph_banner.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-footer-contact {
    text-align: left;
  }
}
.c-footer-contact h2 {
  margin-bottom: 0.05em;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-footer-contact h2 {
    font-size: 2.4rem;
  }
}
.c-footer-contact h2 + * {
  margin-top: 0;
}
.c-footer-contact h3 {
  margin-bottom: 1.3em;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer-contact h3 {
    margin-bottom: 0.9em;
    font-size: 2rem;
  }
}/*======================================================================
 * Tab
======================================================================*/
.c-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 40px);
  padding: 0;
  list-style: none;
}
.c-tab-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 4.3rem;
  padding: 0 2.4rem;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #323230;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .c-tab-menu li a {
    min-height: 5.5rem;
    padding: 0.5rem clamp(0.8rem, 2.3vw, 1.2rem);
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.c-tab-menu li a:hover, .c-tab-menu li a.-js-current {
  opacity: 1;
  background-color: #FFC814;
  border-color: #323230;
}

.c-tag-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 2.4rem;
  border-bottom: 1px solid;
  margin-bottom: 4.8rem;
  padding: 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-tag-tab-menu {
    margin-bottom: 4.2rem;
    padding: 0;
    gap: 0;
  }
}
.c-tag-tab-menu > * {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.2rem;
  background-color: transparent;
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-tag-tab-menu > * {
    height: 5rem;
    font-size: 1.4rem;
  }
}
.c-tag-tab-menu > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
  opacity: 0;
}
.c-tag-tab-menu > *:hover {
  background-color: #fff;
}
.c-tag-tab-menu > *.-js-current {
  border-color: #000;
  pointer-events: none;
  background-color: transparent;
}
.c-tag-tab-menu > *.-js-current::after {
  opacity: 1;
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/
.c-post-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5%;
}
@media screen and (max-width: 767px) {
  .c-post-listing {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4.8rem;
  }
}
@media screen and (max-width: 540px) {
  .c-post-listing {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-post-card a {
  display: block;
  margin-bottom: auto;
  color: inherit;
  text-decoration: none;
}
.c-post-card a:hover {
  opacity: 1;
}
.c-post-card a:hover .image::before, .c-post-card a:hover .image::after {
  opacity: 1;
}
.c-post-card .image {
  position: relative;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-post-card .image {
    margin-bottom: 2rem;
  }
}
.c-post-card .image::before {
  content: "view →";
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFC814;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border: 2px solid #FFC814;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-post-card .image img {
  width: 100%;
  aspect-ratio: 360/203;
}
.c-post-card .title {
  margin: 0;
  font-weight: bold;
}
.c-post-card .post-tag {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #CDCBCB;
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* 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: 767px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 30px;
}
.u-mt-default {
  margin-top: 40px;
}
.u-mt-large {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 56px;
  }
}

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

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

.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}