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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/.ff-en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.ff-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}:root {
  --spacing: 0;
}

/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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

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

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body * {
  letter-spacing: var(--spacing);
}

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

h4 {
  padding: 4px 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.625;
  background: #FFF;
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 767px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0;
  background: #A38CB4;
  border-radius: 30px;
  z-index: 0;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::after {
  content: none !important;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button svg {
  fill: #fff;
  transition: fill 0.25s;
}
.c-button.-blue, .-blue .c-button {
  background: #455EB6;
}
.c-button.-violet, .-violet .c-button {
  background: #A38CB4;
}
.c-button.-purple, .-purple .c-button {
  background: #A82B62;
}
.c-button .icon {
  display: flex;
  align-items: center;
}
.c-button .icon::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.c-button .icon.-right {
  margin-left: 20px;
}
.c-button .icon.-left {
  margin-right: 20px;
}
.c-button .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button .arrow.-right {
  right: 20px;
}
.c-button .arrow.-left {
  left: 20px;
}
.c-button .arrow.-arrow {
  width: 13px;
  height: 14px;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-arrow.svg") 50% 50%/contain no-repeat;
}
.c-button .arrow.-round-arrow {
  width: 14px;
  height: 14px;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-button-arrow.svg") 50% 50%/contain no-repeat;
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  form label {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  form .form-columns-2 .hs-form-field {
    width: 48% !important;
  }
  form .form-columns-2 .hs-form-field:last-child {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
form .hs-form-field {
  margin-bottom: 3rem;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
form .inputs-list li {
  display: block;
}
form .inputs-list li label {
  margin: 0;
}
form .hs-form-required {
  position: relative;
  margin-left: 0.5em;
  color: #FFF;
  font-size: 1.3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  form .hs-form-required {
    font-size: 1.2rem;
  }
}
form .hs-form-required:after {
  content: "必須";
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
  line-height: 1;
  background: #E63B01;
  white-space: nowrap;
}
form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0;
  color: #E63B01;
}
form .hs_error_rollup {
  margin: 3em auto -2em;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-field-desc {
  margin-bottom: 1rem;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  form .hs-field-desc {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  outline: none;
  border-radius: 0;
  border: 1px solid #7C7C7C;
  padding: 0.75em 1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  form select,
  form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
    padding: 0.85em 1em;
    font-size: 1.3rem;
  }
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #ccc;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #6A6047;
  border-right: 2px solid #6A6047;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 34px;
  color: inherit;
  background-color: inherit;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
  display: block;
  height: 90px;
}
@media screen and (max-width: 767px) {
  form textarea {
    height: 80px;
  }
}
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: #6A6047 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #6A6047;
}
form .fn-date-picker .is-selected .pika-button {
  background: #6A6047;
  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: 20px;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #F5F4F4;
  border: 1px solid #7c7c7c;
}
@media screen and (max-width: 767px) {
  form input[type=checkbox] + span::before {
    top: 0.4rem;
  }
}
form input[type=checkbox] + span::after {
  left: 0.3rem;
  top: 1rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  form input[type=checkbox] + span::after {
    top: 0.8rem;
  }
}
form input[type=checkbox]:checked + span::before {
  background-color: #62A855;
  border-color: #62A855;
}
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: 20px;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #F5F4F4;
  border: 1px solid #7c7c7c;
}
@media screen and (max-width: 767px) {
  form input[type=radio] + span::before {
    top: 0.5rem;
  }
}
form input[type=radio] + span::after {
  left: 0.3rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: #62A855;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  form input[type=radio] + span::after {
    top: 0.8rem;
  }
}
form input[type=radio]:checked + span::before {
  border-color: #62A855;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
form input[type=submit] {
  display: block;
  max-width: 100%;
  min-width: 180px;
  margin: 0 auto;
  padding: 16px 40px;
  outline: none;
  border: none;
  text-align: center;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-button-arrow.svg") right 16px top 50%/14px auto #62A855 no-repeat;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
form input[type=submit]:hover {
  opacity: 0.6;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}
.download-help .small {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .download-help .small {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.download-help a {
  display: inline-flex;
  position: relative;
  margin: 10px 0 0;
  padding: 4px 62px 4px 15px;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.download-help a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 19px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-download.svg") no-repeat;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 111px;
}
@media screen and (max-width: 900px) {
  .c-container {
    padding-top: 60px;
  }
}

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

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 111px;
  padding-left: 2.93%;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 900px) {
  .c-header {
    height: 60px;
    padding-left: 5px;
    border-bottom-color: #231815;
  }
}
.c-header .logo {
  flex: 0 0 auto;
  width: 21%;
  max-width: 287px;
}
@media screen and (max-width: 900px) {
  .c-header .logo {
    width: min(45.87vw, 172px);
  }
}
@media screen and (max-width: 900px) {
  .c-header .nav-menu {
    display: block;
    position: absolute;
    top: 60px;
    left: 100%;
    width: 100%;
    background: #fff;
    transition: left 0.3s ease-in-out;
  }
  .c-header .nav-menu.-js-opened {
    left: 0;
  }
}
@media screen and (min-width: 901px) {
  .c-header .contact-button {
    width: 27.4%;
    max-width: 362px;
    margin-left: 3.62%;
  }
}
@media screen and (max-width: 900px) {
  .c-header .contact-button {
    margin-left: auto;
  }
}
.c-header .contact-button .cmn90_header-contact {
  display: flex;
}
.c-header .contact-button .cmn90_header-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 110px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a {
    width: min(16vw, 60px);
    height: 60px;
  }
}
.c-header .contact-button .cmn90_header-contact a.contact {
  font-size: min(1.3vw, 1.8rem);
  font-weight: bold;
  background: #767676;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a.contact {
    font-size: min(2.3vw, 9px);
  }
}
.c-header .contact-button .cmn90_header-contact a.contact span {
  padding-left: 32px;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-mail.svg") 0 50%/19px auto no-repeat;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a.contact span {
    padding: 26px 0 0;
    background-position: 50% 0;
    background-size: min(7.47vw, 28px) auto;
  }
}
.c-header .contact-button .cmn90_header-contact a.phone {
  position: relative;
  background: #2C2C2C;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a.phone::after {
    content: "電話";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    color: #FFF;
    font-size: 9px;
    text-align: center;
  }
}
.c-header .contact-button .cmn90_header-contact a.phone .number {
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: min(1.7vw, 2.1rem);
  line-height: 1;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-phone.svg") 0 100%/0.67em auto no-repeat;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a.phone .number {
    width: 17px;
    height: 42px;
    margin: 0;
    overflow: hidden;
    background-position: 0 0;
    background-size: min(4.5vw, 17px) auto;
  }
}
.c-header .contact-button .cmn90_header-contact a.phone .time {
  display: block;
  text-align: center;
  font-size: min(1.4vw, 1.5rem);
  line-height: 1.33;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .c-header .contact-button .cmn90_header-contact a.phone .time {
    display: none;
  }
}

.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  font-size: min(1.2vw, 1.6rem);
}
@media screen and (max-width: 900px) {
  .nav-menu ul {
    display: block;
    font-size: 1.6rem;
  }
}
.nav-menu li {
  position: relative;
}
@media screen and (max-width: 900px) {
  .nav-menu li {
    border-bottom: 1px solid #231815;
  }
}
.nav-menu li a {
  display: block;
  color: #000;
  font-weight: bold;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .nav-menu li a {
    position: relative;
    padding: 30px 40px 30px 28px;
  }
  .nav-menu li a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 32px;
    width: 9px;
    height: 9px;
    border: 2px solid #231815;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
  }
}

