/*! 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 */
  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;
}
@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定する */
/** CSS Grid Layoutで複数の列を指定する */
/* ------------------------------
　　ベース
------------------------------ */
html {
  color: var(--color-gray100);
  font-weight: 500;
  font-family: -apple-system, "Helvetica Neue", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  background: var(--color-white);
}

.adminBox, .acms-admin-btn {
  font-weight: normal !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}

body {
  /* calc(50% - 50vw)使用時に
   EdgeとIE11で発生する横スクロール防止
   （メッセージユニット・全幅ユニット）*/
  overflow-x: hidden;
  font-size: 1rem;
}

/* 游ゴシック体使用時にIE11で文字がうわずってしまう問題に対応 */
_:lang(x)::-ms-backdrop, body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

/* リンクの設定 */
a {
  color: var(--color-link);
  text-decoration: none;
  border: none;
}

a:visited {
  color: var(--color-link);
  text-decoration: none;
}

a:active {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-link);
  text-decoration: underline;
}

/* コンテナー */
.acms-container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-left: calc(15px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
  padding: 0;
}

.container-md {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-left: calc(15px + constant(safe-area-inset-left));
}

.container-sm {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-left: calc(15px + constant(safe-area-inset-left));
}

@media screen and (min-width: 768px) {
  .acms-container,
.container-md,
.container-sm {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.sticky-contents {
  position: fixed;
  bottom: 0;
  z-index: 9000;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  transform: translateY(40px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
}
.sticky-contents.is-centered {
  text-align: center;
}
.sticky-contents.is-show {
  transform: translateY(0);
  opacity: 1;
}
.sticky-contents.is-active {
  display: block;
}

/* 行間 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

dl, ol, ul {
  line-height: 1.5;
}

/* ------------------------------
　　組み込みJSの上書き
------------------------------ */
/* モーダルビデオ
------------------------------ */
.modal-video-body {
  padding: 0 10px;
}

.modal-video-close-btn {
  top: -45px !important;
  right: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------
　　アニメーション
------------------------------ */
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-drop {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-drop {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-card {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-card {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ------------------------------
　　バッジ
------------------------------ */
.badge {
  display: inline-block;
  padding: 2px 8px;
  color: var(--color-gray90);
  background: var(--color-gray60);
  border-radius: 3px;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner-list {
  padding: 0;
  list-style: none;
}
.js .js-animation .banner-list {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .banner-list {
  -webkit-animation: fade-in 0.4s 0.5s 1 both;
          animation: fade-in 0.4s 0.5s 1 both;
}

.banner-item {
  margin: 0 0 15px 0;
}

.banner-link {
  display: block;
  transition: opacity 0.2s;
}
.banner-link:hover {
  opacity: 0.7;
}

.banner-img {
  display: block;
  width: 100%;
  border: 1px solid var(--color-gray40);
  border-radius: 6px;
}

/* ------------------------------
　　ボタン
------------------------------ */
.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.button:hover, .button:visited, .button:active, .button:focus {
  color: var(--color-white);
  text-decoration: none;
}
.button:hover {
  background: var(--color-primary-hover);
}
.button.is-lg {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 20px;
}
.button.is-block {
  width: 100%;
}
.button.is-xl {
  width: 280px;
  max-width: 100%;
}
.button.is-width-lg {
  width: 280px;
  max-width: 100%;
}
.button.is-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.button.is-shadow-light {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.button.is-inverse {
  color: var(--color-gray100);
  background: var(--color-white);
}
.button.is-inverse:hover {
  background: var(--color-gray10);
}
.button.is-bordered {
  color: var(--color-gray100);
  background: transparent;
  border: 1px solid var(--color-gray40);
}
.button.is-bordered:hover {
  background: var(--color-gray20);
}
.button.is-rounded {
  border-radius: 10em;
}
@media screen and (min-width: 768px) {
  .button.is-xl {
    min-width: 340px;
    padding: 15px;
    font-size: 24px;
  }
}

/* ------------------------------
　　カード
------------------------------ */
.card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
  padding: 0;
  list-style: none;
}

.card-item {
  display: flex;
  margin: 0 0 30px;
  padding: 0 30px;
}

.card {
  display: flex;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.card {
    display: block;
  }
}
.card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--color-gray100);
}
.card-link:visited {
  color: var(--color-gray100);
}
.card-link:hover, .card-link:active, .card-link:focus {
  color: var(--color-gray100);
  text-decoration: none;
}
.card-link:hover .card-img {
  transform: scale(1.2);
}
.card-link:hover .card-read-more::before {
  transform: scaleX(1);
}

.card-img-wrap {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.card-img {
  transition: 0.4s 0.2s ease-out;
  will-change: transform;
}
.js .js-animation-row .card-img {
  opacity: 0;
  will-change: opacity;
}
.js .js-animation-row.is-show .card-img {
  opacity: 1;
}

.card-title,
.entry-style .card-title {
  margin: 0 0 15px 0;
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.3;
}
.js .js-animation-row .card-title,
.js .js-animation-row .entry-style .card-title {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation-row.is-show .card-title,
.js .js-animation-row.is-show .entry-style .card-title {
  -webkit-animation: fade-in 0.2s 0.7s 1 both;
          animation: fade-in 0.2s 0.7s 1 both;
}

.card-time {
  display: inline-block;
  margin: 0 0 5px 0;
  color: var(--color-gray90);
  font-size: 1rem;
}

.card-badge-news {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}

.card-text,
.entry-style .card-text {
  margin: 0 0 25px 0;
  font-size: 0.875rem;
  line-height: 1.7;
}
.js .js-animation-row .card-text,
.js .js-animation-row .entry-style .card-text {
  opacity: 0;
}
.js .js-animation-row.is-show .card-text,
.js .js-animation-row.is-show .entry-style .card-text {
  -webkit-animation: fade-in 0.2s 1s 1 both;
          animation: fade-in 0.2s 1s 1 both;
}

.card-read-more,
.entry-style .card-read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.card-read-more::before,
.entry-style .card-read-more::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  content: "";
}
.card-read-more::after,
.entry-style .card-read-more::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background: var(--color-secondary) no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-size: 5px 10px;
  border-radius: 100%;
  content: "";
}
.js .js-animation-row .card-read-more,
.js .js-animation-row .entry-style .card-read-more {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation-row.is-show .card-read-more,
.js .js-animation-row.is-show .entry-style .card-read-more {
  -webkit-animation: fade-in 0.2s 1.2s 1 both;
          animation: fade-in 0.2s 1.2s 1 both;
}

.card-footer {
  margin-top: auto;
  padding: 10px 0;
  border-top: 1px solid var(--color-gray60);
}

.card-author {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1rem;
}

.card-author-img {
  margin: 0 10px 0 0;
  border-radius: 100%;
}

@media screen and (min-width: 1024px) {
  .card-img-wrap {
    margin: 0 0 20px 0;
  }
  .card.is-lg .card-img-wrap {
    margin: 0 0 30px 0;
  }

  .card-title {
    margin: 0 0 15px 0;
    font-size: 1.25rem;
  }
  .card.is-lg .card-title {
    font-size: 22px;
  }

  .card-text {
    margin: 0 0 25px 0;
    font-size: 1rem;
  }
  .card.is-lg .card-text {
    margin: 0 0 35px 0;
  }

  .card-read-more,
.entry-style .card-read-more {
    font-size: 1.125rem;
  }
  .card-read-more::before,
.entry-style .card-read-more::before {
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .card-list {
    margin-bottom: 30px;
  }
}
/* ボーダー付きカード */
.card-bordered-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.card-bordered-item {
  display: flex;
  margin: 0 0 30px;
}

.card-bordered {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-gray40);
  border-radius: 6px;
}

.card-bordered-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--color-gray100);
}
.card-bordered-link:visited {
  color: var(--color-gray100);
}
.card-bordered-link:hover, .card-bordered-link:active, .card-bordered-link:focus {
  color: var(--color-gray100);
  text-decoration: none;
}
.card-bordered-link:hover .card-bordered-img {
  transform: scale(1.2);
}
.card-bordered-link:hover .card-bordered-read-more::before {
  transform: scaleX(1);
}

.card-bordered-img-wrap {
  margin: 0;
  overflow: hidden;
}

.card-bordered-img {
  transition: 0.4s 0.2s ease-out;
  will-change: transform;
}
.js .js-animation-row .card-bordered-img {
  opacity: 0;
}
.js .js-animation-row.is-show .card-bordered-img {
  opacity: 1;
}

.card-bordered-title,
.entry-style .card-bordered-title {
  margin: 0 0 15px 0;
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.3;
}

.card-bordered-read-more,
.entry-style .card-bordered-read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.card-bordered-read-more::before,
.entry-style .card-bordered-read-more::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  content: "";
}
.card-bordered-read-more::after,
.entry-style .card-bordered-read-more::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background: var(--color-secondary) no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-size: 5px 10px;
  border-radius: 100%;
  content: "";
}
.js .js-animation-row .card-bordered-read-more,
.js .js-animation-row .entry-style .card-bordered-read-more {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation-row.is-show .card-bordered-read-more,
.js .js-animation-row.is-show .entry-style .card-bordered-read-more {
  -webkit-animation: fade-in 0.2s 1.2s 1 both;
          animation: fade-in 0.2s 1.2s 1 both;
}

.card-bordered-text-inline {
  display: flex;
  align-items: center;
  padding: 15px;
}
.card-bordered-text-inline .card-bordered-title,
.card-bordered-text-inline .entry-style .card-bordered-title,
.card-bordered-text-inline .card-bordered-text,
.card-bordered-text-inline .card-bordered-read-more {
  margin: 0;
}
.card-bordered-text-inline .card-bordered-read-more {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .card-bordered-text-inline {
    display: flex;
    padding: 25px;
  }

  .card-bordered-title {
    margin: 0 0 20px 0;
    font-size: 22px;
  }

  .card-bordered-text {
    margin: 0 0 35px 0;
    font-size: 1rem;
  }

  .card-bordered-read-more,
.entry-style .card-bordered-read-more {
    font-size: 1.125rem;
  }
  .card-bordered-read-more::before,
.entry-style .card-bordered-read-more::before {
    bottom: -10px;
  }
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message-group {
  margin: 0 0 35px 0;
}
.contact-box .message-text {
  color: var(--color-primary);
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: var(--color-primary);
}
.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #E5E5E5;
}

.contact-form-heading {
  margin: 40px 0 10px 0;
}

.contact-form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #FFF;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  text-align: left;
}

.contact-form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .contact-form {
    width: 100%;
  }

  .contact-form-label {
    padding: 15px 15px 5px 15px;
    vertical-align: top;
  }

  .contact-form-control {
    padding: 5px 15px 15px 15px;
  }

  .contact-form-col {
    margin: 0;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: var(--color-primary);
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #999;
  font-weight: bold;
  font-size: 0.875rem;
  list-style: none;
  border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid var(--color-secondary);
}
@media (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 10px;
    padding: 18px 0 14px;
    font-size: 1rem;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media (min-width: 768px) {
  .form-btn-send {
    max-width: 360px;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 0.75rem;
  background: var(--color-primary);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .label-required {
    margin: 0 10px;
  }
}
/* フォーム要素
------------------------------ */
.contact-box .preferred_date, .contact-box .preferred_hour {
  display: inline-block;
  width: 8em !important;
}
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 1rem;
}
.contact-box textarea {
  padding: 5px 5px 4px;
  font-size: 1rem;
}
.contact-box select {
  min-height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
  vertical-align: top;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
    padding: 5px 8px;
  }
  .contact-box textarea {
    padding: 5px 8px;
  }
  .contact-box select {
    min-height: 38px;
    padding-left: 8px;
  }
}
/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* ------------------------------
　　CTA（コール・トゥ・アクション）
------------------------------ */
/* シンプルなCTA */
.cta {
  margin-top: -30px;
  padding: 60px 0;
  text-align: center;
}
.cta.is-bg {
  margin: 0;
  padding: 25px 0;
  background: var(--color-primary-light);
}

.cta-title {
  margin: 0 0 30px 0;
  color: var(--color-gray100);
  font-size: 1.25rem;
  line-height: 1.3;
}

.cta-button-wrap {
  font-weight: bold;
}
.js .js-animation .cta-button-wrap {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .cta-button-wrap {
  -webkit-animation: fade-in 0.4s 0.5s 1 both;
          animation: fade-in 0.4s 0.5s 1 both;
}

.cta-link-wrap {
  margin: 25px 0;
  font-weight: bold;
  font-size: 1.125rem;
}

.cta-link {
  color: var(--color-gray100);
  color: var(--color-gray100);
}
.cta-link:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background: var(--color-secondary) no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-size: 5px 10px;
  border-radius: 100%;
  transform: rotate(180deg);
  content: "";
}
.cta-link:visited {
  color: var(--color-gray100);
}
.cta-link:hover, .cta-link:active, .cta-link:focus {
  opacity: 0.7;
}
.js .js-animation .cta-link {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .cta-link {
  -webkit-animation: fade-in 0.4s 0.5s 1 both;
          animation: fade-in 0.4s 0.5s 1 both;
}

.cta-micro-copy {
  margin: 15px 0 20px 0;
}

@media screen and (min-width: 768px) {
  .cta {
    margin-top: -50px;
    padding: 100px 0;
  }
  .cta.is-bg {
    padding: 50px 0;
  }

  .cta-title {
    font-size: 34px;
  }

  .cta-button {
    font-size: 24px;
  }

  .cta-link-wrap {
    margin: 40px 0;
    font-size: 24px;
  }

  .cta-link:before {
    width: 24px;
    height: 24px;
    margin: 0 25px 0 0;
  }

  .cta-micro-copy {
    margin: 25px 0 20px 0;
  }
}
/* 背景が角丸 */
.cta-round {
  margin-top: -40px;
  padding: 40px 20px 30px;
  background: var(--color-gray20);
  border-radius: 15px;
}

.cta-round-title {
  margin: 0 0 20px 0;
  color: var(--color-gray100);
  font-size: 1.25rem;
  line-height: 1.3;
}

.cta-round-button-wrap {
  font-weight: bold;
}
.js .js-animation .cta-round-button-wrap {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .cta-round-button-wrap {
  -webkit-animation: fade-in 0.4s 0.5s 1 both;
          animation: fade-in 0.4s 0.5s 1 both;
}

.cta-round-micro-copy {
  margin: 15px 0 20px 0;
}

@media screen and (min-width: 768px) {
  .cta-round {
    margin-top: -60px;
    padding: 80px 0 60px;
    border-radius: 30px;
  }

  .cta-round-title {
    margin: 0 0 30px 0;
    font-size: 34px;
  }

  .cta-round-button {
    font-size: 24px;
  }
}
/* 背景画像付きのCTA */
.cta-visual {
  position: relative;
  z-index: 1;
  padding: 60px 0 50px;
  color: var(--color-white);
  text-align: center;
  background: no-repeat center;
  background-size: cover;
}
.cta-visual.is-cta-margin-top {
  margin-top: 60px;
}
.cta-visual.is-lg {
  padding: 80px 0 50px;
}
.cta-visual:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.cta-visual-comment {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 8px 30px;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 22px;
  background: var(--color-white);
  border-radius: 10em;
}
.cta-visual-comment:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: var(--color-white);
  content: "";
}

.cta-visual-title {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.5;
}

.cta-visual-text {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cta-visual-read-more {
  position: relative;
}
.js .js-animation .cta-visual-read-more {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .cta-visual-read-more {
  -webkit-animation: fade-in 0.4s 0.5s 1 both;
          animation: fade-in 0.4s 0.5s 1 both;
}

@media screen and (min-width: 768px) {
  .cta-visual {
    padding: 60px 0;
  }
  .cta-visual.is-cta-margin-top {
    margin-top: 100px;
  }
  .cta-visual.is-lg {
    padding: 100px 0 80px;
  }

  .cta-visual-title {
    margin: 0 0 40px 0;
    font-size: 34px;
  }

  .cta-visual-text {
    margin: 0 0 40px 0;
    font-size: 1rem;
  }

  .cta-visual-comment {
    padding: 15px 45px;
    font-size: 32px;
  }
}
/* ------------------------------
　　グローバルナビゲーション
------------------------------ */
.global-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.global-nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}

.global-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.global-nav-item:last-child {
  margin-right: 0;
}

.global-nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: var(--color-gray100);
}
.global-nav-link:visited {
  color: var(--color-gray100);
}
.global-nav-link:hover, .global-nav-link:active, .global-nav-link:focus {
  color: var(--color-gray100);
}
.global-nav-link::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 2px;
  background: var(--color-primary);
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
}
.global-nav-link:hover {
  text-decoration: none;
}
.global-nav-link:hover::after {
  transform: scaleX(1);
}
.global-nav-item.stay .global-nav-link::after {
  transform: scaleX(1);
}
.global-nav-link.is-cta {
  height: 87px;
  margin: 0 15px;
  padding: 0 35px;
  color: var(--color-white);
  background: var(--color-primary);
  transition: background-color 0.2s;
}
.global-nav-link.is-cta:after {
  content: none;
}
.global-nav-link.is-cta:hover {
  background: var(--color-primary-hover);
}
.global-nav-link.is-cta:last-child {
  margin-right: 0;
}

/* ------------------------------
  PCメニュー
------------------------------ */
.global-nav-pc-group-container {
  background-image: linear-gradient(to right, transparent 70%, #F0F5F2 70%);
}

.global-nav-pc-group {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding-right: calc(50% - 545px);
  padding-left: 0;
  list-style: none;
}
.global-nav-pc-group > .global-nav-pc-item:hover .global-nav-pc-submenu {
  visibility: visible;
  opacity: 1;
}
.global-nav-pc-group > .global-nav-pc-item:hover > .global-nav-pc-link {
  position: relative;
  color: #158B90;
}
.global-nav-pc-group > .global-nav-pc-item:hover > .global-nav-pc-link::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  display: inline-block;
  border-width: 0px 6px 12px 6px;
  border-style: solid;
  border-color: transparent transparent #085A7A transparent;
  content: "";
}
.global-nav-pc-group > .global-nav-pc-item:first-child {
  margin-left: auto;
  padding-left: 70px;
  background-image: linear-gradient(135deg, transparent 49.5px, #F0F5F2 49.5px);
}
.global-nav-pc-group > .global-nav-pc-item > .global-nav-pc-link {
  display: block;
  padding-right: 1em;
  padding-left: 1em;
  color: #085A7A;
  font-weight: 600;
  line-height: 70px;
  text-decoration: none;
  background-color: #F0F5F2;
}
.global-nav-pc-group .global-nav-pc-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F5F2;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #085A7A;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header .acms-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header h2 .acms-admin-btn {
  margin-left: 10px;
  vertical-align: 3px;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header p {
  margin: 0;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header p a {
  display: inline-block;
  height: 28px;
  padding-right: 0.75em;
  padding-left: 1em;
  color: #fff;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.global-nav-pc-group .global-nav-pc-submenu .global-nav-pc-submenu-header p a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.global-nav-pc-group .global-nav-pc-submenu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding: 26px 0;
  font-size: 1.125rem;
  list-style: none;
}
.global-nav-pc-group .global-nav-pc-submenu ul li {
  flex-basis: 25%;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0 6px;
}
.global-nav-pc-group .global-nav-pc-submenu ul li a {
  display: block;
  padding: 0.5em 0;
  color: #158B90;
  line-height: 1.25;
  border-top: 1px solid #085A7A;
}
.global-nav-pc-group .global-nav-pc-submenu ul li a:hover {
  text-decoration: none;
}
.global-nav-pc-group .global-nav-pc-submenu ul li p {
  margin: 0.5em 0 0 0;
  font-weight: 400;
  font-size: 0.875rem;
}

/* ------------------------------
  モバイルメニュー
------------------------------ */
.sp-subnav {
  display: flex;
  width: 100%;
  height: 66px;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.sp-subnav li {
  flex-grow: 1;
  border-right: 1px solid #999;
}
.sp-subnav li > a, .sp-subnav li > span, .sp-subnav li > div {
  display: block;
  box-sizing: border-box;
  min-width: 75px;
  height: 100%;
  padding-top: 12px;
  padding-right: 5px;
  padding-left: 5px;
  color: var(--color-gray100);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.sp-subnav li > a i, .sp-subnav li > span i, .sp-subnav li > div i {
  display: block;
  margin-bottom: 6px;
  color: #158B90;
  font-weight: normal;
  font-size: 24px;
}
.sp-subnav li > a:hover, .sp-subnav li > a:focus, .sp-subnav li > a:active, .sp-subnav li > span:hover, .sp-subnav li > span:focus, .sp-subnav li > span:active, .sp-subnav li > div:hover, .sp-subnav li > div:focus, .sp-subnav li > div:active {
  text-decoration: none;
}
.sp-subnav li > div {
  min-width: 140px;
}

.sp-subnav-form-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px;
  grid-template-columns: auto 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 16px;
  margin-bottom: 5px;
}

.form-wrapper {
  padding: 16px;
  background-color: #ADD1D0;
}

.switchArea-wrapper {
  width: 80px;
  padding-top: 4px;
}
.switchArea-wrapper .switchArea-label {
  width: 80px;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.sp-subnav-container {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

@media (min-width: 768px) {
  .sp-subnav-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 318px auto;
    grid-template-columns: 318px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
  }

  .sp-subnav-list-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .sp-subnav-form-container {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.global-nav-mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #65B4B1;
  border-radius: 0 0 5px 5px;
}
.global-nav-mobile-menu-btn:hover {
  text-decoration: none;
}
.global-nav-mobile-menu-btn:active, .global-nav-mobile-menu-btn:focus {
  outline: 0;
}

.global-nav-mobile-menu-text {
  margin: 7px 0 0 0;
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1;
}

.sp-nav-information-container {
  width: 100%;
}
.sp-nav-information-container > .sp-nav-information-list {
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sp-nav-information-container > .sp-nav-information-list > li > span {
  display: block;
  padding: 15px 0 15px 10px;
  padding-left: 10px;
  color: #085A7A;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 2px solid #158B90;
}
.sp-nav-information-container > .sp-nav-information-list > li > span::before {
  display: inline-block;
  margin-right: 5px;
  color: #B7AC27;
  font-weight: normal;
  font-size: 22px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e909";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list {
  padding-left: 0;
  list-style: none;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojQUREMUQwO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDFIMEExLDEsMCwwLDEsMSwwSDNBMSwxLDAsMCwxLDQsMUg0QTEsMSwwLDAsMSwzLDJIMUExLDEsMCwwLDEsMCwxWiIvPjwvc3ZnPgo=);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 2px;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a {
  display: block;
  padding: 10px;
  color: #085A7A;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a:hover, .sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a:focus, .sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a:active {
  text-decoration: none;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a.newspaper::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e928";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a.magazine::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e90b";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a.privacy::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e915";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a.mail::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e903";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sp-nav-information-container > .sp-nav-information-list .sp-nav-information-list li a.sitemap::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e916";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}

/* トグルメニューアイコン */
.global-nav-mobile-icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  vertical-align: middle;
  background-color: var(--color-white);
  border-radius: 1px;
  transition: 0.1s all;
}
.global-nav-mobile-icon-toggle-menu::before, .global-nav-mobile-icon-toggle-menu::after {
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.global-nav-mobile-icon-toggle-menu::before {
  top: -6px;
}
.global-nav-mobile-icon-toggle-menu::after {
  bottom: -6px;
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu::before {
  width: 22px;
  transform: translate(0, 6px) rotate(45deg);
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu::after {
  width: 22px;
  transform: translate(0, -6px) rotate(-45deg);
}

@media (max-width: 1023px) {
  .is-locked {
    overflow: hidden;
  }

  .global-nav-mobile {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10001;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    overflow-y: scroll;
    background-color: var(--color-white);
    opacity: 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .global-nav-mobile.is-active {
    display: block;
  }
  .global-nav-mobile.is-opened {
    opacity: 1;
  }
}
/* モバイルメニュー開いた時
------------------------------ */
.global-nav-mobile-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.global-nav-mobile-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
}

.global-nav-mobile-navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0 50px 0;
}

.global-nav-mobile-group {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav-mobile-navbar > .global-nav-mobile-group > .global-nav-mobile-item > a {
  padding-left: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojQUREMUQwO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDFIMEExLDEsMCwwLDEsMSwwSDNBMSwxLDAsMCwxLDQsMUg0QTEsMSwwLDAsMSwzLDJIMUExLDEsMCwwLDEsMCwxWiIvPjwvc3ZnPgo=);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 2px;
}
.global-nav-mobile-navbar > .global-nav-mobile-group > .global-nav-mobile-item > a .icon-flag {
  display: inline-block;
  margin-right: 5px;
  color: #B7AC27;
  font-size: 22px;
}

.global-nav-mobile-item {
  font-weight: bold;
  font-size: 1.25rem;
}
.global-nav-mobile-item.is-expand .global-nav-mobile-link {
  position: relative;
}
.global-nav-mobile-item.is-expand .icon-expand {
  margin-top: 5px;
}
.global-nav-mobile-item.is-expand .icon-expand:before, .global-nav-mobile-item.is-expand .icon-expand:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #B7AC27;
  border: 0;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.global-nav-mobile-item.is-expand .icon-expand:before {
  transform: translate(-2px, -6px) rotate(90deg);
}
.global-nav-mobile-item.is-expand .icon-expand:after {
  transform: translate(-2px, -6px);
}
.global-nav-mobile-item.is-expand .icon-expand.is-close:before, .global-nav-mobile-item.is-expand .icon-expand.is-close:after {
  width: 16px;
  transform: translate(-2px, -6px);
}
.global-nav-mobile-item .global-nav-mobile-group {
  display: none;
  padding: 8px 0 12px 0;
  font-size: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojQUREMUQwO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDFIMEExLDEsMCwwLDEsMSwwSDNBMSwxLDAsMCwxLDQsMUg0QTEsMSwwLDAsMSwzLDJIMUExLDEsMCwwLDEsMCwxWiIvPjwvc3ZnPgo=);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 2px;
}
.global-nav-mobile-item .global-nav-mobile-group:before, .global-nav-mobile-item .global-nav-mobile-group:after {
  display: table;
  content: " ";
}
.global-nav-mobile-item .global-nav-mobile-group:after {
  clear: both;
}
.global-nav-mobile-item .global-nav-mobile-group li {
  float: left;
  width: 100%;
}
.global-nav-mobile-item .global-nav-mobile-group li.half {
  width: 50%;
}
.global-nav-mobile-item .global-nav-mobile-group li .desc {
  margin: 0;
  margin-left: 12px;
  color: #085A7A;
  font-weight: normal;
  font-size: 0.875rem;
}
.global-nav-mobile-item .global-nav-mobile-group a {
  position: relative;
  display: block;
  margin: 9px 0;
  padding: 0 3px 0 14px;
  line-height: 1.25;
}
.global-nav-mobile-item .global-nav-mobile-group a:link, .global-nav-mobile-item .global-nav-mobile-group a:visited, .global-nav-mobile-item .global-nav-mobile-group a:hover, .global-nav-mobile-item .global-nav-mobile-group a:active, .global-nav-mobile-item .global-nav-mobile-group a:focus {
  color: #085A7A;
  text-decoration: none;
}
.global-nav-mobile-item .global-nav-mobile-group a::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  vertical-align: 3px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  content: "";
}
.global-nav-mobile-item .global-nav-mobile-group a .icon-expand {
  display: none;
}
.global-nav-mobile-item .global-nav-mobile-item {
  font-size: 0.875rem;
}
.global-nav-mobile-item .global-nav-mobile-item .icon-expand:before, .global-nav-mobile-item .global-nav-mobile-item .icon-expand:after {
  content: none;
}
.global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:link, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:visited, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:hover, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:active, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:focus {
  color: #085A7A;
}

.global-nav-mobile-link {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #085A7A;
}
.global-nav-mobile-link:link, .global-nav-mobile-link:visited, .global-nav-mobile-link:hover, .global-nav-mobile-link:active, .global-nav-mobile-link:focus {
  color: #085A7A;
  text-decoration: none;
}

.global-nav-mobile .icon-expand {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  margin-right: 16px;
}
.global-nav-mobile .icon-expand::before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #B7AC27;
  border-right: 2px solid #B7AC27;
  transform: rotate(45deg);
  content: "";
}

.global-nav-mobile-side-group {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}
.global-nav-mobile-side-group .global-nav-mobile-side-group {
  margin: 0 0 20px 0;
}

.global-nav-mobile-side-item {
  font-size: 0.875rem;
}

.global-nav-mobile-side-link {
  position: relative;
  display: block;
  padding: 13px 0;
  color: #085A7A;
}
.global-nav-mobile-side-link:visited {
  color: #085A7A;
}
.global-nav-mobile-side-link:hover, .global-nav-mobile-side-link:active, .global-nav-mobile-side-link:focus {
  opacity: 0.7;
}

.global-nav-mobile-navbar-footer {
  margin-top: 10px;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border-radius: 6px;
}
.js .headline.js-animation-row {
  opacity: 0;
  will-change: transform, opacity;
}
.js .headline.js-animation-row.is-show {
  -webkit-animation: fade-in 0.2s 0.3s 1 both;
          animation: fade-in 0.2s 0.3s 1 both;
}

.headline-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.5;
  border-bottom: 1px solid var(--color-gray60);
}
.headline-item:last-child {
  border: 0;
}

.headline-link {
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: var(--color-gray100);
  background: var(--color-white);
}
.headline-link:hover, .headline-link:visited, .headline-link:active, .headline-link:focus {
  color: var(--color-gray100);
  text-decoration: none;
}
.headline-link:hover {
  background: var(--color-gray20);
}

.headline-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;
  color: var(--color-gray90);
  font-size: 0.875rem;
  line-height: 1.2;
}

.headline-date {
  margin-right: 10px;
  color: var(--color-gray90);
}

.headline-date + .headline-category {
  margin-right: 10px;
  padding-left: 15px;
  border-left: 1px solid var(--color-gray70);
}

.headline-text {
  position: relative;
  font-weight: bold;
  font-size: 15px;
}

.headline-badge-news {
  display: inline-block;
  margin: 2px 10px 0 0;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: text-top;
}

@media screen and (min-width: 768px) {
  .headline-link {
    padding: 30px;
  }

  .headline-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .headline-text {
    font-size: 1.25rem;
  }
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
/* ステップ
------------------------------ */
.form-step {
  display: flex;
  margin: 0 0 25px 0;
  padding: 0;
  /* カウンターの設定 */
  counter-reset: mailStep;
}

.form-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0 10px;
  color: var(--color-gray100);
  font-weight: bold;
  font-size: 1rem;
  list-style: none;
}
.form-step-item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 10px 0;
  color: var(--color-primary);
  line-height: 1.7;
  background: var(--color-gray10);
  border-radius: 50%;
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep);
}
.form-step-item.is-current::before {
  color: var(--color-white);
  background: var(--color-primary);
}
.form-step-item:not(:last-child) {
  margin: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
  .form-step-item {
    flex-direction: row;
    justify-content: center;
    padding: 18px 0 14px;
    font-size: 22px;
  }
  .form-step-item::before {
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    font-size: 24px;
  }
  .form-step-item:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form-step {
    justify-content: center;
  }
}
/* フォームレイアウト
------------------------------ */
.form-group-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-group-list.is-confirm {
  padding: 0 10px;
}

.form-group-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}

.form-label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: left;
}

.form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.7;
}

.form-button-group .button {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .form-label {
    vertical-align: top;
  }
}
.form-button-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

@media screen and (min-width: 480px) {
  .form-button-group {
    flex-direction: row;
    margin: 40px 0 0 0;
  }

  .form-button:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .form-button {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .form-button .button {
    width: 100%;
  }

  .form-button-return {
    order: 1;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 0 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 0.75rem;
  vertical-align: middle;
  background: var(--color-error);
  border-radius: 3px;
}
.label-required:first-child {
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 0 0 10px;
  }
  .label-required:first-child {
    margin: 0 10px 0 0;
  }
}
.label-optional {
  margin: 0 0 0 5px;
  padding: 2px 8px;
  color: var(--color-gray100);
  font-size: 0.75rem;
  vertical-align: middle;
  background: var(--color-gray40);
  border-radius: 3px;
}
.label-optional:first-child {
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
  .label-optional {
    margin: 0 0 0 10px;
  }
  .label-optional:first-child {
    margin: 0 10px 0 0;
  }
}
/* フォーム要素
------------------------------ */
.form-group select[required]:required {
  border: 1px solid var(--color-error);
}
.form-group select.focused:invalid {
  border: 1px solid var(--color-error);
}
.form-group select[required]:valid {
  border: 1px solid var(--color-gray40);
}
.form-group input[required]:required,
.form-group textarea[required]:required {
  background: var(--color-gray10);
}
.form-group input.focused:invalid, .form-group input.invalid,
.form-group textarea.focused:invalid,
.form-group textarea.invalid {
  background: var(--color-gray10);
  border-color: var(--color-error);
  box-shadow: var(--box-shadow-error), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.form-group input[required]:valid,
.form-group textarea[required]:valid {
  background: var(--color-gray10);
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=datetime],
.form-group input[type=datetime-local],
.form-group input[type=date],
.form-group input[type=month],
.form-group input[type=time],
.form-group input[type=week],
.form-group input[type=number],
.form-group input[type=email],
.form-group input[type=url],
.form-group input[type=search],
.form-group input[type=tel] {
  box-sizing: border-box;
  padding: 11px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group textarea {
  box-sizing: border-box;
  padding: 11px 15px;
  font-size: 1rem;
  border-radius: 3px;
}
.form-group select {
  box-sizing: border-box;
  min-height: 48px;
  padding: 9px 44px 9px 15px;
  font-size: 1rem;
  vertical-align: top;
  background-color: var(--color-gray10);
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .form-group input[type=text],
.form-group input[type=password],
.form-group input[type=datetime],
.form-group input[type=datetime-local],
.form-group input[type=date],
.form-group input[type=month],
.form-group input[type=time],
.form-group input[type=week],
.form-group input[type=number],
.form-group input[type=email],
.form-group input[type=url],
.form-group input[type=search],
.form-group input[type=tel] {
    padding: 11px 15px;
  }
  .form-group textarea {
    padding: 11px 15px;
  }
}
.form-checkbox-only {
  display: block;
  margin: 0;
  padding: 16px 15px 12px;
  background: var(--color-gray20);
  border-radius: 3px;
}
.form-checkbox-only:hover {
  background: var(--color-gray60);
}

.form-checkbox-only-label {
  vertical-align: middle;
}
.form-checkbox-only-label a:link,
.form-checkbox-only-label a:hover,
.form-checkbox-only-label a:visited,
.form-checkbox-only-label a:active,
.form-checkbox-only-label a:focus {
  text-decoration: none;
  border-bottom: 1px dashed;
}

/* 検索フォーム
------------------------------ */
.form-search .form-search-action {
  display: flex;
  width: 100%;
}
.form-search .form-search-action .button {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-search input.form-search-input {
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 36px;
  padding: 5px;
  font-size: 1rem;
  background: var(--color-gray10);
  border: 1px solid var(--color-gray40);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: background-color 0.25s ease;
  -webkit-appearance: none;
}
.form-search input.form-search-input:hover {
  background: var(--color-white);
  border-color: var(--color-gray50);
}
.form-search input.form-search-input:focus {
  background: var(--color-white);
  border-color: #137AF3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.form-search .form-search-side-button {
  display: flex;
  font-size: 1rem;
  white-space: nowrap;
}
.form-search .form-search-button {
  padding: 7px 15px;
  background-color: #158B90;
}

/* ヘルパーテキスト
------------------------------ */
.form-helper-text {
  margin: 10px 0;
  color: var(--color-gray90);
  font-size: 0.875rem;
}

/* バリデーター
------------------------------ */
.form-group .valid-mark {
  display: none;
}
.form-group .valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}
.form-group .invalid {
  border-color: var(--color-error);
}

.form-error-text {
  margin: 10px 0 !important;
  color: var(--color-error);
  font-size: 0.875rem;
}
.form-helper-text + .validator-result-0 .form-error-text {
  margin-top: 0;
}

.transaction-notice-, .v-result-, .v-result-1, .validator-result-, .validator-result-1 {
  display: none;
}

/* メッセージ
------------------------------ */
.form-message {
  margin: 0 0 40px 0;
}

.form-message-back {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form-message {
    margin: 0 0 60px 0;
  }
}
/* ------------------------------
　　リスト
------------------------------ */
.list-inline {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* ------------------------------
　　ローカルナビゲーション
------------------------------ */
.local-nav-wrap {
  position: relative;
}
.local-nav-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 35px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--color-white));
  content: "";
}
.page-title-wrapper + .local-nav-wrap {
  margin-top: -40px;
}

.local-nav-inner {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.local-nav {
  padding: 15px 0;
  font-weight: bold;
  font-size: 0.875rem;
}

.local-nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-nav-item {
  padding: 0 20px 0 0;
}

.local-nav-link {
  display: flex;
  align-items: center;
  color: var(--color-gray100);
}
.local-nav-link svg {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  padding: 5px;
  background-color: var(--color-secondary);
  border-radius: 100%;
}
.local-nav-link:hover svg {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
.local-nav-link:hover svg path {
  stroke: var(--color-secondary);
}
.local-nav-link:hover, .local-nav-link:visited, .local-nav-link:active {
  color: var(--color-gray100);
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page-title-wrapper + .local-nav-wrap {
    margin-top: -80px;
  }

  .local-nav {
    padding: 20px 0;
    font-size: 1.125rem;
  }

  .local-nav-link svg {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
  }
}
/* ------------------------------
　　メインビジュアル
------------------------------ */
.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual-bg {
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 320px;
  background: no-repeat center;
  background-size: cover;
  -webkit-animation: zoom 3s 0.3s 1 both;
          animation: zoom 3s 0.3s 1 both;
  -webkit-animation-duration: ease-out;
          animation-duration: ease-out;
}

.main-visual-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: var(--color-white);
  text-align: center;
}
.main-visual-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.main-visual-catch {
  margin: 0 0 10px 0;
  font-size: 43px;
  line-height: 1.2;
  -webkit-animation: fade-in 0.3s 0.8s 1 both;
          animation: fade-in 0.3s 0.8s 1 both;
  will-change: transform, opacity;
}

.main-visual-catch-sub {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  -webkit-animation: fade-in 0.3s 1.3s 1 both;
          animation: fade-in 0.3s 1.3s 1 both;
  will-change: transform, opacity;
}

.main-visual-scroll {
  position: absolute;
  bottom: 35px;
  margin: 0;
  -webkit-animation: fade-in 0.3s 2.8s 1 both;
          animation: fade-in 0.3s 2.8s 1 both;
  will-change: transform, opacity;
}

.main-visual-scroll-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-visual-scroll-link:link, .main-visual-scroll-link:visited, .main-visual-scroll-link:active, .main-visual-scroll-link:focus {
  color: currentColor;
}
.main-visual-scroll-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.main-visual-scroll-link::after {
  display: inline-block;
  width: 9px;
  height: 18px;
  margin: 5px 0 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  content: "";
}

@media screen and (min-width: 768px) {
  .main-visual-bg {
    height: 70vh;
  }

  .main-visual-box {
    padding: 50px 70px;
  }

  .main-visual-catch {
    font-size: 64px;
  }

  .main-visual-catch-sub {
    font-size: 1.25rem;
  }
}
/* ------------------------------
　　メディア
------------------------------ */
.media-list-wrap {
  padding: 0 10px;
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.media-item {
  margin: 0 0 25px 0;
  padding: 0;
}

.media-link {
  display: block;
  padding: 30px 15px;
  color: var(--color-gray100);
  border-bottom: 1px solid #999999;
}
.media-link:link, .media-link:hover, .media-link:active, .media-link:visited, .media-link:focus {
  color: var(--color-gray100);
}
.media-link:hover {
  text-decoration: none;
}
.media-link:hover .media-img {
  transform: scale(1.2);
}
.media-link:hover .media-read-more::before {
  transform: scaleX(1);
}

.media-time {
  display: inline-block;
  margin: 0 0 5px 0;
  color: var(--color-gray90);
  font-size: 13px;
  line-height: 1.5;
}

.media-title {
  margin: 0.83em 0;
  font-size: 24px;
  line-height: 1.25;
}

.media-item-img {
  margin: 0 0 20px 0;
}

.news-label-container {
  margin: 8px 0 5px 0;
}

.media-img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.media-img {
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.media-text {
  margin: 0;
  line-height: 1.7;
}

.media-read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  float: right;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1rem;
}
.media-read-more::before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  content: "";
}
.media-read-more::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background: var(--color-secondary) no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-size: 5px 10px;
  border-radius: 100%;
  content: "";
}

.media-tag-wrap {
  margin: 20px 0 0;
}

.media-item-body {
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .news-label-container {
    display: inline-block;
  }

  .media-list {
    display: block;
  }

  .media-link {
    position: relative;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 180px;
    grid-template-columns: 1fr 180px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 15px 0;
  }
  .media-link.is-noimage {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .media-item {
    margin: 0;
  }

  .media-item-header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 30px 0 0;
  }

  .media-item-body {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0 30px 0 0;
  }

  .media-item-img {
    margin: 0;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
  }

  .media-time {
    margin: 0 0 10px 0;
    font-size: 1rem;
  }

  .media-title {
    font-size: 1.25rem;
  }
  .media-title:before {
    content: none;
  }

  .media-tag-wrap {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .media-link {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
    padding: 40px 0;
  }

  .media-title {
    font-size: 24px;
  }

  .media-text {
    font-size: 1rem;
  }
}
/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 120px;
  height: 250px;
  color: var(--color-gray100);
  color: #085A7A;
  text-align: center;
  background: var(--color-gray20);
  background-position: center center;
  background-size: cover;
}
.page-title-wrapper .page-title-filter {
  display: block;
}
.page-title-wrapper .page-subtitle {
  color: #085A7A;
}

.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 0;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.page-title {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
}

.page-subtitle {
  margin: 5px 0 0 0;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
}

@media (min-width: 768px) {
  .page-title-wrapper {
    height: 215px;
  }
  .page-title-wrapper[style] {
    height: 250px;
  }

  .page-title {
    font-size: 38px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .page-subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-title-wrapper {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -2px 40px -5px;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline-block;
  margin: 0 2px 10px;
}
.pager li.cur {
  /* 現在いる位置 */
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  color: #333;
  background: #F0F5F2;
  border: 1px solid #158B90;
  border-radius: 4px;
}
.pager li span:not([class]) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pager .pager-link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  color: #333;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.pager .pager-link:visited, .pager .pager-link:focus, .pager .pager-link:active {
  color: #333;
}
.pager .pager-link:hover {
  color: #333;
  text-decoration: none;
  background: #F0F5F2;
  border-color: #158B90;
}
.pager .pager-link .svg-arrow-line {
  fill: #707070;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

/* 前後リンク */
.serial-nav {
  margin: 0 0 60px 0;
  border-top: 1px solid var(--color-gray40);
}

.serial-nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.serial-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid var(--color-gray40);
}
.serial-nav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  color: var(--color-gray100);
}
.serial-nav-item a:hover, .serial-nav-item a:visited, .serial-nav-item a:focus, .serial-nav-item a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav-item a:hover {
  text-decoration: none;
  background: var(--color-gray10);
}

.serial-nav-item-prev {
  text-align: left;
}
.serial-nav-item-prev a {
  align-items: flex-start;
}
.serial-nav-item-prev svg {
  margin: 0 5px 0 0;
}

.serial-nav-item-next {
  text-align: right;
}
.serial-nav-item-next a {
  align-items: flex-end;
}
.serial-nav-item-next svg {
  margin: 0 0 0 5px;
}

.serial-nav-item-index {
  display: none;
  width: auto;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}
.serial-nav-item-index a {
  align-items: center;
}

.serial-nav-arrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 0.875rem;
}
.serial-nav-arrow svg {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  padding: 6px;
  background: var(--color-secondary);
  border-radius: 100%;
}

.serial-nav-index {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.serial-nav-index a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  color: var(--color-gray100);
}
.serial-nav-index a:hover, .serial-nav-index a:visited, .serial-nav-index a:focus, .serial-nav-index a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav-index a:hover {
  text-decoration: none;
  background: var(--color-gray10);
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
  }

  .serial-nav-list {
    flex-direction: row;
  }

  .serial-nav-item {
    width: 50%;
  }
  .serial-nav-item a {
    padding: 35px 20px;
    border: 0;
  }

  .serial-nav-arrow {
    font-size: 1.25rem;
  }

  .serial-nav-item-prev svg {
    margin: 0 15px 0 0;
  }

  .serial-nav-item-next svg {
    margin: 0 0 0 15px;
  }

  .serial-nav-item-index {
    display: flex;
    width: auto;
  }
  .serial-nav-item-index a {
    padding: 35px 40px;
  }

  .serial-nav-index {
    display: none;
  }
}
/* ------------------------------
　　プロフィール
------------------------------ */
.profile {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 25px;
  border: 2px solid var(--color-gray20);
}

.profile-body {
  display: flex;
}

.profile-item-img {
  padding: 0 20px 0 0;
}

.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.profile-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-position {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.profile-name {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
}

.profile-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.profile-footer {
  margin: 25px 0 0 0;
}

@media screen and (min-width: 768px) {
  .profile {
    margin: 0 0 60px 0;
    padding: 40px 50px;
  }

  .profile-item-img {
    padding: 0 40px 0 0;
  }

  .profile-img {
    width: 90px;
    height: 90px;
  }

  .profile-name {
    margin: 0 0 15px 0;
    font-size: 1.125rem;
  }
}
/* ------------------------------
　　セクション
------------------------------ */
.section {
  padding: 20px 0;
}
.section.is-bg {
  background: #E4F2F7;
}

/* 水平方向の見出し */
.section-horizontal-header {
  margin: 0 0 25px 0;
}

.section-horizontal-header-inner {
  position: relative;
  padding: 5px 0;
}

.section-horizontal-heading {
  margin: 0 0 5px 0;
  color: var(--color-primary);
  font-size: 36px;
  line-height: 1.5;
}
.section-horizontal-heading.-large {
  font-size: 36px;
}

.section-horizontal-heading-side {
  margin: 0;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
}
.js .js-animation .section-horizontal-heading-side {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .section-horizontal-heading-side {
  -webkit-animation: fade-in 0.2s 0.5s 1 both;
          animation: fade-in 0.2s 0.5s 1 both;
}

.section-horizontal-lead {
  margin: 0 0 1em 0;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}

.section-horizontal-text p {
  color: var(--color-gray90);
  font-size: 0.875rem;
  line-height: 1.7;
}

.section-horizontal-footer {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .section-horizontal-header-inner {
    padding: 15px 20px 15px 0;
  }

  .section-horizontal-heading {
    font-size: 36px;
  }
  .section-horizontal-heading.-large {
    margin: 0 0 5px 0;
    font-size: 46px;
  }

  .section-horizontal-heading-side {
    font-size: 1.125rem;
  }

  .section-horizontal-lead {
    color: var(--color-gray90);
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .section-horizontal {
    display: flex;
  }

  .section-horizontal-header {
    width: 30%;
  }

  .section-horizontal-header-inner {
    padding: 25px 20px 25px 0;
  }

  .section-horizontal-heading {
    font-size: 46px;
  }
  .section-horizontal-heading.-large {
    margin: 0 0 5px 0;
    font-size: 56px;
  }

  .section-horizontal-heading-side {
    font-size: 1.125rem;
  }

  .section-horizontal-lead {
    color: var(--color-gray90);
    font-size: 34px;
  }

  .section-horizontal-text p {
    color: var(--color-gray90);
    font-size: 1rem;
    line-height: 1.7;
  }

  .section-horizontal-main {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .section-horizontal-heading.-large {
    font-size: 76px;
  }
}
/* 垂直方向の見出し */
.section-vertical-header {
  position: relative;
  margin: 0 0 65px 0;
  text-align: center;
}
.section-vertical-header::after {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background: var(--color-gray40);
  content: "";
}
.js .js-animation .section-vertical-header::after {
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s ease-out 0.5s;
  will-change: transform, opacity;
}
.js .js-animation.is-show .section-vertical-header::after {
  transform: scaleY(1);
}

.section-vertical-heading {
  margin: 0;
  color: var(--color-primary);
  font-size: 30px;
  line-height: 1.5;
}

.section-vertical-text {
  margin: 0 0 10px 0;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 0.875rem;
}
.js-animation .section-vertical-text {
  opacity: 0;
  will-change: transform, opacity;
}
.js-animation.is-show .section-vertical-text {
  -webkit-animation: fade-in 0.2s 0.5s 1 both;
          animation: fade-in 0.2s 0.5s 1 both;
}

@media screen and (min-width: 768px) {
  .section-vertical-heading {
    font-size: 36px;
  }

  .section-vertical-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-vertical-header {
    margin: 0 0 105px 0;
  }
  .section-vertical-header::after {
    bottom: -65px;
    height: 40px;
  }

  .section-vertical-heading {
    font-size: 46px;
  }

  .section-vertical-text {
    font-size: 1.125rem;
  }
}
/* 背景あり */
.section-animation-bg {
  position: relative;
  margin: 30px 0;
  padding: 20px 10px;
  overflow: hidden;
}
.section-animation-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  background: var(--color-gray20);
  content: "";
}
.js .section-animation-bg.js-animation:before {
  transform: translateX(100%);
  transition: 0.8s 0.2s cubic-bezier(0.1, 0.7, 0.51, 0.88);
  will-change: transform;
}
.js .section-animation-bg.js-animation.is-show:before {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .section-animation-bg {
    margin: 60px 0;
    padding: 50px 0;
  }
  .section-animation-bg .section-horizontal-header {
    position: absolute;
  }
}
/* セクション内で使用するボタンのレイアウト */
.section-button {
  margin: 30px 0 0 0;
  text-align: center;
}

/* 視覚的なセパレーター */
.section-separator {
  max-width: 1200px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--color-gray60);
}

/* ------------------------------
　　カルーセル
------------------------------ */
.carousel {
  /* 矢印ナビゲーション */
}
.carousel .slick-slide {
  width: 230px;
  height: 65px;
  margin: 0 10px;
}
.carousel .slick-prev,
.carousel .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 9px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
  cursor: pointer;
}
.carousel .slick-prev:focus,
.carousel .slick-next:focus {
  border: 1px dotted #fff;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  display: block;
  width: 40px;
  height: 40px;
  background: #fffeed no-repeat center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY1QjRCMSIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-size: 8px 16px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  content: "";
}
.carousel .slick-prev {
  left: 25px;
}
.carousel .slick-prev:before {
  transform: rotate(180deg);
}
.carousel .slick-next {
  right: 25px;
}
@media screen and (min-width: 768px) {
  .carousel .slick-prev,
.carousel .slick-next {
    padding: 0;
    background-size: 12px 24px;
  }
}

/* ------------------------------
　　カスタムユニットスライダー
------------------------------ */
.cu-slider-container {
  margin: 0 -5px 30px -5px;
  /* 矢印ナビゲーション */
  /* ドットのナビゲーション */
}
.cu-slider-container .slick-prev,
.cu-slider-container .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -10px;
  padding: 9px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
  cursor: pointer;
}
.cu-slider-container .slick-prev:focus,
.cu-slider-container .slick-next:focus {
  border: 1px dotted #fff;
}
.cu-slider-container .slick-prev:before,
.cu-slider-container .slick-next:before {
  display: block;
  width: 30px;
  height: 30px;
  background: var(--color-secondary) no-repeat center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-size: 8px 16px;
  border-radius: 100%;
  content: "";
}
.cu-slider-container .slick-prev {
  left: 5px;
}
.cu-slider-container .slick-prev:before {
  transform: rotate(180deg);
}
.cu-slider-container .slick-next {
  right: 5px;
}
.cu-slider-container .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.cu-slider-container .slick-dots li {
  display: inline-block;
}
.cu-slider-container .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 7px;
  content: "";
}
.cu-slider-container .slick-dots li button:focus {
  background-color: #71c5c9;
  outline: 0;
}
.cu-slider-container .slick-dots li:hover button {
  cursor: pointer;
}
.cu-slider-container .slick-dots li.slick-active button {
  background-color: #71c5c9;
}
.cu-slider-container .slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.cu-slider-container .slick-slider {
  padding-bottom: 0;
}
.cu-slider-container .slick-dots {
  bottom: 16px;
}
.cu-slider-container .slick-arrow {
  margin-top: 0;
}
.cu-slider-container .slick-arrow::before {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: 20px 40px;
}
.cu-slider-container .slick-arrow.slick-next {
  right: 0px;
}
.cu-slider-container .slick-arrow.slick-prev {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .cu-slider-container {
    margin: 0 10px 40px 10px;
  }
  .cu-slider-container .slick-arrow::before {
    width: 70px;
    height: 70px;
    background-size: 30px 60px;
  }
  .cu-slider-container .slick-dots {
    bottom: 32px;
  }
  .cu-slider-container .slick-dots li button {
    margin: 0 16px;
  }
}

/* ------------------------------
　　トップページメインスライダー
------------------------------ */
#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active::before, #autoplay-btn:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn::after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}
#autoplay-btn.active::after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
}

