/*======================================================================
 * 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%;
  line-height: 1.2;
}

/**
 * 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
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  font-weight: normal;
}
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;
}

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%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.22;
}

pre,
code {
  font: 115% monospace "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.c-contents {
  overflow: hidden;
}

.hs_cos_wrapper_type_module a:not([class]) {
  color: #096bc3;
  text-decoration: underline;
}
.hs_cos_wrapper_type_module a:not([class]):hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .hs_cos_wrapper_type_module a:not([class]) img {
    opacity: 1;
  }
  .hs_cos_wrapper_type_module a:not([class]) img:hover {
    animation: hover_flash 1s ease;
  }
}

@media screen and (min-width: 769px) {
  .hs_cos_wrapper_type_linked_image a {
    opacity: 1;
  }
  .hs_cos_wrapper_type_linked_image a:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.widget-type-rich_text {
  line-height: 1.5;
}
.widget-type-rich_text table {
  border-collapse: collapse;
}body {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-en {
  font-family: "Rubik", sans-serif;
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 20px;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  min-height: 45px;
  margin: 0 auto 3px;
  padding: 18px 44px 18px 28px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s;
  text-align: center;
  border-radius: 30px;
}
.c-button::after {
  content: none !important;
}
.c-button:not(.u-hover-flash):hover {
  opacity: 0.8;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button.-orange {
  margin-bottom: 0;
  color: #fff;
  background: #ec5300 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAaElEQVQYlX3Q2Q3CMBCEYffBCyFc5dBwUgtXoIwPreJIm0OMNH75x95ZF+zQ44iSHUdn1AvtEp7wroEnDhmGzxhq4IEmw/AFnxq4Yz8rgFuFoT6DK75bN/OTs5nRdiqzavt3z+0fovwAys8DAIBRmi0AAAAASUVORK5CYII=) no-repeat 95% center;
}
.c-button.-white {
  margin-bottom: 0;
  color: #333;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAA4klEQVQokXXRuy6FQRTF8d85joioeQSl5tRIUHkK1+8RFBQSOm8g4hKhV2kkKBDPoneJ5CBbtmQyvrOSycza+c9lr+k0TSM1jndD1M3yJJ6xOwzsYQI3mMnxhf0ajBNfcVXU9rBTgyP9fj/m+1hjPusL+MRDDYbuMIq59Iv4wGMNhm4xhtn0S3jDU6+lwe18xlb6Awy6LWBAU4Uf4KUGwx9hpYDWcFGCnYRWC2gD538nlFDsDkXomzgrrwroEOtZ+07otH5TxDFdQSd1hxFPhLqMa1ziuCWJXzAUocZPRAP/hR8ojSvpE0u86QAAAABJRU5ErkJggg==) no-repeat 95% center;
  border: 2px solid #ec5300;
}
.c-button.-shadow-orange {
  color: #fff;
  background: #ff761c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAaElEQVQYlX3Q2Q3CMBCEYffBCyFc5dBwUgtXoIwPreJIm0OMNH75x95ZF+zQ44iSHUdn1AvtEp7wroEnDhmGzxhq4IEmw/AFnxq4Yz8rgFuFoT6DK75bN/OTs5nRdiqzavt3z+0fovwAys8DAIBRmi0AAAAASUVORK5CYII=) no-repeat 95% center;
  border-bottom: 4px solid #BB4F21;
}
.c-button.-blue {
  margin-bottom: 0;
  color: #fff;
  background: #096bc3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAaElEQVQYlX3Q2Q3CMBCEYffBCyFc5dBwUgtXoIwPreJIm0OMNH75x95ZF+zQ44iSHUdn1AvtEp7wroEnDhmGzxhq4IEmw/AFnxq4Yz8rgFuFoT6DK75bN/OTs5nRdiqzavt3z+0fovwAys8DAIBRmi0AAAAASUVORK5CYII=) no-repeat 95% center;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    min-height: 53px;
    padding: 5px 30px;
    font-size: 1.6rem;
    line-height: 1.3;
    border-radius: 27px;
  }
}@charset "UTF-8";
/*======================================================================
 * Header2025
======================================================================*/
/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.c-container.-is-in-editor {
  padding-top: 0 !important;
}
.c-container.-is-in-editor .c-header {
  position: relative;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1001px) {
  .c-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90px;
  }
}
.c-header ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}
.c-header a {
  color: inherit;
  text-decoration: none !important;
}
.c-header a:hover {
  opacity: 1;
}
.c-header .header-text {
  padding: 3px 10px;
  border-bottom: 1px solid #646464;
}
.c-header .header-text .inner {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  height: 2em;
  font-size: 1.1rem;
}
@media screen and (max-width: 1000px) {
  .c-header .header-text .inner {
    justify-content: center;
    font-size: 1rem;
  }
}
.c-header .header-text .header-description {
  margin-right: 1em;
}
.c-header .logo {
  flex: 0 0 auto;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .c-header .logo {
    width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .logo {
    width: 26.77vw;
    max-width: 120px;
    margin-left: 4.1vw;
    margin-right: 4.1vw;
  }
}
.c-header .cmn80_header-sub-logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn80_header-sub-logo {
    gap: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .cmn80_header-sub-logo {
    gap: 16px;
    margin-right: 0;
  }
  .c-header .cmn80_header-sub-logo img {
    width: auto;
    max-height: 100%;
  }
}
.c-header .cmn80_header-sub-logo .item {
  display: flex;
  align-items: center;
}
.c-header .contact-data {
  display: flex;
  margin-left: auto;
  gap: 16px;
}
@media screen and (max-width: 1400px) {
  .c-header .contact-data {
    gap: 8px;
  }
}
@media screen and (min-width: 1001px) {
  .c-header .contact-data .hs_cos_wrapper {
    display: flex;
    align-items: center;
  }
}
.c-header .contact-data .cmn82_header-contact-link a {
  align-items: center;
  border-radius: 28px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: auto;
  padding: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-header .contact-data .cmn82_header-contact-link a:hover {
  opacity: 0.7;
}
.c-header .contact-data .cmn82_header-contact-link a::after {
  content: none;
}
.c-header .contact-data .cmn82_header-contact-link a.-red {
  background-color: #007eec;
}
.c-header .cmn85_header-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-header .cmn85_header-phone a {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.c-header .cmn85_header-phone ul {
  padding: 0;
  list-style: none;
  margin: 0;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .c-header .cmn85_header-phone ul {
    gap: 2px;
  }
}
.c-header .cmn85_header-phone ul li {
  padding: 5px 8px;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  border-radius: 28px;
}
.c-header .gnav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 60px;
  margin: auto;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1000px) {
  .c-header .gnav {
    display: block;
    position: absolute;
    top: 0;
    right: -100vw;
    width: 82%;
    height: 100vh;
    height: 100dvh;
    max-width: 320px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px);
    overflow-y: auto;
  }
  .c-header .gnav.-js-opened {
    right: 0;
    z-index: 1;
  }
  .c-header .gnav .logo.switch-lt {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: calc(100% - 50px);
    height: auto;
    margin: 0;
    padding: 13px 16px;
  }
  .c-header .gnav .logo.switch-lt .widget-type-logo {
    width: 120px;
  }
  .c-header .gnav .logo.switch-lt .toggle-btn {
    position: absolute;
    right: 16px;
  }
}
.c-header .gnav.-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.2s;
}
@media screen and (max-width: 1000px) {
  .c-header .gnav.-scroll {
    display: none !important;
  }
}
.c-header .gnav.-scroll .scroll-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  padding: 0 31.72% 0 8.8%;
}
@media screen and (min-width: 1366px) {
  .c-header .gnav.-scroll .scroll-inner {
    padding: 0 25.72% 0 8.57%;
  }
}
.c-header .gnav.-scroll .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.3%;
  width: 8.05%;
  margin: auto;
}
.c-header .gnav.-scroll .main-menu ul {
  gap: min(0.75em, 12px);
}
.c-header .gnav.-scroll .phone {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15.08%;
}
.c-header .gnav.-scroll .phone .cmn96_header-phones a {
  font-size: min(2.05vw, 2.8rem);
}
.c-header .gnav.-scroll .phone .cmn96_header-phones ul li {
  font-size: min(0.8vw, 1.1rem);
}
.c-header .gnav.-scroll .contact {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2.2%;
  top: 0;
  bottom: 0;
  width: 11.71%;
  margin: auto;
}
.c-header .gnav.-scroll .contact > * {
  width: 100%;
}
.c-header .gnav.-scroll .contact .cmn82_header-contact-link a {
  width: 100%;
  padding: 1.2em 0.5em;
  font-size: min(1.17vw, 1.4rem);
}
.c-header .gnav.-scroll .contact .cmn82_header-contact-link a .icon .mail-icon {
  width: 1.25em;
}
.c-header .gnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  transition: opacity 0.3s ease-in-out;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5px 0;
}
@media screen and (min-width: 1400px) {
  .header-inner > .contact-data .cmn82_header-contact-link a .icon {
    margin-right: 5px;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a .icon.-line, .header-inner > .contact-data .cmn82_header-contact-link a .icon.-phone, .header-inner > .contact-data .cmn82_header-contact-link a .icon.-file {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .header-inner {
    padding: 2px 1.3vw 0;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a {
    height: 44px;
    padding: 1.2em 1em;
    font-size: 1vw;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a .icon {
    margin-right: 5px;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a .icon.-line, .header-inner > .contact-data .cmn82_header-contact-link a .icon.-phone, .header-inner > .contact-data .cmn82_header-contact-link a .icon.-file {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner {
    height: 91px;
    padding: 6px 0;
    gap: 0;
  }
  .header-inner > .contact-data {
    gap: 1vw;
  }
  .header-inner > .contact-data .sp-button {
    display: flex;
    gap: 1vw;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 15.9vw;
    max-width: 79px;
    height: 15.9vw;
    max-height: 79px;
    padding: 32px 0 1px;
    text-align: center;
    border-radius: 8px;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a::after {
    content: none;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a span {
    flex: 1 0 auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: min(3.0vw, 1.2rem);
    letter-spacing: -1px;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 400px) {
  .header-inner > .contact-data .cmn82_header-contact-link a {
    padding-top: 8vw;
    width: 16vw;
    height: 16vw;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a .icon {
    top: -7vw;
    width: 9vw;
    height: 9vw;
  }
  .header-inner > .contact-data .cmn82_header-contact-link a span {
    font-size: vw;
  }
}
.header-inner .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header-inner .logo {
    height: 91px;
  }
  .header-inner .logo img {
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .header-inner .logo {
    height: calc(100% - 21px);
  }
}
.header-inner .logo * {
  display: flex;
}

.main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1.5em;
}
@media screen and (max-width: 1400px) {
  .main-menu ul {
    gap: min(0.75em, 12px);
  }
}
@media screen and (max-width: 1000px) {
  .main-menu ul {
    display: block;
  }
}
.main-menu .nav {
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .main-menu .nav {
    position: inherit;
  }
  .main-menu .nav:hover > a::after, .main-menu .nav:hover > span::after {
    transform: scale(1, 1);
  }
  .main-menu .nav:hover span + .subnav-toggle + .subnav {
    visibility: visible;
    opacity: 1;
    z-index: auto;
    pointer-events: auto;
  }
  .main-menu .nav.-has-child > span {
    padding-right: 1.25em;
    padding-left: 0;
  }
  .main-menu .nav.-has-child > span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5625em;
    width: 0.75em;
    height: 0.5em;
    background: currentColor;
    -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-bottom.svg");
    mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-bottom.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .main-menu .nav.-has-child > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .nav {
    border-top: 1px solid #c8c8c8;
  }
}
.main-menu .nav > a, .main-menu .nav > span {
  position: relative;
  display: inline-block;
  padding: 0 5px 20px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  .main-menu .nav > a::after, .main-menu .nav > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #0041bf;
    border-radius: 3px;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .nav > a, .main-menu .nav > span {
    display: block;
    padding: 20px 25px;
    font-size: 1.8rem;
  }
}
.main-menu li {
  position: relative;
}
.main-menu li .subnav > a {
  position: relative;
  color: #007eec;
  padding-right: 30px;
}
.main-menu li .subnav > a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  width: 7px;
  height: 7px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.main-menu .subnav-toggle {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
}
.main-menu .subnav-toggle::before, .main-menu .subnav-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  bottom: 0;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: #007eec;
  border-radius: 2px;
}
.main-menu .subnav-toggle::before {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.main-menu .subnav-toggle.-js-opened::before {
  transform: rotate(0deg);
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav {
    position: absolute;
    left: 50%;
    width: calc(100vw - 40px);
    max-width: 1128px;
    margin: 0;
    padding: 46px 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 1000px) {
  .main-menu .subnav {
    display: none;
    padding: 24px 20px;
    border-bottom: 1px solid #c8c8c8;
  }
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .inner {
    display: flex;
  }
}
.main-menu .subnav a {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav a:hover span::after {
    transform: translateX(3px);
  }
}
.main-menu .subnav a span::before, .main-menu .subnav a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu .subnav a span::before {
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  background-color: #FFF;
  border-radius: 50%;
}
.main-menu .subnav a span::after {
  width: 4px;
  height: 6px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.main-menu .subnav .title {
  flex: 0 0 auto;
  width: 29.33%;
  padding-right: 3.7%;
  border-right: 1px solid #c8c8c8;
}
.main-menu .subnav .title > p {
  margin: 0 0 3.2rem;
}
.main-menu .subnav .title > p a {
  color: #0041bf;
  padding-right: 28px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.46;
}
.main-menu .subnav .title > p a span::before {
  right: 0;
}
.main-menu .subnav .title > p a span::after {
  right: 9px;
}
.main-menu .subnav .title .image {
  position: relative;
  width: 100%;
  padding-top: 66.4%;
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .subnav .title .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links {
    flex: 1;
    padding-left: 3.7%;
  }
}
.main-menu .subnav .links .sub-item:nth-child(n+2) {
  margin-top: 24px;
}
.main-menu .subnav .links .sub-title {
  position: relative;
  padding-left: 11px;
  color: #0041bf;
  font-weight: 500;
  line-height: 1.5;
}
.main-menu .subnav .links .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 16px;
  background-color: currentColor;
  border-radius: 5px;
}
.main-menu .subnav .links ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 4%;
}
@media screen and (max-width: 1000px) {
  .main-menu .subnav .links ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links ul li {
    width: calc(92% / 3);
  }
}
.main-menu .subnav .links ul a {
  display: inline-flex;
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
@media screen and (min-width: 1001px) {
  .main-menu .subnav .links ul a {
    min-height: 22px;
    padding-bottom: 8px;
  }
  .main-menu .subnav .links ul a:hover::after {
    transform: scale(1, 1);
  }
}
.main-menu .subnav .links ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: all 0.3s ease;
}
.main-menu .subnav .links ul a span {
  padding-left: 28px;
}
.main-menu .subnav .links ul a span::before {
  bottom: auto;
  left: 0;
}
.main-menu .subnav .links ul a span::after {
  bottom: auto;
  top: 8px;
  left: 9px;
}

.toggle-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: 28px;
  height: 23px;
  margin: 0 15px;
}
@media screen and (max-width: 400px) {
  .toggle-btn {
    max-width: 26px;
    width: 8vw;
    margin: 0 15px;
  }
}
.toggle-btn.-opened i {
  height: 5px;
}
.toggle-btn.-opened i:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.toggle-btn.-opened i:nth-child(2) {
  display: none;
}
.toggle-btn.-opened i:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #262626;
  border-radius: 3px;
  transition: transform 0.3s linear;
}
.toggle-btn i:nth-child(1) {
  top: -18px;
}
.toggle-btn i:nth-child(3) {
  top: 18px;
}
@media screen and (min-width: 1001px) {
  .toggle-btn {
    display: none;
  }
}

.sp-nav {
  padding: 24px 35px 44px;
  border-top: 1px solid #c8c8c8;
}
.sp-nav .contact-data {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.sp-nav .sub-links ul {
  flex-direction: column;
  gap: 16px;
}
.sp-nav .sub-links a {
  color: #262626;
  font-size: 1.5rem;
  font-weight: bold;
}
.sp-nav .sub-links a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/vision-blog-base2024/assets/images/common/icon-blank.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1000px) {
  .switch-gt {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .switch-lt {
    display: none !important;
  }
}

@keyframes closeAnim {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: translateY(-100%);
  }
}@charset "UTF-8";
/*======================================================================
 * footer
======================================================================*/
.c-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.c-footer .adjust-width {
  max-width: 976px;
}
.c-footer .footer-text {
  padding: 10px;
  color: #FFF;
  background-color: #414141;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-text {
    padding: 14px 20px;
  }
}
.c-footer .footer-text > * {
  max-width: 976px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-text > * {
    line-height: 1.3;
  }
}
.c-footer .footer-link-list {
  padding: 24px 10px 40px;
  background: #eee9db;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list {
    padding: 0;
  }
}
.c-footer .footer-link-list .cmn90_footer-link-list > .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/bg_nav_footer.png") right 128px top 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list .cmn90_footer-link-list > .inner {
    padding: 32px 20px 64px;
    background-position: 100% 0;
    background-size: 100px auto;
  }
}
.c-footer .footer-link-list .link-list {
  width: 100%;
}
.c-footer .footer-link-list .link-list:not(:first-child) {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #c8c1ac;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list .link-list:not(:first-child) {
    margin-top: 24px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .c-footer .footer-link-list .link-list.-col-3 {
    width: 75%;
  }
  .c-footer .footer-link-list .link-list.-col-3 + .-col1 {
    margin-left: 20px;
    border-left: 1px solid #c8c1ac;
    padding-left: 19px;
  }
  .c-footer .footer-link-list .link-list.-col-2 {
    width: 50%;
  }
  .c-footer .footer-link-list .link-list.-col-2 .inner {
    padding-right: 20px;
  }
  .c-footer .footer-link-list .link-list.-col-2 + .-col-2 .inner {
    padding: 0 0 0 19px;
    border-left: 1px solid #c8c1ac;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .c-footer .footer-link-list .link-list.-col-2, .c-footer .footer-link-list .link-list.-col-3 {
    width: 100%;
  }
  .c-footer .footer-link-list .link-list.-col-2 .inner {
    padding: 0 !important;
    border: none !important;
  }
}
.c-footer .footer-link-list .link-list .title {
  margin-bottom: 10px;
  color: #555;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list .link-list .title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.c-footer .footer-link-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .c-footer .footer-link-list ul.-large a {
    min-height: 75px;
  }
  .c-footer .footer-link-list ul.-col-4 li {
    width: calc(25% - 15px);
  }
  .c-footer .footer-link-list ul.-col-3 li {
    width: calc((100% - 40px) / 3);
  }
  .c-footer .footer-link-list ul.-col-2 li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .c-footer .footer-link-list ul.-col-4 li, .c-footer .footer-link-list ul.-col-3 li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list {
    gap: 16px;
  }
  .c-footer .footer-link-list li {
    width: 100%;
  }
}
.c-footer .footer-link-list a {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 3px 20px 3px 15px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  text-decoration: none;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/arrow.svg") right 10px top 50%/7px 11px no-repeat #FFF;
  border-radius: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list a {
    min-height: 76px;
    padding: 16px 40px 16px 16px;
    background-size: 10px auto;
    border-radius: 4px;
  }
}
.c-footer .footer-link-list a .icon {
  flex: 0 0 auto;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list a .icon {
    margin-right: 8px;
  }
}
.c-footer .footer-link-list a .icon img {
  pointer-events: none;
}
.c-footer .footer-link-list a small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-link-list a small {
    font-size: 1.4rem;
  }
}
.c-footer .footer-faq {
  padding: 0 10px 40px;
  background-color: #f9f7f4;
  border-top: 1px dotted #b5b5b5;
  border-bottom: 1px dotted #b5b5b5;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-faq {
    padding: 0 20px 64px;
  }
}
.c-footer .footer-faq > * {
  max-width: 1200px;
  margin: 0 auto;
}
.c-footer .footer-faq-title {
  margin-bottom: 20px;
  padding: 27px 0 35px 84px;
  color: #565452;
  font-size: 2.8rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid #dbdbdb;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/bg_bnr_area.png") no-repeat 4px 0;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-faq-title {
    margin: 0 -20px 20px;
    padding: 32px 20px 36px;
    font-size: 2.2rem;
    text-align: center;
    background-position: 0 0;
  }
}
.c-footer .footer-faq-title small {
  font-size: 1.8rem;
}
.c-footer .footer-news {
  padding: 0 10px 40px;
  background-color: #f5f2e9;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news {
    padding: 0 20px 64px;
  }
}
.c-footer .footer-news > * {
  max-width: 1200px;
  margin: 0 auto;
}
.c-footer .footer-news .cmn95_footer-news .title {
  padding: 27px 0 20px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/bg_pr_area.png") no-repeat 4px 0;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news .cmn95_footer-news .title {
    margin: 0 -20px;
    padding: 32px 20px;
    background-position: 0 0;
  }
}
.c-footer .footer-news .cmn95_footer-news .title dl {
  display: flex;
  align-items: center;
  margin: 0;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news .cmn95_footer-news .title dl {
    flex-direction: column;
  }
}
.c-footer .footer-news .cmn95_footer-news .title dl dt {
  flex: 0 0 auto;
  padding: 0 0 0 84px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news .cmn95_footer-news .title dl dt {
    padding: 0 30px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #b8b8b8;
  }
}
.c-footer .footer-news .cmn95_footer-news .title dl dd {
  margin: 0 0 0 12px;
  padding: 8px 0 8px 15px;
  font-size: 1.5rem;
  line-height: 1.47;
  border-left: 1px dotted #b8b8b8;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news .cmn95_footer-news .title dl dd {
    margin: 0;
    padding: 10px 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    border: none;
  }
}
.c-footer .footer-news .cmn95_footer-news .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-footer .footer-news .cmn95_footer-news .splide {
  max-width: 670px;
  margin: 0 auto;
}
.c-footer .footer-news .cmn95_footer-news .item {
  text-align: center;
}
.c-footer .footer-news .cmn95_footer-news .text-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 0;
  line-height: 1.25;
}
.c-footer .footer-news .cmn95_footer-news .text-list li {
  display: inline-block;
  padding: 2px 9px 2px 10px;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-news .cmn95_footer-news .text-list li {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}
.c-footer .footer-news .cmn95_footer-news .text-list li.-active {
  color: #0f5f94;
  text-decoration: underline;
}
.c-footer .footer-news .cmn95_footer-news .text-list li.-active:hover {
  text-decoration: none;
}
.c-footer .footer-news .cmn95_footer-news .text-list li:not(:last-child) {
  border-right: 1px dotted #b8b8b8;
}
.c-footer .footer-maps {
  margin-bottom: 15px;
}
.c-footer .footer-maps .cmn92_footer-map {
  display: flex;
  gap: 22px;
}
.c-footer .footer-maps .cmn92_footer-map .item {
  flex: 1;
  margin: 0;
}
.c-footer .footer-maps .cmn92_footer-map dt {
  padding-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.c-footer .footer-maps .cmn92_footer-map dd {
  margin: 0;
}
.c-footer .footer-maps .cmn92_footer-map ul a {
  display: block;
  position: relative;
  color: #000;
  line-height: 1.2;
}
.c-footer .footer-maps .cmn92_footer-map ul a:hover {
  color: #333;
}
.c-footer .footer-maps .cmn92_footer-map ul a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  margin: auto;
  border: 1px solid #80021b;
  border-width: 1px 1px 0 0;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-depth-1 {
  border-bottom: 1px solid #e0e0e0;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-depth-1 > a {
  padding: 10px 0 10px 14px;
  font-size: 1.2rem;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-depth-1 > a::before {
  left: 4px;
  transform: rotate(45deg);
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-children-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-children-wrapper li {
  width: 50%;
  border-bottom: none;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-children-wrapper a {
  padding: 8px 0 8px 9px;
  font-size: 1.1rem;
}
.c-footer .footer-maps .cmn92_footer-map ul .hs-menu-children-wrapper a::before {
  left: 1px;
  transform: rotate(135deg);
}
.c-footer .footer-information {
  padding: 17px 10px 32px;
  border-top: 1px solid #f1ede1;
  background: #f7f7f7;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-footer .footer-information {
    position: relative;
  }
  .c-footer .footer-information::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 178px;
    background: linear-gradient(to bottom, #fcfcfc, #f7f7f8);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information {
    padding: 32px 20px;
    border-top: none;
  }
}
.c-footer .footer-information .inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information .inner {
    display: block;
  }
}
.c-footer .footer-information .inner .logo {
  flex: 0 0 auto;
  width: 169px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information .inner .logo {
    width: 160px;
    margin: 0 auto 24px;
  }
}
.c-footer .footer-information .inner .banner-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information .inner .banner-block {
    width: 100%;
    margin: 0 auto 32px;
  }
}
.c-footer .footer-information .inner .banner-block .cmn93_footer-banner-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information .inner .banner-block .cmn93_footer-banner-block {
    gap: 8px;
  }
}
.c-footer .footer-information .inner .banner-block .cmn93_footer-banner-block .item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-information .inner .banner-block .cmn93_footer-banner-block .item {
    flex: 0 0 auto;
    width: calc(50% - 4px);
  }
}
.c-footer .banner-slides {
  position: relative;
  padding: 34px 20px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .c-footer .banner-slides {
    padding: 32px 10px;
  }
}
.c-footer .banner-slides > * {
  max-width: 965px;
  margin: 0 auto;
}
.c-footer .submenu ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0 12px;
}
@media screen and (max-width: 768px) {
  .c-footer .submenu ul {
    gap: 1em;
  }
}
.c-footer .submenu ul li {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-footer .submenu ul li {
    width: calc(100% / 3 - 8px);
  }
}
.c-footer .submenu a {
  display: flex;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .c-footer .submenu a {
    padding: 5px 0 5px 14px;
    background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/arrow.svg") 5px center/4px 5px no-repeat;
  }
  .c-footer .submenu a:hover {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .submenu a {
    color: #333;
    font-size: 1.3rem;
  }
  .c-footer .submenu a::after {
    content: "｜";
    display: inline-block;
  }
}
.c-footer .copyright {
  padding: 8px 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    padding: 24px 20px;
    font-size: 1.3rem;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 110px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/btn_pagetop_new.png") 0 0/contain no-repeat;
  background-color: transparent !important;
  border: none !important;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 16px;
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
  }
}/*======================================================================
 * Sections
======================================================================*/
.red-top-border-section {
  border-top: 4px solid #007EEC;
}