.toggle-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: min(16vw, 60px);
  height: 60px;
  padding: 0 2px 12px;
  font-weight: bold;
  background-color: #FFF;
  border: 1px solid #2C2C2C;
}
.toggle-btn.-js-opened i:nth-child(1) {
  width: 40px;
  top: -18px;
  transform: rotate(45deg);
}
.toggle-btn.-js-opened i:nth-child(2) {
  transform: scale(0, 1);
}
.toggle-btn.-js-opened i:nth-child(3) {
  width: 40px;
  top: -18px;
  transform: rotate(-45deg);
}
.toggle-btn.-js-opened .text {
  transform: translateY(3px);
}
.toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  bottom: 0;
  width: 27px;
  height: 2px;
  margin: auto;
  background: #000;
  transition: transform 0.3s linear;
}
.toggle-btn i:nth-child(1) {
  top: -21px;
}
.toggle-btn i:nth-child(3) {
  top: 3px;
}
.toggle-btn span {
  display: block;
  color: #000;
  font-size: 9px;
  line-height: 1;
  transition: transform 0.3s;
}
@media screen and (min-width: 901px) {
  .toggle-btn {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav .toggle-btn {
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0;
  border-width: 0 0 1px;
}
.sp-nav .toggle-btn span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-size: 1.6rem;
}
.sp-nav .toggle-btn span::before, .sp-nav .toggle-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  width: 23px;
  height: 2px;
  margin: auto;
  background-color: #000;
}
.sp-nav .toggle-btn span::before {
  transform: rotate(-45deg);
}
.sp-nav .toggle-btn span::after {
  transform: rotate(45deg);
}
.sp-nav .cmn90_header-contact a {
  display: flex;
  align-items: center;
  position: relative;
  height: 75px;
  padding: 0 60px 0 48px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px soldi #231815;
}
.sp-nav .cmn90_header-contact a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 2px solid #FFF;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.sp-nav .cmn90_header-contact a.contact {
  background: #767676;
}
.sp-nav .cmn90_header-contact a.contact span {
  padding-left: 78px;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-mail.svg") 0 50%/36px auto no-repeat;
}
.sp-nav .cmn90_header-contact a.phone {
  background: #2C2C2C;
}
.sp-nav .cmn90_header-contact a.phone .number {
  width: 120px;
  padding-left: 120px;
  background: url("https://45252914.fs1.hubspotusercontent-na2.net/hubfs/45252914/hikarie8_2024/assets/images/common/icon-phone.svg") 6px 50%/24px auto no-repeat;
  overflow: hidden;
}
.sp-nav .cmn90_header-contact a.phone .number::after {
  content: "電話";
  display: flex;
  align-items: center;
  position: absolute;
  left: 127px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.sp-nav .cmn90_header-contact a.phone .time {
  display: none;
}/*======================================================================
 * footer
======================================================================*/
.c-footer .logo {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer .logo {
    margin-bottom: 50px;
  }
}
.c-footer .copyright {
  margin: 0 auto;
  padding: 10px 20px;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-footer .copyright {
    padding: 14px 16px 16px;
  }
}

.footer-inner {
  padding: 61px 20px 60px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 56px 16px;
  }
}