.top-slider-container {
  margin: 0 -5px;
  /* 矢印ナビゲーション */
  /* ドットのナビゲーション */
}
.top-slider-container .slick-slide {
  position: relative;
}
.top-slider-container .slick-slide img {
  width: 100%;
  height: 270px;
}
.top-slider-container .slick-slide .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -50%);
}
.top-slider-container .slick-slide .slide-text span {
  white-space: nowrap;
}
.top-slider-container .slick-slide .slide-text .slide-text-attr1 {
  margin: 10px 0;
  font-size: 30px;
  line-height: 1.2333333333;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.3), 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 0 5px rgba(0, 0, 0, 0.3);
}
.top-slider-container .slick-slide .slide-text .slide-text-attr2 {
  margin: 10px 0;
  font-size: 1.25rem;
  line-height: 1.3;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.3), 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 0 5px rgba(0, 0, 0, 0.3);
}
.top-slider-container .slick-prev,
.top-slider-container .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -10px;
  padding: 9px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
  cursor: pointer;
}
.top-slider-container .slick-prev:focus,
.top-slider-container .slick-next:focus {
  border: 1px dotted #fff;
}
.top-slider-container .slick-prev:before,
.top-slider-container .slick-next:before {
  display: block;
  width: 30px;
  height: 30px;
  background: var(--color-secondary) no-repeat center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-size: 8px 16px;
  border-radius: 100%;
  content: "";
}
.top-slider-container .slick-prev {
  left: 5px;
}
.top-slider-container .slick-prev:before {
  transform: rotate(180deg);
}
.top-slider-container .slick-next {
  right: 5px;
}
.top-slider-container .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.top-slider-container .slick-dots li {
  display: inline-block;
}
.top-slider-container .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 7px;
  content: "";
}
.top-slider-container .slick-dots li button:focus {
  background-color: #71c5c9;
  outline: 0;
}
.top-slider-container .slick-dots li:hover button {
  cursor: pointer;
}
.top-slider-container .slick-dots li.slick-active button {
  background-color: #71c5c9;
}
.top-slider-container .slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.top-slider-container .slick-slider {
  padding-bottom: 40px;
}
.top-slider-container .slick-dots {
  bottom: 16px;
}
.top-slider-container .slick-arrow {
  margin-top: -20px;
}
.top-slider-container .slick-arrow::before {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: 20px 40px;
}
.top-slider-container .slick-arrow.slick-next {
  right: 0px;
}
.top-slider-container .slick-arrow.slick-prev {
  left: 0px;
}
.top-slider-container .slick-slide img {
  width: 100vw;
  height: 45vw;
}
@media screen and (min-width: 900px) {
  .top-slider-container .slick-slide .slide-text .slide-text-attr1 {
    margin: 20px 0;
    font-size: 52px;
    line-height: 1.2884615385;
  }
  .top-slider-container .slick-slide .slide-text .slide-text-attr2 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1000px) {
  .top-slider-container {
    margin-top: 25px;
  }
  .top-slider-container #autoplay-btn {
    right: calc(15vw + 10px);
    bottom: 75px;
  }
  .top-slider-container .slick-slider {
    padding-bottom: 60px;
  }
  .top-slider-container .slick-slide {
    margin-right: 70px;
    margin-left: 70px;
  }
  .top-slider-container .slick-slide img {
    width: 70vw;
    max-width: 1000px;
    height: 31.5vw;
    max-height: 450px;
    border-radius: 10px;
  }
  .top-slider-container .slick-slide .slide-text .slide-text-attr1 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 1.2333333333;
  }
  .top-slider-container .slick-slide .slide-text .slide-text-attr2 {
    margin: 10px 0;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .top-slider-container .slick-arrow::before {
    width: 70px;
    height: 70px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjcgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNC43IDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDg1QTdBO30KPC9zdHlsZT4KPHBhdGggaWQ9IuODkeOCuV8yNTgiIGNsYXNzPSJzdDAiIGQ9Ik0wLjQsMC40TDQsMy44TDAuNCw3LjYiLz4KPC9zdmc+Cg==);
    background-size: 30px 60px;
  }
  .top-slider-container .slick-arrow.slick-next {
    right: calc(15vw - 120px);
  }
  .top-slider-container .slick-arrow.slick-prev {
    left: calc(15vw - 120px);
  }
  .top-slider-container .slick-dots li button {
    margin: 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .top-slider-container .slick-slide .slide-text .slide-text-attr1 {
    margin: 20px 0;
    font-size: 52px;
    line-height: 1.2884615385;
  }
  .top-slider-container .slick-slide .slide-text .slide-text-attr2 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1428px) {
  .top-slider-container #autoplay-btn {
    right: calc(50vw - 490px);
  }
  .top-slider-container .slick-arrow.slick-next {
    right: calc(50vw - 620px);
  }
  .top-slider-container .slick-arrow.slick-prev {
    left: calc(50vw - 620px);
  }
}

