/**!
 * rev. 2019-10-04
 * copyright © 2019
 */

@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * 游ゴシック体
 *
 */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
/**
 * ヘルベチカ
 *
 * OSにヘルベチカが搭載されている場合のハック対応
 * フォールバックはGoogle Fontの"Open Sans"推奨
 *
 */
@font-face {
  font-family: HelveticaHack;
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeue"), local("Helvetica"); }
@font-face {
  font-family: HelveticaHack;
  font-style: normal;
  font-weight: bold;
  src: local("HelveticaNeue-Bold"), local("Helvetica-Bold"); }
/**
 * オリジナルアイコンフォント
 *
 * svgファイルからビルドする
 * 設定ファイルでビルドを有効にする必要がある
 *
 */
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"); }
/**
 * 設定
 *
 */
:root {
  font-size: 625%; }
@media (max-width: 1080px) {
    :root {
      font-size: calc(62.5% + 8.26446vw); } }
@media screen and (max-width: 767px) {
    :root {
      font-size: calc(625% + 26.66667vw - 100px); } }
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*::-moz-selection {
  background-color: #00848a; }
*::selection {
  background-color: #00848a; }
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", "Noto Sans", "Arial", sans-serif, sans-serif;
  font-size: 0.16rem;
  line-height: 1.7;
  color: #353535;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
.c-header {
  font-size: .16rem;
  border-bottom: 1px solid #cccccc; }
@media screen and (max-width: 767px) {
    .c-header {
      position: relative;
      overflow: hidden; } }
.c-header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 10.8rem;
    margin: 0 auto; }
@media screen and (max-width: 767px) {
      .c-header__body {
        display: block;
        min-width: auto;
        max-width: initial; } }
.c-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media screen and (max-width: 767px) {
      .c-header__title {
        height: 20vw;
        padding: 0.1rem; } }
.c-header__site-name {
    padding-right: 27px;
    margin: 0; }
.c-header__site-name a {
      display: block;
      line-height: 1;
      color: #00848a;
      text-decoration: none; }
.c-header__site-name a img {
        display: block;
        width: 240px;
        padding: 0.2rem 0; }
@media screen and (max-width: 767px) {
          .c-header__site-name a img {
            width: auto;
            max-width: 70%;
            height: auto; } }
.c-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
@media screen and (max-width: 767px) {
      .c-header__info {
        display: none; } }
.c-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
@media screen and (max-width: 767px) {
      .c-header__links {
        margin: 0 auto 20px; } }
.c-header__links > li {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-left: 15px;
      margin-left: 20px;
      background-image: url("/img/common/icon-header-list.png");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 5px; }
.c-header__links > li > a {
        display: inline-block;
        font-size: 0.9375em;
        line-height: 1;
        color: #00848a;
        text-decoration: none;
        vertical-align: middle; }
.c-header__links > li > a:hover {
          text-decoration: underline; }
.c-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px; }
.c-header__contact > a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1em 2em;
      font-size: 0.9375em;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      white-space: nowrap;
      background: #00848a;
      border-radius: 3px; }
.c-header__contact > a::before {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        white-space: nowrap;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-rendering: auto;
        display: block;
        margin: 0 1em 0 0;
        content: ""; }
.c-header__contact > a::after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        white-space: nowrap;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-rendering: auto;
        display: block;
        margin: 0 0 0 1em;
        content: ""; }
.c-header__contact > a:hover {
        background: #009fa7; }
.c-header__menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 20%;
    max-width: 85px;
    height: 100%;
    padding: 15px 20px;
    cursor: pointer; }
@media only screen and (max-width: 767px) {
      .c-header__menu-trigger {
        top: 0;
        right: 0;
        z-index: 105;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.c-header__menu-trigger div {
      position: relative;
      width: 100%;
      height: 75%; }
.c-header__menu-trigger div span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out; }
.c-header__menu-trigger div span:nth-child(1) {
          top: 0; }
.c-header__menu-trigger div span:nth-child(2) {
          top: 43%; }
.c-header__menu-trigger div span:nth-child(3) {
          bottom: 0; }
.c-header__menu-trigger p {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 0.875em;
      font-weight: bold;
      color: #fff;
      text-align: center; }
.c-header__active div {
    top: 50%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); }
.c-header__active div span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.c-header__active div span:nth-child(2) {
      top: 11px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.c-header__active div span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
#ToolBar {
  opacity: .2;
  -webkit-transition: 300ms;
  transition: 300ms; }
__UR #ToolBar:hover {
    opacity: 1; }
.c-footer {
  background: #f2f2f2; }
.c-footer__body {
    max-width: 10.8rem;
    margin: 0 auto; }
.c-footer__site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem; }
.c-footer__site-title img {
      display: block;
      width: 260px;
      height: auto; }
.c-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-footer__contact a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1em 2em;
      font-size: 0.9375em;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      background: #00848a;
      border-radius: 3px; }
.c-footer__contact a::before {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        white-space: nowrap;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-rendering: auto;
        display: block;
        margin: 0 1em 0 0;
        content: ""; }
.c-footer__contact a::after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        white-space: nowrap;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-rendering: auto;
        display: block;
        margin: 0 0 0 1em;
        content: ""; }
.c-footer__contact a:hover {
        background: #009fa7; }
.c-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 2em 0 0; }
.c-footer__links li {
      display: block;
      padding: 0;
      margin: 0 1em .5em; }
@media screen and (min-width: 768px) and (max-width: 991px) {
        .c-footer__links li {
          margin: 0; } }
.c-footer__links li a {
        display: block;
        color: currentColor;
        text-decoration: none; }
@media screen and (min-width: 768px) and (max-width: 991px) {
          .c-footer__links li a {
            padding: 20px 50px;
            font-weight: bold; } }
.c-footer__links li a::before {
          display: inline-block;
          width: 10px;
          height: 3px;
          margin: 0 11px 0 -22px;
          vertical-align: middle;
          content: ""; }
@media screen and (min-width: 768px) and (max-width: 991px) {
            .c-footer__links li a::before {
              width: 15px;
              height: 5px;
              margin: 0 15px 0 -30px; } }
.c-footer__links li a:hover {
          opacity: .7; }
.c-footer__pagetop {
    position: relative;
    z-index: 100;
    margin: -80px auto 0;
    line-height: 0;
    text-align: center; }
@media screen and (min-width: 768px) and (max-width: 991px) {
      .c-footer__pagetop {
        display: none; } }
.c-footer__pagetop a {
      display: block; }