.footer-text {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-text {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

.cmn80_footer-sns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cmn80_footer-sns a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  text-decoration: none;
}
.cmn80_footer-sns a img {
  width: 100%;
  height: 100%;
}

.footer-nav {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 36px;
  }
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.footer-nav a {
  color: #000;
  text-decoration: none;
}/*======================================================================
 * page-title
======================================================================*/
.c-page-title {
  display: flex;
}
.c-page-title .title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 40px 0;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-page-title .title-inner {
    min-height: 120px;
    padding: 20px 0;
  }
}
.c-page-title .main-title {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .c-page-title .main-title {
    font-size: 2.8rem;
  }
}
.c-page-title .sub-title {
  margin: 20px 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-title .sub-title {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 角丸＋線のセクション
------------------------------------------------------------*/
.c-section-border > .row-fluid > .dnd-column {
  padding: 4rem 6rem;
  border-radius: 3rem;
  background-color: #fff;
  border: 4px solid #000;
}
@media screen and (max-width: 767px) {
  .c-section-border > .row-fluid > .dnd-column {
    padding: 3rem 2rem;
  }
}/*======================================================================
* pager
======================================================================*/@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/
.blog-breadcrumb {
  padding: 15px 20px 0;
}
.blog-breadcrumb > * {
  max-width: 1100px;
  margin: 0 auto;
}@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.col2-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.col2-container .main-content {
  width: calc(100% - 330px);
  padding-right: 50px;
}
.col2-container .post-content {
  width: calc(100% - 330px);
  padding-right: 50px;
}
.col2-container .post-content .main-content {
  width: 100%;
}
.col2-container .post-body::after {
  content: " ";
  display: table;
  clear: both;
}
.col2-container .sidebar {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .col2-container {
    display: block;
  }
  .col2-container .post-container-wrap {
    width: 100%;
  }
  .col2-container .sidebar {
    width: 100%;
    margin-top: 60px;
  }
}@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: 20px;
}
.u-mt-narrow {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .u-mt-narrow {
    margin-top: 28px;
  }
}
.u-mt-default {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-default {
    margin-top: 40px;
  }
}
.u-mt-large {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 40px;
  }
}
.u-mt-huge {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt-huge {
    margin-top: 40px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 20px;
}
.u-mb-narrow {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .u-mb-narrow {
    margin-bottom: 28px;
  }
}
.u-mb-default {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mb-default {
    margin-bottom: 40px;
  }
}
.u-mb-large {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .u-mb-large {
    margin-bottom: 40px;
  }
}
.u-mb-huge {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb-huge {
    margin-bottom: 40px;
  }
}

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

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

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

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    margin-bottom: 5px;
  }
}
h4 + .u-caution {
  margin-top: 0;
}

.u-caution {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.64;
}
@media screen and (max-width: 767px) {
  .u-caution {
    font-size: 1.5rem;
    line-height: 1.53;
  }
}
.u-caution li::before {
  content: "・";
}