/* ------------------------------
　　タグ
------------------------------ */
.tag-wrapper {
  margin: 10px 0;
}

.tag-box {
  padding: 15px 10px 5px;
  background: var(--color-gray20);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.tag-item {
  margin: 0 5px 10px;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 1.125rem;
}
.tag-list.is-sm .tag-item {
  font-size: 0.875rem;
}

.tag-link {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 15px;
  color: var(--color-gray100);
  font-weight: bold;
  background: var(--color-white);
  border: 1px solid var(--color-gray40);
  border-radius: 10em;
}
.tag-link:link:hover {
  color: var(--color-gray100);
  text-decoration: none;
  background: var(--color-gray20);
}
.tag-link:visited, .tag-link:active, .tag-link:focus {
  color: var(--color-gray100);
}

@media screen and (min-width: 768px) {
  .tag-wrapper {
    margin: 40px 0;
  }

  .tag-box {
    padding: 30px 30px 20px 30px;
  }

  .tag-list {
    flex-direction: row;
    margin: 0 -10px;
  }
  .tag-list.is-sm {
    margin: 0 -5px;
  }

  .tag-item {
    font-size: 1.125rem;
  }
  .tag-list.is-sm .tag-item {
    margin: 0 5px 5px;
    font-size: 0.875rem;
  }

  .tag-link {
    padding: 8px 15px;
  }
}
/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin: 8px 0 30px 0;
}

