/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

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

/**
 * 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 */ /* stylelint-disable-line */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}/*======================================================================
 * setting
======================================================================*/
:root {
  
  --font-ja-family: "Noto Sans JP", sans-serif;
  --font-en-family: "Roboto", "Noto Sans JP", sans-serif;
  --font-size-h3: 2rem;
  --font-size-large: 3.4rem;
  --font-size-middle: 2.4rem;

  
  --color-base: #333;
  --color-light-gray: #D2D2D2;
  --color-gray: #828282;

  
  --pc_adjust: 1200px;
  --sp_adjust: 20px;
}

@media screen and (max-width: 768px) {
  :root {
    --font-size-h3: 1.6rem;
    --font-size-large: 2.8rem;
    --font-size-middle: 2.2rem;
  }
}.ff-en {
  font-family: var(--font-en-family);
}html {
  font-size: 10px;
}
@media screen and (max-width: 374px) {
  html {
    font-size: max(8px, 2.56vw);
  }
}

body {
  font-family: var(--font-ja-family);
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--color-base);
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.67;
  }
}
body.-js-fixed {
  overflow: hidden;
}

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

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

a {
  color: #448bb7;
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.5em;
}
h1:where(:first-child),
h2:where(:first-child),
h3:where(:first-child),
h4:where(:first-child),
h5:where(:first-child),
h6:where(:first-child) {
  margin-top: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 500;
}

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

:where(ul, ol) {
  padding-left: 1.5em;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 6.2rem 0;
  border: 0;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 4rem 0;
  }
}@charset "UTF-8";
/* ======================================================================
 * デフォルトのモジュールを拡張
====================================================================== */
.hs-image__grid__container .hs-image__grid__list {
  gap: 10px;
  margin: 0 -5px;
}
@media screen and (max-width: 768px) {
  .hs-image__grid__container .hs-image__grid__list {
    row-gap: 12px !important;
  }
}

.widget-type-rich_text ul li,
.widget-type-rich_text ol li {
  line-height: 1.375;
}
.widget-type-rich_text ul li:not(:last-child),
.widget-type-rich_text ol li:not(:last-child) {
  margin-bottom: 0.5em;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: 100px var(--sp_adjust);
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.dnd-section > .row-fluid {
  max-width: var(--pc_adjust);
  margin-right: auto;
  margin-left: auto;
}@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: 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] {
    width: auto;
  }
}

.c-2col-container {
  display: flex;
  column-gap: 2rem;
  padding-right: 2rem;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 768px) {
  .c-2col-container {
    flex-direction: column;
  }
}
.c-2col-container .c-side {
  flex: 0 0 auto;
  width: 34.7rem;
}
@media screen and (max-width: 1000px) {
  .c-2col-container .c-side {
    display: none;
  }
}
.c-2col-container .c-contents {
  flex: 1 1 auto;
  max-width: 1140px;
  margin: 0 auto;
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: var(--pc_adjust);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: var(--sp_adjust);
    padding-left: var(--sp_adjust);
  }
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem 6.2rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-base);
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 4.6rem;
    padding: 1rem 3.4rem;
    font-size: 1.4rem;
  }
}
.c-button .arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  display: block;
  width: 2.8rem;
  height: 0;
}
@media screen and (max-width: 768px) {
  .c-button .arrow {
    right: 1rem;
    width: 2.2rem;
  }
}
.c-button .arrow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: skewX(45deg);
  transform-origin: left bottom;
}
.c-button.-color-gray {
  background-color: var(--color-gray);
}

/* ------------------------------------------------------------
 * ダウンロードボタン
------------------------------------------------------------ */
.c-download-button {
  position: relative;
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 26rem);
  min-height: 6rem;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-base);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 4px 2rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .c-download-button {
    min-height: 4.6rem;
    font-size: 1.4rem;
    box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.3);
  }
}
.c-download-button svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-download-button .icon {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-download-button .icon {
    width: 2.4rem;
  }
}
.c-download-button .text {
  flex: 1 1 auto;
}
.c-download-button .icon-download {
  flex: 0 0 auto;
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-download-button .icon-download {
    width: 1.8rem;
  }
}

