/**!
 * rev. 2021-10-11
 * copyright © 2021
 */


@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@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: 62.5%;
  height: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: #d5caad;
}
*::selection {
  background-color: #d5caad;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
body {
  color: #161616;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
button {
  border-radius: 0;
}
.c-page-home {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .c-page-home {
    min-width: auto;
  }
}
.c-page-home[data-opening] {
  position: fixed;
  overflow-y: scroll;
}
.c-page-home img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-page-home__header-title {
  position: fixed;
  width: 239px;
  top: 120px;
  left: 70px;
  z-index: 1000;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home__header-title {
    position: absolute;
    width: 36.25vw;
    top: 17.75vw;
    left: 16.5vw;
    -webkit-animation-delay: 3500ms;
            animation-delay: 3500ms;
  }
}
.c-page-home__header-title h1 {
  margin: 0;
}
.c-page-home__header-title h1 a {
  display: block;
}
.c-page-home__header-title h1 a img {
  width: 100%;
}
.c-page-home__main {
  width: 100%;
  position: relative;
}
.c-page-home__main-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: url("/tenbu/img/bg-home-01.jpg") no-repeat center/cover;
}
@media screen and (max-width: 575px) {
  .c-page-home__main-bg {
    background: url("/tenbu/img/bg-home-01-sp.jpg") no-repeat center/cover;
  }
}
.c-page-home__main-bg [data-bg] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.c-page-home__main-bg [data-bg][class=active] {
  opacity: 1;
}
.c-page-home__main-bg [data-bg=sec01] {
  background: url("/tenbu/img/bg-home-01.jpg") no-repeat center/cover;
}
@media screen and (max-width: 575px) {
  .c-page-home__main-bg [data-bg=sec01] {
    background: url("/tenbu/img/bg-home-01-sp.jpg") no-repeat center/cover;
  }
}
.c-page-home__main-bg [data-bg=sec02] {
  background: url("/tenbu/img/bg-home-02.jpg") no-repeat center/cover;
}
@media screen and (max-width: 575px) {
  .c-page-home__main-bg [data-bg=sec02] {
    background: url("/tenbu/img/bg-home-02-sp.jpg") no-repeat center/cover;
  }
}
.c-page-home__main-bg [data-bg=sec03] {
  background: url("/tenbu/img/bg-home-03.jpg") no-repeat center/cover;
}
@media screen and (max-width: 575px) {
  .c-page-home__main-bg [data-bg=sec03] {
    background: url("/tenbu/img/bg-home-03-sp.jpg") no-repeat center/cover;
  }
}
.c-page-home__main-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d21;
  opacity: 1;
  pointer-events: none;
  -webkit-animation-name: mask;
          animation-name: mask;
  -webkit-animation-duration: 7000ms;
          animation-duration: 7000ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .c-page-home__main-bg::before {
    -webkit-animation-duration: 4000ms;
            animation-duration: 4000ms;
  }
}
.c-page-home__content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-page-home [data-number] {
  position: relative;
  min-width: 1040px;
  height: 100vh;
  min-height: 700px;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number] {
    min-width: auto;
    min-height: 0;
    height: auto;
    padding-top: 1px;
  }
}
.c-page-home [data-number="01"] h2 {
  width: 137px;
  height: 374px;
  position: absolute;
  bottom: 13.63636vh;
  right: 553px;
  margin: 0;
  z-index: 10000;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="01"] h2 {
    width: 24.75vw;
    height: 68.75vw;
    top: calc(90.5vw - 60px);
    bottom: auto;
    right: 10vw;
  }
}
.c-page-home [data-number="01"] h2 [data-text=kotowari] {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="01"] h2 [data-text=kotowari] {
    width: 9.25vw;
  }
}
.c-page-home [data-number="01"] h2 [data-text=kodawari] {
  position: absolute;
  width: 53px;
  left: 0;
  bottom: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="01"] h2 [data-text=kodawari] {
    width: 9.75vw;
  }
}
.c-page-home [data-number="01"] > figure {
  height: 49vh;
  margin: 0;
  position: absolute;
  top: 13vh;
  right: -100%;
  -webkit-animation-name: slide01;
          animation-name: slide01;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="01"] > figure {
    height: 75vw;
    position: static;
    -webkit-animation-name: none;
            animation-name: none;
    text-align: right;
    margin: 118.75vh 0 33.5vw;
  }
}
.c-page-home [data-number="01"] > figure img {
  height: 49vh;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="01"] > figure img {
    height: 75vw;
  }
}
.c-page-home__item {
  display: none;
}
@media screen and (max-width: 575px) {
  .c-page-home__item {
    display: block;
    width: 74.75vw;
    padding: 11.5vw 15vw 14.5vw;
    background: #fff;
  }
  .c-page-home__item ul {
    -webkit-transition: 300ms;
    transition: 300ms;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .c-page-home__item ul li {
    width: 100%;
  }
  .c-page-home__item ul li figure {
    margin: 0;
    text-align: center;
  }
  .c-page-home__item ul li figure img {
    width: 20.25vw;
  }
  .c-page-home__item ul li a {
    display: block;
    text-decoration: none;
    color: #161616;
    position: relative;
  }
  .c-page-home__item ul li a:hover::before, .c-page-home__item ul li a:hover::after {
    right: -10px;
  }
  .c-page-home__item ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 19px;
    height: 1px;
    background: #050001;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-page-home__item ul li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 6px;
    height: 5px;
    border-top: 1px solid #050001;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-page-home__item-label {
    font-size: 1.2rem;
    margin: 0;
  }
  .c-page-home__item-title {
    font-size: 1.8rem;
    margin: 0 0 12px;
  }
  .c-page-home__item-link {
    font-size: 1.5rem;
    margin: 0;
  }
}
.c-page-home [data-number="02"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 490px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="02"] {
    padding-right: calc(360px + 10vw);
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] {
    padding: 50vw 0 25vw;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] {
  position: relative;
  width: 490px;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] {
    width: 35vw;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] {
    width: 100%;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box]::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box]::before {
    content: none;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] h3 {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] h3 {
    padding-left: 2vw;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] h3 img {
  display: block;
}
.c-page-home [data-number="02"] [class=c-page-home__box] a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] a {
    position: relative;
    padding: 8vw 11.25vw 5vw 7.5vw;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 27px;
  right: 15px;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] a::before {
    width: 19px;
    right: 11.25vw;
    bottom: 10px;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 9px;
  height: 7px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] a::after {
    right: 11.25vw;
    width: 6px;
    height: 5px;
    bottom: 9px;
  }
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] a:hover::before {
    right: 5px;
  }
  .c-page-home [data-number="02"] [class=c-page-home__box] a:hover::after {
    right: 6px;
  }
}
.c-page-home [data-number="02"] [class=c-page-home__box] p {
  font-size: 1.5rem;
  line-height: 2.6;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] p {
    font-size: 1.07143vw;
  }
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] p {
    position: absolute;
    bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="02"] [class=c-page-home__box] p {
    font-size: 3.75vw;
  }
}
.c-page-home [data-number="03"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 490px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="03"] {
    padding-right: calc(360px + 10vw);
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] {
    padding: 56.5vw 0 37.5vw;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] {
  position: relative;
  width: 490px;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] {
    width: 35vw;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] {
    width: 100%;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box]::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box]::before {
    content: none;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] h3 {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] h3 {
    padding-right: 11.75vw;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] h3 img {
  display: block;
}
.c-page-home [data-number="03"] [class=c-page-home__box] a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] a {
    position: relative;
    padding: 6.25vw 11.25vw 5vw 7.5vw;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 27px;
  right: 15px;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] a::before {
    width: 19px;
    right: 11.25vw;
    bottom: 10px;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 9px;
  height: 7px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] a::after {
    right: 11.25vw;
    width: 6px;
    height: 5px;
    bottom: 9px;
  }
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] a:hover::before {
    right: 5px;
  }
  .c-page-home [data-number="03"] [class=c-page-home__box] a:hover::after {
    right: 6px;
  }
}
.c-page-home [data-number="03"] [class=c-page-home__box] p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.6;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] p {
    font-size: 1.07143vw;
  }
}
@media screen and (min-width: 576px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] p {
    position: absolute;
    bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="03"] [class=c-page-home__box] p {
    font-size: 3.75vw;
  }
}
.c-page-home [data-number="04"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] {
    padding-top: 81.5vw;
  }
}
.c-page-home [data-number="04"] [class=c-page-home__box] {
  width: 980px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 116px 132px;
}
@media screen and (max-width: 1249px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] {
    width: 880px;
    padding: 66px 82px;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] {
    width: 100%;
    padding: 1px 6.25vw 6.25vw 10vw;
    display: block;
  }
}
.c-page-home [data-number="04"] [class=c-page-home__box] figure {
  width: 263px;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] figure {
    margin: -20vw auto 10.5vw;
    width: 55.75vw;
  }
}
.c-page-home [data-number="04"] [class=c-page-home__box] h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] h4 {
    font-size: 4.5vw;
    margin: 0 0 3.75vw;
  }
}
.c-page-home [data-number="04"] [class=c-page-home__box] p {
  font-size: 1.4rem;
  font-style: normal;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] p {
    font-size: 3.5vw;
    margin: 0 0 2.5vw;
  }
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] p[data-address=address] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 23px;
  }
}
.c-page-home [data-number="04"] [class=c-page-home__box] a {
  text-decoration: none;
  color: #2b2b2b;
}
.c-page-home [data-number="04"] [class=c-page-home__box] address {
  margin: 0 0 25px;
}
@media screen and (max-width: 575px) {
  .c-page-home [data-number="04"] [class=c-page-home__box] address {
    margin: 0 0 6.25vw;
  }
}
.c-page-home__link {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-left: 64px;
}
@media screen and (max-width: 575px) {
  .c-page-home__link {
    margin-left: 0;
  }
}
.c-page-home__link:hover::before {
  left: 39px;
}
.c-page-home__link:hover::after {
  left: 51px;
}
.c-page-home__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 29px;
  width: 19px;
  height: 1px;
  background: #050001;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 41px;
  width: 6px;
  height: 5px;
  border-top: 1px solid #050001;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__list {
  position: absolute;
  top: 0;
  right: -100%;
  width: 360px;
  padding: 69.8vh 60px 0 70px;
  margin: 0 auto;
  background: #fff;
  -webkit-animation-name: slide01;
          animation-name: slide01;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 575px) {
  .c-page-home__list {
    display: none;
  }
}
.c-page-home__list[data-fixed=true] {
  position: fixed;
  top: auto;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1250px) {
  .c-page-home__list[data-fixed=true] {
    left: auto !important;
  }
}
@media screen and (max-width: 1249px) {
  .c-page-home__list[data-fixed=true] {
    right: auto;
    left: 890px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .c-page-home__list[data-fixed=true] {
    height: 100%;
  }
}
.c-page-home__list ul {
  -webkit-transition: 300ms;
  transition: 300ms;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 29.8vh;
  width: 100%;
}
.c-page-home__list ul li {
  width: 100%;
}
.c-page-home__list ul li figure {
  margin: 0;
  text-align: center;
}
.c-page-home__list ul li figure img {
  height: 30.2vh;
}
.c-page-home__list ul li a {
  display: block;
  text-decoration: none;
  color: #161616;
  position: relative;
}
.c-page-home__list ul li a:hover::before, .c-page-home__list ul li a:hover::after {
  right: -10px;
}
.c-page-home__list ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 19px;
  height: 1px;
  background: #050001;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__list ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 6px;
  height: 5px;
  border-top: 1px solid #050001;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__list-label {
  font-size: 1.2rem;
  margin: 0;
}
.c-page-home__list-title {
  font-size: 1.8rem;
  margin: 0 0 12px;
}
.c-page-home__list-link {
  font-size: 1.5rem;
  margin: 0;
}
.c-page-home__footer {
  position: relative;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer {
    position: relative;
    width: 100%;
    padding: 9.5vw 0;
  }
}
.c-page-home__footer-logo {
  position: fixed;
  width: 100px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer-logo {
    width: 15.78125vw;
    left: 3.125vw;
    bottom: 3.125vw;
  }
}
.c-page-home__footer-copyright {
  position: absolute;
  bottom: 12.5vh;
  left: 0;
  right: 360px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer-copyright {
    text-align: center;
    right: 0;
    position: static;
  }
}
.c-page-home__footer-copyright p {
  display: inline-block;
  text-align: left;
  margin: 0;
}
.c-page-home__footer-copyright small {
  color: #fff;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.075em;
  display: block;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer-copyright small {
    font-size: 2.5vw;
  }
}
.c-page-home__footer-copyright a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer-copyright a {
    font-size: 3.5vw;
  }
}
.c-page-home__footer-copyright a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  background: url("../img/icon-external.png") no-repeat center/100%;
}
@media screen and (max-width: 575px) {
  .c-page-home__footer-copyright a::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 2.5vw;
  }
}
.c-page-home__footer-copyright a:hover {
  text-decoration: underline;
}
@-webkit-keyframes mask {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mask {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide01 {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes slide01 {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
.c-page-sub {
  position: relative;
  overflow: hidden;
}
.c-page-sub[data-category=about] {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=about] {
    padding-bottom: 20vw;
  }
}
.c-page-sub[data-category=kodawari] {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=kodawari] {
    padding-bottom: 20vw;
  }
}
.c-page-sub[data-category=products] {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=products] {
    padding-bottom: 20vw;
  }
}
.c-page-sub__content {
  width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content {
    position: relative;
    width: 100%;
    padding: 9vw 9vw 0;
  }
}
.c-page-sub__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15vw;
  }
}
.c-page-sub__breadcrumb li {
  font-size: 1.2rem;
  list-style: none;
}
.c-page-sub__breadcrumb li a {
  color: #3f3f3f;
}
.c-page-sub__breadcrumb li a.en {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.c-page-sub__breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}
.c-page-sub__breadcrumb li:last-child::after {
  content: none;
}
.c-page-sub__content-detail {
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    width: 100%;
    display: block;
  }
}
.c-page-sub__content-detail h1 {
  width: 48px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail h1 {
    position: absolute;
    top: -55vw;
    right: 12.5vw;
    width: 11.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail[data-category=about] h1 {
    width: 12vw;
    top: -33vw;
  }
}
.c-page-sub__content-detail[data-category=products] h1 {
  width: 39px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail[data-category=products] h1 {
    width: 9.5vw;
    top: -8.25vw;
  }
}
.c-page-sub__content-detail[data-category=kodawari] h1 {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail[data-category=kodawari] h1 {
    width: 11.75vw;
    top: -56.25vw;
  }
}
.c-page-sub__content-detail[data-category=kotowari] h1 {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail[data-category=kotowari] h1 {
    width: 26vw;
    top: -77.5vw;
  }
}
.c-page-sub__content-detail .c-page-sub__inner {
  width: 634px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__inner {
    width: 100%;
  }
}
.c-page-sub__content-detail .c-page-sub__inner h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.06em;
  margin: 30px 0 110px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__inner h2 {
    font-size: 4.5vw;
    margin: 0 0 15vw;
  }
}
.c-page-sub__content-detail .c-page-sub__inner p {
  font-size: 1.8rem;
  line-height: 2.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__inner p {
    font-size: 3.5vw;
  }
}
.c-page-sub__content-detail[data-category=about] .c-page-sub__inner h2 {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail[data-category=about] .c-page-sub__inner h2 {
    margin: 0 0 7.5vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow h3 {
    font-size: 7vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow h3 span {
  font-size: 2rem;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow h3 span {
    font-size: 5vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow h3 small {
  font-size: 1.2rem;
  vertical-align: 5px;
}
.c-page-sub__content-detail .c-page-sub__flow p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.07em;
  border-left: 1px solid #b8b8b8;
  padding: 10px 0 40px 50px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow p {
    font-size: 3.5vw;
    padding: 2.5vw 0 7vw 9vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-asterisk {
  display: block;
  font-size: 1.3rem !important;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-asterisk {
    font-size: 3vw;
    line-height: 1.8;
    margin-top: 3.75vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-image {
  padding: 0 10px 75px 60px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-image {
    padding: 0;
    margin: 0 -9vw 10vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-page-sub__content-detail .c-page-sub__flow-image-col > div {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-image-col > div {
    width: 46.5vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-graph {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-graph {
    margin-bottom: 15vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-graph-img {
  margin: 0;
}
.c-page-sub__content-detail .c-page-sub__flow-graph [data-graph=read] {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1em;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-graph [data-graph=read] {
    font-size: 3vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-graph h4 {
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-graph h4 {
    font-weight: 700;
    font-size: 3.75vw;
  }
}
.c-page-sub__content-detail .c-page-sub__flow-graph ul {
  font-size: 1.5rem;
  margin: 0 0 100px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail .c-page-sub__flow-graph ul {
    font-size: 3vw;
    margin: 0 0 20vw;
  }
}
.c-page-sub__image {
  position: absolute;
  top: 1035px;
  right: 0;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__image {
    display: none;
  }
}
.c-page-sub__image-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -130px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__image-col3 {
    display: block;
    margin: 8.75vw 0 0;
  }
}
.c-page-sub__image-col3 li {
  list-style: none;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__image-col3 li {
    padding: 0 8.75vw 6.5vw;
  }
}
.c-page-sub__image-col3 li:last-child {
  padding-bottom: 0;
}
.c-page-sub__image-col3 li img {
  width: 100%;
}
.c-page-sub__image-full {
  margin: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__image-full {
    margin: 12.5vw 0 30vw;
  }
}
.c-page-sub__button {
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-page-sub__button {
    text-align: center;
    font-size: 4vw;
    margin-top: 10vw;
  }
}
.c-page-sub__button a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 0 30px 10px;
}
.c-page-sub__button a::before {
  content: "";
  display: block;
  background: #dad9d9;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
.c-page-sub__button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 3px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #dad9d9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
.c-page-sub__button a:hover::before {
  right: -10px;
}
.c-page-sub__button a:hover::after {
  right: -7px;
}
.c-page-sub .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-page-sub .sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub .pc-only {
    display: none;
  }
}
.c-header__memu-btn {
  position: fixed;
  top: 32px;
  right: 51px;
  width: 40px;
  height: 33px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 10000;
  appearance: none;
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-header__memu-btn {
    top: 0;
    right: 0;
    width: 17.5vw;
    height: 17.5vw;
    background: #fff;
  }
}
.c-header__memu-btn span {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  margin: 0 auto;
  outline: none;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
@media screen and (max-width: 767px) {
  .c-header__memu-btn span {
    width: 6.25vw;
    margin: 0 auto;
  }
}
.c-header__memu-btn span::before, .c-header__memu-btn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  margin: 0 auto;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
@media screen and (max-width: 767px) {
  .c-header__memu-btn span::before, .c-header__memu-btn span::after {
    width: 6.25vw;
  }
}
.c-header__memu-btn span::before {
  top: -10px;
}
@media screen and (max-width: 767px) {
  .c-header__memu-btn span::before {
    top: -2vw;
  }
}
.c-header__memu-btn span::after {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .c-header__memu-btn span::after {
    top: 2vw;
  }
}
.c-header__memu-btn[data-gnav-menu=true] span {
  background: transparent;
}
.c-header__memu-btn[data-gnav-menu=true] span::before {
  top: 0;
}
.c-header__memu-btn[data-gnav-menu=true] span::after {
  top: 1px;
}
.c-footer {
  width: 830px;
  color: #3f3f3f;
  padding: 0 0 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-footer {
    position: relative;
    width: 100%;
    padding: 0 0 22.5vw;
  }
}
.c-footer__logo {
  position: fixed;
  width: 100px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    position: absolute;
    width: 15.78125vw;
    left: 3.125vw;
    bottom: 3.125vw;
  }
}
.c-footer__copyright {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    text-align: center;
  }
}
.c-nav-global {
  position: fixed;
  right: -360px;
  background: #fff;
  width: 360px;
  height: 100%;
  z-index: 1000;
  -webkit-transition: 500ms;
  transition: 500ms;
  padding-top: 130px;
}
@media screen and (max-width: 575px) {
  .c-nav-global {
    right: -77.5vw;
    width: 75vw;
    padding-top: 32.5vw;
  }
}
.c-nav-global[data-gnav-contents=true] {
  right: 0%;
}
.c-nav-global ul {
  margin: 0;
  padding-left: 60px;
}
@media screen and (max-width: 575px) {
  .c-nav-global ul {
    padding-left: 12.5vw;
  }
}
.c-nav-global li {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  list-style: none;
  margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .c-nav-global li {
    font-size: 6vw;
    margin-bottom: 11.25vw;
  }
}
.c-nav-global li a {
  text-decoration: none;
  color: #212121;
  display: block;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 575px) {
  .c-nav-global li a {
    padding-left: 12.5vw;
  }
}
@media screen and (min-width: 576px) {
  .c-nav-global li a:hover::before {
    left: 10px;
  }
  .c-nav-global li a:hover::after {
    left: 23px;
  }
}
.c-nav-global li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 19px;
  height: 1px;
  background: #050001;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.c-nav-global li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 13px;
  width: 6px;
  height: 5px;
  border-top: 1px solid #050001;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.c-nav-sitemap {
  background-color: black;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="1"] {
  margin: 0;
}
.c-nav-sitemap li[data-sitemap-level="3"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="1"] {
  display: block;
  margin: 0;
  padding: 0;
}
.c-nav-sitemap a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap a {
    padding: 20px 20px;
  }
}
.c-nav-sitemap a:hover {
  opacity: 0.7;
}
.c-nav-sitemap a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #d5caad;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap__body {
  background-color: black;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .c-nav-sitemap__body {
    max-width: 100%;
  }
}
.c-nav-sitemap ul[data-sitemap-level="1"] {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 2;
       -moz-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;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.c-nav-sitemap li[data-sitemap-level="1"] {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] a {
    border-bottom: 2px solid #969696;
    margin: 0;
  }
  .c-nav-sitemap li[data-sitemap-level="1"] a ::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="2"] {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a {
    border-bottom: 1px solid black;
    background: #baa98f;
    padding: 15px 20px;
    color: #161616;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] a::before {
  background: white;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"] {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a {
    background: #dad3c9;
    padding: 10px 20px;
    color: #161616;
  }
}
.c-nav-sitemap li[data-sitemap-level="3"] a::before {
  border: 1px solid #969696;
  background: #969696;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-breadcrumb {
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .c-nav-breadcrumb {
    display: none;
  }
}
.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-nav-breadcrumb ol > li {
  list-style: none;
  font-size: 0.875em;
}
.c-nav-breadcrumb ol > li:last-child a ::after {
  display: none;
}
.c-nav-breadcrumb a {
  color: #161616;
  display: inline-block;
  text-decoration: underline;
}
.c-nav-breadcrumb a ::after {
  content: " > ";
  display: inline-block;
  margin: 0 15px 0 20px;
  color: black;
}
.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none;
}
.c-list-banner {
  padding: 30px 0;
}
.c-list-banner__body {
  width: 1250;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1310px) {
  .c-list-banner__body {
    max-width: 1310px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}
.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.c-list-category a {
  background: #2b2b2b;
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-list-tag {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}
.c-list-tag a {
  background: #d5caad;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-page-sub .c-title-page {
  height: 560px;
  padding: 65px 94px 0;
}
@media screen and (max-width: 767px) {
  .c-page-sub .c-title-page {
    height: 150vw;
    padding: 15vw 0 0;
  }
}
.c-page-sub .c-title-page a {
  width: 239px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-sub .c-title-page a {
    width: 50vw;
  }
}
.c-page-sub .c-title-page a img {
  max-width: 100%;
}
.c-page-sub[data-category=about] .c-title-page {
  background: url("/tenbu/img/bg-about-pagetitle-pc.jpg?20211011") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=about] .c-title-page {
    background: url("/tenbu/img/bg-about-pagetitle-sp.jpg?20211011") no-repeat center center/cover;
  }
}
.c-page-sub[data-category=kodawari] .c-title-page {
  background: url("/tenbu/img/bg-kodawari-pagetitle-pc.jpg?20211011") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=kodawari] .c-title-page {
    background: url("/tenbu/img/bg-kodawari-pagetitle-sp.jpg?20211011") no-repeat center center/cover;
  }
}
.c-page-sub[data-category=kotowari] .c-title-page {
  background: url("/tenbu/img/bg-kotowari-pagetitle-pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=kotowari] .c-title-page {
    background: url("/tenbu/img/bg-kotowari-pagetitle-sp.jpg") no-repeat center center/cover;
  }
}
.c-page-sub[data-category=products] .c-title-page {
  background: url("/tenbu/img/bg-products-pagetitle-pc.jpg?20211011") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-page-sub[data-category=products] .c-title-page {
    background: url("/tenbu/img/bg-products-pagetitle-sp.jpg?20211011") no-repeat center center/cover;
  }
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 4rem;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 0.88889em;
}
.c-pagination__prev a, .c-pagination__next a {
  border: 1px solid #d2cdcd;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-pagination__prev ::before {
  content: "<";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #161616;
  padding-right: 5px;
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-pagination__next ::after {
  content: "＞";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #161616;
  padding-left: 5px;
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-pagination__numbers {
    display: none;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 0.5em;
}
.c-pagination__number:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #d5caad;
}
.c-pagination__number--current {
  border-bottom: 2px solid #d5caad;
}
.c-pagination__number--current:hover {
  padding-bottom: 0;
}
.c-pagination__number a {
  display: block;
  padding: 0 0.3em;
  text-align: center;
}
.c-pagination__number a::after {
  display: none;
}
.c-card {
  font-size: 1.6rem;
  border: 1px solid #d2cdcd;
  height: 100%;
  outline: 2px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: outline 300ms;
  transition: outline 300ms;
}
.c-card:hover {
  border: 1px solid white;
  outline: 2px solid white;
}
.c-card[data-is-new=true]::before {
  background: #d5caad;
  color: #fff;
  content: "new";
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: 74px;
  left: -38px;
  padding: 50px 0 0;
  position: absolute;
  text-align: center;
  top: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 74px;
  z-index: 1;
}
.c-card > a {
  color: currentColor;
  height: 100%;
  text-decoration: none;
}
.c-card__img {
  background: #2b2b2b;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.c-card__img img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__img img {
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center top";
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.c-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 22px;
}
.c-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 0.875em;
  padding: 10px 22px 30px;
}
.c-card__title {
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0;
  color: #f07100;
}
.c-card__time {
  display: none;
}
.c-card__tags ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-card__tag-item {
  display: inline-block;
  font-size: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-card__tag-item span {
  background: black;
  color: #fff;
  display: block;
  padding: 3px 15px;
}
.c-card__author {
  display: none;
}
.c-card__description {
  margin: 0;
  padding: 0;
}
.c-card__description p {
  margin: 0;
  padding: 0;
}
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  width: 1250;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 1310px) {
  .c-content-index__body {
    max-width: 1310px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-content-index__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bge-contents,
.c-content-main {
  font-size: 1.6rem;
  line-height: 2;
  /**
   * メールフォーム
   *
   */
}
@media screen and (max-width: 576px) {
  .bge-contents,
.c-content-main {
    font-size: 5vw;
  }
}
.bge-contents a,
.c-content-main a {
  color: currentColor;
}
.bge-contents h2,
.c-content-main h2 {
  font-size: 1.5em;
  line-height: 2;
  margin: 1em 0 25px;
  padding: 5px 25px;
  background: url("../img/bg-repeat-01.gif");
  color: #161616;
  border-bottom: 4px solid #d5caad;
}
.bge-contents h2:first-child,
.c-content-main h2:first-child {
  margin-top: 0;
}
.bge-contents .bge-title-h2,
.c-content-main .bge-title-h2 {
  margin-top: 0;
}
.bge-contents h3,
.c-content-main h3 {
  font-size: 1.375em;
  line-height: 2;
  margin: 1em 0 20px;
  padding-left: 20px;
  border-left: 5px solid #d5caad;
}
.bge-contents h3:first-child,
.c-content-main h3:first-child {
  margin-top: 0;
}
.bge-contents .bge-title-h3,
.c-content-main .bge-title-h3 {
  margin-top: 0;
}
.bge-contents h4,
.c-content-main h4 {
  font-size: 1.1875em;
  line-height: 2;
  margin: 1em 0 20px;
  background: #f6eee5;
  padding: 5px 25px;
}
.bge-contents h4:first-child,
.c-content-main h4:first-child {
  margin-top: 0;
}
.bge-contents h5,
.c-content-main h5 {
  font-size: 1.125em;
  color: #f07100;
  line-height: 2;
  margin: 1em 0;
}
.bge-contents h5:first-child,
.c-content-main h5:first-child {
  margin-top: 0;
}
.bge-contents h6,
.c-content-main h6 {
  font-size: 1.125em;
  line-height: 2;
  margin: 1em 0;
}
.bge-contents h6:first-child,
.c-content-main h6:first-child {
  margin-top: 0;
}
.bge-contents ul,
.c-content-main ul {
  padding-left: 20px;
}
.bge-contents ul > li,
.c-content-main ul > li {
  list-style: none;
}
.bge-contents ul > li::before,
.c-content-main ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #d5caad;
}
.bge-contents ul > li > ul li::before,
.c-content-main ul > li > ul li::before {
  background: white;
}
.bge-contents ul > li > ul li::before > ul li::before,
.c-content-main ul > li > ul li::before > ul li::before {
  background: #969696;
}
.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 {
  counter-reset: content-main-ol-default;
  padding-left: 0;
}
.bge-contents ol > li,
.c-content-main ol > li {
  list-style: none;
}
.bge-contents ol > li::before,
.c-content-main ol > li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: #9a854f;
  font-weight: bold;
}
.bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: 2em;
}
.bge-contents table,
.c-content-main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .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: 576px) {
  .bge-contents caption,
.c-content-main caption {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents thead,
.c-content-main thead {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tfoot,
.c-content-main tfoot {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tbody,
.c-content-main tbody {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tr,
.c-content-main tr {
    display: block;
  }
}
.bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
  padding: 1.3em 1.7em;
  color: #161616;
  border-top: 1px solid #d2cdcd;
  border-bottom: 1px solid #d2cdcd;
}
@media screen and (max-width: 576px) {
  .bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
  }
}
.bge-contents th,
.c-content-main th {
  background: #2b2b2b;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .bge-contents th,
.c-content-main th {
    padding: 10px 4% 10px 6%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents td,
.c-content-main td {
    padding: 10px 4% 20px 6%;
  }
}
.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 {
  background: #848484;
  margin: 0 0 0 2em;
  padding: 1em 2em;
  position: relative;
}
.bge-contents blockquote::before,
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 0;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents blockquote::after,
.c-content-main blockquote::after {
  bottom: 0;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents figure,
.c-content-main figure {
  margin: 0;
}
.bge-contents figcaption,
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 1.2em;
  text-align: left;
}
.bge-contents hr,
.c-content-main hr {
  color: #d2cdcd;
  background: #d2cdcd;
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 95%;
}
.bge-contents hr:first-child,
.c-content-main hr:first-child {
  margin-top: 0;
}
.bge-contents .cc-form,
.c-content-main .cc-form {
  max-width: 680px;
  margin: 0 auto;
}
.bge-contents .cc-form-fieldset,
.c-content-main .cc-form-fieldset {
  display: block;
  background: #848484;
  padding: 1em 2em;
}
.bge-contents .cc-form-fieldset fieldset,
.c-content-main .cc-form-fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset legend,
.c-content-main .cc-form-fieldset legend {
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
}
.bge-contents .cc-form-fieldset-heading label,
.c-content-main .cc-form-fieldset-heading label {
  display: block;
  cursor: pointer;
}
.bge-contents .cc-form-fieldset-heading .required,
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .optional {
  display: block;
  color: #fff;
  font-size: 0.66667em;
  line-height: 1;
  padding: 0.4em 0.5em;
  border-radius: 0.2em;
  margin: 0 0 0 0.5em;
}
.bge-contents .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .required {
  background: #ad1313;
}
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .optional {
  background: #000;
}
.bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
  font-weight: normal;
  font-size: 0.66667em;
  margin: 0.5em 0;
}
.bge-contents .mail-field,
.c-content-main .mail-field {
  margin: 0 0 0 1em;
  padding: 0 0 1em;
}
.bge-contents .mail-field:last-child,
.c-content-main .mail-field:last-child {
  border-bottom: 1px solid #d2cdcd;
}
.bge-contents .mail-field[data-type=text], .bge-contents .mail-field[data-type=select],
.c-content-main .mail-field[data-type=text],
.c-content-main .mail-field[data-type=select] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr 0 auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: "before-attachment input after-attachment" "description description description" "error-message error-message error-message";
  grid-gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment, .bge-contents .mail-field[data-type=select] .mail-before-attachment,
.c-content-main .mail-field[data-type=text] .mail-before-attachment,
.c-content-main .mail-field[data-type=select] .mail-before-attachment {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before-attachment;
  margin: 0 1em 0 0;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-before-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-input, .bge-contents .mail-field[data-type=select] .mail-input,
.c-content-main .mail-field[data-type=text] .mail-input,
.c-content-main .mail-field[data-type=select] .mail-input {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: input;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment, .bge-contents .mail-field[data-type=select] .mail-after-attachment,
.c-content-main .mail-field[data-type=text] .mail-after-attachment,
.c-content-main .mail-field[data-type=select] .mail-after-attachment {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after-attachment;
  margin: 0 0 0 1em;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-after-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-description, .bge-contents .mail-field[data-type=select] .mail-description,
.c-content-main .mail-field[data-type=text] .mail-description,
.c-content-main .mail-field[data-type=select] .mail-description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: description;
  font-size: 0.75em;
}
.bge-contents .mail-field[data-type=text] .error-message, .bge-contents .mail-field[data-type=select] .error-message,
.c-content-main .mail-field[data-type=text] .error-message,
.c-content-main .mail-field[data-type=select] .error-message {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: error-message;
  font-size: 0.75em;
  color: #ad1313;
}
.bge-contents .mail-field .mail-before-attachment,
.c-content-main .mail-field .mail-before-attachment {
  font-weight: bold;
}
.bge-contents .mail-field .mail-input,
.c-content-main .mail-field .mail-input {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: input;
  display: block;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
  font-size: 1.6rem;
  font-family: inherit;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d2cdcd;
  border-radius: 0.2em;
  padding: 0.5em;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.bge-contents .mail-field .mail-input textarea:focus,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.c-content-main .mail-field .mail-input textarea:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([size]),
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([size]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input textarea:not([cols]),
.c-content-main .mail-field .mail-input textarea:not([cols]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input select,
.c-content-main .mail-field .mail-input select {
  padding: 0.5em calc(0.5em + 26px) 0.5em 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTQwIDE0MCcgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxnPjxwYXRoIGQ9J20xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHonIGZpbGw9JyNkMmNkY2QnLz48L2c+PC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.2em + 2px) top calc(50% + 2px);
  border: 1px solid #d2cdcd;
  border-radius: 0.2em;
}
.bge-contents .mail-field .mail-input select:focus,
.c-content-main .mail-field .mail-input select:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .checkbox,
.c-content-main .mail-field .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field .checkbox input,
.c-content-main .mail-field .checkbox input {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.bge-contents .mail-field .checkbox label,
.c-content-main .mail-field .checkbox label {
  cursor: pointer;
}
.bge-contents .mail-field .mail-group-radio > span,
.c-content-main .mail-field .mail-group-radio > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field .mail-group-radio > span input,
.c-content-main .mail-field .mail-group-radio > span input {
  display: block;
  line-height: 1;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.bge-contents .mail-field .mail-group-radio > span label,
.c-content-main .mail-field .mail-group-radio > span label {
  cursor: pointer;
}
.bge-contents .grid-frame-flex, .bge-contents .grid-frame,
.c-content-main .grid-frame-flex,
.c-content-main .grid-frame {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  -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 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-1,
.c-content-main .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-1,
.c-content-main .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-1,
.c-content-main .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-1,
.c-content-main .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-2,
.c-content-main .grid-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-2,
.c-content-main .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-2,
.c-content-main .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-2,
.c-content-main .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-2,
.c-content-main .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-3,
.c-content-main .grid-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-3,
.c-content-main .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-3,
.c-content-main .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-3,
.c-content-main .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-3,
.c-content-main .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-4,
.c-content-main .grid-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-4,
.c-content-main .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-4,
.c-content-main .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-4,
.c-content-main .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-4,
.c-content-main .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-5,
.c-content-main .grid-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-5,
.c-content-main .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-5,
.c-content-main .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-5,
.c-content-main .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-5,
.c-content-main .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-6,
.c-content-main .grid-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-6,
.c-content-main .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-6,
.c-content-main .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-6,
.c-content-main .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-6,
.c-content-main .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-7,
.c-content-main .grid-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-7,
.c-content-main .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-7,
.c-content-main .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-7,
.c-content-main .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-7,
.c-content-main .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-8,
.c-content-main .grid-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-8,
.c-content-main .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-8,
.c-content-main .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-8,
.c-content-main .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-8,
.c-content-main .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-9,
.c-content-main .grid-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-9,
.c-content-main .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-9,
.c-content-main .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-9,
.c-content-main .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-9,
.c-content-main .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-10,
.c-content-main .grid-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-10,
.c-content-main .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-10,
.c-content-main .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-10,
.c-content-main .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-10,
.c-content-main .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-11,
.c-content-main .grid-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-11,
.c-content-main .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-11,
.c-content-main .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-11,
.c-content-main .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-11,
.c-content-main .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-12,
.c-content-main .grid-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-12,
.c-content-main .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-12,
.c-content-main .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-12,
.c-content-main .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-12,
.c-content-main .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-d5,
.c-content-main .grid-xs-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-d5,
.c-content-main .grid-sm-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-d5,
.c-content-main .grid-md-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .bge-contents .grid-lg-d5,
.c-content-main .grid-lg-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1250px) {
  .bge-contents .grid-xl-d5,
.c-content-main .grid-xl-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@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: 1249px) {
  .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: 1250px) {
  .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: 1249px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .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: 1249px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .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: 1249px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .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: 1249px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .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 .bgt-btn,
.c-content-main .bgt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d5caad;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.0625em;
  line-height: 2;
  min-width: 15em;
  padding: 1em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus,
.c-content-main .bgt-btn:active,
.c-content-main .bgt-btn:focus {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bge-contents .bgt-btn:disabled,
.c-content-main .bgt-btn:disabled {
  opacity: 0.6;
}
.bge-contents .bgt-btn::after,
.c-content-main .bgt-btn::after {
  border: 2px solid currentColor;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn,
.c-content-main [data-bgt-button-kind=em] .bgt-btn {
  background: #9a854f;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: FontAwesome;
  content: "";
  font-size: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
  background: none;
  border: 2px solid currentColor;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 10px;
  left: 0.7em;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::after {
  display: none;
}
.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;
  border: none;
  background: 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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d5caad;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.0625em;
  line-height: 2;
  min-width: 15em;
  padding: 1em 1.9em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.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 {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
  border: 2px solid currentColor;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents .bgt-link__size,
.c-content-main .bgt-link__size {
  font-size: 0.8125em;
  font-weight: normal;
  opacity: 0.7;
}
.bge-contents .bgt-link__icon::after,
.c-content-main .bgt-link__icon::after {
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .bge-contents .bgt-google-maps-link,
.c-content-main .bgt-google-maps-link {
    border: solid 1px #050001;
    border-radius: 3px;
    color: #212121;
    margin-top: 10px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
  }
  .bge-contents .bgt-google-maps-link span,
.c-content-main .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bge-contents .bgt-google-maps-link::after,
.c-content-main .bgt-google-maps-link::after {
    display: inline-block;
    font-family: icons;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: left;
    text-indent: 0;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    font-family: FontAwesome;
    content: "";
    font-size: 1em;
    vertical-align: middle;
  }
}
.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 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}
.bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.8em;
}
.bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  padding-right: 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: 56.25%;
}
.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 {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.7em 1em;
  text-align: center;
}
.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;
}
.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -20px 0 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.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: 0.5;
}
.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;
  overflow: hidden;
  width: 0;
  height: 0;
}
.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 {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid #fff;
  border-width: 5px 5px 0 0;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev {
  left: 20px;
  -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: 20px;
  -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: 10px;
}
.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 {
  margin: 0 5px;
  width: 3.75em;
  height: 3.75em;
}
.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 {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background-color: #d5caad;
  border-radius: 100%;
  opacity: 0.6;
}
.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 {
  opacity: 1;
}
.bge-contents .bc-time,
.c-content-main .bc-time {
  margin-bottom: 5em;
  text-align: right;
}
.bge-contents .bc-cat,
.c-content-main .bc-cat {
  margin-bottom: 1em;
  text-align: right;
}
.bge-contents .bc-cat > div,
.c-content-main .bc-cat > div {
  background: #d5caad;
  color: #fff;
  display: inline-block;
  font-size: 0.8125em;
  padding: 0.2em 0.4em;
}
.bge-contents .bc-area-cta,
.c-content-main .bc-area-cta {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-area-cta a,
.c-content-main .bc-area-cta a {
  background: #d5caad;
}
.bge-contents .bc-area-cta a span::before,
.c-content-main .bc-area-cta a span::before {
  display: inline-block;
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  color: #050001;
  content: "";
  margin-right: 0.5em;
}
.bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
  margin-top: 6em;
}
@media screen and (max-width: 576px) {
  .bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
    text-align: center;
  }
}
.bge-contents .bc-form-agreement,
.c-content-main .bc-form-agreement {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-form-submit,
.c-content-main .bc-form-submit {
  margin-top: 3em;
  text-align: center;
}
.c-graph {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-graph {
    width: 100%;
  }
}
.c-graph__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-graph__list-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media (-ms-high-contrast: none) {
  .c-graph__list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-graph__list-item {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.4);
            transform: translate3d(-50%, -50%, 0) scale(1.4);
  }
  .c-graph__list-item:nth-child(1) {
    margin-top: 3rem;
  }
  .c-graph__list-item:nth-child(2) {
    margin-right: 3rem;
  }
  .c-graph__list-item:nth-child(3) {
    margin-bottom: 3rem;
  }
  .c-graph__list-item:nth-child(4) {
    margin-left: 3rem;
  }
}
.c-graph__list-item:nth-child(1) {
  margin-top: 5rem;
}
.c-graph__list-item:nth-child(2) {
  margin-right: 5rem;
}
.c-graph__list-item:nth-child(3) {
  margin-bottom: 5rem;
}
.c-graph__list-item:nth-child(4) {
  margin-left: 5rem;
}
.c-product__list-item:not(:last-child) {
  margin-bottom: 100px;
}
.c-product__list-item h3 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item h3 {
    font-size: 7vw;
  }
}
.c-product__list-item h3 span {
  font-size: 2rem;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item h3 span {
    font-size: 5vw;
  }
}
.c-product__list-item h3 small {
  font-size: 1.2rem;
  vertical-align: 5px;
}
.c-product__list-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item-detail {
    display: block;
    font-size: 3.5vw;
    margin-top: 15vw;
  }
}
.c-product__list-item-detail:first-child {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item-detail:first-child {
    margin-top: 14vw;
  }
}
.c-product__list-item-detail figure {
  width: 200px;
  margin: 0 auto;
}
.c-product__list-item-detail table {
  width: 434px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-product__list-item-detail table {
    width: 100%;
  }
}
.c-product__list-item-detail table th {
  position: relative;
  font-weight: 500;
  padding: 6px 10px 6px 16px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item-detail table th {
    padding: 1.5vw 2.5vw 1.5vw 4vw;
  }
}
.c-product__list-item-detail table th::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  background: #eae9e9;
  width: 4px;
  height: 1px;
  display: inline-block;
}
.c-product__list-item-detail table td {
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-product__list-item-detail table td {
    padding: 1.5vw 2.5vw;
  }
}
.c-product__list-item-detail [data-item=lead] {
  width: 100%;
}
.c-product__comment {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-product__comment {
    margin-top: 7.5vw;
  }
}
.c-product__comment > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-width: 0 0 0 1px;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 15px 50px 15px 30px;
  color: #161616;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border: 1px solid #b8b8b8;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .c-product__comment > button {
    font-size: 4.5vw;
    padding: 3.75vw 12.5vw 3.75vw 7.5vw;
  }
}
.c-product__comment > button::before, .c-product__comment > button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 1px;
  right: 20px;
  background: #161616;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .c-product__comment > button::before, .c-product__comment > button::after {
    width: 4vw;
    right: 5vw;
  }
}
.c-product__comment > button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-product__comment > button:hover {
  cursor: pointer;
  border-color: #161616;
}
.c-product__comment > button[aria-expanded=true]::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-product__comment > button[aria-expanded=true]::after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-product__comment [data-accordion-target] {
  display: none;
}
.c-product__comment ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 10px 0 10px 30px;
  border-left: 1px solid #b8b8b8;
}
@media screen and (max-width: 767px) {
  .c-product__comment ul {
    margin-top: 5vw;
    padding: 2.5vw 0 2.5vw 9vw;
  }
}
.c-product__comment ul li {
  padding: 0;
}
.c-product__comment ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-product__comment ul li:not(:last-child) {
    margin-bottom: 7vw;
  }
}
.c-product__comment ul li > p {
  font-size: 1.7rem !important;
  line-height: 2 !important;
  letter-spacing: 0.07em !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-product__comment ul li > p {
    font-size: 3.5vw !important;
  }
}