.topicpath-list {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
  border-bottom: 1px solid #158B90;
}

.topicpath-item {
  display: inline-block;
}

.topicpath-item:not(:last-child):after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg) translateY(-2px);
  content: "";
}

.topicpath-link:link, .topicpath-link:visited {
  color: #333;
}
.topicpath-link:hover, .topicpath-link:focus, .topicpath-link:active {
  text-decoration: none;
  opacity: 0.7;
}
.topicpath-link .icon-home {
  color: #158B90;
}

/* ------------------------------
　　タイポグラフィ
------------------------------ */
.heading-lg {
  margin: -40px 0 20px 0;
  padding-top: 107px;
  font-size: 26px;
  line-height: 1.4;
}
.heading-lg.heading-line {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-gray100);
}
.heading-lg.heading-primary {
  position: relative;
  margin-bottom: 40px;
}
.heading-lg.heading-primary:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  content: "";
}
@media screen and (min-width: 768px) {
  .heading-lg {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 32px;
  }
  .heading-lg.heading-primary {
    margin-bottom: 60px;
  }
  .heading-lg.heading-primary:before {
    bottom: -25px;
  }
}

.heading-md {
  margin: 40px 0 20px 0;
  font-size: 22px;
  line-height: 1.4;
}
.heading-md.heading-line {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-gray100);
}
@media screen and (min-width: 768px) {
  .heading-md {
    margin: 60px 0 30px 0;
    font-size: 28px;
  }
  .heading-md.heading-line {
    margin: 60px 0 20px 0;
  }
}

.heading-sm {
  margin: 50px 0 20px 0;
  font-size: 1.125rem;
}
.heading-sm.heading-line {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-gray100);
}
@media screen and (min-width: 768px) {
  .heading-sm {
    margin: 60px 0 20px 0;
    font-size: 22px;
  }
}

.heading-lg.heading-margin-top-none,
.heading-md.heading-margin-top-none,
.heading-sm.heading-margin-top-none {
  margin-top: 0;
}

.paragraph {
  margin: 0 0 30px 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .paragraph {
    margin: 0 0 40px 0;
  }
}
.paragraph a {
  color: #000;
  text-decoration: underline;
}
.paragraph a:visited {
  color: #444;
}
.paragraph a:hover {
  color: #376696;
  text-decoration: none;
}
.paragraph a[target=_blank]::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e906";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paragraph a.text-btn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 0.5em;
  padding-left: 1em;
  color: #158b90;
  font-size: 0.9375 rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #EFFAFA;
  border: 2px solid #158b90;
  border-radius: 16px;
}
.paragraph a.text-btn:hover {
  background-color: #FFFEE5;
}
.paragraph a.text-btn::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e921";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paragraph a.text-btn-large {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-right: 2em;
  padding-bottom: 2px;
  padding-left: 2em;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #158b90;
  border: 2px solid #158b90;
  border-radius: 21px;
}
.paragraph a.text-btn-large:hover {
  color: #158b90;
  background-color: #FFFEE5;
}

.text-word-break {
  display: inline-block;
}

/* ------------------------------
　　ビデオ
------------------------------ */
.video-modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal-thumbnail {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 15px 4px;
}
.video-modal-thumbnail:hover .video-modal-play-icon {
  transform: scale(0.8);
}

.video-modal-play-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.js .js-animation .video-modal-play-icon-wrap {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .video-modal-play-icon-wrap {
  -webkit-animation: fade-in 0.2s 0.8s 1 both;
          animation: fade-in 0.2s 0.8s 1 both;
}

.video-modal-play-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.video-modal-play-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -12px;
  margin-left: -6px;
  border: 12px solid transparent;
  border-left: 18px solid #FFF;
  content: "";
}

@media screen and (min-width: 480px) {
  .video-modal-thumbnail {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .video-modal {
    justify-content: flex-end;
    padding: 0 10% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-modal {
    margin: 0 0 0 auto;
  }

  .video-modal-thumbnail {
    max-width: 675px;
    margin: 50px auto;
  }

  .video-modal-play-icon-wrap {
    margin-top: -40px;
    margin-left: -40px;
  }

  .video-modal-play-icon {
    width: 80px;
    height: 80px;
  }
  .video-modal-play-icon:before {
    margin-top: -18px;
    margin-left: -13px;
    border: 18px solid transparent;
    border-left: 32px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  .modal-video-inner {
    padding: 0 20px;
  }

  .modal-video-close-btn {
    top: -45px;
    right: -5px;
  }
}
/* ------------------------------
　　トップページ
------------------------------ */
[class=blog-root] .main-inner {
  max-width: 840px;
}

.top-first-view-container {
  margin-bottom: 20px;
}

.project-link-title {
  display: flex;
  justify-content: center;
}
.project-link-title h2 {
  margin-bottom: 0;
  padding: 0 30px;
  color: #158B90;
  font-size: 24px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
}
.project-link-title h2 span {
  display: inline-block;
  margin-right: 5px;
  color: #B7AC27;
}

.banner-ads-container {
  margin: 25px 0 0 0;
}
.banner-ads-container .banner-ads-title {
  padding: 11px 10px;
  color: #158B90;
  font-size: 21px;
  line-height: 1.25;
  background-color: #F0F5F2;
  border-bottom: 2px solid #158B90;
}
.banner-ads-container .banner-ads-title::before {
  font-weight: normal;
  font-size: 22px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e935";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #B7AC27;
  vertical-align: -3px;
}
.banner-ads-container .banner-ads-list {
  max-width: 260px;
  margin: 0 auto;
}
.banner-ads-container .banner-ads-list li {
  margin-bottom: 16px;
}

.top-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin: 0 -15px;
  padding-left: 0;
  list-style: none;
}
.top-banner-list li {
  width: 260px;
  margin-bottom: 16px;
  padding: 0 15px;
}
.top-banner-list .top-banner-desc {
  margin: 0.5em 0;
  line-height: 1.5;
}

[class=blog-root] .sidebar-list.module-information > li > span {
  font-weight: bold;
  background-color: #F0F5F2;
}
[class=blog-root] .sidebar-list.module-information > li > span::before {
  font-weight: normal;
  font-size: 28px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e909";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #B7AC27;
  vertical-align: -3px;
}

.top-headline-container {
  margin-bottom: 30px;
}
.top-headline-container .index-btn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 0.5em;
  padding-left: 1em;
  color: #158b90;
  font-size: 0.9375 rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #EFFAFA;
  border: 2px solid #158b90;
  border-radius: 16px;
}
.top-headline-container .index-btn:hover {
  background-color: #FFFEE5;
}
.top-headline-container .index-btn::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e921";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-headline-container .top-headline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #158B90;
}
.top-headline-container .top-headline-header h2 {
  margin-bottom: 0;
  color: #158B90;
  font-size: 1.25rem;
}
.top-headline-container .top-headline-header h2 span {
  margin-right: 0.25em;
  vertical-align: -0.1em;
}

.top-headline-list {
  padding-left: 0;
  list-style: none;
}
.top-headline-list li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.top-headline-list a:link, .top-headline-list a:visited {
  color: #333;
  text-decoration: underline;
}
.top-headline-list a:hover, .top-headline-list a:focus, .top-headline-list a:active {
  color: var(--color-link);
  text-decoration: none;
}

.top-important-news-container {
  padding: 0.5em 0;
  background-color: #085A7A;
}
.top-important-news-container ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.top-important-news-inner .top-important-news-title {
  margin: 0;
  color: #FFFBC4;
}
.top-important-news-inner a:link, .top-important-news-inner a:visited {
  color: #fff;
  text-decoration: underline;
}
.top-important-news-inner a:hover, .top-important-news-inner a:focus, .top-important-news-inner a:active {
  color: #FFFBC4;
}

.top-cta {
  padding: 30px 0;
}

.top-cta-inner {
  position: relative;
  z-index: 2;
  margin-right: 15px;
  margin-left: 15px;
}

.top-cta-title {
  color: #158B90;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: -apple-system, "Helvetica Neue", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.top-cta-img {
  width: 266px;
  margin-right: auto;
  margin-left: auto;
}
.top-cta-img img {
  width: 100%;
  height: auto;
}

.top-cta-inner + div {
  opacity: 0.5;
}

.top-cta-btn-container {
  text-align: center;
}
.top-cta-btn-container .top-cta-btn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-right: 2em;
  padding-bottom: 2px;
  padding-left: 2em;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #158b90;
  border: 2px solid #158b90;
  border-radius: 21px;
}
.top-cta-btn-container .top-cta-btn:hover {
  color: #158b90;
  background-color: #FFFEE5;
}