.c-footer__copyright {
    position: relative;
    z-index: 50;
    display: block;
    padding: 10px 0;
    margin: 20px 0 0;
    text-align: center;
    border-top: solid 1px #e6e6e6; }
.c-footer__banner-second-visual {
    background-color: #fff; }
.c-footer__banner-second-visual ul {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 992;
      padding: 0 0 30px;
      margin: 0 auto;
      list-style: none; }
@media screen and (min-width: 768px) and (max-width: 991px) {
        .c-footer__banner-second-visual ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
.c-footer__banner-second-visual ul li {
        display: inline-block;
        margin: 0 10px; }
@media screen and (min-width: 768px) and (max-width: 991px) {
          .c-footer__banner-second-visual ul li {
            margin: 0 10px 20px; } }
.c-page-sub__content-title {
  padding: 0; }
.c-page-sub__breadcrumb {
  padding: 0 0.2rem; }
@media screen and (max-width: 767px) {
    .c-page-sub__breadcrumb {
      padding: 0 0.15rem; } }
.c-page-sub__article {
  padding: 0 0.2rem; }
@media screen and (max-width: 767px) {
    .c-page-sub__article {
      padding: 0 0.15rem; } }
.c-page-sub__article-header {
    max-width: 8rem;
    padding: 1em 0.3rem 0.5em;
    margin: 0 auto;
    border-left: 4px solid #00848a; }
@media screen and (max-width: 767px) {
      .c-page-sub__article-header {
        padding: 1em 0.15rem 0.5em; } }
.c-page-sub__article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 1em;
    line-height: 1; }
@media screen and (max-width: 767px) {
      .c-page-sub__article-meta {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.c-page-sub__article-time {
    margin: 0 1em 0 0;
    font-size: 0.9375em;
    font-weight: bold;
    color: gray; }
@media screen and (max-width: 767px) {
      .c-page-sub__article-time {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0 0 1em; } }
.c-page-sub__article-category {
    margin: 0 .5em 0 0;
    font-size: 0.75em; }
.c-page-sub__article-category a {
      display: block;
      padding: .4em 1em .3em;
      color: #fff;
      text-decoration: none;
      background: #353535;
      border-radius: 2em;
      -webkit-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out; }
.c-page-sub__article-category a:focus, .c-page-sub__article-category a:hover {
        background: #00848a; }
.c-page-sub__article-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 0.75em; }
.c-page-sub__article-tags li {
      display: block;
      padding: 0;
      margin: 0 .5em 0 0;
      list-style: none; }
.c-page-sub__article-tags a {
      display: block;
      padding: .4em 1em .3em;
      color: #fff;
      text-decoration: none;
      white-space: nowrap;
      background: #353535;
      border-radius: 2em;
      -webkit-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out; }
.c-page-sub__article-tags a:focus, .c-page-sub__article-tags a:hover {
        background: #00848a; }
.c-page-sub__article-title h1 {
    padding: 0;
    margin: 0;
    font-size: 2.25em;
    line-height: 1.2; }
@media screen and (max-width: 767px) {
      .c-page-sub__article-title h1 {
        font-size: 1.25em; } }
.c-page-sub__content-detail {
  max-width: 8rem;
  padding: 0 0.3rem;
  margin: 0.5rem auto; }
@media screen and (max-width: 767px) {
    .c-page-sub__content-detail {
      padding: 0 0.1rem; } }
.c-page-sub__entry-body {
  background: #00848a; }
.c-page-sub__entry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em 2em;
  color: #fff;
  text-decoration: none;
  border: none; }
.c-page-sub__entry-btn a::after {
    position: absolute;
    top: 50%;
    right: 3em;
    display: block;
    width: .8em;
    height: .8em;
    content: "";
    border: solid currentColor;
    border-width: .25em .25em 0 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }
@media screen and (max-width: 767px) {
      .c-page-sub__entry-btn a::after {
        right: 1em; } }
.c-page-sub__entry-btn a span:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 1em 0 0;
    font-weight: bold;
    line-height: 1; }
.c-page-sub__entry-btn a span:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
.c-keyword {
  position: relative;
  width: 5rem;
  margin: 0 auto 40px; }
@media screen and (max-width: 767px) {
    .c-keyword {
      width: 3rem; } }
.c-keyword-sbox {
    width: 4.3rem;
    padding: 0.06rem 0.15rem;
    line-height: 1;
    background: #fff;
    border: solid 2px #e6e6e6;
    border-radius: 3px;
    outline: 0; }
@media screen and (max-width: 767px) {
      .c-keyword-sbox {
        width: 2.3rem; } }
.c-keyword-sbtn {
    padding: 0.1rem 0.15rem;
    font-weight: bold;
    color: #fff;
    background: #00848a;
    border: none;
    border-radius: 3px; }
.c-keyword-result {
    width: 100%;
    margin: 0 auto 20px; }
@media screen and (max-width: 767px) {
      .c-keyword-result {
        margin: 0 auto 20px; } }
.c-keyword-result-sbox {
      width: 6.6rem; }
@media screen and (max-width: 767px) {
        .c-keyword-result-sbox {
          width: 2.89rem; } }
.c-nav-global {
  position: relative;
  z-index: 100;
  font-size: .15rem;
  color: #000; }
@media screen and (max-width: 767px) {
    .c-nav-global {
      position: static; } }
.c-nav-global__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 10.8rem;
    margin: 0 auto; }
@media screen and (max-width: 767px) {
      .c-nav-global__body {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10000;
        height: 20vw; } }
.c-nav-global__body > [data-v-burger-nav="shadow-layer"] {
      background: rgba(255, 255, 255, 0.8); }
.c-nav-global__body > [data-v-burger-nav="container"] {
      width: 100%; }
@media screen and (max-width: 767px) {
        .c-nav-global__body > [data-v-burger-nav="container"] {
          position: absolute;
          top: 100%;
          right: 0;
          width: 100vw; } }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] {
      position: relative;
      z-index: 10;
      width: 0.6rem;
      height: 0.6rem;
      padding: 0;
      overflow: hidden;
      cursor: pointer;
      background: none;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > span {
        width: 1px;
        height: 1px;
        overflow: hidden;
        visibility: hidden; }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.275rem;
        height: 2px;
        background: #00585c;
        -webkit-transition: 100ms ease-in-out;
        transition: 100ms ease-in-out;
        -webkit-transform-origin: center;
                transform-origin: center; }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span:nth-child(1) {
          -webkit-transform: translate(-50%, calc(-50% - 0.6em));
                  transform: translate(-50%, calc(-50% - 0.6em)); }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span:nth-child(2) {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span:nth-child(3) {
          -webkit-transform: translate(-50%, calc(-50% + 0.6em));
                  transform: translate(-50%, calc(-50% + 0.6em)); }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span:nth-child(4) {
          display: none; }
.c-nav-global__body > [data-v-burger-nav="toggle-button"] > div span:nth-child(5) {
          display: none; }
.c-nav-global__body > [data-v-burger-nav="toggle-button"][aria-expanded="true"] > div span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
.c-nav-global__body > [data-v-burger-nav="toggle-button"][aria-expanded="true"] > div span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translate(100%, -50%);
                transform: translate(100%, -50%); }
.c-nav-global__body > [data-v-burger-nav="toggle-button"][aria-expanded="true"] > div span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
@media screen and (max-width: 767px) {
      .c-nav-global__body > button + div {
        position: absolute;
        top: 100%;
        right: 0; } }
.c-nav-global__body > .c-nav-global__container {
    display: none; }
.c-nav-global__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media screen and (max-width: 767px) {
      .c-nav-global__container {
        display: block;
        width: 100vw;
        padding: 0 0.25rem 1em;
        background: #fff;
        -webkit-box-shadow: 0 -100vw 0 100vw #fff;
                box-shadow: 0 -100vw 0 100vw #fff; } }
.c-nav-global__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0 0 2em; }
@media screen and (max-width: 767px) {
      .c-nav-global__list {
        display: block; } }
.c-nav-global__item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-top: solid 1px #e6e6e6; }
.c-nav-global__item > a {
      position: relative;
      display: block;
      padding: 0.12rem 0.11rem;
      color: currentColor;
      text-align: center;
      text-decoration: none; }
.c-nav-global__item > a:hover::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
@media screen and (max-width: 767px) {
          .c-nav-global__item > a:hover::after {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); } }
.c-nav-global__item > a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 0.04rem;
        color: #00848a;
        content: "";
        background: currentColor;
        -webkit-transition: 250ms ease-in-out;
        transition: 250ms ease-in-out;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left; }
.c-nav-global__item > a > span {
        display: block;
        font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
        font-weight: bold; }
@media screen and (max-width: 767px) {
          .c-nav-global__item > a > span {
            font-size: 1.26667em;
            font-weight: normal; } }
.c-nav-global__other {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 0 2em; }
@media screen and (max-width: 767px) {
      .c-nav-global__other {
        margin: 1em 0; } }
.c-nav-global__other > button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: .3em 1em;
      margin: 0;
      font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
      font-size: 0.93333em;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      cursor: pointer;
      background: #00585c;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
@media screen and (max-width: 767px) {
        .c-nav-global__other > button {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          padding: 0;
          font-size: 1.06667em;
          text-align: center; } }
.c-nav-global__other > button > span {
        display: block;
        padding: 1em 0; }
@media screen and (max-width: 767px) {
          .c-nav-global__other > button > span {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            padding: 1.2em; } }
.c-nav-global__other > button > div {
        position: relative;
        width: 3em;
        height: 3em; }
@media screen and (max-width: 767px) {
          .c-nav-global__other > button > div {
            margin: 0 -3em 0 0; } }
.c-nav-global__other > button > div span {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 0.25rem;
          height: 1px;
          background: currentColor;
          -webkit-transition: 100ms ease-in-out;
          transition: 100ms ease-in-out;
          -webkit-transform-origin: center;
                  transform-origin: center; }
@media (-ms-high-contrast: none) {
            .c-nav-global__other > button > div span:nth-child(1) {
              -webkit-transform: translate(-50%, -500%);
                      transform: translate(-50%, -500%); }
            .c-nav-global__other > button > div span:nth-child(3) {
              -webkit-transform: translate(-50%, 500%);
                      transform: translate(-50%, 500%); } }
.c-nav-global__other > button > div span:nth-child(1) {
            -webkit-transform: translate(-50%, calc(-50% - 0.5em));
                    transform: translate(-50%, calc(-50% - 0.5em)); }
.c-nav-global__other > button > div span:nth-child(2) {
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
.c-nav-global__other > button > div span:nth-child(3) {
            -webkit-transform: translate(-50%, calc(-50% + 0.5em));
                    transform: translate(-50%, calc(-50% + 0.5em)); }
.c-nav-global__other > button > div span:nth-child(4) {
            display: none; }
.c-nav-global__other > button > div span:nth-child(5) {
            display: none; }
.c-nav-global__other > button[aria-expanded="true"] > div span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
.c-nav-global__other > button[aria-expanded="true"] > div span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
.c-nav-global__other > button[aria-expanded="true"] > div span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
.c-nav-global__other > ul {
      display: none; }
.c-nav-global__other > [data-v-burger-nav="container"] {
      position: relative;
      width: 100%; }
.c-nav-global__other ul {
      position: absolute;
      top: 100%;
      right: auto;
      width: 100%;
      padding: 0;
      margin: 0;
      color: #353535;
      background: #fff; }
@media screen and (max-width: 767px) {
        .c-nav-global__other ul {
          position: static;
          display: block; } }
.c-nav-global__other li {
      padding: 0;
      margin: -1px 0 0;
      list-style: none; }
.c-nav-global__other li > a {
        display: block;
        padding: 0.21rem 0.11rem;
        color: currentColor;
        text-align: center;
        text-decoration: none;
        border: 1px solid #e6e6e6; }
.c-nav-global__other li > a > span {
          display: block; }
.c-nav-global__other li > a > span:lang(en), .c-nav-global__other li > a > span:lang(ja)[data-lang="default-only"] {
            font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
            font-weight: bold; }
@media screen and (max-width: 767px) {
              .c-nav-global__other li > a > span:lang(en), .c-nav-global__other li > a > span:lang(ja)[data-lang="default-only"] {
                font-size: 1.26667em;
                font-weight: normal; } }
.c-nav-global__other li > a > span:lang(en) + span {
            margin-top: 0.07rem;
            font-size: 0.8em;
            color: #666666; }
@media screen and (max-width: 767px) {
              .c-nav-global__other li > a > span:lang(en) + span {
                font-size: 0.86667em; } }
.c-nav-global__contact {
    display: none; }
@media screen and (max-width: 767px) {
      .c-nav-global__contact {
        display: block; } }
.c-nav-global__contact a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0;
      margin: 0;
      font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
      font-size: 1.06667em;
      line-height: 1;
      color: #fff;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #000;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.c-nav-global__contact a > span {
        display: block;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 1.2em; }
.c-nav-global [data-v-burger-nav="close-button"] {
    padding: 1em 0.25rem 2em;
    font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
    color: #000;
    background: #fff; }
.c-nav-global [data-v-burger-nav="close-button"] button {
      position: relative;
      z-index: 10;
      display: block;
      padding: 0;
      margin: 0 auto;
      font-family: inherit;
      color: currentColor;
      cursor: pointer;
      background: none;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.c-nav-global [data-v-burger-nav="close-button"] button > span {
        display: block; }
.c-nav-global [data-v-burger-nav="close-button"] button > span::before {
          content: "CLOSE"; }
.c-nav-global [data-v-burger-nav="close-button"] button > div {
        position: relative;
        width: 0.35rem;
        height: 0.35rem;
        margin: 0 auto; }
.c-nav-global [data-v-burger-nav="close-button"] button > div span {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 0.35rem;
          height: 2px;
          background: currentColor;
          -webkit-transition: 100ms ease-in-out;
          transition: 100ms ease-in-out;
          -webkit-transform-origin: center;
                  transform-origin: center; }
.c-nav-global [data-v-burger-nav="close-button"] button > div span:nth-child(1) {
            -webkit-transform: translate(-50%, calc(-50% - 0.5em));
                    transform: translate(-50%, calc(-50% - 0.5em)); }
.c-nav-global [data-v-burger-nav="close-button"] button > div span:nth-child(2) {
            -webkit-transform: translate(-50%, calc(-50% + 0.5em));
                    transform: translate(-50%, calc(-50% + 0.5em)); }
.c-nav-global [data-v-burger-nav="close-button"] button > div span:nth-child(3) {
            display: none; }
.c-nav-global [data-v-burger-nav="close-button"] button > div span:nth-child(4) {
            display: none; }
.c-nav-global [data-v-burger-nav="close-button"] button > div span:nth-child(5) {
            display: none; }
.c-nav-global [data-v-burger-nav="close-button"] button[aria-expanded="true"] > div span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
.c-nav-global [data-v-burger-nav="close-button"] button[aria-expanded="true"] > div span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
.c-nav-global__keyword {
    display: none; }
@media screen and (max-width: 767px) {
      .c-nav-global__keyword {
        display: block;
        width: 100%;
        margin: 1em 0 2em; } }
@media screen and (max-width: 767px) {
      .c-nav-global__keyword-sbox {
        width: 2.6rem; } }
.c-nav-sitemap {
  position: relative;
  z-index: 1; }
.c-nav-sitemap ul[data-sitemap-level="1"], .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0;
    margin: 0; }
.c-nav-sitemap li[data-sitemap-level="1"], .c-nav-sitemap li[data-sitemap-level="2"] {
    display: block;
    padding: 0;
    margin: 0; }
.c-nav-sitemap li[data-sitemap-level="1"] a, .c-nav-sitemap li[data-sitemap-level="2"] a {
      line-height: 1;
      text-decoration: none;
      vertical-align: middle; }
.c-nav-sitemap__body {
    max-width: 10.8rem;
    padding: 38px 0 30px;
    margin: 0 auto; }
@media screen and (max-width: 576px) {
      .c-nav-sitemap__body {
        padding: 20px 0; } }
.c-nav-sitemap__btn[type="button"] {
    display: none; }
@media screen and (max-width: 576px) {
      .c-nav-sitemap__btn[type="button"] {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        color: currentColor;
        text-align: center;
        background: none;
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; } }
.c-nav-sitemap__btn[type="button"]::before {
      display: inline-block;
      width: 20px;
      height: 20px;
      font-weight: bold;
      line-height: 20px;
      color: #00848a;
      text-align: center;
      vertical-align: middle;
      content: "+";
      background: #fff;
      border-radius: 100%; }
@media screen and (max-width: 576px) {
    .c-nav-sitemap__list {
      display: none; } }
.c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 4;
            column-count: 4;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
@media screen and (max-width: 576px) {
      .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: initial;
                column-count: initial; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
      .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: 2;
                column-count: 2; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
      .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: 3;
                column-count: 3; } }
.c-nav-sitemap li[data-sitemap-level="1"] {
    display: inline-block;
    width: 100%;
    margin: 0 0 22px;
    margin-bottom: 13px;
    font-weight: bold;
    -webkit-column-break-inside: avoid;
            break-inside: avoid-column; }
@media screen and (max-width: 576px) {
      .c-nav-sitemap li[data-sitemap-level="1"] {
        display: block;
        margin: 0;
        border-top: 1px solid #000; }
        .c-nav-sitemap li[data-sitemap-level="1"]:first-child {
          border-top: none; }
        .c-nav-sitemap li[data-sitemap-level="1"] a {
          display: block;
          padding: 1em .7em; }
          .c-nav-sitemap li[data-sitemap-level="1"] a::before {
            display: inline-block;
            margin-right: 5px;
            content: "▶";
            -webkit-transform: scaleY(0.6);
                    transform: scaleY(0.6); } }
.c-nav-sitemap li[data-sitemap-level="1"]::before {
      display: inline-block;
      margin-right: 5px;
      content: "▶";
      -webkit-transform: scaleY(0.6);
              transform: scaleY(0.6); }
@media screen and (max-width: 576px) {
        .c-nav-sitemap li[data-sitemap-level="1"]::before {
          display: none; } }
.c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0 0 0 calc(1em + 5px);
    margin: 5px 0 0;
    font-weight: normal; }
@media screen and (max-width: 576px) {
      .c-nav-sitemap ul[data-sitemap-level="2"] {
        display: none; } }
.c-nav-sitemap li[data-sitemap-level="2"] {
    margin-bottom: 10px; }
.c-nav-sitemap li[data-sitemap-level="2"]::before {
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle;
      content: "└";
      -webkit-font-smoothing: none; }
.c-nav-sitemap li[data-sitemap-level="2"] > a {
      padding: 0;
      border-bottom: 1px solid #fff; }
.c-nav-sitemap li[data-sitemap-level="2"] > a span {
        display: inline-block;
        line-height: 1;
        vertical-align: middle; }
.c-nav-sitemap ul[data-sitemap-level="3"] {
    display: none; }
.c-nav-sitemap__btn-back-to-top {
    position: absolute;
    right: 40px;
    bottom: calc(100% + 20px); }
@media screen and (max-width: 576px) {
      .c-nav-sitemap__btn-back-to-top {
        display: none; } }
.c-nav-sitemap__btn-back-to-top a {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      width: auto;
      min-width: 0;
      max-width: none;
      padding: 0;
      font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
      line-height: 1;
      color: #fff;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      background: transparent;
      border: none;
      border-radius: 3px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.c-nav-sitemap__btn-back-to-top a::before {
        display: inline-block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        content: "";
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
.c-nav-sitemap__btn-back-to-top a::after {
        position: absolute;
        top: 17px;
        left: 27px;
        display: block;
        width: 20px;
        height: 20px;
        color: #fff;
        content: "";
        border: 0 solid currentColor;
        border-width: 4px 4px 0 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: center center;
                transform-origin: center center; }
.c-nav-sitemap__btn-back-to-top a span {
        display: block;
        width: auto;
        min-width: 0;
        max-width: none;
        padding: 8px 0 0;
        line-height: 1;
        color: #00848a;
        vertical-align: middle; }
.c-nav-breadcrumb {
  padding: 2em 0;
  font-size: .16rem; }
@media screen and (max-width: 767px) {
    .c-nav-breadcrumb {
      display: none; } }
.c-nav-breadcrumb__body {
    position: relative;
    max-width: 8rem;
    margin: 0 auto; }
.c-nav-breadcrumb ol {
    padding: 0;
    margin: 0; }
.c-nav-breadcrumb ol > li {
      font-size: 0.875em;
      list-style: none; }
.c-nav-breadcrumb ol > li::after {
        display: inline-block;
        margin: 0 10px 0 5px;
        color: #00848a;
        content: " | "; }
.c-nav-breadcrumb ol > li:last-child::after {
        display: none; }
.c-nav-breadcrumb a {
    display: inline-block;
    color: #000;
    text-decoration: underline; }
.c-nav-breadcrumb__item {
    display: inline-block;
    padding: 0;
    margin: 0; }
.c-nav-breadcrumb__item[data-breadcrumb="current"] a {
    text-decoration: none; }
.c-title-page {
  background: url("/img/bg-page-title.jpg") center top no-repeat;
  background-size: 100% auto; }
@media screen and (max-width: 767px) {
    .c-title-page {
      display: block;
      padding: 45px 5%;
      background-size: cover; } }
.c-title-page__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 10.8rem;
    height: 2.3rem;
    margin: 0 auto;
    font-size: 2.375em;
    color: #1a1a1a;
    text-align: center; }
@media screen and (max-width: 767px) {
      .c-title-page__name {
        max-width: initial;
        height: 0.26667rem;
        min-height: initial;
        padding: 0;
        font-size: 1.625em; } }
.c-title-page__name span:last-child {
      font-size: 0.5em; }
.c-hero {
  position: relative;
  z-index: 0;
  max-width: 10.8rem;
  margin: 2em auto; }
.c-hero__images {
    position: relative;
    z-index: 0; }
.c-hero [data-v-slideshow="tabpanel-container"] {
    width: 100%;
    height: 0;
    padding: 48.57143% 0 0;
    overflow: hidden; }
.c-hero [data-v-slideshow="tabpanel"] {
    z-index: 0;
    width: 100%;
    height: 100%; }
.c-hero [data-v-slideshow="progress"] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0.03rem;
    background: #00848a;
    -webkit-transform-origin: left;
            transform-origin: left; }
.c-hero [data-v-slideshow="tablist"] {
    position: absolute;
    bottom: 1em;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
.c-hero [data-v-slideshow="tab-container"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    margin: 0; }
.c-hero [data-v-slideshow="tab"] {
    position: relative;
    width: 2em;
    height: .3em;
    margin: 0 .5em;
    overflow: hidden;
    cursor: pointer;
    background: #00585c; }
.c-hero [data-v-slideshow="tab"][aria-selected] {
      background: #00848a; }
.c-hero [data-v-slideshow="tab"] span {
      position: absolute;
      z-index: -1;
      pointer-events: none;
      visibility: hidden; }
.c-hero a {
    display: block;
    width: 100%;
    height: 100%; }
.c-hero figure {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
.c-hero figure > div {
      position: relative;
      width: 100%;
      height: 100%; }
.c-hero img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.c-hero figcaption {
    display: none;
    padding: 0;
    margin: 0; }
.c-hero figcaption:empty {
      display: none; }
.c-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: .16rem;
  color: currentColor;
  text-decoration: none;
  border-bottom: solid 2px #00848a; }
.c-card__img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
    padding: 150% 0 0;
    pointer-events: none;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
.c-card__img img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.c-card__text {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem); }
.c-card__title {
    position: relative;
    z-index: 1;
    padding: 10px;
    font-size: 1.25em;
    font-weight: bold; }
.c-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px solid #cccccc; }
.c-list-item::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #00848a;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left; }
.c-list-item:focus::after, .c-list-item:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1); }
.c-list-item__date {
    width: 8em;
    padding-right: 1em;
    font-weight: bold; }
.c-list-item__title {
    width: 40em;
    font-size: 1em; }
.c-list-item-result {
    width: 100%;
    padding: 1.5em 0; }
.c-list-item-result h3 {
      padding: 0;
      margin: 0 0 10px;
      color: #000;
      background: none; }
.c-list-item-result p {
      margin: 0;
      color: #666666; }
.c-list-item-result p span {
        padding: 0 5px;
        background: #e6e6e6; }
.c-list-item-result p:nth-child(2) {
        padding: 5px 10px;
        margin-bottom: 10px;
        font-size: 0.875em;
        color: #b3b3b3; }
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.2rem 0 1rem;
  clear: both;
  font-size: .16rem;
  line-height: 1;
  text-align: center; }
@media screen and (max-width: 576px) {
    .c-pagination {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 0.2rem; } }
.c-pagination a {
    font-size: 0.88889em;
    color: currentColor;
    text-decoration: none;
    background: none; }
.c-pagination__prev a, .c-pagination__next a {
    position: relative;
    display: inline-block;
    padding: .3em .1em;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 2px solid currentColor; }
.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
      pointer-events: none;
      opacity: .1; }
.c-pagination__prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.c-pagination__next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.c-pagination__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 0 30px;
    font-weight: bold;
    list-style: none; }
.c-pagination__number {
    display: block;
    margin: 0 .5em;
    list-style: none; }
@media screen and (max-width: 576px) {
      .c-pagination__number:nth-child(n + 4) {
        display: none; } }
.c-pagination__number a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 0.44rem;
      height: 0.44rem;
      color: #00848a;
      border: 2px solid #00848a;
      border-radius: 100%; }
.c-pagination__number a[aria-current="page"], .c-pagination__number a:hover, .c-pagination__number a:focus {
        width: 0.44rem;
        height: 0.44rem;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
        background: linear-gradient(to right, #00848a 0%, #00848a 100%); }
.c-content-index {
  padding: 3em 0;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
    .c-content-index {
      padding: 1.5em 0; } }
.c-content-index__categories, .c-content-index__tags {
    padding: 0 0.2rem 2em; }
@media screen and (max-width: 767px) {
      .c-content-index__categories, .c-content-index__tags {
        padding: 0 0.15rem; } }
.c-content-index__categories ul, .c-content-index__tags ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 8rem;
      padding: 0;
      margin: 0 auto; }
.c-content-index__categories li, .c-content-index__tags li {
      display: block;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding: 0;
      margin: 0 .3em .3em 0;
      list-style: none; }
.c-content-index__categories a, .c-content-index__tags a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      padding: .5em 2em .4em;
      font-size: 0.875em;
      color: currentColor;
      text-decoration: none;
      white-space: nowrap;
      border: 1px solid #b3b3b3;
      border-radius: .3em; }
@media screen and (max-width: 767px) {
        .c-content-index__categories a, .c-content-index__tags a {
          padding: .3em 1.5em .2em;
          font-size: 0.75em; } }
.c-content-index__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
    max-width: 8rem;
    padding: 0;
    margin: 0 auto; }
@media (-ms-high-contrast: none) {
      .c-content-index__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: hidden; }
        .c-content-index__body > * {
          -ms-flex-preferred-size: calc(33.33333% - 0.2rem);
              flex-basis: calc(33.33333% - 0.2rem);
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          margin: 1px !important; } }
@media screen and (max-width: 767px) {
      .c-content-index__body {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        padding: 0 0.2rem; } }
.c-content-index-list {
  padding: 3em 0;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
    .c-content-index-list {
      padding: 1.5em 2em; } }
.c-content-index-list h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 1em 0;
    font-size: 2em;
    line-height: 2;
    color: currentColor;
    text-align: justify; }
@media (-ms-high-contrast: none) {
      .c-content-index-list h2 {
        display: block;
        text-align: center; } }
@media screen and (max-width: 767px) {
      .c-content-index-list h2 {
        font-size: 1.25em; } }
.c-content-index-list h2:first-child {
      margin-top: 0; }
.c-content-index-list h2::after {
      display: block;
      width: 0.8rem;
      height: 3px;
      margin: .5em auto 0;
      content: "";
      background: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
      background: linear-gradient(to right, #00848a 0%, #00848a 100%); }
.c-content-index-list__categories, .c-content-index-list__tags {
    padding: 0 0.2rem 2em; }
@media screen and (max-width: 767px) {
      .c-content-index-list__categories, .c-content-index-list__tags {
        padding: 0 0.15rem; } }
.c-content-index-list__categories ul, .c-content-index-list__tags ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 8rem;
      padding: 0;
      margin: 0 auto; }
.c-content-index-list__categories li, .c-content-index-list__tags li {
      display: block;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding: 0;
      margin: 0 .3em .3em 0;
      list-style: none; }
.c-content-index-list__categories a, .c-content-index-list__tags a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      padding: .5em 2em .4em;
      font-size: 0.875em;
      color: currentColor;
      text-decoration: none;
      white-space: nowrap;
      border: 1px solid #b3b3b3;
      border-radius: .3em; }
@media screen and (max-width: 767px) {
        .c-content-index-list__categories a, .c-content-index-list__tags a {
          padding: .3em 1.5em .2em;
          font-size: 0.75em; } }
.c-content-index-list__body {
    max-width: 8rem;
    padding: 0;
    margin: 0 auto; }
.c-content-index-list__body-wide {
    max-width: 10.8rem;
    padding: 0;
    margin: 0 auto; }
.c-content-index-list__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media screen and (max-width: 767px) {
      .c-content-index-list__cols {
        display: block; } }
.c-content-index-list__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
@media screen and (max-width: 767px) {
      .c-content-index-list__main {
        margin: 0; } }
.c-content-index-list__sub {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 0 3em; }
@media screen and (max-width: 767px) {
      .c-content-index-list__sub {
        width: 100%;
        max-width: 320px;
        margin: 2em 0 0;
        iframe-display: block;
        iframe-width: 100%;
        iframe-max-width: 320px; } }
.c-content-index-list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1em 0 0; }
.c-content-index-list__btn a {
      position: relative;
      display: block;
      padding: .5em 4em;
      color: #fff;
      text-decoration: none;
      background: #00848a;
      border-radius: 100em; }
.c-content-index-list__btn a::after {
        position: absolute;
        top: 50%;
        right: 1em;
        display: block;
        width: .6em;
        height: .6em;
        content: "";
        border: 0 solid currentColor;
        border-width: .12em .12em 0 0;
        -webkit-transform: rotate(45deg) translate(0, -50%);
                transform: rotate(45deg) translate(0, -50%); }
.bge-contents,
.c-content-main {
  max-width: 1000px;
  margin: 60px auto;
  font-size: .16rem;
  line-height: 2;
  color: #353535; }
@media screen and (max-width: 767px) {
    .bge-contents,
    .c-content-main {
      max-width: 3rem; } }
.bge-contents a,
  .c-content-main a {
    color: currentColor; }
.bge-contents h2,
  .c-content-main h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 1em 0;
    font-size: 2em;
    line-height: 2;
    color: currentColor;
    text-align: justify; }
@media (-ms-high-contrast: none) {
      .bge-contents h2,
      .c-content-main h2 {
        display: block;
        text-align: center; } }
@media screen and (max-width: 767px) {
      .bge-contents h2,
      .c-content-main h2 {
        font-size: 1.25em; } }
.bge-contents h2:first-child,
    .c-content-main h2:first-child {
      margin-top: 0; }
.bge-contents h2::after,
    .c-content-main h2::after {
      display: block;
      width: 0.8rem;
      height: 3px;
      margin: .5em auto 0;
      content: "";
      background: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
      background: linear-gradient(to right, #00848a 0%, #00848a 100%); }
.bge-contents [data-bgt="title-h2"],
  .c-content-main [data-bgt="title-h2"] {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgt="title-h2"],
      .c-content-main [data-bgt="title-h2"] {
        width: calc(100% + 0.2rem);
        margin: 0 -0.1rem; } }
.bge-contents h3,
  .c-content-main h3 {
    padding: .5em 1em;
    margin: 1em 0;
    font-size: 1.25em;
    line-height: 2;
    color: #fff;
    text-align: justify;
    background: #00848a;
    border-radius: 5px; }
@media screen and (max-width: 767px) {
      .bge-contents h3,
      .c-content-main h3 {
        font-size: 1.125em; } }
.bge-contents h3:first-child,
    .c-content-main h3:first-child {
      margin-top: 0; }
.bge-contents [data-bgb="title2"] h3,
  .bge-contents [data-bgb="wysiwyg"] h3,
  .c-content-main [data-bgb="title2"] h3,
  .c-content-main [data-bgb="wysiwyg"] h3 {
    width: calc(100% + 0.6rem);
    padding: 0.5em 0.3rem;
    margin: 1em -0.3rem; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="title2"] h3,
      .bge-contents [data-bgb="wysiwyg"] h3,
      .c-content-main [data-bgb="title2"] h3,
      .c-content-main [data-bgb="wysiwyg"] h3 {
        width: calc(100% + 0.2rem);
        padding: 0.5em 0.1rem;
        margin: 1em -0.1rem; } }
.bge-contents .bge-title-h3,
  .c-content-main .bge-title-h3 {
    margin-top: 0; }
.bge-contents h4,
  .c-content-main h4 {
    padding: 0 0 .4em;
    margin: 1em 0;
    font-size: 1.25em;
    line-height: 2;
    color: #00848a;
    border-bottom: 1px solid #f2f2f2; }
@media screen and (max-width: 767px) {
      .bge-contents h4,
      .c-content-main h4 {
        font-size: 1.0625em; } }
.bge-contents h4:first-child,
    .c-content-main h4:first-child {
      margin-top: 0; }
.bge-contents h5,
  .c-content-main h5 {
    margin: 1em 0;
    font-size: 1.125em;
    line-height: 2; }
@media screen and (max-width: 767px) {
      .bge-contents h5,
      .c-content-main h5 {
        font-size: 1em; } }
.bge-contents h5:first-child,
    .c-content-main h5:first-child {
      margin-top: 0; }
.bge-contents h5::before,
    .c-content-main h5::before {
      position: relative;
      top: .45em;
      display: inline-block;
      width: 2px;
      height: 1em;
      margin: 0 .5em 0 0;
      vertical-align: top;
      content: "";
      background: #00848a; }
.bge-contents h6,
  .c-content-main h6 {
    margin: 1em 0;
    font-size: 1.125em;
    line-height: 2;
    color: #00848a; }
@media screen and (max-width: 767px) {
      .bge-contents h6,
      .c-content-main h6 {
        font-size: 1em; } }
.bge-contents h6:first-child,
    .c-content-main h6:first-child {
      margin-top: 0; }
.bge-contents ul,
  .c-content-main ul {
    padding-left: 1em; }
.bge-contents ul > li,
    .c-content-main ul > li {
      list-style: none; }
.bge-contents ul > li::before,
      .c-content-main ul > li::before {
        display: inline-block;
        width: .5em;
        height: .5em;
        margin: 0 .2em 0 -1em;
        vertical-align: middle;
        content: "";
        background: #00848a;
        border: 1px solid transparent;
        border-radius: 50%; }
.bge-contents ul > li > ul li::before,
      .c-content-main ul > li > ul li::before {
        background: #cccccc; }
.bge-contents ul ul,
    .bge-contents ul ol,
    .c-content-main ul ul,
    .c-content-main ul ol {
      margin-left: 2em; }
.bge-contents ol,
  .c-content-main ol {
    padding-left: 1em;
    counter-reset: content-main-ol-default; }
.bge-contents ol > li,
    .c-content-main ol > li {
      list-style: none; }
.bge-contents ol > li::before,
      .c-content-main ol > li::before {
        display: inline-block;
        min-width: 1.1em;
        margin: 0 .2em 0 -1em;
        font-weight: bold;
        color: #00848a;
        content: counter(content-main-ol-default, decimal) ". ";
        counter-increment: content-main-ol-default; }
.bge-contents ol > li > ol li::before,
      .c-content-main ol > li > ol li::before {
        color: #b3b3b3; }
.bge-contents ol ul,
    .bge-contents ol ol,
    .c-content-main ol ul,
    .c-content-main ol ol {
      margin-left: 2em; }
.bge-contents img,
  .c-content-main img {
    border-radius: 0.05rem; }
.bge-contents table,
  .c-content-main table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse; }
@media screen and (max-width: 767px) {
      .bge-contents table,
      .c-content-main table {
        display: block; } }
.bge-contents caption,
  .c-content-main caption {
    font-weight: bold;
    text-align: left; }
@media screen and (max-width: 767px) {
      .bge-contents caption,
      .c-content-main caption {
        display: block; } }
@media screen and (max-width: 767px) {
    .bge-contents thead,
    .c-content-main thead {
      display: none; } }
@media screen and (max-width: 767px) {
    .bge-contents tfoot,
    .c-content-main tfoot {
      display: none; } }
@media screen and (max-width: 767px) {
    .bge-contents tbody,
    .c-content-main tbody {
      display: block; } }
@media screen and (max-width: 767px) {
    .bge-contents tr,
    .c-content-main tr {
      display: block; } }
.bge-contents th,
  .bge-contents td,
  .c-content-main th,
  .c-content-main td {
    position: relative;
    padding: 1.3em 1em;
    color: #353535;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
@media screen and (max-width: 767px) {
      .bge-contents th,
      .bge-contents td,
      .c-content-main th,
      .c-content-main td {
        display: block;
        width: 100% !important;
        margin-top: -1px; } }
.bge-contents th::after,
    .bge-contents td::after,
    .c-content-main th::after,
    .c-content-main td::after {
      position: absolute;
      top: 1em;
      right: 0;
      width: 1px;
      height: calc(100% - 2em);
      content: "";
      background: #e6e6e6; }
@media screen and (max-width: 767px) {
        .bge-contents th::after,
        .bge-contents td::after,
        .c-content-main th::after,
        .c-content-main td::after {
          display: none; } }
.bge-contents th:last-child::after,
    .bge-contents td:last-child::after,
    .c-content-main th:last-child::after,
    .c-content-main td:last-child::after {
      display: none; }
.bge-contents th,
  .c-content-main th {
    text-align: left; }
@media screen and (max-width: 767px) {
      .bge-contents th,
      .c-content-main th {
        padding: 1em 0; } }
@media screen and (max-width: 767px) {
    .bge-contents td,
    .c-content-main td {
      padding: 1em 0 2em 1em; } }
.bge-contents p,
  .c-content-main p {
    word-wrap: break-word;
    overflow-wrap: break-word; }
.bge-contents p:first-child,
    .c-content-main p:first-child {
      margin-top: 0; }
.bge-contents p:last-child,
    .c-content-main p:last-child {
      margin-bottom: 0; }
.bge-contents blockquote,
  .c-content-main blockquote {
    position: relative;
    padding: 1em 2em;
    margin: 0 0 0 2em; }
.bge-contents blockquote::before,
    .c-content-main blockquote::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      margin-top: .5em;
      font-size: 2.5em;
      line-height: 0;
      pointer-events: none;
      content: "“";
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .2; }
.bge-contents blockquote::after,
    .c-content-main blockquote::after {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      font-size: 2.5em;
      line-height: 0;
      pointer-events: none;
      content: "”";
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .2; }
.bge-contents figure,
  .c-content-main figure {
    margin: 0;
    text-align: center; }
.bge-contents figcaption,
  .c-content-main figcaption {
    padding: .8em 1.2em;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    background: none; }
.bge-contents hr,
  .c-content-main hr {
    width: 95%;
    height: 2px;
    margin: 50px auto;
    color: #e5e2dc;
    background: #e5e2dc;
    border-style: none; }
.bge-contents hr:first-child,
    .c-content-main hr:first-child {
      margin-top: 0; }
.bge-contents .btn-group,
  .c-content-main .btn-group {
    margin: 0 auto;
    text-align: center; }
.bge-contents .btn-group button,
    .c-content-main .btn-group button {
      min-width: 150px;
      padding: 15px 20px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      background: #00585c;
      border: 1px solid transparent;
      border-radius: 5px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.bge-contents .btn-group button:hover,
      .c-content-main .btn-group button:hover {
        opacity: .7; }
.bge-contents .btn-group .btn-back,
    .c-content-main .btn-group .btn-back {
      background: #00585c; }
.bge-contents .interview-question,
  .c-content-main .interview-question {
    margin-bottom: 2em !important; }
.bge-contents .interview-question h2,
    .c-content-main .interview-question h2 {
      position: relative;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 0 0 0 80px;
      font-size: 1.75em; }
@media screen and (max-width: 767px) {
        .bge-contents .interview-question h2,
        .c-content-main .interview-question h2 {
          padding: 0 0 0 60px;
          font-size: 1.125em; } }
.bge-contents .interview-question h2::before,
      .c-content-main .interview-question h2::before {
        position: absolute;
        top: 1em;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 1;
        color: #fff;
        content: "Q";
        background: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
        background: linear-gradient(to right, #00848a 0%, #00848a 100%);
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
@media screen and (max-width: 767px) {
          .bge-contents .interview-question h2::before,
          .c-content-main .interview-question h2::before {
            width: 0.5rem;
            height: 0.5rem; } }
.bge-contents .interview-question h2::after,
      .c-content-main .interview-question h2::after {
        display: none; }
.bge-contents .interview-answer,
  .c-content-main .interview-answer {
    padding: 2.4em;
    border: 1px solid #e6e6e6;
    border-radius: 10px; }
@media screen and (max-width: 767px) {
      .bge-contents .interview-answer,
      .c-content-main .interview-answer {
        padding: 1.5em; } }
.bge-contents .faq-q,
  .c-content-main .faq-q {
    position: relative;
    padding: 25px;
    font-size: 1em;
    line-height: 2;
    color: #353535;
    letter-spacing: .5px;
    cursor: pointer;
    border: solid 1px #f2f2f2;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
@media screen and (max-width: 767px) {
      .bge-contents .faq-q,
      .c-content-main .faq-q {
        padding: 20px;
        font-size: 0.9375em; } }
.bge-contents .faq-q:hover,
    .c-content-main .faq-q:hover {
      opacity: .6; }
@media screen and (max-width: 767px) {
        .bge-contents .faq-q:hover,
        .c-content-main .faq-q:hover {
          opacity: 1; } }
.bge-contents .faq-q-inner::before, .bge-contents .faq-q-inner::after,
    .c-content-main .faq-q-inner::before,
    .c-content-main .faq-q-inner::after {
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      display: block;
      width: 16px;
      height: 2px;
      margin: auto;
      content: "";
      background: #00848a;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
@media screen and (max-width: 576px) {
        .bge-contents .faq-q-inner::before, .bge-contents .faq-q-inner::after,
        .c-content-main .faq-q-inner::before,
        .c-content-main .faq-q-inner::after {
          right: 15px; } }
.bge-contents .faq-q-inner::after,
    .c-content-main .faq-q-inner::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.bge-contents .faq-q-inner p,
    .c-content-main .faq-q-inner p {
      position: relative;
      display: block;
      padding: 0 25px 0 1.8em;
      text-indent: 0; }
@media screen and (max-width: 767px) {
        .bge-contents .faq-q-inner p,
        .c-content-main .faq-q-inner p {
          padding: 0 20px 0 1.2em; } }
.bge-contents .faq-q-inner p::before,
      .c-content-main .faq-q-inner p::before {
        position: absolute;
        top: 1em;
        left: 0;
        font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
        font-size: .2rem;
        font-weight: normal;
        line-height: 1;
        color: #00848a;
        content: "Q.";
        -webkit-transform: translateY(-75%);
                transform: translateY(-75%); }
@media screen and (max-width: 767px) {
          .bge-contents .faq-q-inner p::before,
          .c-content-main .faq-q-inner p::before {
            font-size: .14rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
.bge-contents .faq-q.active,
    .c-content-main .faq-q.active {
      opacity: .6; }
.bge-contents .faq-q.active .faq-q-inner::after,
      .c-content-main .faq-q.active .faq-q-inner::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
.bge-contents .faq-a,
  .c-content-main .faq-a {
    position: relative;
    padding: 25px;
    font-size: .16rem;
    line-height: 2;
    color: #353535;
    letter-spacing: .5px;
    cursor: pointer;
    border: solid 1px #f2f2f2;
    border-top: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
@media screen and (max-width: 767px) {
      .bge-contents .faq-a,
      .c-content-main .faq-a {
        padding: 20px;
        font-size: .15rem; } }
.bge-contents .faq-a-inner p,
    .c-content-main .faq-a-inner p {
      position: relative;
      display: block;
      padding: 0 25px 0 1.8em;
      text-indent: 0; }
@media screen and (max-width: 767px) {
        .bge-contents .faq-a-inner p,
        .c-content-main .faq-a-inner p {
          padding: 0 20px 0 1.2em; } }
.bge-contents .faq-a-inner p::before,
      .c-content-main .faq-a-inner p::before {
        position: absolute;
        top: 1em;
        left: 0;
        font-family: "Poppins", "Noto Sans", "Arial", sans-serif;
        font-size: .2rem;
        font-weight: normal;
        line-height: 1;
        color: #00848a;
        content: "A.";
        -webkit-transform: translateY(-75%);
                transform: translateY(-75%); }
@media screen and (max-width: 767px) {
          .bge-contents .faq-a-inner p::before,
          .c-content-main .faq-a-inner p::before {
            font-size: .14rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
.bge-contents .flow-block, .bge-contents .flow-block__first,
  .c-content-main .flow-block,
  .c-content-main .flow-block__first {
    position: relative;
    padding-top: 80px; }
@media screen and (max-width: 767px) {
      .bge-contents .flow-block, .bge-contents .flow-block__first,
      .c-content-main .flow-block,
      .c-content-main .flow-block__first {
        padding-top: 60px; } }
.bge-contents .flow-block::before, .bge-contents .flow-block__first::before,
    .c-content-main .flow-block::before,
    .c-content-main .flow-block__first::before {
      position: absolute;
      top: 25px;
      left: 50%;
      display: block;
      width: 20px;
      height: 20px;
      content: "";
      border-right: 4px solid #00848a;
      border-bottom: 4px solid #00848a;
      -webkit-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
@media screen and (max-width: 767px) {
        .bge-contents .flow-block::before, .bge-contents .flow-block__first::before,
        .c-content-main .flow-block::before,
        .c-content-main .flow-block__first::before {
          top: 15px; } }
.bge-contents .flow-block .bge-ckeditor, .bge-contents .flow-block__first .bge-ckeditor,
    .c-content-main .flow-block .bge-ckeditor,
    .c-content-main .flow-block__first .bge-ckeditor {
      padding: 25px;
      font-size: .16rem;
      line-height: 2;
      color: #353535;
      border: solid 1px #f2f2f2; }
@media screen and (max-width: 767px) {
        .bge-contents .flow-block .bge-ckeditor, .bge-contents .flow-block__first .bge-ckeditor,
        .c-content-main .flow-block .bge-ckeditor,
        .c-content-main .flow-block__first .bge-ckeditor {
          padding: 20px;
          font-size: .14rem; } }
.bge-contents .flow-block .entry-btn, .bge-contents .flow-block__first .entry-btn,
    .c-content-main .flow-block .entry-btn,
    .c-content-main .flow-block__first .entry-btn {
      text-align: center; }
.bge-contents .flow-block .bgt-btn, .bge-contents .flow-block__first .bgt-btn,
    .c-content-main .flow-block .bgt-btn,
    .c-content-main .flow-block__first .bgt-btn {
      color: #fff;
      background-image: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
      background-image: linear-gradient(to right, #00848a 0%, #00848a 100%);
      border-color: transparent; }
.bge-contents .flow-block__first,
  .c-content-main .flow-block__first {
    padding-top: 0; }
.bge-contents .flow-block__first::before,
    .c-content-main .flow-block__first::before {
      display: none; }
.bge-contents .index-block,
  .c-content-main .index-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.bge-contents .index-block__item,
    .c-content-main .index-block__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 2em; }
.bge-contents .index-block__item:last-child,
      .c-content-main .index-block__item:last-child {
        margin-bottom: 0; }
.bge-contents .index-block__item a,
      .c-content-main .index-block__item a {
        position: relative;
        display: block;
        width: 100%;
        padding: 2.5em 3em;
        border: 5px solid #e6e6e6;
        -webkit-transition: 300ms;
        transition: 300ms; }
@media screen and (max-width: 767px) {
          .bge-contents .index-block__item a,
          .c-content-main .index-block__item a {
            padding: 1.5em 2em; } }
.bge-contents .index-block__item a::after,
        .c-content-main .index-block__item a::after {
          position: absolute;
          top: 50%;
          right: 3em;
          display: block;
          width: .8em;
          height: .8em;
          content: "";
          border: solid #00848a;
          border-width: .25em .25em 0 0;
          -webkit-transition: 300ms;
          transition: 300ms;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg); }
@media screen and (max-width: 767px) {
            .bge-contents .index-block__item a::after,
            .c-content-main .index-block__item a::after {
              right: 1em;
              width: .6em;
              height: .6em;
              border-width: .2em .2em 0 0; } }
.bge-contents .index-block__item a:hover,
        .c-content-main .index-block__item a:hover {
          background-color: #333333;
          border: 5px solid #333333; }
.bge-contents .index-block__item a:hover::after,
          .c-content-main .index-block__item a:hover::after {
            right: 1.5em;
            border: solid #fff;
            border-width: .25em .25em 0 0; }
@media screen and (max-width: 767px) {
              .bge-contents .index-block__item a:hover::after,
              .c-content-main .index-block__item a:hover::after {
                right: .5em;
                border-width: .2em .2em 0 0; } }
.bge-contents .index-block__item a:hover .index-block__title,
          .c-content-main .index-block__item a:hover .index-block__title {
            color: #fff; }
.bge-contents .index-block__title,
    .c-content-main .index-block__title {
      line-height: 1.6;
      color: #00848a;
      text-align: center; }
@media screen and (max-width: 767px) {
        .bge-contents .index-block__title,
        .c-content-main .index-block__title {
          font-size: .14rem; } }
.bge-contents .index-block__title-en,
      .c-content-main .index-block__title-en {
        display: block;
        font-size: .26rem;
        font-weight: bold; }
@media screen and (max-width: 767px) {
          .bge-contents .index-block__title-en,
          .c-content-main .index-block__title-en {
            font-size: .22rem; } }
.bge-contents .grid-frame, .bge-contents .grid-frame-flex,
  .c-content-main .grid-frame,
  .c-content-main .grid-frame-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.bge-contents .grid-frame-flex,
  .c-content-main .grid-frame-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-1,
    .c-content-main .grid-xs-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-1,
    .c-content-main .grid-sm-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-1,
    .c-content-main .grid-md-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-1,
    .c-content-main .grid-lg-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-1,
    .c-content-main .grid-xl-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-2,
    .c-content-main .grid-xs-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-2,
    .c-content-main .grid-sm-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-2,
    .c-content-main .grid-md-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-2,
    .c-content-main .grid-lg-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-2,
    .c-content-main .grid-xl-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-3,
    .c-content-main .grid-xs-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-3,
    .c-content-main .grid-sm-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-3,
    .c-content-main .grid-md-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-3,
    .c-content-main .grid-lg-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-3,
    .c-content-main .grid-xl-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-4,
    .c-content-main .grid-xs-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-4,
    .c-content-main .grid-sm-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-4,
    .c-content-main .grid-md-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-4,
    .c-content-main .grid-lg-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-4,
    .c-content-main .grid-xl-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-5,
    .c-content-main .grid-xs-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-5,
    .c-content-main .grid-sm-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-5,
    .c-content-main .grid-md-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-5,
    .c-content-main .grid-lg-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-5,
    .c-content-main .grid-xl-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-6,
    .c-content-main .grid-xs-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-6,
    .c-content-main .grid-sm-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-6,
    .c-content-main .grid-md-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-6,
    .c-content-main .grid-lg-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-6,
    .c-content-main .grid-xl-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-7,
    .c-content-main .grid-xs-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-7,
    .c-content-main .grid-sm-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-7,
    .c-content-main .grid-md-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-7,
    .c-content-main .grid-lg-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-7,
    .c-content-main .grid-xl-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-8,
    .c-content-main .grid-xs-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-8,
    .c-content-main .grid-sm-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-8,
    .c-content-main .grid-md-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-8,
    .c-content-main .grid-lg-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-8,
    .c-content-main .grid-xl-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-9,
    .c-content-main .grid-xs-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-9,
    .c-content-main .grid-sm-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-9,
    .c-content-main .grid-md-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-9,
    .c-content-main .grid-lg-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-9,
    .c-content-main .grid-xl-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-10,
    .c-content-main .grid-xs-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-10,
    .c-content-main .grid-sm-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-10,
    .c-content-main .grid-md-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-10,
    .c-content-main .grid-lg-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-10,
    .c-content-main .grid-xl-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-11,
    .c-content-main .grid-xs-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-11,
    .c-content-main .grid-sm-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-11,
    .c-content-main .grid-md-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-11,
    .c-content-main .grid-lg-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-11,
    .c-content-main .grid-xl-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-d5,
    .c-content-main .grid-xs-d5 {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-d5,
    .c-content-main .grid-sm-d5 {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-d5,
    .c-content-main .grid-md-d5 {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-d5,
    .c-content-main .grid-lg-d5 {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-d5,
    .c-content-main .grid-xl-d5 {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
@media screen and (max-width: 576px) {
    .bge-contents .grid-xs-flex,
    .c-content-main .grid-xs-flex {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .grid-sm-flex,
    .c-content-main .grid-sm-flex {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .grid-md-flex,
    .c-content-main .grid-md-flex {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .grid-lg-flex,
    .c-content-main .grid-lg-flex {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
@media screen and (min-width: 1200px) {
    .bge-contents .grid-xl-flex,
    .c-content-main .grid-xl-flex {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
.bge-contents .mt-zero,
  .c-content-main .mt-zero {
    margin-top: 0; }
.bge-contents .mb-zero,
  .c-content-main .mb-zero {
    margin-bottom: 0; }
@media screen and (max-width: 576px) {
    .bge-contents .mt-narrow,
    .c-content-main .mt-narrow {
      margin-top: 5px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .mt-narrow,
    .c-content-main .mt-narrow {
      margin-top: 10px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .mt-narrow,
    .c-content-main .mt-narrow {
      margin-top: 10px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .mt-narrow,
    .c-content-main .mt-narrow {
      margin-top: 15px; } }
@media screen and (min-width: 1200px) {
    .bge-contents .mt-narrow,
    .c-content-main .mt-narrow {
      margin-top: 15px; } }
@media screen and (max-width: 576px) {
    .bge-contents .mt-wide,
    .c-content-main .mt-wide {
      margin-top: 30px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .mt-wide,
    .c-content-main .mt-wide {
      margin-top: 50px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .mt-wide,
    .c-content-main .mt-wide {
      margin-top: 50px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .mt-wide,
    .c-content-main .mt-wide {
      margin-top: 80px; } }
@media screen and (min-width: 1200px) {
    .bge-contents .mt-wide,
    .c-content-main .mt-wide {
      margin-top: 80px; } }
@media screen and (max-width: 576px) {
    .bge-contents .mb-narrow,
    .c-content-main .mb-narrow {
      margin-bottom: 5px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .mb-narrow,
    .c-content-main .mb-narrow {
      margin-bottom: 10px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .mb-narrow,
    .c-content-main .mb-narrow {
      margin-bottom: 10px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .mb-narrow,
    .c-content-main .mb-narrow {
      margin-bottom: 15px; } }
@media screen and (min-width: 1200px) {
    .bge-contents .mb-narrow,
    .c-content-main .mb-narrow {
      margin-bottom: 15px; } }
@media screen and (max-width: 576px) {
    .bge-contents .mb-wide,
    .c-content-main .mb-wide {
      margin-bottom: 30px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bge-contents .mb-wide,
    .c-content-main .mb-wide {
      margin-bottom: 50px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bge-contents .mb-wide,
    .c-content-main .mb-wide {
      margin-bottom: 50px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bge-contents .mb-wide,
    .c-content-main .mb-wide {
      margin-bottom: 80px; } }
@media screen and (min-width: 1200px) {
    .bge-contents .mb-wide,
    .c-content-main .mb-wide {
      margin-bottom: 80px; } }
.bge-contents [data-bgb],
  .c-content-main [data-bgb] {
    margin-bottom: 3em; }
.bge-contents [data-bgb="image1"],
  .bge-contents [data-bgb="image2"],
  .bge-contents [data-bgb="image3"],
  .bge-contents [data-bgb="image4"],
  .bge-contents [data-bgb="image5"],
  .bge-contents [data-bgb="trimmed-image1"],
  .bge-contents [data-bgb="trimmed-image2"],
  .bge-contents [data-bgb="trimmed-image3"],
  .bge-contents [data-bgb="trimmed-image4"],
  .bge-contents [data-bgb="trimmed-image5"],
  .bge-contents [data-bgb="image-link1"],
  .bge-contents [data-bgb="image-link2"],
  .bge-contents [data-bgb="image-link3"],
  .bge-contents [data-bgb="image-link4"],
  .bge-contents [data-bgb="image-link5"],
  .bge-contents [data-bgb="trimmed-image-link1"],
  .bge-contents [data-bgb="trimmed-image-link2"],
  .bge-contents [data-bgb="trimmed-image-link3"],
  .bge-contents [data-bgb="trimmed-image-link4"],
  .bge-contents [data-bgb="trimmed-image-link5"],
  .bge-contents [data-bgb="google-maps"],
  .bge-contents [data-bgb="youtube"],
  .bge-contents [data-bgb="gallery"],
  .c-content-main [data-bgb="image1"],
  .c-content-main [data-bgb="image2"],
  .c-content-main [data-bgb="image3"],
  .c-content-main [data-bgb="image4"],
  .c-content-main [data-bgb="image5"],
  .c-content-main [data-bgb="trimmed-image1"],
  .c-content-main [data-bgb="trimmed-image2"],
  .c-content-main [data-bgb="trimmed-image3"],
  .c-content-main [data-bgb="trimmed-image4"],
  .c-content-main [data-bgb="trimmed-image5"],
  .c-content-main [data-bgb="image-link1"],
  .c-content-main [data-bgb="image-link2"],
  .c-content-main [data-bgb="image-link3"],
  .c-content-main [data-bgb="image-link4"],
  .c-content-main [data-bgb="image-link5"],
  .c-content-main [data-bgb="trimmed-image-link1"],
  .c-content-main [data-bgb="trimmed-image-link2"],
  .c-content-main [data-bgb="trimmed-image-link3"],
  .c-content-main [data-bgb="trimmed-image-link4"],
  .c-content-main [data-bgb="trimmed-image-link5"],
  .c-content-main [data-bgb="google-maps"],
  .c-content-main [data-bgb="youtube"],
  .c-content-main [data-bgb="gallery"] {
    width: calc(100% + 0.6rem);
    margin-right: -0.3rem;
    margin-left: -0.3rem; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="image1"],
      .bge-contents [data-bgb="image2"],
      .bge-contents [data-bgb="image3"],
      .bge-contents [data-bgb="image4"],
      .bge-contents [data-bgb="image5"],
      .bge-contents [data-bgb="trimmed-image1"],
      .bge-contents [data-bgb="trimmed-image2"],
      .bge-contents [data-bgb="trimmed-image3"],
      .bge-contents [data-bgb="trimmed-image4"],
      .bge-contents [data-bgb="trimmed-image5"],
      .bge-contents [data-bgb="image-link1"],
      .bge-contents [data-bgb="image-link2"],
      .bge-contents [data-bgb="image-link3"],
      .bge-contents [data-bgb="image-link4"],
      .bge-contents [data-bgb="image-link5"],
      .bge-contents [data-bgb="trimmed-image-link1"],
      .bge-contents [data-bgb="trimmed-image-link2"],
      .bge-contents [data-bgb="trimmed-image-link3"],
      .bge-contents [data-bgb="trimmed-image-link4"],
      .bge-contents [data-bgb="trimmed-image-link5"],
      .bge-contents [data-bgb="google-maps"],
      .bge-contents [data-bgb="youtube"],
      .bge-contents [data-bgb="gallery"],
      .c-content-main [data-bgb="image1"],
      .c-content-main [data-bgb="image2"],
      .c-content-main [data-bgb="image3"],
      .c-content-main [data-bgb="image4"],
      .c-content-main [data-bgb="image5"],
      .c-content-main [data-bgb="trimmed-image1"],
      .c-content-main [data-bgb="trimmed-image2"],
      .c-content-main [data-bgb="trimmed-image3"],
      .c-content-main [data-bgb="trimmed-image4"],
      .c-content-main [data-bgb="trimmed-image5"],
      .c-content-main [data-bgb="image-link1"],
      .c-content-main [data-bgb="image-link2"],
      .c-content-main [data-bgb="image-link3"],
      .c-content-main [data-bgb="image-link4"],
      .c-content-main [data-bgb="image-link5"],
      .c-content-main [data-bgb="trimmed-image-link1"],
      .c-content-main [data-bgb="trimmed-image-link2"],
      .c-content-main [data-bgb="trimmed-image-link3"],
      .c-content-main [data-bgb="trimmed-image-link4"],
      .c-content-main [data-bgb="trimmed-image-link5"],
      .c-content-main [data-bgb="google-maps"],
      .c-content-main [data-bgb="youtube"],
      .c-content-main [data-bgb="gallery"] {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
.bge-contents [data-bgb="image1"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image2"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image3"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image4"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image5"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image1"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image2"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image3"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image4"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image5"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image-link1"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image-link2"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image-link3"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image-link4"] .bgt-box__image-container img,
    .bge-contents [data-bgb="image-link5"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image-link1"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image-link2"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image-link3"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image-link4"] .bgt-box__image-container img,
    .bge-contents [data-bgb="trimmed-image-link5"] .bgt-box__image-container img,
    .bge-contents [data-bgb="google-maps"] .bgt-box__image-container img,
    .bge-contents [data-bgb="youtube"] .bgt-box__image-container img,
    .bge-contents [data-bgb="gallery"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image1"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image2"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image3"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image4"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image5"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image1"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image2"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image3"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image4"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image5"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image-link1"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image-link2"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image-link3"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image-link4"] .bgt-box__image-container img,
    .c-content-main [data-bgb="image-link5"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image-link1"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image-link2"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image-link3"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image-link4"] .bgt-box__image-container img,
    .c-content-main [data-bgb="trimmed-image-link5"] .bgt-box__image-container img,
    .c-content-main [data-bgb="google-maps"] .bgt-box__image-container img,
    .c-content-main [data-bgb="youtube"] .bgt-box__image-container img,
    .c-content-main [data-bgb="gallery"] .bgt-box__image-container img {
      max-width: 100%; }
.bge-contents .bgt-btn,
  .c-content-main .bgt-btn {
    position: relative;
    display: inline-block;
    min-width: 3rem;
    padding: .8em 2em .7em;
    margin: 0;
    font-size: 1em;
    line-height: 2;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-position: -2px;
    background-size: calc(100% + 4px);
    border: 2px solid #e6e6e6;
    border-radius: 3em;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
@media screen and (max-width: 767px) {
      .bge-contents .bgt-btn,
      .c-content-main .bgt-btn {
        min-width: 2rem;
        font-size: 0.8125em;
        line-height: 1.6; } }
.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus,
    .c-content-main .bgt-btn:active,
    .c-content-main .bgt-btn:focus {
      outline: none;
      -webkit-box-shadow: 0 0 1em 0 #0570c7;
              box-shadow: 0 0 1em 0 #0570c7; }
.bge-contents .bgt-btn.bgt-btn:hover,
    .c-content-main .bgt-btn.bgt-btn:hover {
      border-color: #00848a; }
.bge-contents .bgt-btn:disabled,
    .c-content-main .bgt-btn:disabled {
      pointer-events: none;
      opacity: .6; }
.bge-contents .bgt-btn span::after,
    .c-content-main .bgt-btn span::after {
      position: absolute;
      top: 50%;
      right: 1em;
      display: block;
      width: .6em;
      height: .6em;
      content: "";
      border: 0 solid currentColor;
      border-width: .12em .12em 0 0;
      -webkit-transform: rotate(45deg) translate(0, -50%);
              transform: rotate(45deg) translate(0, -50%); }
.bge-contents [data-bgt-button-kind="link"] .bgt-btn,
  .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
    color: #fff;
    background-color: #00848a;
    border-color: transparent; }
.bge-contents [data-bgt-button-kind="link"] .bgt-btn:hover,
    .c-content-main [data-bgt-button-kind="link"] .bgt-btn:hover {
      background: #000; }
.bge-contents [data-bgt-button-kind="em"] .bgt-btn,
  .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#00848a), to(#00848a));
    background-image: linear-gradient(to right, #00848a 0%, #00848a 100%);
    border-color: transparent; }
.bge-contents [data-bgt-button-kind="external"] .bgt-btn span::after,
  .c-content-main [data-bgt-button-kind="external"] .bgt-btn span::after {
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-rendering: auto;
    margin-left: .5em;
    font-size: 1em;
    color: #00848a;
    vertical-align: middle;
    content: "";
    border: none;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.bge-contents [data-bgt-button-kind="back"] .bgt-btn,
  .c-content-main [data-bgt-button-kind="back"] .bgt-btn {
    border-color: currentColor; }
.bge-contents [data-bgt-button-kind="back"] .bgt-btn span::after,
    .c-content-main [data-bgt-button-kind="back"] .bgt-btn span::after {
      right: auto;
      left: 1em;
      -webkit-transform: rotate(-135deg) translate(0, 50%);
              transform: rotate(-135deg) translate(0, 50%); }
.bge-contents .bgt-hr,
  .c-content-main .bgt-hr {
    margin: 0 auto; }
.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr,
  .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
    height: 0;
    background: none;
    border: none;
    border-bottom: 2px dashed currentColor; }
.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr,
  .c-content-main [data-bgt-hr-kind="bold"] .bgt-hr {
    height: 5px; }
.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr,
  .c-content-main [data-bgt-hr-kind="narrow"] .bgt-hr {
    height: 1px; }
.bge-contents [data-bgt-hr-kind="short"] .bgt-hr,
  .c-content-main [data-bgt-hr-kind="short"] .bgt-hr {
    width: 60%;
    height: 1px; }
.bge-contents .bgt-download-file__link,
  .c-content-main .bgt-download-file__link {
    position: relative;
    display: inline-block;
    min-width: 3rem;
    padding: .8em 2em .7em;
    margin: 0;
    font-size: 1em;
    line-height: 2;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-position: -2px;
    background-size: calc(100% + 4px);
    border: 2px solid #e6e6e6;
    border-radius: 3em;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
@media screen and (max-width: 767px) {
      .bge-contents .bgt-download-file__link,
      .c-content-main .bgt-download-file__link {
        min-width: 2rem;
        font-size: 0.8125em;
        line-height: 1.6; } }
.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus,
    .c-content-main .bgt-download-file__link:active,
    .c-content-main .bgt-download-file__link:focus {
      outline: none;
      -webkit-box-shadow: 0 0 1em 0 #0570c7;
              box-shadow: 0 0 1em 0 #0570c7; }
.bge-contents .bgt-download-file__link:disabled,
    .c-content-main .bgt-download-file__link:disabled {
      pointer-events: none;
      opacity: .6; }
.bge-contents .bgt-link__size,
  .c-content-main .bgt-link__size {
    font-size: 0.8125em;
    font-weight: normal;
    opacity: .7; }
.bge-contents .bgt-link__icon::after,
  .c-content-main .bgt-link__icon::after {
    color: #00848a;
    vertical-align: baseline; }
.bge-contents [data-bgb="download-file"],
  .c-content-main [data-bgb="download-file"] {
    text-align: center; }
@media screen and (max-width: 767px) {
    .bge-contents .bgt-google-maps-link,
    .c-content-main .bgt-google-maps-link {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: .8em 2em .7em;
      margin: .5em 0 0;
      font-size: 0.8125em;
      line-height: 1.6;
      color: currentColor;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      background-color: #fff;
      background-position: -2px;
      background-size: calc(100% + 4px);
      border: 2px solid #e6e6e6;
      border-radius: 3em;
      -webkit-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .bge-contents .bgt-google-maps-link:active, .bge-contents .bgt-google-maps-link:focus,
      .c-content-main .bgt-google-maps-link:active,
      .c-content-main .bgt-google-maps-link:focus {
        outline: none;
        -webkit-box-shadow: 0 0 1em 0 #0570c7;
                box-shadow: 0 0 1em 0 #0570c7; }
      .bge-contents .bgt-google-maps-link:disabled,
      .c-content-main .bgt-google-maps-link:disabled {
        pointer-events: none;
        opacity: .6; }
      .bge-contents .bgt-google-maps-link span::after,
      .c-content-main .bgt-google-maps-link span::after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        white-space: nowrap;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-rendering: auto;
        margin-left: .5em;
        font-size: 1em;
        color: #00848a;
        vertical-align: middle;
        content: "";
        border: none; } }
.bge-contents .bgt-image :link,
  .c-content-main .bgt-image :link {
    outline: none; }
.bge-contents .bgb-opt--bg-gray,
  .bge-contents .bgb-opt--bg-blue,
  .bge-contents .bgb-opt--bg-pink,
  .c-content-main .bgb-opt--bg-gray,
  .c-content-main .bgb-opt--bg-blue,
  .c-content-main .bgb-opt--bg-pink {
    padding: 0.8em; }
.bge-contents .bgb-opt--border-trbl,
  .c-content-main .bgb-opt--border-trbl {
    padding: 0.8em; }
.bge-contents .bgb-opt--border-td,
  .bge-contents .bgb-opt--border-tb,
  .c-content-main .bgb-opt--border-td,
  .c-content-main .bgb-opt--border-tb {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-right-width: 0 !important;
    border-left-width: 0 !important; }
.bge-contents .bgb-opt--border-lr,
  .c-content-main .bgb-opt--border-lr {
    padding-right: 0.8em;
    padding-left: 0.8em; }
.bge-contents .bgb-opt--border-trl,
  .c-content-main .bgb-opt--border-trl {
    padding-top: 0.8em;
    padding-right: 0.8em;
    padding-left: 0.8em; }
.bge-contents .bgb-opt--border-rbl,
  .c-content-main .bgb-opt--border-rbl {
    padding-right: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.8em; }
.bge-contents .bgb-opt--mb-large,
  .c-content-main .bgb-opt--mb-large {
    margin-bottom: 9em !important; }
.bge-contents .bgb-opt--mb-small,
  .c-content-main .bgb-opt--mb-small {
    margin-bottom: 1.5em !important; }
.bge-contents .bgb-opt--mb-none,
  .c-content-main .bgb-opt--mb-none {
    margin-bottom: 0 !important; }
.bge-contents [data-bgt="ckeditor"]:nth-child(2),
  .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
    margin-top: 1em; }
.bge-contents [data-bgt="gallery"] .bgt-gallery,
  .c-content-main [data-bgt="gallery"] .bgt-gallery {
    padding-top: 75%; }
.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl,
    .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
      opacity: 1; }
.bge-contents [data-bgt="gallery"] .bgt-gallery__img img,
    .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.bge-contents [data-bgt="gallery"] .bgt-gallery__caption,
    .c-content-main [data-bgt="gallery"] .bgt-gallery__caption {
      padding: .7em 1em;
      color: #fff;
      text-align: center;
      background: rgba(0, 0, 0, 0.6); }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl,
    .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
      top: 50%;
      opacity: 0;
      -webkit-transition: opacity 200ms ease-in;
      transition: opacity 200ms ease-in; }
@media screen and (max-width: 767px) {
        .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
          opacity: 1; } }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next,
      .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev,
      .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
        display: block;
        padding: 0;
        margin: 0;
        cursor: pointer;
        background: none;
        border: none;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
          opacity: .5; }
@media screen and (max-width: 767px) {
            .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover,
            .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover,
            .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
              opacity: 1; } }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
          outline: none; }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
          display: block;
          width: 0;
          height: 0;
          overflow: hidden; }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
          display: block;
          width: 0.4rem;
          height: 0.4rem;
          content: "";
          border: solid #fff;
          border-width: 0.05rem 0.05rem 0 0; }
@media screen and (max-width: 767px) {
            .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after,
            .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after,
            .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
              width: 0.2rem;
              height: 0.2rem;
              border: solid #fff;
              border-width: 0.03rem 0.03rem 0 0; } }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev,
      .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
        left: 0.2rem;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after {
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next,
      .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
        right: 0.2rem;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after,
        .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before,
  .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
    display: none; }
.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker,
  .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
    margin-top: .3em; }
.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li,
    .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
      width: 0.6rem;
      height: 0.6rem;
      margin: 0 .3em; }
@media screen and (max-width: 767px) {
        .bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li,
        .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
          width: 0.3rem;
          height: 0.3rem; } }
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker,
  .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
    margin-top: 10px; }
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li,
    .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      background-color: #e6e6e6;
      background-image: none !important;
      border-radius: 100%; }
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current,
      .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
        background-color: #00848a; }
.bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first,
  .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
    padding-right: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first,
      .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
        padding-right: 0; } }
.bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last,
  .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
    padding-left: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last,
      .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
        padding-left: 0; } }
.bge-contents [class*="bgb-opt--bg"],
  .bge-contents [class*="bgb-opt--border"],
  .c-content-main [class*="bgb-opt--bg"],
  .c-content-main [class*="bgb-opt--border"] {
    padding: 3em; }
.bge-contents [data-bgb="text-float-image1"] .bgt-grid--first,
  .c-content-main [data-bgb="text-float-image1"] .bgt-grid--first {
    margin-left: 50px; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="text-float-image1"] .bgt-grid--first,
      .c-content-main [data-bgb="text-float-image1"] .bgt-grid--first {
        margin-bottom: 1em;
        margin-left: 0; } }
.bge-contents [data-bgb="text-float-image2"] .bgt-grid--first,
  .c-content-main [data-bgb="text-float-image2"] .bgt-grid--first {
    margin-right: 50px; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb="text-float-image2"] .bgt-grid--first,
      .c-content-main [data-bgb="text-float-image2"] .bgt-grid--first {
        margin-right: 0;
        margin-bottom: 1em; } }
.bge-contents [data-bgb*="text-image"] .bgt-grid--first,
  .c-content-main [data-bgb*="text-image"] .bgt-grid--first {
    padding-right: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb*="text-image"] .bgt-grid--first,
      .c-content-main [data-bgb*="text-image"] .bgt-grid--first {
        padding-right: 0;
        margin-bottom: 1em; } }
.bge-contents [data-bgb*="text-image"] .bgt-grid--last,
  .c-content-main [data-bgb*="text-image"] .bgt-grid--last {
    padding-left: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb*="text-image"] .bgt-grid--last,
      .c-content-main [data-bgb*="text-image"] .bgt-grid--last {
        padding-left: 0; } }
.bge-contents [data-bgb^="image"][data-bgb$="2"] .bgt-grid--first,
  .bge-contents [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--first,
  .bge-contents [data-bgb^="text-gallery"] .bgt-grid--first,
  .c-content-main [data-bgb^="image"][data-bgb$="2"] .bgt-grid--first,
  .c-content-main [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--first,
  .c-content-main [data-bgb^="text-gallery"] .bgt-grid--first {
    padding-right: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb^="image"][data-bgb$="2"] .bgt-grid--first,
      .bge-contents [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--first,
      .bge-contents [data-bgb^="text-gallery"] .bgt-grid--first,
      .c-content-main [data-bgb^="image"][data-bgb$="2"] .bgt-grid--first,
      .c-content-main [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--first,
      .c-content-main [data-bgb^="text-gallery"] .bgt-grid--first {
        padding-right: 0; } }
.bge-contents [data-bgb^="image"][data-bgb$="2"] .bgt-grid--last,
  .bge-contents [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--last,
  .bge-contents [data-bgb^="text-gallery"] .bgt-grid--last,
  .c-content-main [data-bgb^="image"][data-bgb$="2"] .bgt-grid--last,
  .c-content-main [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--last,
  .c-content-main [data-bgb^="text-gallery"] .bgt-grid--last {
    padding-left: 1.5em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb^="image"][data-bgb$="2"] .bgt-grid--last,
      .bge-contents [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--last,
      .bge-contents [data-bgb^="text-gallery"] .bgt-grid--last,
      .c-content-main [data-bgb^="image"][data-bgb$="2"] .bgt-grid--last,
      .c-content-main [data-bgb^="trimmed-image"][data-bgb$="2"] .bgt-grid--last,
      .c-content-main [data-bgb^="text-gallery"] .bgt-grid--last {
        padding-left: 0; } }
.bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid,
  .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid,
  .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid,
  .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid {
    padding-right: 1em;
    padding-left: 1em; }
@media screen and (max-width: 767px) {
      .bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid,
      .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid,
      .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid,
      .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid {
        padding-right: 0;
        padding-left: 0; } }
.bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid--first,
    .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--first,
    .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid--first,
    .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--first {
      padding-right: 2em;
      padding-left: 0; }
@media screen and (max-width: 767px) {
        .bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid--first,
        .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--first,
        .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid--first,
        .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--first {
          padding-right: 0; } }
.bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid--last,
    .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--last,
    .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid--last,
    .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--last {
      padding-right: 0;
      padding-left: 2em; }
@media screen and (max-width: 767px) {
        .bge-contents [data-bgb^="image"][data-bgb$="3"] .bgt-grid--last,
        .bge-contents [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--last,
        .c-content-main [data-bgb^="image"][data-bgb$="3"] .bgt-grid--last,
        .c-content-main [data-bgb^="trimmed-image"][data-bgb$="3"] .bgt-grid--last {
          padding-left: 0; } }
@media screen and (max-width: 767px) {
    .bge-contents [data-bgb*="image-text"] .bgt-grid,
    .bge-contents [data-bgb*="image-link-text"] .bgt-grid,
    .c-content-main [data-bgb*="image-text"] .bgt-grid,
    .c-content-main [data-bgb*="image-link-text"] .bgt-grid {
      margin-bottom: 2em; } }
.bge-contents [data-bgb*="image-text"] .bgt-grid:last-child,
  .bge-contents [data-bgb*="image-link-text"] .bgt-grid:last-child,
  .c-content-main [data-bgb*="image-text"] .bgt-grid:last-child,
  .c-content-main [data-bgb*="image-link-text"] .bgt-grid:last-child {
    margin-bottom: 0; }
.bge-contents .cc-form-description,
  .c-content-main .cc-form-description {
    margin: 0 0 2em; }
.bge-contents .cc-form-table,
  .c-content-main .cc-form-table {
    font-size: 1em; }
@media screen and (max-width: 767px) {
      .bge-contents .cc-form-table,
      .c-content-main .cc-form-table {
        font-size: 0.875em; } }
@media screen and (max-width: 767px) {
      .bge-contents .cc-form-table tr,
      .c-content-main .cc-form-table tr {
        border-top: 1px solid #e6e6e6; } }
.bge-contents .cc-form-table th,
    .c-content-main .cc-form-table th {
      padding-bottom: 0;
      font-weight: normal;
      white-space: nowrap; }
@media screen and (max-width: 767px) {
        .bge-contents .cc-form-table th,
        .c-content-main .cc-form-table th {
          border: none; } }
.bge-contents .cc-form-table th label,
      .c-content-main .cc-form-table th label {
        display: inline-block;
        font-weight: bold;
        vertical-align: middle; }
.bge-contents .cc-form-table th .required,
      .bge-contents .cc-form-table th .optinal,
      .c-content-main .cc-form-table th .required,
      .c-content-main .cc-form-table th .optinal {
        display: inline-block;
        padding: .4em 1em .3em;
        margin: 0 0 0 .5em;
        font-size: 0.8125em;
        line-height: 1;
        color: #fff;
        vertical-align: middle;
        border-radius: 2em; }
.bge-contents .cc-form-table th .required,
      .c-content-main .cc-form-table th .required {
        background: #00848a; }
.bge-contents .cc-form-table th .optinal,
      .c-content-main .cc-form-table th .optinal {
        color: currentColor;
        background: #f2f2f2; }
.bge-contents .cc-form-table th .mail-attention,
      .c-content-main .cc-form-table th .mail-attention {
        font-size: 0.8125em; }
.bge-contents .cc-form-table th .mail-attention:empty,
        .c-content-main .cc-form-table th .mail-attention:empty {
          display: none; }
.bge-contents .cc-form-table td,
    .c-content-main .cc-form-table td {
      vertical-align: middle; }
@media screen and (max-width: 767px) {
        .bge-contents .cc-form-table td,
        .c-content-main .cc-form-table td {
          border: none; } }
.bge-contents .cc-form-table td > div[id^="FieldMessage"] + div[id^="FieldMessage"],
      .c-content-main .cc-form-table td > div[id^="FieldMessage"] + div[id^="FieldMessage"] {
        margin: .5em 0 0; }
.bge-contents .cc-form-table td .mail-input,
      .bge-contents .cc-form-table td .mail-input-textarea,
      .c-content-main .cc-form-table td .mail-input,
      .c-content-main .cc-form-table td .mail-input-textarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
.bge-contents .cc-form-table td .mail-input-textarea .mail-before-attachment,
      .c-content-main .cc-form-table td .mail-input-textarea .mail-before-attachment {
        -ms-flex-item-align: start;
            align-self: flex-start; }
.bge-contents .cc-form-table td .mail-input-textarea .mail-after-attachment,
      .c-content-main .cc-form-table td .mail-input-textarea .mail-after-attachment {
        -ms-flex-item-align: end;
            align-self: flex-end; }
.bge-contents .cc-form-table td .checkbox,
      .c-content-main .cc-form-table td .checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
.bge-contents .cc-form-table td .checkbox input + label,
        .c-content-main .cc-form-table td .checkbox input + label {
          margin: 0 0 0 .5em; }
.bge-contents .cc-form-table td input[type="text"],
      .c-content-main .cc-form-table td input[type="text"] {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%;
        padding: .6em .5em;
        font-size: inherit;
        color: currentColor;
        background: #fff;
        border: 1px solid #b3b3b3;
        border-radius: .3em; }
@media screen and (max-width: 767px) {
          .bge-contents .cc-form-table td input[type="text"],
          .c-content-main .cc-form-table td input[type="text"] {
            width: 100%;
            font-size: .16rem; } }
.bge-contents .cc-form-table td input[type="text"][size],
        .c-content-main .cc-form-table td input[type="text"][size] {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
@media screen and (max-width: 767px) {
            .bge-contents .cc-form-table td input[type="text"][size],
            .c-content-main .cc-form-table td input[type="text"][size] {
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              width: 100%; } }
.bge-contents .cc-form-table td input[type="text"]:focus,
        .c-content-main .cc-form-table td input[type="text"]:focus {
          border-color: #0570c7; }
.bge-contents .cc-form-table td select,
      .c-content-main .cc-form-table td select {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%;
        padding: 0.6em 2em 0.5em 0.5em;
        font-size: inherit;
        color: currentColor;
        background: #fff;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIxNnB4Ij48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjFweCIgcG9pbnRzPSIwLDAgMTUsMTYgMzAsMCIgLz48L3N2Zz4=');
        background-repeat: no-repeat;
        background-position: right .5em center;
        background-size: .8em auto;
        border: 1px solid #b3b3b3;
        border-radius: .3em;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
@media screen and (max-width: 767px) {
          .bge-contents .cc-form-table td select,
          .c-content-main .cc-form-table td select {
            -ms-flex-negative: 1;
                flex-shrink: 1;
            font-size: .16rem; } }
.bge-contents .cc-form-table td select::-ms-expand,
        .c-content-main .cc-form-table td select::-ms-expand {
          display: none; }
.bge-contents .cc-form-table td select:focus,
        .c-content-main .cc-form-table td select:focus {
          border-color: #0570c7; }
.bge-contents .cc-form-table td textarea,
      .c-content-main .cc-form-table td textarea {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%;
        min-height: 2em;
        padding: .6em .5em;
        font-size: inherit;
        color: currentColor;
        resize: vertical;
        background: #fff;
        border: 1px solid #b3b3b3;
        border-radius: .3em; }
.bge-contents .cc-form-table td textarea[cols],
        .c-content-main .cc-form-table td textarea[cols] {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
@media screen and (max-width: 767px) {
            .bge-contents .cc-form-table td textarea[cols],
            .c-content-main .cc-form-table td textarea[cols] {
              -ms-flex-negative: 1;
                  flex-shrink: 1; } }
.bge-contents .cc-form-table td textarea:focus,
        .c-content-main .cc-form-table td textarea:focus {
          border-color: #0570c7; }
.bge-contents .cc-form-table td .mail-before-attachment,
      .c-content-main .cc-form-table td .mail-before-attachment {
        display: inline-block;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0 .5em 0 0;
        vertical-align: middle; }
@media screen and (max-width: 767px) {
          .bge-contents .cc-form-table td .mail-before-attachment,
          .c-content-main .cc-form-table td .mail-before-attachment {
            white-space: nowrap; } }
.bge-contents .cc-form-table td .mail-before-attachment:empty,
        .c-content-main .cc-form-table td .mail-before-attachment:empty {
          display: none; }
.bge-contents .cc-form-table td .mail-after-attachment,
      .c-content-main .cc-form-table td .mail-after-attachment {
        display: inline-block;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0 0 0 .5em;
        vertical-align: middle; }
@media screen and (max-width: 767px) {
          .bge-contents .cc-form-table td .mail-after-attachment,
          .c-content-main .cc-form-table td .mail-after-attachment {
            white-space: nowrap; } }
.bge-contents .cc-form-table td .mail-after-attachment:empty,
        .c-content-main .cc-form-table td .mail-after-attachment:empty {
          display: none; }
.bge-contents .cc-form-table td .mail-description,
      .c-content-main .cc-form-table td .mail-description {
        font-size: 0.8125em; }
.bge-contents .cc-form-table td .mail-description:empty,
        .c-content-main .cc-form-table td .mail-description:empty {
          display: none; }
.bge-contents .cc-form-table td .error-message,
      .c-content-main .cc-form-table td .error-message {
        font-weight: bold;
        color: #ad1313; }
.bge-contents .cc-form-table td .error-message:empty,
        .c-content-main .cc-form-table td .error-message:empty {
          display: none; }
.bge-contents .cc-form-agreement,
  .c-content-main .cc-form-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1em 0 2em; }
.bge-contents .cc-form-submit,
  .c-content-main .cc-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.bge-contents .cc-form-submit button,
    .c-content-main .cc-form-submit button {
      margin: 0 2em; }