/* ------------------------------------------------------------
 * 施設メニューボタン
------------------------------------------------------------ */
.c-facilities-menu {
  padding: 0;
  list-style: none;
}
.c-facilities-menu .current a {
  background-color: currentcolor;
}
.c-facilities-menu a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 9.5rem;
  padding: 0 3.8rem;
  font-size: 1.4rem;
  text-decoration: none;
  transition: background 0.3s;
}
.c-facilities-menu a p {
  margin: 0;
}
.c-facilities-menu a:hover {
  background-color: currentcolor;
  opacity: 1;
}
.c-facilities-menu .text {
  position: relative;
  display: block;
  padding-left: 2rem;
  line-height: 1.5;
  color: #fff;
}
.c-facilities-menu .text::before {
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0;
  display: block;
  width: 1.3rem;
  height: 0;
  content: "";
  border-bottom: 1px solid;
}@charset "UTF-8";
/* ======================================================================
 * カードスタイル
====================================================================== */
.c-card-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .c-card-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.3rem;
  }
}
.c-card-listing.-col2 {
  grid-template-columns: repeat(2, 1fr);
}

.c-card {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-card {
    line-height: 1.3;
  }
}
.c-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-card .image {
  margin: 0;
}
.c-card .image img {
  display: block;
  width: 100%;
  aspect-ratio: 270/153;
}
.c-card .title {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-card .title {
    display: -webkit-box;
    margin-top: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.c-card .date {
  margin: 1rem 0 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .c-card .date {
    margin-top: 0.3rem;
  }
}@charset "UTF-8";
/* ======================================================================
 * form
====================================================================== */
:root {
  --form_row_gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  :root {
    --form_row_gap: 1.8rem;
  }
}
form {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  form {
    font-size: 1.4rem;
  }
}
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form .form-columns-2,
form .form-columns-3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  form .form-columns-2,
  form .form-columns-3 {
    flex-direction: column;
  }
}
form .form-columns-2 .hs-form-field,
form .form-columns-3 .hs-form-field {
  width: 100% !important;
}
form .form-columns-2 .hs-richtext,
form .form-columns-3 .hs-richtext {
  width: 100%;
}
@media screen and (min-width: 769px) {
  form .form-columns-2 .hs-form-field {
    width: calc(50% - 1.6rem) !important;
  }
}
@media screen and (min-width: 769px) {
  form .form-columns-3 .hs-form-field {
    width: calc((100% - 6.4rem) / 3) !important;
  }
}
form .hs-form-field {
  margin-bottom: var(--form_row_gap);
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  form .hs-form-field > label {
    margin-bottom: 0.5rem;
  }
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .hs-field-desc {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  form .hs-field-desc {
    margin-bottom: 0.5rem;
  }
}
form .hs-form-required {
  font-size: 0;
}
form .hs-form-required::before {
  display: inline-block;
  padding: 2px;
  margin-left: 0.4rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  content: "必須";
  background: var(--color-gray);
}
@media screen and (max-width: 768px) {
  form .hs-form-required::before {
    font-size: 1.2rem;
  }
}
form .form-columns-0 .hs-richtext {
  margin-bottom: var(--form_row_gap);
}
form .hs-richtext {
  margin-bottom: 1rem;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .multi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3.2rem;
}
@media screen and (max-width: 768px) {
  form .multi-container {
    column-gap: 2rem;
  }
}
form .hs-error-msgs {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: red;
}
form .hs-error-msgs.inputs-list li {
  margin: 0;
}
form .hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
}
form .hs_error_rollup {
  text-align: center;
}
form .hs_error_rollup .inputs-list {
  margin: 0;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=phone], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.429;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
@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=phone], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
    padding: 0.9rem 1.2rem;
  }
}
form select:focus,
form textarea:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=phone]:focus, form input[type=number]:focus, form input[type=file]:focus, form input[type=search]:focus, form input[type=date]:focus {
  outline: 2px solid var(--color-gray);
}
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=phone]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: var(--color-gray);
}
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=phone]: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-dateinput input {
  height: calc(1.5em + 1.6rem);
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
}
form .hs-dateinput input::-webkit-date-and-time-value {
  text-align: left;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  z-index: 1;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.5rem;
  pointer-events: none;
  content: "";
  border-top: 1px solid var(--color-base);
  border-right: 1px solid var(--color-base);
  transform: rotate(135deg);
}
form .hs-fieldtype-select .input select {
  padding-right: 3rem;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  resize: vertical;
}
form .hs-fieldtype-textarea textarea {
  min-height: 24rem;
}
@media screen and (max-width: 768px) {
  form .hs-fieldtype-textarea textarea {
    min-height: 20.5rem;
  }
}
form input[type=checkbox] {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  position: absolute;
  display: block;
  content: "";
}
form input[type=checkbox] + span::before {
  top: calc(1.5em / 2 - 0.9rem);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
}
form input[type=checkbox] + span::after {
  top: calc(1.5em / 2 - 0.4rem);
  left: 0.4rem;
  width: 1rem;
  height: 0.6rem;
  border-bottom: 2px solid var(--color-base);
  border-left: 2px solid var(--color-base);
  opacity: 0;
  transform: rotate(-47deg);
}
form input[type=checkbox]:focus + span {
  outline: 2px solid var(--color-gray);
  outline-offset: 3px;
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form .hs-form-radio > label {
  margin-bottom: 0.5rem;
}
form input[type=radio] {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
}
form input[type=radio] + span::before {
  top: calc(1.5em / 2 - 0.9rem);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
}
form input[type=radio] + span::after {
  top: calc(1.5em / 2 - 0.5rem);
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background: var(--color-base);
  opacity: 0;
}
form input[type=radio]:focus + span {
  outline: 2px solid var(--color-gray);
  outline-offset: 3px;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form input[type=file] {
  padding: initial;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form input[type=file]::-webkit-file-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  margin-right: 0.8rem;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  background-color: var(--color-base);
  border: none;
  border-radius: 4px;
}
form .fn-date-picker .pika-button {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: #fff;
  background: var(--color-base) !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: var(--color-base);
}
form .fn-date-picker .is-selected .pika-button {
  color: #fff;
  background: var(--color-base);
  border-radius: 0 !important;
  box-shadow: none;
}
form .legal-consent-container .field.hs-form-field {
  margin-bottom: var(--form_row_gap);
}
form .legal-consent-container .hs-richtext {
  text-align: center;
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .hs-richtext {
    text-align: left;
  }
}
form .legal-consent-container .inputs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .inputs-list {
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  form .legal-consent-container .inputs-list.hs-error-msgs {
    padding-left: 2.6rem;
  }
}
form .legal-consent-container .inputs-list.hs-error-msgs label {
  color: red;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: auto;
}
form .grecaptcha-badge {
  margin: var(--form_row_gap) auto;
}
form .hs-submit {
  margin-top: 2.2rem;
  text-align: center;
}
form .actions {
  position: relative;
  display: inline-block;
  min-width: min(100%, 33rem);
}
@media screen and (max-width: 768px) {
  form .actions {
    min-width: min(100%, 28rem);
  }
}
form .actions::before {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  z-index: 1;
  display: block;
  width: 2.6rem;
  height: 0.8rem;
  margin-top: -0.8rem;
  pointer-events: none;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  form .actions::before {
    right: 1rem;
    width: 2rem;
    height: 0.7rem;
    margin-top: -0.7rem;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  padding: 1.7rem 5.4rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-base);
  border: 1px solid var(--color-base);
  border-radius: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  form input[type=submit]:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  form input[type=submit] {
    padding: 1.2rem 5.4rem;
  }
}

.submitted-message {
  text-align: center;
}@charset "UTF-8";
/* ======================================================================
 * Header
====================================================================== */
/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.is-in-editor {
  padding-top: 0;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ *//* ======================================================================
 * footer
====================================================================== */
.c-footer {
  border-top: 1px solid var(--color-gray);
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* -----------------------------------------------------------
 * HOME用Event
------------------------------------------------------------ */
.c-home-event-section {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-home-event-section .splide {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-home-event-section .splide {
    margin: 0 calc(var(--sp_adjust) * -1);
  }
}
.c-home-event-section .splide__arrows {
  max-width: var(--pc_adjust);
}

/* ------------------------------------------------------------
 * HOME用FACILITIES
------------------------------------------------------------ */
.c-home-facilities-section {
  overflow: hidden;
}
.c-home-facilities-section .splide {
  margin: 0 calc(50% - 50vw);
}
.c-home-facilities-section .splide__arrows {
  max-width: var(--pc_adjust);
}

/* ------------------------------------------------------------
 * メインビジュアル
------------------------------------------------------------ */
.c-hero-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
}
.c-hero-section .dnd-module:has(.cmn91_facilities-nav) {
  flex-shrink: 0;
  width: 34.7rem;
}
@media screen and (max-width: 1000px) {
  .c-hero-section .dnd-module:has(.cmn91_facilities-nav) {
    display: none;
  }
}
.c-hero-section .dnd-module:has(.cmn91_facilities-nav) .hs_cos_wrapper {
  height: 100%;
}
.c-hero-section .dnd-module:has(.cmn91_facilities-nav) .hs_cos_wrapper > * {
  height: 100%;
}
.c-hero-section .dnd-module:has(.cmn71_hero) {
  flex-grow: 1;
}

/* ------------------------------------------------------------
 * アクセス
------------------------------------------------------------ */
.c-access-section .row-fluid .span6:nth-child(2) {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-access-section .row-fluid .span6:nth-child(2) {
    width: 100%;
    margin-top: 16px;
  }
}
.c-access-section .widget-type-rich_text h2 {
  margin-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-access-section .widget-type-rich_text h2 {
    font-size: 1.7rem;
  }
}
.c-access-section .widget-type-rich_text h2:last-child {
  margin-bottom: 0;
}
.c-access-section .widget-type-rich_text h2 + p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-access-section .cmn02_button {
    justify-content: center;
  }
}

/* ------------------------------------------------------------
 * プライバシーポリシー
------------------------------------------------------------ */
.c-privacy-section {
  font-weight: 300;
}
.c-privacy-section h1 {
  margin-bottom: 1em;
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-privacy-section h1 {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
  }
}
.c-privacy-section hr + * {
  margin-top: 0;
}
.c-privacy-section h2 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-privacy-section h2 {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
  }
}
.c-privacy-section p {
  margin: 0 0 1.8em;
}
.c-privacy-section p:last-child {
  margin-bottom: 0;
}
.c-privacy-section ol li {
  line-height: inherit;
}
.c-privacy-section ol li:not(:last-child) {
  margin-bottom: 1.8em;
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination {
  display: flex;
  gap: 1rem 3.4rem;
  align-items: center;
  justify-content: center;
  margin-top: 11.5rem;
  font-family: var(--font-en-family);
}
@media screen and (max-width: 768px) {
  .c-pagination {
    column-gap: 2rem;
    margin-top: 4rem;
  }
}
.c-pagination a,
.c-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: currentcolor;
  text-decoration: none;
}
.c-pagination a svg,
.c-pagination span svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: #424242;
}
.c-pagination .number-link {
  min-width: 3.7rem;
  height: 3.7rem;
  color: inherit;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-pagination .number-link {
    min-width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.c-pagination .number-link.-current {
  color: #fff;
  background-color: var(--color-base);
}
.c-pagination .latest-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .oldest-link {
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-pagination .latest-link,
  .c-pagination .prev-link,
  .c-pagination .next-link,
  .c-pagination .oldest-link {
    width: 3rem;
  }
}
.c-pagination .latest-link.-disabled,
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled,
.c-pagination .oldest-link.-disabled {
  opacity: 0.4;
}
.c-pagination .latest-link .text,
.c-pagination .prev-link .text,
.c-pagination .next-link .text,
.c-pagination .oldest-link .text {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .c-pagination .prev-link {
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-pagination .next-link {
    margin-left: 1.2rem;
  }
}/* ======================================================================
 * sidebar
====================================================================== */@charset "UTF-8";
/* ======================================================================
 * カスタムクラス
====================================================================== */
/* ------------------------------------------------------------
 * リスト 02cube
------------------------------------------------------------ */
.c-outline-list .row {
  display: flex;
  gap: 0 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-outline-list .row {
    flex-direction: column;
  }
}
.c-outline-list .row > span:first-child {
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .c-outline-list .row > span:first-child {
    width: 8em;
  }
}

/* ------------------------------------------------------------
 * メンバー 07mov
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .c-members tr {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
    margin-bottom: 0.5em;
  }
}
.c-members th,
.c-members td {
  padding: 0;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-members th,
  .c-members td {
    display: block;
    line-height: 1.4;
  }
}
.c-members th {
  width: 13.5em;
}
@media screen and (max-width: 768px) {
  .c-members th {
    width: 100%;
    margin-left: -1em;
  }
}
.c-members td:not(:last-child) {
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-members td:not(:last-child) {
    padding-right: 0;
  }
}@charset "UTF-8";
/* ======================================================================
 * ブログ一覧レイアウト
====================================================================== */
.listing-section {
  padding: 68px 0 90px;
  background-color: #eceff1;
}
@media screen and (max-width: 768px) {
  .listing-section {
    padding: 62px 0 50px;
  }
}

@media screen and (min-width: 769px) {
  .report-listing {
    gap: 4rem 3rem;
  }
}@charset "UTF-8";
/* ======================================================================
 * ブログ記事レイアウト
====================================================================== */
.post-data {
  padding: 11.8rem var(--sp_adjust) 11.6rem;
}
@media screen and (max-width: 768px) {
  .post-data {
    padding-top: 3.4rem;
    padding-bottom: 9.4rem;
  }
}
.post-data .post-title {
  margin: 0 0 2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .post-data .post-title {
    letter-spacing: 0.075em;
  }
}
.post-data .post-title::after {
  display: block;
  width: 2.5rem;
  height: 0;
  margin: 1.8rem auto 0;
  content: "";
  border-bottom: 2px solid;
}
@media screen and (max-width: 768px) {
  .post-data .post-title::after {
    margin-top: 3.4rem;
  }
}
.post-data .blog-title {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post-data .blog-title {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.post-data h1 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-data h1 {
    font-size: 2.2rem;
  }
}

.featured-image {
  margin: 4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featured-image {
    margin: 2.6rem;
  }
}

.post-body {
  margin-top: 4rem;
  font-weight: 300;
}
.post-body::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 768px) {
  .post-body {
    margin-top: 2.6rem;
  }
}
.post-body p {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .post-body p {
    margin: 1.5em 0;
  }
}
.post-body p:first-child {
  margin-top: 0;
}
.post-body p:last-child {
  margin-bottom: 0;
}
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  margin-bottom: 0.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post-body h2,
  .post-body h3,
  .post-body h4,
  .post-body h5,
  .post-body h6 {
    margin-bottom: 1.2rem;
  }
}
.post-body h2 + p,
.post-body h3 + p,
.post-body h4 + p,
.post-body h5 + p,
.post-body h6 + p {
  margin-top: 0;
}
.post-body h2 {
  margin-top: 5.4rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .post-body h2 {
    margin-top: 8rem;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
.post-body h3 {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .post-body h3 {
    font-size: 1.8rem;
  }
}
.post-body h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .post-body h4 {
    font-size: 1.7rem;
  }
}@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;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
@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: 32px;
}
.u-mt-default {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 40px;
  }
}
.u-mt-large {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 70px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 32px;
}
.u-mb-default {
  margin-bottom: 60px;
}
.u-mb-large {
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 70px;
  }
}

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