@media screen and (min-width: 768px) {
  .top-first-view-container {
    margin-bottom: 35px;
  }

  .top-cta-inner {
    margin-right: 35px;
    margin-left: 35px;
  }

  .top-important-news-container {
    margin-top: 20px;
    padding: 0.75em 0;
  }

  .top-important-news-inner {
    display: flex;
  }
  .top-important-news-inner .top-important-news-title {
    width: 9em;
  }

  .top-headline-container {
    margin-bottom: 60px;
  }

  .project-link-title h2 {
    font-size: 26px;
  }

  .banner-ads-container .banner-ads-title {
    font-size: 21px;
  }

  .top-headline-container .top-headline-header h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .top-cta-inner {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-cta-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 266px auto;
    grid-template-columns: 266px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px;
  }

  .top-cta-title {
    display: flex;
    align-items: center;
  }
  .top-cta-title::before, .top-cta-title::after {
    flex-grow: 1;
    min-width: 5%;
    height: 2px;
    background-color: #65B4B1;
    content: "";
  }
  .top-cta-title::before {
    margin-right: 1rem;
  }
  .top-cta-title::after {
    margin-left: 1rem;
  }

  .banner-ads-container {
    margin-left: 8px;
  }
}
.p-project-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 12px;
  margin: 30px 0 45px;
  padding-left: 0;
  list-style: none;
}
.p-project-link img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .p-project-link {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-project-link {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
/* ------------------------------
　　講習会・セミナー
------------------------------ */
.seminar-info {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.seminar-info .seminar-category-label-container {
  margin: 0;
}
.seminar-info .seminar-date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.seminar-info .seminar-title {
  margin: 10px 0;
  font-size: 24px;
}
.seminar-info .seminar-theme {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.25;
}

.status-label {
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
  color: #CE4545;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid #CE4545;
  border-radius: 3px;
}

.seminar-category-label {
  display: inline-block;
  width: 150px;
  color: #fff;
  text-align: center;
  background-color: #e3a021;
  border-radius: 3px;
}

.seminar-image {
  width: 246px;
  height: 165px;
  margin: 30px 0 0 0;
}
.seminar-image img {
  margin-right: auto;
  margin-left: auto;
}

.seminar-form-title {
  margin-top: -50px;
  padding-top: 30px;
  border-top: 50px solid transparent;
}

.seminar-list-container {
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
.seminar-list-container .seminar-info-title {
  margin: 2em 0 0 0;
  font-weight: bold;
}
.seminar-list-container .seminar-dl {
  margin: 0 0 1em 0;
  line-height: 1.5;
}
.seminar-list-container .seminar-dl dt {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  color: #085A7A;
  font-weight: bold;
  border-bottom: 1px solid #158B90;
}
.seminar-list-container .seminar-dl dd {
  margin-left: 0;
}
.seminar-list-container ul {
  margin: 6px 0 0 0;
  padding: 0 0 0 1.5em;
}
.seminar-list-container ul li {
  position: relative;
  clear: both;
  margin: 0 0 3px 0;
  line-height: 1.5;
  list-style: none;
}
.seminar-list-container ul li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 6px;
  height: 6px;
  background: #158B90;
  border-radius: 50%;
  content: "";
}

@media screen and (min-width: 768px) {
  .seminar-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 256px;
    grid-template-columns: 1fr 256px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .seminar-image {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin: 0;
    margin-left: 10px;
  }

  .seminar-text {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin-right: 10px;
  }

  .seminar-list-container {
    margin-top: 50px;
  }

  .seminar-dl-heading-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .seminar-dl-heading-info .seminar-dl:nth-child(1) {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin-right: 10px;
  }
  .seminar-dl-heading-info .seminar-dl:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin-left: 10px;
  }
  .seminar-dl-heading-info .seminar-dl:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    margin-right: 10px;
  }
  .seminar-dl-heading-info .seminar-dl:nth-child(4) {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    margin-left: 10px;
  }
}
/* ------------------------------
　　インデックス
------------------------------ */
.seminar-index-summary a {
  display: block;
  padding: 30px 15px;
  border-bottom: 1px solid #999999;
}
.seminar-index-summary a .seminar-image {
  overflow: hidden;
}
.seminar-index-summary a .seminar-image img {
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
.seminar-index-summary a:link, .seminar-index-summary a:visited, .seminar-index-summary a:hover, .seminar-index-summary a:focus, .seminar-index-summary a:active {
  color: #3b4043;
}
.seminar-index-summary a:hover, .seminar-index-summary a:focus, .seminar-index-summary a:active {
  text-decoration: none;
  background-color: #f7f7f7;
}
.seminar-index-summary a:hover .seminar-image img, .seminar-index-summary a:focus .seminar-image img, .seminar-index-summary a:active .seminar-image img {
  transform: scale(1.2);
}
.seminar-index-summary .status-label {
  display: block;
  margin-top: 10px;
}
.seminar-index-summary .seminar-date {
  font-size: 1.25rem;
}
.seminar-index-summary .seminar-category-label-container {
  margin: 5px 0 0 0;
}
.seminar-index-summary .seminar-title {
  margin: 10px 0 5px 0;
  font-size: 24px;
}
.seminar-index-summary .seminar-theme {
  margin: 5px 0;
  font-size: 22px;
  line-height: 1.25;
}
.seminar-index-summary .seminar-target {
  margin: 5px 0;
}
.seminar-index-summary .seminar-image img {
  width: 256px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .seminar-index-summary a {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 297px 1fr 256px;
    grid-template-columns: 297px 1fr 256px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .seminar-index-summary a .seminar-index-date-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .seminar-index-summary a .index-title-type1-container {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .seminar-index-summary a .seminar-image {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
/* ------------------------------
　　サイトマップ
------------------------------ */
.sitemap-container a:link, .sitemap-container a:visited {
  color: #000;
  text-decoration: underline;
}
.sitemap-container a:hover, .sitemap-container a:focus, .sitemap-container a:active {
  color: var(--color-link);
  text-decoration: none;
}
.sitemap-container h2 {
  margin-top: 2.5em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  background-color: #f7f7f7;
}
.sitemap-container ul {
  padding-left: 0;
  list-style: none;
}
.sitemap-container ul li {
  margin-bottom: 0.5em;
}
.sitemap-container ul ul {
  margin-left: 1em;
}
.sitemap-container ul ul p {
  margin-top: 0;
  font-size: 0.875rem;
}

/* ------------------------------
　　会報誌トピックス
------------------------------ */
.newsletter-bn-container {
  margin-bottom: 50px;
}

.acms-entry .entry-style-grid .newsletter-list {
  margin: 0 10px 40px;
  padding-left: 0;
  list-style: none;
}
.acms-entry .entry-style-grid .newsletter-list > li {
  padding: 30px 15px;
  border-bottom: 1px solid #999;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-image {
  text-align: center;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-image img {
  border: 1px solid #ccc;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-title {
  margin: 0.5em 0;
  font-size: 24px;
  text-align: center;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link {
  font-size: 1.25rem;
  text-align: right;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:link, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:visited {
  text-decoration: none;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:link span, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:visited span {
  text-decoration: underline;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:hover, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:focus, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:active {
  color: var(--color-link);
  text-decoration: none;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:hover span, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:focus span, .acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a:active span {
  text-decoration: none;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-link a::after {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e908";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: #158B90;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-text p {
  position: relative;
  margin: 0 0 0.5em 0;
  padding-left: 25px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-text p .acms-admin-icon-config_entry_photo,
.acms-entry .entry-style-grid .newsletter-list .newsletter-list-text p .icon-magazine {
  position: absolute;
  top: 0.3em;
  left: 0;
  color: #158B90;
}

@media screen and (min-width: 768px) {
  .acms-entry .entry-style-grid .newsletter-list > li {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 150px 1fr 200px;
    grid-template-columns: 150px 1fr 200px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .acms-entry .entry-style-grid .newsletter-list > li .newsletter-list-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .acms-entry .entry-style-grid .newsletter-list > li .newsletter-list-text {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .acms-entry .entry-style-grid .newsletter-list > li .newsletter-list-text .newsletter-list-title {
    margin-top: 0;
    text-align: left;
  }
  .acms-entry .entry-style-grid .newsletter-list > li .newsletter-list-link {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: end;
        align-self: end;
  }
}
/* ------------------------------
　　サイドバー
------------------------------ */
.sidebar-list-container > ul {
  margin: 0;
  padding-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}
.sidebar-list-container > ul.module-about_service > li > a {
  cursor: default;
  pointer-events: none;
}
.sidebar-list-container > ul > li > a,
.sidebar-list-container > ul > li > span {
  display: block;
  padding: 10px;
  color: #158B90;
  font-size: 21px;
  line-height: 1.25;
  border-bottom: 2px solid #158B90;
}
.sidebar-list-container > ul > li > a:hover, .sidebar-list-container > ul > li > a:focus, .sidebar-list-container > ul > li > a:active {
  text-decoration: none;
  background-color: #F0F5F2;
}

.sidebar-list-container li ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar-list-container li ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0 10px 36px;
  color: #000;
  line-height: 1.25;
  border-bottom: 1px dashed #158B90;
}
.sidebar-list-container li ul > li > a:hover, .sidebar-list-container li ul > li > a:focus, .sidebar-list-container li ul > li > a:active {
  text-decoration: none;
  background-color: #f7f7f7;
}
.sidebar-list-container li ul > li > a span {
  color: #999;
}
.sidebar-list-container li ul > li > a p {
  margin: 0.5em 0 0 0;
  color: #555;
  font-size: 0.75rem;
}
.sidebar-list-container li ul > li > a::before {
  position: absolute;
  top: 12px;
  left: 10px;
}
.sidebar-list-container li ul > li > a.small_arrow_right {
  padding-left: 28px;
}
.sidebar-list-container li ul > li > a.small_arrow_right::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e921";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 20px;
  color: #999;
}
.sidebar-list-container li ul > li > a.newspaper::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e928";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sidebar-list-container li ul > li > a.magazine::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e90b";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sidebar-list-container li ul > li > a.privacy::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e915";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sidebar-list-container li ul > li > a.mail::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e903";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sidebar-list-container li ul > li > a.sitemap::before {
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e916";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 25px;
  color: #158B90;
}
.sidebar-list-container li ul > li > a.pickup-link {
  padding: 0;
}
.sidebar-list-container li ul > li > a.pickup-link p {
  padding-bottom: 0.75em;
  color: #000;
  font-size: 1rem;
}

.index-title-type1 {
  margin-bottom: 0;
  padding: 10px;
  color: #085A7A;
  font-size: 24px;
  background-color: #fffeed;
  border-top: 1px solid #dfdfdf;
  border-bottom: 2px solid #158B90;
}

.index-title-type2 {
  margin-bottom: 0;
  padding: 10px;
  font-size: 26px;
  background-color: #F0F5F2;
}

.link-list-with-arw {
  padding-left: 15px;
  font-weight: bold;
  list-style: none;
}
.link-list-with-arw li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.link-list-with-arw li .acms-icon-arrow-right {
  margin-right: 0.25em;
  color: #B7AC27;
  vertical-align: -0.1em;
}
.link-list-with-arw li a {
  color: #000;
}
.link-list-with-arw li a:link, .link-list-with-arw li a:visited {
  text-decoration: underline;
}
.link-list-with-arw li a:hover, .link-list-with-arw li a:focus, .link-list-with-arw li a:active {
  color: var(--color-link);
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .index-title-type1 {
    font-size: 26px;
  }
}
.ccis-label {
  display: inline-block;
  padding: 3px 1em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  vertical-align: 1px;
  border-radius: 3px;
}
.ccis-label.ccis-label-gray {
  background-color: #666666;
}
.ccis-label.ccis-label-brown {
  background-color: #B96120;
}
.ccis-label.ccis-label-turquoise {
  background-color: #085A7A;
}
.ccis-label.ccis-label-olive {
  background-color: #B7AC27;
}
.ccis-label.ccis-label-green {
  background-color: #158B90;
}

.table-stripe tr:nth-child(even) {
  background-color: #FFFEF5;
}

.grecaptcha-badge {
  display: none;
}

.category-seminar .grecaptcha-badge,
.category-contact-form .grecaptcha-badge,
.category-management.entry-succession .grecaptcha-badge,
.category-management.entry-online-consul .grecaptcha-badge {
  display: block;
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 830px;
}
.main-inner.is-space-left {
  float: right;
}
.main-inner.is-space-right {
  float: left;
}
.main-inner.is-space-center {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .sidebar-list-container {
    padding-left: 8px;
  }
}
/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #333333;
  --cc-btn-primary-bg: #085A7A;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #B7AC27;
  --cc-btn-secondary-bg: #F1F1F1;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #EEEEEE;
  --cc-toggle-bg-off: #999999;
  --cc-toggle-bg-on: #666666;
  --cc-toggle-bg-readonly: #E5E5E5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #faecec;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #F1F1F1;
  --cc-cookie-category-block-bg-hover: #EEEEEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #dbcfcf;
  --cc-webkit-scrollbar-bg-hover: #a09191;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #FFFBC4;
  --cc-btn-primary-bg: #FFFBC4;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  float: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  font-variant: normal;
  line-height: 1.2;
  letter-spacing: unset;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
  visibility: unset;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.cc_div {
  color: #2d4156;
  color: var(--cc-text);
  font-weight: 400;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}

.force--consent.show--consent .c--anim #cm.box.middle,
.force--consent.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 1;
  width: 100%;
  max-width: 24.2em;
  padding: 1.1em 1.8em 1.4em 1.8em;
  font-family: inherit;
  line-height: initial;
  background: #fff;
  background: var(--cc-bg);
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  margin-bottom: 1.4em;
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .c-bn {
  display: inline-block;
  padding: 1em 1.7em;
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  font-size: 0.82em;
  text-align: center;
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

#s-cnt #s-rall-bn {
  float: none;
  margin-left: 1em;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 6.4em 1.3em 2.7em;
  font-size: 0.95em;
  font-family: inherit;
  background: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  border: none;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#cs {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.7em;
}

#s-inr {
  position: relative;
  max-width: 45em;
  height: 100%;
  margin: 0 auto;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  overflow: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
  transform: scale(0.96);
  visibility: hidden;
  opacity: 0;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3em 2.1em;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}

#s-bns {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.75em;
  padding: 1em 2.1em;
  border-color: var(--cc-section-border);
  border-top: 1px solid #f1f3f5;
}

.cc_div .cc-link {
  display: inline;
  padding-bottom: 0;
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  z-index: 2;
  display: table;
  width: 100%;
  height: 4.75em;
  padding: 0 2.1em;
  vertical-align: middle;
  border-color: var(--cc-section-border);
  border-bottom: 1px solid #f1f3f5;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
  vertical-align: middle;
}

#s-c-bn {
  position: relative;
  width: 1.7em;
  height: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: initial;
  font-size: 1.45em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  position: relative;
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }

  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }

  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }

  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  top: 0;
  right: 0;
  right: 1.2em;
  bottom: 0;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  border: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  position: relative;
  top: 0.125em;
  left: 0.125em;
  display: block;
  box-sizing: content-box;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  content: "";
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-collapse: collapse;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  padding-left: 1.2em;
  font-size: 0.8em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  padding: 1.2em 1.2em;
  font-family: inherit;
}

#s-bl thead tr:first-child {
  border-color: var(--cc-cookie-table-border);
  border-bottom: 1px solid #e9edf2;
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  position: absolute;
  top: 50%;
  left: 1.2em;
  display: inline-block;
  margin-right: 15px;
  padding: 0.2em;
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  border-color: var(--cc-btn-secondary-text);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  position: absolute;
  top: 0.37em;
  left: 0.75em;
  display: inline-block;
  margin: 0 auto;
  padding: 0.1em;
  padding-bottom: 0.45em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-color: var(--cc-toggle-knob-icon-color);
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::before,
#s-c-bn::after {
  position: absolute;
  top: 0.58em;
  left: 0.82em;
  width: 1.5px;
  height: 0.6em;
  margin: 0 auto;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  position: absolute;
  top: 0.42em;
  right: 0.8em;
  display: block;
  width: 0.09375em;
  height: 0.7em;
  margin: 0 auto;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  transform-origin: center;
  content: " ";
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
.force--consent #cm.box.middle,
.force--consent #cm.cloud.middle {
  top: 50%;
  bottom: auto;
  transform: translateY(-37%);
}

.force--consent #cm.box.middle.zoom,
.force--consent #cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  right: 1em;
  left: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  right: 1em;
  left: 1em;
  width: unset;
  max-width: 50em;
  margin: 0 auto;
  padding: 1.3em 2em;
  overflow: hidden;
  text-align: center;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  width: 70%;
  padding-right: 2.4em;
  vertical-align: top;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  width: 100%;
  margin: 0.625em 0 0 0;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 2em;
  border-radius: 0;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  height: 100%;
  max-height: 100%;
  transform: none;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-right: 1.6em;
  padding-left: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  max-width: 32em;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0;
}

.cc_div .bar.left #s-inr {
  margin-right: auto;
  margin-left: 0;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-color: var(--cc-cookie-table-border);
  border-top: 1px solid #e3e7ed;
}

.cc_div .bar #s-bl td {
  position: relative;
  padding-left: 35%;
  /* Behave  like a "row" */
  border: none;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  overflow: hidden;
  color: #000;
  color: var(--cc-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  content: attr(data-column);
}

/* End bar layout */
/* Positions */
#cm.top {
  top: 1.25em;
  bottom: auto;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  right: 1.25em;
  left: auto;
}

#cm.bar.left,
#cm.bar.right {
  right: 0;
  left: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
#cm.cloud,
#cm.left,
#cm.right {
    right: 1em;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
  }

  .force--consent #cm,
.force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }

  #cm.top {
    top: 1em;
    bottom: auto;
  }

  #cm.bottom {
    top: auto;
    bottom: 1em;
  }

  #cm.bar.bottom {
    bottom: 0;
  }

  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }

  #cm.cloud .c-bn {
    font-size: 0.85em;
  }

  #s-bns,
.cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }

  .cc_div .bar #s-inr {
    width: 100%;
    max-width: 100%;
  }

  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }

  #cs {
    padding: 0;
    border-radius: 0;
  }

  #c-s-in {
    top: 0;
    height: 100%;
    max-height: 100%;
    transform: none;
  }

  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }

  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }

  #s-bns {
    height: 7.9em;
  }

  #s-bl,
.cc_div .bar #s-bl {
    padding: 1.3em;
  }

  #s-hdr,
.cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }

  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }

  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }

  .bns-t #s-bns {
    height: 10.5em;
  }

  .cc_div .bns-t .c-bn {
    padding: 0.9em 1.6em;
    font-size: 0.83em;
  }

  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  /* Force table to not be like tables anymore */
  #s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #s-bl tr {
    border-color: var(--cc-cookie-table-border);
    border-top: 1px solid #e3e7ed;
  }

  #s-bl td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: none;
  }

  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    overflow: hidden;
    color: #000;
    color: var(--cc-text);
    white-space: nowrap;
    text-overflow: ellipsis;
    content: attr(data-column);
  }

  #cm .c-bn,
.cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }

  #s-cnt #s-rall-bn {
    margin-left: 0;
  }

  #c-bns button + button,
#s-cnt button + button {
    float: unset;
    margin-top: 0.625em;
  }

  #cm.cloud,
#cm.box {
    right: 1em;
    left: 1em;
    width: auto;
  }

  #cm.cloud.right,
#cm.cloud.left {
    margin: 0;
  }

  .cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }

  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  position: relative;
  top: 0;
  max-height: 37.5em;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  max-height: 100%;
  margin-top: 0;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-style [class*=acms-col-] {
  padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-style h2 {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style h3 {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style h4 {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style h5 {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style h6 {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style dl {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style p {
  margin-right: 10px;
  margin-left: 10px;
}
.entry-style blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-style [class*=column-image] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-file] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-map] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-sizing: border-box;
}

.entry-style [class*=column-yolp] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-street-view]:not(.column-street-view-inner) {
  padding-right: 10px;
  padding-left: 10px;
}

.entry-style [class*=column-youtube] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-video] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-eximage] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-media] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.entry-style [class*=column-media] img {
  max-width: 100%;
  height: auto;
}

.entry-style [class*=column-quote] {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-style [class*=column-module] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
  margin-right: 10px;
  margin-left: 10px;
}

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
  background-color: #FFFF66;
}

.highlight2 {
  background-color: #a0FFFF;
}

.highlight3 {
  background-color: #99FF99;
}

.highlight4 {
  background-color: #FF9999;
}

.highlight5 {
  background-color: #FF66FF;
}

.highlight6 {
  background-color: #880000;
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entryFormLiteEditor .text-point {
  display: block;
  color: var(--color-primary);
}
.entryFormLiteEditor .text-word-break {
  display: inline-block;
}
.entryFormLiteEditor .text-word-break::after {
  margin: 0 2px;
  color: var(--color-gray40);
  content: "|";
}
.entryFormLiteEditor em {
  padding: 0 0 5px 0;
  color: var(--color-primary);
  font-weight: bold;
  font-style: normal;
  background-image: radial-gradient(var(--color-tertiary) 30%, transparent 30%);
  background-repeat: repeat-x;
  background-position: bottom -2px left;
  background-size: 8px 8px;
}
.entryFormLiteEditor a {
  color: #000;
  text-decoration: underline;
}
.entryFormLiteEditor a:visited {
  color: #444;
}
.entryFormLiteEditor a:hover {
  color: #376696;
  text-decoration: none;
}
.entryFormLiteEditor a[target=_blank]::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e906";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entryFormLiteEditor a.text-btn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 0.5em;
  padding-left: 1em;
  color: #158b90;
  font-size: 0.9375 rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #EFFAFA;
  border: 2px solid #158b90;
  border-radius: 16px;
}
.entryFormLiteEditor a.text-btn:hover {
  background-color: #FFFEE5;
}
.entryFormLiteEditor a.text-btn::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e921";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entryFormLiteEditor a.text-btn-large {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-right: 2em;
  padding-bottom: 2px;
  padding-left: 2em;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #158b90;
  border: 2px solid #158b90;
  border-radius: 21px;
}
.entryFormLiteEditor a.text-btn-large:hover {
  color: #158b90;
  background-color: #FFFEE5;
}
.entryFormLiteEditor span.editor-large {
  font-size: 1.125em;
}
.entryFormLiteEditor small {
  font-size: 0.875em;
  vertical-align: 0.1em;
}
.entryFormLiteEditor span.editor-green {
  color: #158B90;
}
.entryFormLiteEditor span.editor-turquoise {
  color: #085A7A;
}
.entryFormLiteEditor span.editor-olive {
  color: #B7AC27;
}
.entryFormLiteEditor span.editor-coral {
  color: #CE4545;
}
.entryFormLiteEditor span.acms-icon-arrow-right {
  color: #B7AC27;
}

.acms-admin-table-admin-edit {
  border-collapse: collapse;
}
.acms-admin-table-admin-edit .sortable-item {
  border-top: 1px solid #CCC;
}
.acms-admin-table-admin-edit .sortable-item:first-child {
  border: 0;
}

/* ------------------------------
　　エントリー
------------------------------ */
/*
　ヘッダー
------------------------------ */
.entry-header {
  margin: 0 0 20px 0;
}

.entry-news-title {
  margin-bottom: 25px;
  padding-bottom: 0.25em;
  color: #333;
  font-weight: bold;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  border-bottom: 3px solid #65B4B1;
}

.entry-header-info {
  margin: 0 0 5px 0;
}

.entry-header-time + .entry-header-category:before {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 1em 0 0.5em;
  background: currentColor;
  content: "";
}

.entry-header-category:link, .entry-header-category:visited, .entry-header-category:active, .entry-header-category:focus {
  color: var(--color-gray80);
}

.entry-header-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.25em;
  color: #085A7A;
  font-size: 26px;
  border-bottom: 3px solid #B7AC27;
}
.entry-header-title::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 150px;
  height: 3px;
  background: #085A7A;
  content: "";
}

.entry-header-title-link {
  color: var(--color-gray100);
}
.entry-header-title-link:visited {
  color: var(--color-gray100);
}
.entry-header-title-link:hover, .entry-header-title-link:active, .entry-header-title-link:focus {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .entry-news-title {
    font-size: 32px;
  }

  .entry-header-info {
    font-size: 1rem;
  }

  .entry-header-title {
    font-size: 32px;
  }
}
/*
　エントリーヘッダービジュアルあり
------------------------------ */
.entry-header-visual {
  position: relative;
}

.entry-header-visual-img {
  display: block;
  width: 100vw;
  height: 180px;
  margin: 0 calc(50% - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
}

.entry-header-visual-box {
  box-sizing: border-box;
  margin: 0 -15px;
  padding: 30px 20px 30px 20px;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.7);
}

.entry-header-visual-title {
  margin: 0 0 20px 0;
  font-size: 24px;
}

.entry-header-visual-desc {
  margin: 0 0 20px 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.entry-header-visual-btn-wrap {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .entry-header-visual {
    margin-bottom: 45px;
  }

  .entry-header-visual-img {
    height: 380px;
  }

  .entry-header-visual-title {
    font-size: 28px;
  }

  .entry-header-visual-desc {
    margin: 0 0 25px 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .entry-header-visual-box {
    position: absolute;
    top: 50%;
    width: 50%;
    margin: 0 10px;
    padding: 40px 40px 30px 40px;
    transform: translateY(-50%);
  }

  .entry-header-visual-title {
    font-size: 28px;
  }

  .entry-header-visual-desc {
    font-size: 1rem;
  }
}
/*
　エントリーのコンテンツ
------------------------------ */
.entry-style {
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
  /* 配置のスタイル */
}
.entry-style .entry-text-unit .text-point {
  display: block;
  color: var(--color-text-point);
  font-size: 0.875rem;
}
.entry-style .entry-text-unit em {
  padding: 0 0 5px 0;
  color: var(--color-primary);
  font-weight: bold;
  font-style: normal;
  background-image: radial-gradient(var(--color-tertiary) 30%, transparent 30%);
  background-repeat: repeat-x;
  background-position: bottom -2px left;
  background-size: 8px 8px;
}
.entry-style .entry-text-unit a {
  color: #000;
  text-decoration: underline;
}
.entry-style .entry-text-unit a:visited {
  color: #444;
}
.entry-style .entry-text-unit a:hover {
  color: #376696;
  text-decoration: none;
}
.entry-style .entry-text-unit a[target=_blank]::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e906";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-style .entry-text-unit a.text-btn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 0.5em;
  padding-left: 1em;
  color: #158b90;
  font-size: 0.9375 rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #EFFAFA;
  border: 2px solid #158b90;
  border-radius: 16px;
}
.entry-style .entry-text-unit a.text-btn:hover {
  background-color: #FFFEE5;
}
.entry-style .entry-text-unit a.text-btn::after {
  font-weight: normal;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e921";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-style .entry-text-unit a.text-btn-large {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-right: 2em;
  padding-bottom: 2px;
  padding-left: 2em;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  background-color: #158b90;
  border: 2px solid #158b90;
  border-radius: 21px;
}
.entry-style .entry-text-unit a.text-btn-large:hover {
  color: #158b90;
  background-color: #FFFEE5;
}
.entry-style .entry-text-unit span.editor-large {
  font-size: 1.125em;
}
.entry-style .entry-text-unit small {
  font-size: 0.875em;
  vertical-align: 0.1em;
}
.entry-style .entry-text-unit span.editor-green {
  color: #158B90;
}
.entry-style .entry-text-unit span.editor-turquoise {
  color: #085A7A;
}
.entry-style .entry-text-unit span.editor-olive {
  color: #B7AC27;
}
.entry-style .entry-text-unit span.editor-coral {
  color: #CE4545;
}
.entry-style .entry-text-unit span.acms-icon-arrow-right {
  color: #B7AC27;
}
.entry-style .column-image-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-image-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-file-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-file-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-map-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-map-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-yolp-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-yolp-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-street-view-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-street-view-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-youtube-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-youtube-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-video-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-video-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-eximage-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-eximage-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-media-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-media-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-quote-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-quote-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-module-left + .entry-text-unit {
  overflow: hidden;
}
.entry-style .column-module-right + .entry-text-unit {
  overflow: hidden;
}
.entry-style code {
  margin: 0 5px;
  padding: 2px 5px;
  color: var(--color-primary);
  background: var(--color-white);
  border: 1px solid currentColor;
  border-radius: 3px;
}

/* アンカーリンクの際の上部の余白の確保 */
.entry-style .entry-text-unit h2,
.entry-style .entry-text-unit h3,
.entry-style .entry-text-unit h4 {
  margin-top: -30px;
  border-top: 92px solid transparent;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h2,
.entry-style .entry-text-unit h3,
.entry-style .entry-text-unit h4 {
    margin-top: -40px;
    border-top: 50px solid transparent;
  }
}

.entry-style .ug-bg-gray .entry-text-unit h2,
.entry-style .ug-bg-gray .entry-text-unit h3,
.entry-style .ug-bg-gray .entry-text-unit h4,
.entry-style .ug-bg-primary .entry-text-unit h2,
.entry-style .ug-bg-primary .entry-text-unit h3,
.entry-style .ug-bg-primary .entry-text-unit h4 {
  margin-top: -60px;
}

/* 見出しが最初の要素の時はページタイトルの余白を相殺する */
.entry-style > .is-h2:first-child h2, .entry-style > .is-h3:first-child h3, .entry-style > .is-h4:first-child h4 {
  margin-top: -60px;
}

.entry-style .entry-text-unit h2 {
  position: relative;
  margin: -30px 10px 20px 10px;
  padding-bottom: 0.25em;
  color: #085A7A;
  font-size: 26px;
}
.entry-style .entry-text-unit h2.heading-base {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 3px solid #B7AC27;
}
.entry-style .entry-text-unit h2.heading-base::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 150px;
  height: 3px;
  background: #085A7A;
  content: "";
}
.entry-style .entry-text-unit h2.heading-center {
  display: flex;
  align-items: center;
}
.entry-style .entry-text-unit h2.heading-center::before, .entry-style .entry-text-unit h2.heading-center::after {
  flex-grow: 1;
  min-width: 5%;
  height: 2px;
  background-color: #65B4B1;
  content: "";
}
.entry-style .entry-text-unit h2.heading-center::before {
  margin-right: 1rem;
}
.entry-style .entry-text-unit h2.heading-center::after {
  margin-left: 1rem;
}
.entry-style .entry-text-unit h2 .text-point {
  display: block;
  color: #085A7A;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .entry-style .entry-text-unit h2.heading-base {
    margin-bottom: 40px;
  }
  .entry-style .entry-text-unit h2 .text-point {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .entry-style .entry-text-unit h2.heading-base {
    margin-bottom: 60px;
  }
}
.entry-style .entry-text-unit h3 {
  margin: -30px 10px 20px 10px;
  font-size: 1.25rem;
}
.entry-style .entry-text-unit h3.heading-base {
  position: relative;
  padding-left: 16px;
  font-size: 22px;
}
.entry-style .entry-text-unit h3.heading-base::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 100%;
  margin-right: 10px;
  background-color: #B7AC27;
  content: "";
}
.entry-style .entry-text-unit h3.heading-brackets {
  font-size: 22px;
}
.entry-style .entry-text-unit h3.heading-brackets::before, .entry-style .entry-text-unit h3.heading-brackets::after {
  display: inline-block;
  color: #158B90;
  font-size: 1.2em;
}
.entry-style .entry-text-unit h3.heading-brackets::before {
  margin-right: 0.25em;
  content: "[";
}
.entry-style .entry-text-unit h3.heading-brackets::after {
  margin-left: 0.25em;
  content: "]";
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h3 {
    margin-bottom: 30px;
  }
  .entry-style .entry-text-unit h3.heading-base {
    font-size: 24px;
  }
}
.entry-style .entry-text-unit h4 {
  margin: -30px 10px 20px 10px;
  font-size: 1.25rem;
}
.entry-style .entry-text-unit h4 .text-point {
  display: block;
  color: var(--color-primary);
}
.entry-style .entry-text-unit h4.heading-base {
  padding: 2px 5px 4px 5px;
  background-color: #f5f2ed;
  border-top-color: #fff;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h4 {
    margin-bottom: 20px;
  }
}

/* 本文 */
.entry-style a {
  border: none;
}
.entry-style a:link {
  color: #000;
  text-decoration: underline;
}
.entry-style a:visited {
  color: #444;
}
.entry-style a:hover, .entry-style a:focus, .entry-style a:active {
  color: #376696;
  text-decoration: none;
}
.entry-style p {
  margin: 0 10px 30px 10px;
  line-height: 1.7;
}
.entry-style p.text-info {
  color: var(--color-gray90);
  font-size: 0.75rem;
}
.entry-style p.text-danger {
  color: var(--color-error);
  font-size: 0.75rem;
}
.entry-style p.trailing-note {
  margin-top: -20px;
  text-align: left;
}
.entry-style .is-p + .is-p .text-info,
.entry-style .is-p + .is-p .text-danger,
.entry-style .is-table + .is-p .text-info,
.entry-style .is-table + .is-p .text-danger,
.entry-style [class*=column-table-] + .is-p .text-info,
.entry-style [class*=column-table-] + .is-p .text-danger {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .entry-style p {
    margin: 0 10px 40px 10px;
  }
  .entry-style p.text-info {
    font-size: 0.875rem;
  }
  .entry-style p.text-danger {
    font-size: 0.875rem;
  }
  .entry-style p.trailing-note {
    margin-top: -30px;
  }
  .entry-style .is-p + .is-p .text-info,
.entry-style .is-p + .is-p .text-danger,
.entry-style .is-table + .is-p .text-info,
.entry-style .is-table + .is-p .text-danger,
.entry-style [class*=column-table-] + .is-p .text-info,
.entry-style [class*=column-table-] + .is-p .text-danger {
    margin-top: -30px;
  }
}

/* リード文*/
.entry-style p.text-lead-primary {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
}
.entry-style p.text-lead-primary .text-point {
  color: var(--color-gray90);
  font-size: 1.125rem;
}
.entry-style p.text-lead-info {
  margin: 0 10px 30px 10px;
  color: var(--color-gray90);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .entry-style p.text-lead-primary {
    font-size: 34px;
  }
  .entry-style p.text-lead-primary .text-point {
    font-size: 30px;
  }
  .entry-style p.text-lead-info {
    font-size: 34px;
  }
}