.round-section > .row-fluid {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .round-section > .row-fluid {
    border-radius: 4px;
  }
}

.shadow-section > .row-fluid > .dnd-column {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}@charset "UTF-8";
/*======================================================================
 * パンくず
======================================================================*/
.c-breadcrumb {
  padding: 10px 20px;
  background-color: #e9e3d3;
}
.c-breadcrumb ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.c-breadcrumb li {
  margin-bottom: 0 !important;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li:first-child a {
    display: inline-block;
    width: 15px;
    height: 14px;
    padding-left: 15px;
    background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/icon-home.svg") 0 50% no-repeat;
    overflow: hidden;
  }
}
.c-breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAMAAACg0N8BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlQTFRF6ePTd3d35uDRlZOPnZuV4NvM3tnK4tzN5+HSjYyJy8e7iIiFn52XnJqVhoWDiomHi4qH3djJ3NfJFypmnAAAADNJREFUeNpiYIAALmZ2EMXCyMkKpJh4GQXYgDQHDyO3IIjPx8gM4QmB5PjZ4Coh+gACDAAhzgERRNvZuAAAAABJRU5ErkJggg==) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li:not(:last-child) {
    margin-right: 8px;
    padding-right: 14px;
  }
}
.c-breadcrumb .breadcrumb-link {
  color: #666;
  text-decoration: none;
}
.c-breadcrumb .breadcrumb-link:hover {
  color: #333;
  text-decoration: underline;
}@charset "UTF-8";
/*======================================================================
 * 機種ブログリスト
======================================================================*/
.c-aside-list:not(:first-child) {
  margin-top: 30px;
}
.c-aside-list .heading {
  margin: 0;
  padding: 0.3em 10px 0.3em 35px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.93;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.c-aside-list .heading.-maker {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_maker.png");
  background-size: 19px auto;
}
.c-aside-list .heading.-paper {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_paper.png");
  background-size: 19px auto;
}
.c-aside-list .heading.-palette {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_color.png");
  background-size: 18px auto;
}
.c-aside-list .heading.-tool {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_function.png");
  background-size: 21px auto;
}
.c-aside-list .heading.-copy {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_size.png");
  background-size: 22px auto;
}
.c-aside-list .heading.-calendar {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_monthly.png");
  background-size: 19px auto;
}
.c-aside-list .heading.-office {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/new/ico_tag_office.png");
  background-size: 17px auto;
}
.c-aside-list ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-aside-list ul li {
  display: block;
  width: 25%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  .c-aside-list ul li {
    width: 50%;
  }
}
.c-aside-list ul a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 15px;
  color: #555;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  text-decoration: none;
  background-color: #FFF;
}
.c-aside-list ul a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/arrow.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/copyki-pr2024/assets/images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #aaa;
}
.c-aside-list ul a:hover {
  color: #bc2b20;
  background-color: #f6f6f6;
}/*======================================================================
* pager
======================================================================*/
.c-pagination .inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
}
.c-pagination a,
.c-pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
  padding: 0 6px;
  background-color: #ececec;
  border: 1px solid #ccc;
}
.c-pagination a:hover,
.c-pagination span:hover {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}
.c-pagination .latest-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .oldest-link {
  position: relative;
}
.c-pagination .latest-link.-disabled,
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled,
.c-pagination .oldest-link.-disabled {
  display: none;
}
.c-pagination .number-link.-current {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 30px;
}
.u-mt-default {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 32px;
  }
}
.u-mt-large {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 32px;
  }
}

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

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.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;
  }
}
@media screen and (min-width: 769px) {
  .u-hover-flash {
    opacity: 1;
  }
  .u-hover-flash:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.u-follow-map .region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.u-follow-map .region-list dl {
  width: calc(25% - 6px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .u-follow-map .region-list dl {
    width: calc(50% - 4px);
  }
}
.u-follow-map .region-list dl dt,
.u-follow-map .region-list dl dd {
  width: 100%;
  margin: 0;
  border: 1px solid #676767;
}
.u-follow-map .region-list dl dt {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.689;
  text-align: center;
  background-color: #676767;
  border-radius: 6px 6px 0 0;
}
.u-follow-map .region-list dl dd {
  padding: 8px;
  color: #096bc3;
  line-height: 2;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.u-follow-map .region-list dl dd a {
  color: #096bc3;
}
.u-follow-map .caution {
  padding: 0;
  list-style: none;
  margin-top: 8px;
}
.u-follow-map .caution li {
  display: flex;
  font-size: 1.1rem;
}
.u-follow-map .caution li::before {
  content: "※";
  margin-right: 0.5em;
}

/* ------------------------------------------------------------
  * 編集画面用
------------------------------------------------------------ */
.u-follow-map .region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.u-follow-map .region-list dl {
  width: calc(25% - 6px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .u-follow-map .region-list dl {
    width: calc(50% - 4px);
  }
}
.u-follow-map .region-list dl dt,
.u-follow-map .region-list dl dd {
  width: 100%;
  margin: 0;
  border: 1px solid #676767;
}
.u-follow-map .region-list dl dt {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.689;
  text-align: center;
  background-color: #676767;
  border-radius: 6px 6px 0 0;
}
.u-follow-map .region-list dl dd {
  padding: 8px;
  color: #096bc3;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.u-follow-map .region-list dl dd a {
  color: #096bc3;
}
.u-follow-map .caution {
  padding: 0;
  list-style: none;
  margin-top: 8px;
}
.u-follow-map .caution li {
  display: flex;
  font-size: 1.1rem;
}
.u-follow-map .caution li::before {
  content: "※";
  margin-right: 0.5em;
}

/* ------------------------------------------------------------
  * 編集画面用
------------------------------------------------------------ */
.u-edit-info {
  padding: 40px;
  color: #7c98b6;
  font-style: italic;
  text-align: center;
  background: #f5f8fa !important;
  border: 1px dashed #516f90;
  cursor: pointer;
}/*エリアリスト2列ビジョンSK*/
.two-column-arealist {
  -webkit-column-count: 2; /* Safari and Chrome */
  -moz-column-count: 2;    /* Firefox */
  column-count: 2;
}