/* ボタン */
.entry-style p.text-btn a {
  display: inline-block;
  padding: 10px 25px;
  color: var(--color-white);
  font-size: 1.125rem;
  text-align: center;
  background: var(--color-primary);
  border-radius: 4px;
  transition: background-color 0.2s;
}
.entry-style p.text-btn a:hover, .entry-style p.text-btn a:visited, .entry-style p.text-btn a:active, .entry-style p.text-btn a:focus {
  color: var(--color-white);
  text-decoration: none;
  opacity: 1;
}
.entry-style p.text-btn a:hover {
  background: var(--color-primary-hover);
}

/* リスト */
.entry-style .entry-text-unit ul {
  margin: 0 10px 30px 10px;
  padding: 0 0 0 40px;
}
.entry-style .entry-text-unit ul:not(.custom-index-list) li {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
  line-height: 1.5;
  list-style: none;
}
.entry-style .entry-text-unit ul:not(.custom-index-list) li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 6px;
  height: 6px;
  background: #158B90;
  border-radius: 50%;
  content: "";
}
.entry-style .entry-text-unit ul.unstyled {
  list-style: none;
}
.entry-style .entry-text-unit ul.unstyled li::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit ul {
    margin: 0 10px 40px 10px;
  }
}

/* 番号付きリスト */
.entry-style .entry-text-unit:not(.is-pre) ol {
  margin: 0 10px 30px 10px;
  padding: 0 0 0 40px;
  counter-reset: order-list;
}
.entry-style .entry-text-unit:not(.is-pre) ol li {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
  line-height: 1.5;
  list-style: none;
}
.entry-style .entry-text-unit:not(.is-pre) ol li::before {
  position: absolute;
  top: 2px;
  left: -30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  color: var(--color-white);
  font-size: 0.875rem;
  background: #158B90;
  border-radius: 50%;
  counter-increment: order-list;
  content: counter(order-list);
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit:not(.is-pre) ol {
    margin: 0 10px 40px 10px;
  }
}

/* 記述リスト */
.entry-style .entry-text-unit dl {
  margin: 0 10px 20px 10px;
}
.entry-style .entry-text-unit dl dt {
  margin: 0 0 5px 0;
}
.entry-style .entry-text-unit dl dd {
  margin: 0 0 30px 0;
  font-size: 1rem;
}
.entry-style .entry-text-unit dl:not([class]) dt {
  font-weight: bold;
  font-size: 1.125rem;
}
.entry-style .entry-text-unit dl.line dt {
  padding-bottom: 5px;
  color: #085A7A;
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #65B4B1;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit dl:not(.custom-index-list) dd {
    margin-left: 18px;
  }
  .entry-style .entry-text-unit dl.inline {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 5px;
    -ms-grid-columns: 5em auto;
    grid-template-columns: 5em auto;
  }
  .entry-style .entry-text-unit dl.inline dt {
    margin-bottom: 0;
  }
  .entry-style .entry-text-unit dl.inline dt::after {
    display: inline-block;
  }
  .entry-style .entry-text-unit dl.inline dd {
    width: calc(100% - 5em);
    margin-bottom: 0;
  }
  .entry-style .entry-text-unit dl.inline-8em {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 5px;
    -ms-grid-columns: 8em auto;
    grid-template-columns: 8em auto;
  }
  .entry-style .entry-text-unit dl.inline-8em dt {
    margin-bottom: 0;
  }
  .entry-style .entry-text-unit dl.inline-8em dt::after {
    display: inline-block;
  }
  .entry-style .entry-text-unit dl.inline-8em dd {
    width: calc(100% - 8em);
    margin-bottom: 0;
  }
}

/* テーブル */
.entry-style .entry-text-unit table,
.entry-style [class^=column-table] table {
  width: 100%;
  margin: 0 0 30px 0;
  border-top: 1px solid var(--color-gray60);
  border-left: 1px solid var(--color-gray60);
  border-collapse: collapse;
}
.entry-style .entry-text-unit table th,
.entry-style .entry-text-unit table td,
.entry-style [class^=column-table] table th,
.entry-style [class^=column-table] table td {
  padding: 0.5em 0.75em;
  font-size: 1rem;
  line-height: 1.5;
  border-right: 1px solid var(--color-gray60);
  border-bottom: 1px solid var(--color-gray60);
}
.entry-style .entry-text-unit table th,
.entry-style [class^=column-table] table th {
  text-align: left;
  background: var(--color-gray10);
}
.entry-style .entry-text-unit table tr,
.entry-style [class^=column-table] table tr {
  border-top: 1px solid var(--color-gray60);
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit table,
.entry-style [class^=column-table] table {
    margin: 0 0 40px 0;
  }
  .entry-style .entry-text-unit table th,
.entry-style .entry-text-unit table td,
.entry-style [class^=column-table] table th,
.entry-style [class^=column-table] table td {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-style .entry-text-unit table.sp-block th,
.entry-style .entry-text-unit table.sp-block td,
.entry-style [class^=column-table] table.sp-block th,
.entry-style [class^=column-table] table.sp-block td {
    display: block;
    font-size: 1.125rem;
  }
}

.entry-style [class^=column-table] table {
  margin: 0;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  [class^=column-table] .entry-container {
    margin-bottom: 40px;
  }
}
/* 引用 */
.entry-style .entry-text-unit blockquote {
  margin: 0 0 30px 0;
  padding: 25px;
  font-size: 1rem;
  line-height: 1.7;
  border: 2px solid var(--color-gray40);
}
.entry-style .entry-text-unit blockquote cite {
  color: var(--color-gray90);
  font-size: 0.875rem;
  font-style: normal;
}
.entry-style .entry-text-unit blockquote cite::before {
  content: "— ";
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit blockquote {
    margin: 0 0 40px 0;
    padding: 30px 40px;
  }
}

/* アコーディオン */
.entry-style .accordion {
  margin-bottom: 30px;
}
.entry-style .accordion-heading .js-fader {
  font-size: 1.25rem;
  display: block;
  display: flex;
  align-items: center;
  padding: 12px 6px;
  color: #158B90;
  text-decoration: none;
  background-color: #E4F2F7;
  border: 1px solid #65B4B1;
  border-radius: 3px;
}
.entry-style .accordion-heading .js-fader::before {
  color: #B7AC27;
  font-weight: normal;
  font-size: 30px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e923";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-style .accordion-heading .js-fader.js-fader-active::before {
  content: "\e925";
}
.entry-style .accordion-body {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .entry-style .accordion {
    margin-bottom: 40px;
  }
}

/* オフィス */
.entry-style .custom-office {
  margin: 0 10px 30px 10px;
}
.entry-style .custom-office-heading {
  padding: 10px 15px;
  background-color: #FFFEED;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 0 0;
}
.entry-style .custom-office-heading h2 {
  margin: 0;
  font-size: 1.25rem;
}
.entry-style .custom-office-body {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #CCCCCC #CCCCCC #CCCCCC;
}
.entry-style .custom-office-body .custom-office-notice {
  margin-top: 0.5em;
  font-size: 0.875rem;
  line-height: 1.5;
}
.entry-style .custom-office-text p {
  margin: 0;
}
.entry-style .custom-office-text dl {
  margin: 0;
  line-height: 1.7;
}
.entry-style .custom-office-text dt {
  margin-left: -0.5em;
}
.entry-style .custom-office-text dt::before {
  display: inline-block;
  content: "【";
}
.entry-style .custom-office-text dt::after {
  display: inline-block;
  content: "】";
}
.entry-style .custom-office-text dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .entry-style .custom-office {
    margin: 0 10px 40px 10px;
  }
  .entry-style .custom-office-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px auto;
    grid-template-columns: 265px auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 15px;
  }
  .entry-style .custom-office-notice {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .entry-style .custom-office-text dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

/* お問合せ */
.entry-style .custom-contact {
  margin: 40px -5px;
  padding: 30px;
  background-color: #E4F2F7;
}
.entry-style .custom-contact p {
  max-width: 664px;
  margin: 0 auto;
}
.entry-style .custom-contact-heading {
  max-width: 310px;
  height: 46px;
  margin: 0 auto 1em;
  color: #158B90;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  border-radius: 23px;
}
.entry-style .custom-contact-heading span {
  margin-right: 8px;
  color: #B7AC27;
}
.entry-style .custom-contact-label {
  max-width: 664px;
  margin: 0 auto 4px;
  color: #158B90;
}
@media screen and (min-width: 768px) {
  .entry-style .custom-contact {
    margin: 40px 10px;
    border-radius: 5px;
  }
}

/* サンプル */
/* ユニットグループ */
.entry-style {
  /* 全てのユニットグループ */
}
.entry-style [class*=ug-] {
  overflow: hidden;
}
.entry-style .ug-bg-gray {
  background: #f7f7f7;
}
.entry-style .ug-bg-primary {
  background: var(--color-primary-light);
}
.entry-style .ug-bg-gray,
.entry-style .ug-bg-primary {
  margin: 0 0 30px 0;
  padding: 30px;
  border-right: 10px solid var(--color-white);
  border-left: 10px solid var(--color-white);
}
.entry-style .ug-bg-gray > *:not(.entry-reset):last-child > *,
.entry-style .ug-bg-primary > *:not(.entry-reset):last-child > * {
  margin-bottom: 0;
}
.entry-style .ug-cover {
  margin: 0 calc(50% - 50vw) 30px;
  padding: 35px calc(50vw - 50%);
  border: 0;
}
.entry-style .ug-text-center {
  text-align: center;
}
.entry-style .ug-border {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px;
  border-right: 10px solid var(--color-white);
  border-left: 10px solid var(--color-white);
}
.entry-style .ug-border::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #158B90;
  content: "";
}
.entry-style .ug-border > *:not(.entry-reset):last-child > * {
  margin-bottom: 0;
}
.entry-style .ug-border-gray {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px;
  border-right: 10px solid var(--color-white);
  border-left: 10px solid var(--color-white);
}
.entry-style .ug-border-gray::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #999;
  content: "";
}
.entry-style .ug-border-gray > *:not(.entry-reset):last-child > * {
  margin-bottom: 0;
}
.entry-style .ug-noborder {
  margin: 0 0 30px 0;
  padding: 30px;
}
.entry-style .ug-noborder > *:not(.entry-reset):last-child > * {
  margin-bottom: 0;
}
.entry-style .ug-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .entry-style .ug-bg-gray,
.entry-style .ug-bg-primary {
    margin: 0 0 30px 0;
  }
  .entry-style .ug-bg-gray > *:not(.entry-reset):last-child > *,
.entry-style .ug-bg-primary > *:not(.entry-reset):last-child > * {
    margin-bottom: 0;
  }
  .entry-style .ug-cover {
    margin: 0 calc(50% - 50vw) 30px;
    padding: 45px calc(50vw - 50%);
  }
}

/* 画像・メディア・画像URLの共通設定 */
[class*=column-image] .caption,
[class*=column-media] .caption,
[class*=column-eximage] .caption {
  color: var(--color-gray90);
  font-size: 0.875rem;
}

/* ファイルユニット・メディア（ファイル）の設定 */
[class*=column-file-],
.media-file {
  display: inline-block;
  margin-bottom: 10px;
}
[class*=column-file-] a,
[class*=column-file-] a[href*=media-download],
.media-file a,
.media-file a[href*=media-download] {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  color: var(--color-gray100);
  border: 1px solid var(--color-gray40);
  border-radius: 4px;
  transition: background-color 0.2s;
}
[class*=column-file-] a:hover,
[class*=column-file-] a[href*=media-download]:hover,
.media-file a:hover,
.media-file a[href*=media-download]:hover {
  text-decoration: none;
  background: var(--color-gray20);
}
[class*=column-file-] .caption,
.media-file .caption {
  margin: 0;
  color: var(--color-gray100);
  font-size: 1rem;
}
[class*=column-file-] .columnIcon,
.media-file .columnIcon {
  width: 29px;
  height: auto;
  margin: 0 15px 0 0;
}

/* 引用ユニットの設定 */
[class*=column-quote-] .quote {
  padding: 0;
  border: 0;
}
[class*=column-quote-] .quote-link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--color-gray100);
  border: 1px solid var(--color-gray40);
  border-radius: 6px;
}
[class*=column-quote-] .quote-link:hover {
  text-decoration: none;
  background: var(--color-gray20);
}
[class*=column-quote-] .quote-info {
  padding: 12px;
}
[class*=column-quote-] .quote-title {
  margin: 0 0 10px 0;
  font-size: 1.125rem;
}
[class*=column-quote-] .quote-site-name {
  margin: 0;
  color: var(--color-gray90);
  font-size: 0.75rem;
}
[class*=column-quote-] .quote-description {
  display: none;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  [class*=column-quote-] .quote-link {
    flex-direction: row;
  }
  [class*=column-quote-] .quote-img-wrap {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding: 30px 15px 30px 30px;
  }
  [class*=column-quote-] .quote-img {
    width: 100%;
  }
  [class*=column-quote-] .quote-info {
    box-sizing: border-box;
    width: 0.6666666667;
    padding: 30px 30px 30px 15px;
  }
  [class*=column-quote-] .quote-title {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 24px;
  }
  [class*=column-quote-] .quote-site-name {
    font-size: 0.875rem;
  }
  [class*=column-quote-] .quote-description {
    display: block;
    font-size: 0.875rem;
  }
}

/*
　カード
------------------------------ */
.entry-style .card-title,
.entry-style .card-bordered-title {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .entry-style .card-title,
.entry-style .card-bordered-title {
    font-size: 22px;
  }
}

.entry-style .card-item,
.entry-style .card-bordered-item {
  padding: 0 10px;
}

/*
　罫線ユニット
------------------------------ */
.unit-separator {
  margin: 0 10px 30px;
  border: 0;
  border-top: 1px solid var(--color-gray40);
}

/*
　メッセージユニット
------------------------------ */
.entry-style .message {
  position: relative;
  margin: 0 0 30px 0;
}
.entry-style .message-bg {
  position: absolute;
  width: 100%;
  height: 240px;
  background: no-repeat center;
  background-size: cover;
}
.entry-style .message-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.entry-style .message-lead {
  position: relative;
  display: flex;
  align-items: center;
  height: 240px;
  margin: 0 0 40px 0;
  padding: 0 10px;
  color: var(--color-white);
  font-weight: bold;
  font-size: 24px;
}
.entry-style .message-content {
  margin: 0 10px 50px 10px;
}
.entry-style .message-source {
  margin: 0 10px;
}
.entry-style .message-source::before {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background: var(--color-gray100);
  content: "";
}
@media screen and (min-width: 768px) {
  .entry-style .message {
    margin: 0 calc(50% - 50vw) 30px;
    background-size: cover;
  }
  .entry-style .message-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }
  .entry-style .message-bg::before {
    content: none;
  }
  .entry-style .message-wrap {
    position: relative;
    width: 50%;
    padding: 100px 60px;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.4);
  }
  .entry-style .message-lead {
    height: auto;
    margin: 0 0 40px 0;
    font-size: 24px;
  }
  .entry-style .message-content {
    margin: 0 0 50px 0;
  }
  .entry-style .message-source::before {
    background: var(--color-white);
  }
}

/*
　ページ内リンク（Index）
------------------------------ */
.entry-style .entry-text-unit .custom-index-heading {
  display: flex;
  align-items: center;
  color: #085A7A;
  font-weight: bold;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
}
.entry-style .entry-text-unit .custom-index-heading::before, .entry-style .entry-text-unit .custom-index-heading::after {
  flex-grow: 1;
  min-width: 5%;
  height: 2px;
  background-color: #65B4B1;
  content: "";
}
.entry-style .entry-text-unit .custom-index-heading::before {
  margin-right: 1rem;
}
.entry-style .entry-text-unit .custom-index-heading::after {
  margin-left: 1rem;
}
.entry-style .entry-text-unit .custom-index-list {
  margin-top: -25px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 1.125rem;
  list-style: none;
  border-bottom: 2px solid #65B4B1;
}
.entry-style .entry-text-unit .custom-index-list li {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.25;
}
.entry-style .entry-text-unit .custom-index-list li::before {
  color: #B7AC27;
  font-weight: normal;
  font-size: 30px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e925";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-style .entry-text-unit .custom-index-list a {
  display: inline-block;
  margin-top: 4px;
  color: #085A7A;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .entry-style .custom-index-heading {
    font-size: 28px;
  }
}
/*
　ユニット
------------------------------ */
/* 各ユニットのマージンの調整 */
[class*=column-image] {
  margin-bottom: 30px;
}

[class*=column-file] {
  margin-bottom: 30px;
}

[class*=column-map] {
  margin-bottom: 30px;
}

[class*=column-yolp] {
  margin-bottom: 30px;
}

[class*=column-street-view] {
  margin-bottom: 30px;
}

[class*=column-youtube] {
  margin-bottom: 30px;
}

[class*=column-video] {
  margin-bottom: 30px;
}

[class*=column-eximage] {
  margin-bottom: 30px;
}

[class*=column-media] {
  margin-bottom: 30px;
}

[class*=column-quote] {
  margin-bottom: 30px;
}

[class*=column-module] {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  [class*=column-image] {
    margin-bottom: 60px;
  }

  [class*=column-file] {
    margin-bottom: 60px;
  }

  [class*=column-map] {
    margin-bottom: 60px;
  }

  [class*=column-yolp] {
    margin-bottom: 60px;
  }

  [class*=column-street-view] {
    margin-bottom: 60px;
  }

  [class*=column-youtube] {
    margin-bottom: 60px;
  }

  [class*=column-video] {
    margin-bottom: 60px;
  }

  [class*=column-eximage] {
    margin-bottom: 60px;
  }

  [class*=column-media] {
    margin-bottom: 60px;
  }

  [class*=column-quote] {
    margin-bottom: 60px;
  }

  [class*=column-module] {
    margin-bottom: 30px;
  }
}
[class*=column-media-] a,
[class*=column-image-] a,
[class*=column-eximage-] a {
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover,
[class*=column-eximage-] a:hover {
  opacity: 0.7;
}

.unit-gallery {
  margin-bottom: 20px;
}

/*
　SNSシェアボタン
------------------------------ */
.sns-share-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -15px 40px -15px;
  padding: 25px;
  text-align: center;
  background: var(--color-gray10);
}

.sns-share-title {
  margin: 0 0 10px 0;
  font-size: 1rem;
}

.share-list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-list.is-align-right {
  justify-content: flex-end;
}

.share-item {
  margin: 0 5px;
}
.share-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: auto;
  padding: 10px;
  transition: transform 0.2s ease;
}
.share-item a:hover {
  transform: scale(0.8);
}
.share-list.is-sm .share-item a {
  width: 30px;
}

@media screen and (min-width: 768px) {
  .sns-share-wrapper {
    flex-direction: row;
    align-items: center;
    margin: 0 0 60px 0;
    padding: 50px 25px;
    border-radius: 10px;
  }

  .sns-share-title {
    margin: 0 35px 0 0;
    font-size: 1.25rem;
  }

  .share-item a {
    width: 50px;
  }
  .share-list.is-sm .share-item a {
    width: 30px;
  }
}
.ug-border-gray > .is-h4 {
  padding-top: 40px;
}
.ug-border-gray > .is-h4 > h4.heading-base {
  border-top: none;
}

/* ------------------------------
　　404ページ
------------------------------ */
.not-found-content {
  margin: 0 0 60px 0;
  text-align: center;
}

.not-found-title {
  margin: 0 0 10px 0;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 100px;
  line-height: 1.2;
}

.not-found-paragraph {
  margin: 0 0 40px 0;
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .not-found-content {
    margin: 0 0 120px 0;
  }

  .not-found-title {
    font-size: 240px;
  }

  .not-found-paragraph {
    margin: 0 0 40px 0;
    font-size: 22px;
  }
}
/* ------------------------------
　　フッター
------------------------------ */
body:not([class=blog-root]) .footer-top {
  margin-top: 30px;
}

.footer-top {
  padding: 40px 0 30px 0;
  background-color: #F0F5F2;
}

.footer-logo-container {
  margin-top: 0;
  text-align: center;
}
.footer-logo-container .footer-logo {
  width: 275px;
  height: auto;
}

.footer-bottom {
  padding: 15px 0;
  color: #fff;
  background-color: #085A7A;
}

/* コピーライト */
.footer-copyright-text {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}
.footer-copyright-text span {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  white-space: nowrap;
}

.footer-item-title {
  margin: 0 0 0.5em 0;
  color: #158B90;
  font-size: 1.25rem;
}
.footer-item-title span {
  margin-right: 5px;
  color: #B7AC27;
}

.footer-item-list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.footer-item-list li {
  margin-bottom: 3px;
}
.footer-item-list a:link, .footer-item-list a:visited {
  color: #333;
  text-decoration: underline;
}
.footer-item-list a:hover, .footer-item-list a:focus, .footer-item-list a:active {
  color: var(--color-link);
  text-decoration: none;
}
.footer-item-list.footer-information-list > li > span {
  display: block;
  margin: 0 0 0.5em 0;
  color: #158B90;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
}
.footer-item-list.footer-information-list > li > span::before {
  margin-right: 5px;
  color: #B7AC27;
  font-weight: normal;
  font-size: inherit;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  content: "\e909";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns-link {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.sns-link li {
  width: 45px;
  margin-right: 8px;
}
.sns-link svg {
  width: 47px;
  height: 47px;
  margin-top: -1px;
}

.footer-branch-item {
  display: flex;
  margin-bottom: 25px;
}
.footer-branch-item .footer-branch-item-photo {
  width: 125px;
  margin-right: 16px;
}
.footer-branch-item .footer-branch-item-text a:link, .footer-branch-item .footer-branch-item-text a:visited {
  color: #333;
  text-decoration: underline;
}
.footer-branch-item .footer-branch-item-text a:hover, .footer-branch-item .footer-branch-item-text a:focus, .footer-branch-item .footer-branch-item-text a:active {
  color: var(--color-link);
  text-decoration: none;
}
.footer-branch-item .footer-branch-item-text p {
  margin: 0;
  line-height: 1.5;
}
.footer-branch-item .footer-branch-item-text .footer-branch-item-branch-name {
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% auto;
    grid-template-columns: 25% 25% auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px;
  }
  .footer-grid .footer-item-project {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .footer-grid .footer-item-information {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .footer-grid .footer-item-address {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .sns-link {
    justify-content: flex-start;
  }
}
/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
  border: 1px dotted #FFF;
}

.page-top-btn {
  position: fixed;
  right: 8px;
  bottom: 83px;
  z-index: 1000;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/themes/ccistakaoka/dest/assets/btn_pageTop.png) no-repeat center;
  transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* ------------------------------
　　ヘッダー
------------------------------ */
.header-wrap {
  position: relative;
  height: 87px;
}

.header {
  position: relative;
  z-index: 10000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 87px;
  background: var(--color-white);
}

.header-item-title {
  display: flex;
  align-items: center;
  margin: 15px 0 0 -5px;
}

.header-title {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-item-nav {
  position: relative;
  height: 100%;
  margin-left: auto;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  .header {
    position: fixed;
    height: 80px;
  }
  .header::before {
    position: absolute;
    top: 0;
    left: -35px;
    display: block;
    width: 35px;
    height: 80px;
    background-color: #fff;
    content: "";
  }

  .header-wrap {
    height: 80px;
  }

  .header-logo {
    position: relative;
    z-index: 2;
    width: 275px;
  }
}
.navbar {
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #158B90;
}
.navbar > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.navbar > ul > li {
  position: relative;
  display: flex;
}
.navbar > ul > li:first-child::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
  content: "";
}
.navbar > ul > li::after {
  position: absolute;
  top: 17px;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
  content: "";
}
.navbar > ul > li.has-child > a::before {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -2px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.navbar > ul > li.has-child > a:hover::before {
  border-top-color: #FFFBC4;
}
.navbar > ul > li > a {
  /* 一階層目のリンクのみ */
  padding: 12px 1.5em;
  color: #fff;
}
.navbar > ul > li > a:hover, .navbar > ul > li > a:focus, .navbar > ul > li > a:active {
  color: #FFFBC4;
  text-decoration: none;
}
.navbar li ul {
  /* 二階層目 */
  position: absolute;
  top: 85%;
  left: 0;
  display: none;
  min-width: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.navbar li:hover ul {
  /* 二階層目 */
  z-index: 10000;
  display: block;
  width: 100%;
  padding-left: 0;
  background: #F0F5F2;
  -webkit-animation: 0.4s fade-in-drop;
  animation: 0.4s fade-in-drop;
}
.navbar li li {
  /* 二階層目以降 */
  display: flex;
  float: none;
  width: 100%;
  text-align: left;
  border-top: 1px dotted #fff;
}
.navbar li li:first-child {
  border: 0;
}
.navbar li li a {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #158B90;
}
.navbar li li a:hover, .navbar li li a:focus, .navbar li li a:active {
  text-decoration: none;
  background: #FFFBC4;
}

.pc-header-subnav {
  display: flex;
  height: 80px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  border-left: 1px solid #999;
}
.pc-header-subnav li {
  border-right: 1px solid #999;
}
.pc-header-subnav li.pc-search-btn {
  position: relative;
}
.pc-header-subnav li.pc-search-btn > span {
  cursor: pointer;
}
.pc-header-subnav li.pc-search-btn:hover .pc-search-form {
  visibility: visible;
  opacity: 1;
}
.pc-header-subnav li.pc-search-btn .pc-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  height: 66px;
  padding: 15px;
  background-color: #ADD1D0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.pc-header-subnav li > a, .pc-header-subnav li > span, .pc-header-subnav li > div {
  display: block;
  box-sizing: border-box;
  min-width: 100px;
  height: 100%;
  padding-top: 12px;
  color: var(--color-gray100);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.pc-header-subnav li > a i, .pc-header-subnav li > span i, .pc-header-subnav li > div i {
  display: block;
  margin-bottom: 8px;
  color: #158B90;
  font-weight: normal;
  font-size: 30px;
}
.pc-header-subnav li > a:hover, .pc-header-subnav li > a:focus, .pc-header-subnav li > a:active, .pc-header-subnav li > span:hover, .pc-header-subnav li > span:focus, .pc-header-subnav li > span:active, .pc-header-subnav li > div:hover, .pc-header-subnav li > div:focus, .pc-header-subnav li > div:active {
  text-decoration: none;
}
.pc-header-subnav li > div {
  min-width: 140px;
}

/* === ボタンを表示するエリア ============================== */
.switchArea {
  position: relative;
  /* 親要素が基点       */
  width: 78px;
  /* ボタンの横幅       */
  margin: 0px auto 4px;
  /* 中央寄せ           */
  font-size: 14px;
  /* 文字サイズ         */
  line-height: 34px;
  /* 1行の高さ          */
  letter-spacing: 0;
  /* 文字間             */
  text-align: center;
  /* 文字位置は中央     */
  background: #fff;
  /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */
.switchArea input[type=checkbox] {
  display: none;
  /* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display: block;
  /* ボックス要素に変更 */
  box-sizing: border-box;
  /* 枠線を含んだサイズ */
  height: 34px;
  /* ボタンの高さ       */
  background-color: #ccc;
  border: 2px solid #ccc;
  /* 未選択タブのの枠線 */
  border-radius: 17px;
  /* 角丸               */
}
.switchArea label:hover {
  cursor: pointer;
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type=checkbox]:checked + label {
  background-color: #158B90;
  border-color: #158B90;
  /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
  padding: 0 0 0 20px;
  /* 表示する位置       */
  color: #fff;
  /* 文字色             */
  content: "OFF";
  /* 表示する文字       */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type=checkbox]:checked + label span:after {
  padding: 0 20px 0 0;
  /* 表示する位置       */
  color: #fff;
  /* 文字色             */
  content: "ON";
  /* 表示する文字       */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg1, .switchArea #swImg2 {
  position: absolute;
  /* 親要素からの相対位置*/
  top: 4px;
  /* 親要素からの位置   */
  left: 4px;
  /* 親要素からの位置   */
  width: 26px;
  /* 丸の横幅           */
  height: 26px;
  /* 丸の高さ           */
  background: #fff;
  /* カーソルタブの背景 */
  border-radius: 13px;
  /* 角丸               */
  transition: 0.2s;
  /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type=checkbox]:checked ~ #swImg1, .switchArea input[type=checkbox]:checked ~ #swImg2 {
  background: #fff;
  /* カーソルタブの背景 */
  transform: translateX(44px);
  /* 丸も右へ移動       */
}

.acms-admin-btn:link {
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.acms-admin-btn:hover {
  color: #333 !important;
}

.acms-label {
  margin-right: 5px;
  vertical-align: 1px;
  font-size: 0.875rem;
}
.acms-label.acms-label-new {
  color: #CE4545;
  background-color: transparent;
  border: 1px solid #999999;
}
.acms-label.acms-label-category:link, .acms-label.acms-label-category:visited {
  color: #fff;
  background-color: #666666;
  border: 1px solid #666666;
}
.acms-label.acms-label-category:hover, .acms-label.acms-label-category:focus, .acms-label.acms-label-category:active {
  color: #222;
  text-decoration: none;
  background-color: #aaa;
  border: 1px solid #aaa;
}

/*画像・テキストユニット並列レイアウトテキスト回り込み適用
overflow: hidden;の上書き*/
.entry-style .column-media-left + .entry-text-unit {
  overflow: unset;
}

.entry-style .column-media-left {
  margin: 0 1em 1em 0;
}

.entry-style .column-media-right + .entry-text-unit {
  overflow: unset;
}

.entry-style .column-media-right {
  margin: 0 0 1em 1em;
}

/*テーブル下テキスト寄せの調整
text-align: right;を非表示に ひとまず上書き用*/
/*記述リストのデフォルトと(line入り）dd margin-bottom調整
//margin-bottom 30px→20pxに*/
/*記述リスト(line入り）のdtの文字サイズ調整
font-size: 1.125remを追加*/
/*一覧ページのタイトル項目枠の上部ライン
border-top追加*/
/*ページタイトルも文字サイズ調整
font-size 28px→24pxに*/
.page-title {
  font-size: 24px;
}

/*font-size 42px→38pxに*/
/*font-size 22px→18pxに*/
.page-subtitle {
  font-size: 1.125rem;
}

/*スマホ時のページタイトル背景中央配置位置調整、追加と背景画像指定がない場合のデフォルト
background-positionとbackground-image:追加 */
/*お問い合わせユニットのfax icon左にマージン追加
新規追加*/
.entry-style .custom-contact .icon-fax {
  margin-left: 1em;
}

/*サイドバーのhover
文字色追加、背景色変更は後付け上書き*/
.sidebar-list-container li ul > li > a:hover, .sidebar-list-container li ul > li > a:focus, .sidebar-list-container li ul > li > a:active {
  color: #158b90;
  background-color: #F0F5F2;
}

/*トップページサイドバー位置調整 横と調整
padding-top: 14px;追加*/
@media screen and (min-width: 1024px) {
  .sidebar-list-container {
    padding-top: 14px;
  }
}
/*トップページサイドバー広告バナ-上部のheader隠し
テンプレートで変更するまではdisplay: none;で凌げるかと*/
.banner-ads-container .banner-ads-title {
  display: none;
  padding: 11px 10px;
  color: #158b90;
  font-size: 21px;
  line-height: 1.25;
  background-color: #f0f5f2;
  border-bottom: 2px solid #158b90;
}

/*ニュースカテゴリー以外のページタイトル重複表示隠し
テンプレートで変更するまではdisplay: none;で凌げるかと*/
.main-inner .entry-header {
  display: none;
}

.category-news .main-inner .entry-header {
  display: block;
}

/* ------------------------------
　　管理画面
------------------------------ */
.edit-guide {
  margin-top: 5px;
  font-size: smaller;
}
/**
 * Lazy Load
 */
.js-lazy-load {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0.1s, transform 0.9s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
.js-lazy-load.loading {
  transform: translateY(0);
  opacity: 1;
}

img.js-lazy-load {
  background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyBpZD0iYjIwZjRjNzQtM2Y5ZS00ZTk4LWIzMjUtNjNlMzAxNzliNTkwIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBkPSJNMCwwVjUwSDUwVjBaTTQ2LjQzLDQ2LjQzSDMuNTdWMy41N0g0Ni40M1oiIGZpbGw9IiNkZGQiLz48cG9seWdvbiBwb2ludHM9IjQyLjg2IDIxLjQzIDM1LjcxIDE0LjI5IDIxLjQzIDMyLjE0IDcuMTQgMjEuNDMgNy4xNCA0Mi44NiA0Mi44NiA0Mi44NiA0Mi44NiAyMS40MyIgZmlsbD0iI2RkZCIvPjxjaXJjbGUgY3g9IjE3Ljg2IiBjeT0iMTQuMjkiIHI9IjcuMTQiIGZpbGw9IiNkZGQiLz48L3N2Zz4=) no-repeat center/40px 40px;
}
img.js-lazy-load.loaded {
  background: none;
}

.js-lazy-load.is-movie {
  background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyBpZD0iYTJjYzMxMTYtMGFmOS00ZWNiLTgzODMtMzFiNGMyNTI4OTYzIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBkPSJNNDYuNDMsNS4zNkgzLjU3QTMuNTcsMy41NywwLDAsMCwwLDguOTNWNDEuMDdhMy41NywzLjU3LDAsMCwwLDMuNTcsMy41N0g0Ni40M0EzLjU3LDMuNTcsMCwwLDAsNTAsNDEuMDdWOC45M0EzLjU3LDMuNTcsMCwwLDAsNDYuNDMsNS4zNlpNMzUuMzEsMjUuOTEsMTguMjYsMzNhMS40NywxLjQ3LDAsMCwxLTIuMTktMS40NlYxOC40NEExLjQ3LDEuNDcsMCwwLDEsMTguMjYsMTdsMTcuMDUsNy4xMUMzNi41MSwyNC41OSwzNi41MSwyNS40MSwzNS4zMSwyNS45MVoiIGZpbGw9IiNkZGQiLz48L3N2Zz4=) no-repeat center/40px 40px;
}
