/**!
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 * 🚧                                                                    🚧
 * 🚧                      👷これは開発中のコードです。                       🚧
 * 🚧                                                                    🚧
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 *
 * 🈲 このファイルを直接編集しないでください。
 * ⚠️ 正式公開の場合は正しい手順でリリースビルドを行なってファイルを最適化してください。
 *
 */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
@charset "utf-8";
@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");
}
/*! 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;
}
:root {
  font-size: 62.5%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
[data-ofi] img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover", "object-fit: cover;";
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
}
.pb0 {
  padding-bottom: 0 !important;
}
body {
  color: #272727;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
}
.button {
  background-color: #15a085;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  width: 270px;
  padding: 3rem;
  text-align: center;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .button {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding: 1rem;
    width: 46.66667vw;
    font-size: 3.2vw;
  }
}
.button:hover {
  opacity: 0.8;
}
.button:hover::after {
  width: 40px;
}
.c-title-page {
  font-size: 1.6rem;
}
.c-title-page [data-lang="en"] {
  font-size: 7rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #15a085;
  font-weight: 300;
  line-height: 1.22;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-page [data-lang="en"] {
    font-size: 9.33333vw;
  }
}
.c-title-page [data-lang="jp"] {
  font-size: 2.1rem;
  color: #272727;
  display: block;
  font-weight: 500;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .c-title-page [data-lang="jp"] {
    margin-top: 6.66667vw;
    font-size: 4vw;
  }
}
section h2 [data-lang="en"]::before {
  opacity: 0;
}
section h2 [data-lang="en"],
section h2 [data-lang="jp"] {
  position: relative;
}
section h2 [data-lang="en"] > span,
section h2 [data-lang="jp"] > span {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  display: inline-block;
  opacity: 0;
}
section h2 [data-lang="en"] > span:nth-child(1),
section h2 [data-lang="jp"] > span:nth-child(1) {
}
section h2 [data-lang="en"] > span:nth-child(2),
section h2 [data-lang="jp"] > span:nth-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
section h2 [data-lang="en"] > span:nth-child(3),
section h2 [data-lang="jp"] > span:nth-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
section h2 [data-lang="en"] > span:nth-child(4),
section h2 [data-lang="jp"] > span:nth-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
section h2 [data-lang="en"] > span:nth-child(5),
section h2 [data-lang="jp"] > span:nth-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
section h2 [data-lang="en"] > span:nth-child(6),
section h2 [data-lang="jp"] > span:nth-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
section h2 [data-lang="en"] > span:nth-child(7),
section h2 [data-lang="jp"] > span:nth-child(7) {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}
section h2 [data-lang="en"] > span:nth-child(8),
section h2 [data-lang="jp"] > span:nth-child(8) {
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
}
section h2 [data-lang="en"] > span:nth-child(9),
section h2 [data-lang="jp"] > span:nth-child(9) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
section h2 [data-lang="en"] > span:nth-child(10),
section h2 [data-lang="jp"] > span:nth-child(10) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
section h2[data-inview="true"] [data-lang="en"]::before {
  -webkit-animation: titleshow 300ms 100ms ease-out forwards;
  animation: titleshow 300ms 100ms ease-out forwards;
}
section h2[data-inview="true"] [data-lang="en"] span,
section h2[data-inview="true"] [data-lang="jp"] span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@-webkit-keyframes titleshow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes titleshow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade {
  opacity: 0;
}
.fade[data-inview="true"] {
  -webkit-animation: fade 300ms ease-out forwards;
  animation: fade 300ms ease-out forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeU {
  opacity: 0;
}
.fadeU[data-inview="true"] {
  -webkit-animation: fadeU 300ms ease-out forwards;
  animation: fadeU 300ms ease-out forwards;
}
@-webkit-keyframes fadeU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeR {
  opacity: 0;
}
.fadeR[data-inview="true"] {
  -webkit-animation: fadeR 300ms ease-out forwards;
  animation: fadeR 300ms ease-out forwards;
}
@-webkit-keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeL {
  opacity: 0;
}
.fadeL[data-inview="true"] {
  -webkit-animation: fadeL 300ms ease-out forwards;
  animation: fadeL 300ms ease-out forwards;
}
.fadeL-big {
  opacity: 0;
}
.fadeL-big[data-inview="true"] {
  -webkit-animation: fadeLBig 1000ms ease-out forwards;
  animation: fadeLBig 1000ms ease-out forwards;
}
@-webkit-keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeL-big {
}
@-webkit-keyframes fadeLBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-hero {
  text-align: center;
  position: relative;
}
.c-hero-cover__bottom,
.c-hero-cover__top {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
.c-hero-cover__bottom svg,
.c-hero-cover__top svg {
  min-width: 3000px;
  width: 100%;
  margin-left: calc(-1 * (3243px - 100%) / 2);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .c-hero-cover__bottom svg,
  .c-hero-cover__top svg {
    min-width: 1500px;
    margin-left: calc(-1 * (1500px - 100%) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-hero-cover__bottom svg,
  .c-hero-cover__top svg {
    min-width: 1000px;
    margin-left: calc(-1 * (1000px - 100%) / 2);
  }
}
.c-hero-cover__bottom svg .bg-svg01,
.c-hero-cover__top svg .bg-svg01 {
  fill: #fff;
}
.c-hero-cover__bottom svg .bg-svg02,
.c-hero-cover__top svg .bg-svg02 {
  fill: #15a085;
  opacity: 0.157;
}
.c-hero-cover__bottom .bg-svg01,
.c-hero-cover__top .bg-svg01 {
  fill: #fff;
}
.c-hero-cover__bottom .bg-svg02,
.c-hero-cover__top .bg-svg02 {
  fill: #15a085;
  opacity: 0.157;
}
.c-hero-cover__top {
  top: 0;
  height: 97px;
}
@media screen and (max-width: 991px) {
  .c-hero-cover__top {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-cover__top {
    top: -2%;
    height: 36px;
  }
}
.c-hero-cover__bottom {
  bottom: -1px;
  height: 282px;
}
@media screen and (max-width: 991px) {
  .c-hero-cover__bottom {
    height: 141px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-cover__bottom {
    height: 93px;
  }
}
.c-hero__body {
  overflow: hidden;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-hero__body {
    min-height: 508px;
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
  }
}
.c-hero__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
}
.c-hero-copy {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  margin-top: -50px;
  width: 100%;
  max-width: 1030px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .c-hero-copy {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-copy {
    width: 80%;
    padding-right: 0;
  }
}
.c-hero-copy > svg path {
  fill: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-hero-copy > svg {
  }
  .c-hero-copy > svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: stroke 1200ms 500ms linear;
    animation: stroke 1200ms 500ms linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0);
  }

  60% {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 1px;
  }

  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 1);
    stroke-width: 0;
    opacity: 1;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0);
  }

  60% {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 1px;
  }

  100% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 1);
    stroke-width: 0;
    opacity: 1;
  }
}
.c-hero-copy br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hero-copy br {
    display: block;
  }
}
.c-hero-copy__main {
  font-size: 7rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  width: 100%;
  position: relative;
}
.c-hero-copy__main svg {
  width: 100%;
  height: inherit;
  font-size: 7rem;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .c-hero-copy__main svg {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-copy__main svg {
    font-size: 13.33333vw;
    height: 53.33333vw;
  }
}
.c-hero-copy__main svg text {
  margin: 0 auto;
}
.c-hero-copy__main [data-anime="main"] {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  fill-opacity: 0;
}
.c-hero-copy__sub {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}
.c-hero-copy__sub svg {
  width: 100%;
  font-size: 2.4rem;
  position: absolute;
  top: 35px;
  left: 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .c-hero-copy__sub svg {
    font-size: 2rem;
    height: 33.33333vw;
  }
}
@media screen and (max-width: 575px) {
  .c-hero-copy__sub svg {
    display: none;
  }
}
.c-hero-copy__sub svg text {
  margin: 0 auto;
}
.c-hero-copy__sub [data-anime="sub"] {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  fill-opacity: 0;
}
.c-page-home__wrap {
  overflow: hidden;
  width: 100%;
}
.c-page-home header {
  background-color: rgba(255, 255, 255, 0.58);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.c-page-home header > div::before {
  background: transparent;
}
.c-page-home header[data-headerbg="true"] {
  background-color: #fff;
}
.c-page-home header[data-headerbg="true"] > div::before {
  background: #e0e0e0;
}
.c-page-home main {
  padding-top: 110px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .c-page-home main {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home main {
    padding-top: 64px;
  }
}
.c-page-home h2 {
  margin: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 {
    margin: 10.66667vw 0 4vw;
    display: inline-block;
  }
}
.c-page-home h2 [data-lang="en"] {
  font-size: 5.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #15a085;
  font-weight: 300;
  line-height: 1.22;
  position: relative;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-lang="en"] {
    font-size: 9.33333vw;
  }
}
.c-page-home h2 [data-lang="en"]::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -65px;
  width: 100vw;
  height: 1px;
  background-color: #15a085;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-lang="en"]::before {
    right: 0;
  }
}
.c-page-home h2 [data-lang="jp"] {
  font-size: 2.1rem;
  color: #272727;
  display: block;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 47px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-lang="jp"] {
    margin-top: 9.33333vw;
    font-size: 4vw;
  }
}
.c-page-home h2 [data-title="image"] {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: none;
}
.c-page-home h2 [data-title="image"].anime {
  opacity: 1;
}
.c-page-home h2 [data-title="image"] [data-lang="en"] {
  font-size: 6.9rem;
  width: 100%;
  height: 80px;
  fill: #15a085;
  stroke: #15a085;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-title="image"] [data-lang="en"] {
    font-size: 9.06667vw;
    width: 48vw;
    height: 10.66667vw;
  }
}
.c-page-home h2 [data-title="image"] [data-lang="jp"] {
  font-size: 2.1rem;
  width: 100%;
  height: 28px;
  fill: #272727;
  stroke: #272727;
  letter-spacing: 0.045em;
  font-weight: 400;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-title="image"] [data-lang="jp"] {
    font-size: 4vw;
  }
}
.c-page-home-bg01 {
  position: relative;
}
.c-page-home-bg01::before {
  content: "";
  display: block;
  width: 100%;
  background-image: url("../img/common/bg_gray002.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-home-bg01::before {
    top: 10%;
    background-size: 2000px auto;
    background-position: top center;
  }
}
.c-page-home-message {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home-message {
    margin-top: 8vw;
  }
}
.c-page-home-message__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__body {
    display: block;
  }
}
.c-page-home-message__image {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__image {
    width: 100%;
  }

  .c-page-home-message__image figure {
    margin-right: -15px;
  }
}
.c-page-home-message__image img {
  max-width: 100%;
}
.c-page-home-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__content {
    text-align: right;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-message__title {
    text-align: right;
  }
}
.c-page-home-message__title h2 [data-lang="en"]::before {
  left: -65px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__title h2 [data-lang="en"]::before {
    left: 5%;
  }
}
.c-page-home-message__name [data-type="en"] {
  font-size: 2rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__name [data-type="en"] {
    font-size: 4.26667vw;
  }
}
.c-page-home-message__name [data-type="en"] span {
  font-weight: 400;
}
.c-page-home-message__name [data-type="position"] {
  font-size: 1.4rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__name [data-type="position"] {
    font-size: 3.2vw;
    margin-right: 10px;
  }
}
.c-page-home-message__name [data-type="name"] {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__name [data-type="name"] {
    font-size: 4.26667vw;
  }
}
.c-page-home-message__link {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__link {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5.33333vw;
  }
}
.c-page-home-about {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home-about {
    margin-top: 13.33333vw;
  }
}
.c-page-home-about__body {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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-home-about__body {
    padding: 6.66667vw 15px 0;
    display: block;
  }
}
.c-page-home-about__image {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .c-page-home-about__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-about__image figure {
    margin-left: -15px;
  }
}
.c-page-home-about__image figure img {
  width: 100%;
}
.c-page-home-about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-about__content {
    padding-right: 30px;
  }
}
.c-page-home-about__link {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home-about__link {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5.33333vw;
  }
}
.c-page-home-business {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home-business {
    margin-top: 13.33333vw;
  }
}
.c-page-home-business__body {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__body {
    padding: 4vw 15px 0;
    display: block;
  }
}
.c-page-home-business__image {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__image {
    width: 100%;
  }

  .c-page-home-business__image figure {
    margin-right: -15px;
  }
}
.c-page-home-business__image figure img {
  width: 100%;
}
.c-page-home-business__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-business__title {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-business__title h2 {
    text-align: right;
  }
}
.c-page-home-business__title h2 [data-lang="en"]::before {
  left: -65px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__title h2 [data-lang="en"]::before {
    left: 0;
  }
}
.c-page-home-business__link {
  margin: 0;
  /* position: absolute; */
  bottom: 0;
  left: 35px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__link {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5.33333vw;
    text-align: right;
  }
}
.c-page-home-person {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-page-home-person {
    margin-top: 13.33333vw;
  }
}
.c-page-home-person-bg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-bg {
    top: -15%;
  }
}
.c-page-home-person-bg svg {
  width: 3243px;
  margin-left: calc(-1 * (3243px - 100%) / 2);
}
.c-page-home-person-bg svg path {
  fill: #385751;
}
.c-page-home-person__content {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.c-page-home-person__heading h2 [data-lang="en"]::before,
.c-page-home-person__heading h2 [data-lang="jp"]::before {
  right: 0;
}
.c-page-home-person-menu {
  width: 100%;
  margin-top: -220px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 1199px) {
  .c-page-home-person-menu {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu {
    margin-top: 0;
    display: block;
  }
}
.c-page-home-person-menu__box {
  width: 50%;
  list-style: none;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    background: transparent;
  }
}
.c-page-home-person-menu__box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box:nth-child(1) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .c-page-home-person-menu__box:nth-child(1) a {
    -webkit-transform: translate(20px, -10px);
    transform: translate(20px, -10px);
  }
}
.c-page-home-person-menu__box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: translateX(-28px);
  transform: translateX(-28px);
  margin-top: 25%;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box:nth-child(2) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    margin-top: 0;
  }

  .c-page-home-person-menu__box:nth-child(2) a {
    -webkit-transform: translate(-20px, -10px);
    transform: translate(-20px, -10px);
  }
}
.c-page-home-person-menu__box:nth-child(3) {
  order: 4;
  margin-top: -20%;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box:nth-child(3) {
    transform: translateX(-15px);
    margin-top: 0;
  }
  .c-page-home-person-menu__box:nth-child(3) a {
    transform: translate(-20px, -10px);
  }
}
.c-page-home-person-menu__box:nth-child(4) {
  order: 3;
  transform: translateX(-28px);
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box:nth-child(4) {
    transform: translateX(15px);
    margin-top: 0;
  }
  .c-page-home-person-menu__box:nth-child(4) a {
    transform: translate(-20px, -10px);
  }
}

.c-page-home-person-menu__box-inner {
  position: relative;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box-inner {
    overflow: visible;
  }
}
.c-page-home-person-menu__box-inner::after,
.c-page-home-person-menu__box-inner::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box-inner::after,
  .c-page-home-person-menu__box-inner::before {
    content: none;
  }
}
.c-page-home-person-menu__box-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  -webkit-transition: 100ms;
  transition: 100ms;
}
.c-page-home-person-menu__box-inner::before {
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 21px 0 21px;
  border-color: rgba(21, 160, 133, 0) transparent transparent transparent;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box-inner::before {
    bottom: -4vw;
    border-width: 4vw 2.8vw 0 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__box-inner:hover {
    width: 100vw;
  }
}
.c-page-home-person-menu__box-inner:hover > a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.c-page-home-person-menu__box-inner:hover > div {
  display: block;
  -webkit-animation: showfadeU 400ms ease-out forwards;
  animation: showfadeU 400ms ease-out forwards;
}
.c-page-home-person-menu__box-inner:hover::after {
  background: rgba(21, 160, 133, 0.7);
}
.c-page-home-person-menu__box-inner:hover::before {
  border-color: rgba(21, 160, 133, 0.7) transparent transparent transparent;
}
.c-page-home-person-menu__link {
  text-align: center;
  text-decoration: none;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__link {
    opacity: 1;
    bottom: 0;
    top: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }

  .c-page-home-person-menu__link > div {
    background: rgba(21, 160, 133, 0.7);
    padding: 2.66667vw 0 3.33333vw;
    width: 100%;
  }
}
.c-page-home-person-menu__link [data-button="more"] {
  border: 1px solid #fff;
  position: relative;
  font-size: 1.3rem;
  width: 100%;
  right: 0;
  padding: 1.3rem 0;
  max-width: 196px;
  margin: 40px auto 0;
  height: auto;
  display: inline-block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__link [data-button="more"] {
    display: none;
  }
}
.c-page-home-person-menu__img {
  margin: 0;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .c-page-home-person-menu__img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu__img {
    height: 80vw;
  }
  li:nth-of-type(even) .c-page-home-person-menu__img {
    margin-left: auto;
  }
}
.c-page-home-person-menu [data-person="name"] [data-lang="en"] {
  display: block;
  font-size: 4rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.26;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu [data-person="name"] [data-lang="en"] {
    font-size: 6.66667vw;
  }
}
.c-page-home-person-menu [data-person="name"] [data-lang="jp"] {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu [data-person="name"] [data-lang="jp"] {
    font-size: 4vw;
    font-weight: bold;
  }
}
.c-page-home-person-menu [data-person="name"]::after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu [data-person="name"]::after {
    margin-top: 2vw;
    width: 21.33333vw;
  }
}
.c-page-home-person-menu [data-person="position"] {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-page-home-person-menu [data-person="position"] {
    font-size: 3.2vw;
  }
}
.c-page-home-information {
  position: relative;
  z-index: 1;
  max-width: 1030px;
  padding: 80px 15px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-page-home-information {
    margin-top: 13.33333vw;
    padding: 8vw 15px;
    overflow: hidden;
  }
}
.c-page-home-information::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #272727;
  opacity: 0.37;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body {
    padding: 8vw 0 6.66667vw;
  }
}
.c-page-home-information__body h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body h2 {
    margin-bottom: 5.33333vw;
  }
}
.c-page-home-information__body h2 [data-lang="en"] {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body h2 [data-lang="en"] {
    font-size: 10.66667vw;
  }
}
.c-page-home-information__body h2 [data-lang="en"]::before {
  left: 0;
  right: auto;
  top: -10px;
  bottom: auto;
  margin: 0 auto;
  background-color: #fff;
  width: 77px;
  height: 2px;
}
.c-page-home-information__link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__link {
    margin-top: 5.33333vw;
  }
}
.c-page-home-information__link a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.c-page-home-information__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@-webkit-keyframes showfadeU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showfadeU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-page-sub__content {
  padding-top: 110px;
}
@media screen and (max-width: 991px) {
  .c-page-sub__content {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content {
    padding-top: 64px;
  }
}
.c-page-sub__wrap {
  overflow: hidden;
  width: 100%;
}
.c-page-sub__content-title {
  position: relative;
}
.c-page-sub__content-title__bg {
  position: relative;
  overflow: hidden;
  max-height: 900px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg {
    height: 300px;
    overflow: visible;
  }
}
[data-title="person"] .c-page-sub__content-title__bg {
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  [data-title="person"] .c-page-sub__content-title__bg {
    height: 80vw;
    min-height: 80vw;
    margin-bottom: 37.33333vw;
  }
}
.c-page-sub__content-title__bg[data-title="message"] {
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg[data-title="message"] {
    height: 80vw;
    min-height: 80vw;
  }
}
.c-page-sub__content-title__bg-proflie {
  position: absolute;
  left: -100px;
  bottom: 55%;
  -webkit-transform: translateY(50%) skewX(-24deg);
  transform: translateY(50%) skewX(-24deg);
  background: rgba(21, 160, 133, 0.7);
  color: #fff;
  width: 40%;
  min-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 12;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-proflie {
    -webkit-transform: translateY(0) skewX(-10deg);
    transform: translateY(0) skewX(-10deg);
    bottom: -19%;
    width: 95%;
    min-width: auto;
    left: -6.66667vw;
  }
}
.c-page-sub__content-title__bg-proflie__body {
  padding: 30px 100px 60px 40px;
  -webkit-transform: skewX(24deg);
  transform: skewX(24deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-proflie__body {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    width: 100%;
    padding: 0 5.33333vw 5.33333vw 9.33333vw;
  }
}
.c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
  }
}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] {
  margin: 0;
}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] {
  font-size: 4rem;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] {
    font-size: 6.66667vw;
  }
}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] strong {
  font-weight: bold;
}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="jp"] {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="jp"] {
    margin-top: 1.33333vw;
  }
}
.c-page-sub__content-title__bg-proflie__body [data-profile="join"] {
  font-weight: bold;
  margin: 0;
}
.c-page-sub__content-title__bg-cover {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
.c-page-sub__content-title__bg-cover svg {
  min-width: 3000px;
  width: 100%;
  height: 100%;
  margin-left: calc(-1 * (3000px - 100%) / 2);
}
@media screen and (max-width: 991px) {
  .c-page-sub__content-title__bg-cover svg {
    min-width: 1500px;
    margin-left: calc(-1 * (1500px - 100%) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-cover svg {
    min-width: 1000px;
    margin-left: -116px;
    margin-left: calc(-1 * (1000px - 100%) / 2);
  }
}
.c-page-sub__content-title__bg-cover svg .bg-svg01 {
  fill: #fff;
}
.c-page-sub__content-title__bg-cover svg .bg-svg02 {
  fill: #15a085;
  opacity: 0.157;
}
.c-page-sub__content-title__bg-cover[data-cover="top"] {
  top: 0;
  height: 97px;
}
@media screen and (max-width: 991px) {
  .c-page-sub__content-title__bg-cover[data-cover="top"] {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-cover[data-cover="top"] {
    top: -2%;
    height: 36px;
  }
}
.c-page-sub__content-title__bg-cover[data-cover="bottom"] {
  bottom: -1px;
  height: 282px;
}
@media screen and (max-width: 991px) {
  .c-page-sub__content-title__bg-cover[data-cover="bottom"] {
    height: 141px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg-cover[data-cover="bottom"] {
    height: 93px;
  }
}
.c-page-sub__content-title__text {
  max-width: 1030px;
  padding: 0 15px 60px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__text {
    margin-top: -4vw;
    padding: 0 15px 8vw;
  }
}
.c-page-sub__content-title__text:first-child {
  margin-top: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__text:first-child {
    padding-top: 6.66667vw;
  }
}
.c-page-sub__content-title__text:first-child [data-lang="en"] {
  position: relative;
}
.c-page-sub__content-title__text:first-child [data-lang="en"]::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: -20px;
  right: -30px;
  height: 1px;
  background: #15a085;
}
.c-page-sub__content-title__text:first-child [data-lang="jp"] {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__text:first-child [data-lang="jp"] {
    padding-top: 5.33333vw;
  }
}
.c-page-sub__content-detail {
  max-width: 1030px;
  padding: 26px 15px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    padding: 0 15px 10.66667vw;
  }
}
.c-page-sub__content-detail[data-width="full"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.c-nav-global {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .c-nav-global {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global {
    position: fixed;
    top: 74px;
    right: 0;
    z-index: 100;
    background: rgba(21, 160, 133, 0.9);
    width: 100%;
    height: auto;
    display: none;
    padding: 40px;
  }

  @media screen and (max-width: 767px) {
    .c-nav-global {
      top: 64px;
      padding: 8vw 10.66667vw;
    }
  }
  .c-nav-global[data-spmenu-panel="show"] .c-nav-global__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global__body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__body {
    height: 100%;
  }
}
.c-nav-global__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-nav-global__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
  }
}
.c-nav-global__item {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-nav-global__item {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  .c-nav-global__item:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .c-nav-global__item:nth-child(2) {
    -webkit-transition: 0.3s 0.05s;
    transition: 0.3s 0.05s;
  }

  .c-nav-global__item:nth-child(3) {
    -webkit-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
  }

  .c-nav-global__item:nth-child(4) {
    -webkit-transition: 0.3s 0.15s;
    transition: 0.3s 0.15s;
  }

  .c-nav-global__item:nth-child(5) {
    -webkit-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
  }

  .c-nav-global__item:nth-child(6) {
    -webkit-transition: 0.3s 0.25s;
    transition: 0.3s 0.25s;
  }
}
.c-nav-global__item > a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.26;
  padding: 0 1vw;
}
@media screen and (max-width: 991px) {
  .c-nav-global__item > a {
    padding: 0 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a {
    text-align: left;
    padding: 3.33333vw 0;
  }
}
.c-nav-global__item > a:hover {
  opacity: 0.6;
}
.c-nav-global__item > a > span {
  display: block;
}
.c-nav-global__item > a > span[data-lang="en"] {
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #272727;
}
@media screen and (max-width: 1199px) {
  .c-nav-global__item > a > span[data-lang="en"] {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global__item > a > span[data-lang="en"] {
    font-size: 1.6rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a > span[data-lang="en"] {
    font-size: 6vw;
  }
}
.c-nav-global__item > a > span[data-lang="jp"] {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #909090;
}
@media screen and (max-width: 1199px) {
  .c-nav-global__item > a > span[data-lang="jp"] {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global__item > a > span[data-lang="jp"] {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a > span[data-lang="jp"] {
    font-size: 3.2vw;
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .c-nav-global__item > a[data-current] > span {
    color: #15a085;
  }
}
.c-nav-global__item:first-child > a > span {
  border: none;
}
@media screen and (max-width: 991px) {
  .c-nav-global__item:last-child > a {
    border: none;
  }
}
.c-nav-global__sub-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #969171;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav {
    position: static;
  }
}
.c-nav-global__sub-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul {
    display: block;
    padding: 0;
  }
}
.c-nav-global__sub-nav > ul > li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul > li {
    border-bottom: 1px solid #d2cdcd;
  }
}
.c-nav-global__sub-nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul > li > a {
    text-align: center;
    padding: 10px 4%;
  }
}
.c-nav-global__sub-nav > ul > li > a:hover {
  opacity: 0.7;
}
.c-nav-global-entry {
  margin-left: 1%;
  width: 12%;
  max-width: 220px;
}
@media screen and (max-width: 991px) {
  .c-nav-global-entry {
    width: 20%;
    max-width: 120px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global-entry {
    width: 25%;
  }
}
.c-nav-global-entry a {
  background-color: #15a085;
  color: #fff;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-nav-global-entry a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global-entry a {
    font-size: 1.3rem;
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global-entry a {
    padding: 8px 10px;
    font-size: 1.1rem;
    right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .c-nav-global-entry a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global-entry a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global-entry a span {
    display: block;
  }
}
[data-spmenu] {
  display: none;
}
@media screen and (max-width: 991px) {
  [data-spmenu] {
    display: block;
    top: 18px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  [data-spmenu] > span {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
  }

  [data-spmenu] > span span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #15a085;
    left: 7px;
    border-radius: 3px;
  }

  [data-spmenu] > span span:nth-child(1) {
    top: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  [data-spmenu] > span span:nth-child(2) {
    top: 20px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }

  [data-spmenu] > span span:nth-child(3) {
    top: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 991px) {
  [data-spmenu="show"] > span span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  [data-spmenu="show"] > span span:nth-child(2) {
    opacity: 0;
  }

  [data-spmenu="show"] > span span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}
.c-header {
  font-size: 1.6rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.c-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 30px 10px 30px 0;
}
@media screen and (max-width: 991px) {
  .c-header__body {
    padding: 10px 10px 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-header__body {
    padding: 5px 0;
  }
}
.c-header__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-header__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-header__title {
    margin-left: 15px;
  }
}
.c-header__site-name {
  margin: 0;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .c-header__site-name {
    max-width: 150px;
  }
}
.c-header__site-name > a {
  color: #15a085;
  display: block;
  text-decoration: none;
}
.c-header__site-name > a img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.c-header__description {
  margin: 0;
}
.c-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-header__links {
    margin: 0 auto 20px;
  }
}
.c-header__links > li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.c-header__links > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: rgb(0, 0, 0);
  font-size: 0.875em;
}
.c-header__links > li > a:hover {
  color: rgb(3, 3, 2);
}
.c-header__tel {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
}
.c-header__tel > a {
  color: #272727;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #272727;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .c-header__tel > a {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
#ToolBar {
  opacity: 0.2;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#ToolBar:hover {
  opacity: 1;
}
.c-footer {
  color: #fff;
  margin-top: 100px;
  padding: 200px 0 35px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .c-footer {
    padding: 300px 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .c-footer {
    padding: 200px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: 13.33333vw;
    padding: 16vw 0 4.66667vw;
    background-size: 150% auto;
  }
}
.c-footer[data-footerbg="02"] {
  margin-top: 0;
  background: #f9f9f9;
}
.c-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1360px) {
  .c-footer__body {
    display: block;
  }
}
.c-footer__logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 60vw;
  }
}
.c-footer__links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    display: none;
  }
}
.c-footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto 20px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1360px) {
  .c-footer__links ul {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-footer__links li {
  display: block;
  padding: 0;
  border-left: 1px solid #fff;
}
.c-footer__links li:first-child {
  border-left: none;
}
.c-footer__links li:first-child a {
  padding-left: 0;
}
.c-footer__links li:last-child a {
  padding-right: 0;
}
.c-footer__links a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 1199px) {
  .c-footer__links a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .c-footer__links a {
    padding: 0 10px;
  }
}
.c-footer__links a [data-lang="en"] {
  font-weight: bold;
  color: #fff;
}
.c-footer__links a [data-lang="jp"] {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 3px;
}
.c-footer__copyright {
  width: 100%;
  margin-top: 50px;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 4vw;
  }
}
.c-footer-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.c-footer-bg svg {
  width: 3000px;
  margin-left: calc(-1 * (3000px - 100vw) / 2);
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer-bg svg {
    height: 46.66667vw;
  }
}
.c-footer-bg svg path {
  fill: #15a085;
}
[data-pagetop-fix] {
  position: fixed;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  [data-pagetop-fix] {
    margin-right: 0;
    right: 5%;
    bottom: 3%;
  }
}
[data-pagetop-fix] a {
  width: 78px;
  height: 78px;
  display: block;
}
@media screen and (max-width: 767px) {
  [data-pagetop-fix] a {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}
[data-pagetop-fix] a img {
  width: 100%;
}
[data-pagetop-fix="true"] {
  bottom: 50px;
}
[data-pagetop-fix="false"] {
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 767px) {
  [data-pagetop-fix="false"] {
    top: 10%;
  }
}
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.c-content-index__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-content-index__card-item {
  -ms-flex-preferred-size: calc(33.33333% - 21px);
  flex-basis: calc(33.33333% - 21px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
  margin-right: 30px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .c-content-index__card-item {
    -ms-flex-preferred-size: calc(33.33333% - 11px);
    flex-basis: calc(33.33333% - 11px);
    margin-bottom: 20px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .c-content-index__card-item {
    -ms-flex-preferred-size: calc(100% - 1px);
    flex-basis: calc(100% - 1px);
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.c-content-index__card-item:nth-child(3n) {
  margin-right: 0;
}
.c-entry {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-entry {
    margin-top: 10.66667vw;
  }
}
.c-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.c-entry-list__item {
  width: 48.6%;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-entry-list__item a {
  text-align: center;
  border: #15a085 5px solid;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 4rem 3rem;
  text-decoration: none;
  color: #15a085;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a {
    border-width: 0.8vw;
    font-size: 4.26667vw;
    padding: 5.33333vw 4vw;
  }
}
.c-entry-list__item a i {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a i {
    right: 4vw;
    width: 2vw;
    height: 4vw;
  }
}
.c-entry-list__item a i svg {
  width: 100%;
}
.c-entry-list__item a i svg path {
  fill: #15a085;
}
.c-entry-list__item a:hover {
  opacity: 0.7;
}
.c-entry-list__item a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a:hover::after {
    right: 3.33333vw;
  }
}
.bge-contents,
.c-content-main {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bge-contents,
  .c-content-main {
    font-size: 4vw;
  }
}
.bge-contents h2,
.c-content-main h2 {
  font-size: 5rem;
  margin: 0 0 25px;
  line-height: 1.375;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .bge-contents h2,
  .c-content-main h2 {
    font-size: 6.66667vw;
  }
}
.bge-contents h2::after,
.c-content-main h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  margin-top: 5px;
  background-color: #15a085;
}
.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 #15a085;
}
.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 10px 0 -20px;
  width: 9px;
  height: 9px;
  border: 1px solid transparent;
  background: #272727;
  position: relative;
  top: -1px;
}
.bge-contents ul > li > ul li::before,
.c-content-main ul > li > ul li::before {
  background: rgb(21, 162, 134);
}
.bge-contents ul > li > ul li::before > ul li::before,
.c-content-main ul > li > ul li::before > ul li::before {
  background: rgb(3, 3, 2);
}
.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: rgb(21, 158, 130);
  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 {
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  padding: 38px 0;
  vertical-align: top;
}
@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 {
  width: 250px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bge-contents th,
  .c-content-main th {
    border-top: 1px solid #e5e5e5;
    font-size: 4vw;
    padding: 1.33333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents th br,
  .c-content-main th br {
    display: none;
  }
}
.bge-contents th span,
.c-content-main th span {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .bge-contents th span,
  .c-content-main th span {
    margin-left: 1.33333vw;
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents td,
  .c-content-main td {
    font-size: 3.73333vw;
    padding: 2.66667vw 0 10.66667vw;
    border-bottom: none;
  }
}
.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: #f7f7f7;
  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 input,
.c-content-main input {
  font-size: 1.6rem;
  max-width: 100%;
}
.bge-contents input[type="text"],
.bge-contents input[type="email"],
.bge-contents input[type="number"],
.c-content-main input[type="text"],
.c-content-main input[type="email"],
.c-content-main input[type="number"] {
  border: 1px solid #efefef;
  padding: 1.1rem 0.5em;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .bge-contents input[type="text"],
  .bge-contents input[type="email"],
  .bge-contents input[type="number"],
  .c-content-main input[type="text"],
  .c-content-main input[type="email"],
  .c-content-main input[type="number"] {
    padding: 3.33333vw 2vw;
    font-size: 3.73333vw;
  }
}
.bge-contents input[type="text"]::-webkit-input-placeholder,
.bge-contents input[type="email"]::-webkit-input-placeholder,
.bge-contents input[type="number"]::-webkit-input-placeholder,
.c-content-main input[type="text"]::-webkit-input-placeholder,
.c-content-main input[type="email"]::-webkit-input-placeholder,
.c-content-main input[type="number"]::-webkit-input-placeholder {
  color: #bababa;
}
.bge-contents input[type="text"]:-ms-input-placeholder,
.bge-contents input[type="email"]:-ms-input-placeholder,
.bge-contents input[type="number"]:-ms-input-placeholder,
.c-content-main input[type="text"]:-ms-input-placeholder,
.c-content-main input[type="email"]:-ms-input-placeholder,
.c-content-main input[type="number"]:-ms-input-placeholder {
  color: #bababa;
}
.bge-contents input[type="text"]::-ms-input-placeholder,
.bge-contents input[type="email"]::-ms-input-placeholder,
.bge-contents input[type="number"]::-ms-input-placeholder,
.c-content-main input[type="text"]::-ms-input-placeholder,
.c-content-main input[type="email"]::-ms-input-placeholder,
.c-content-main input[type="number"]::-ms-input-placeholder {
  color: #bababa;
}
.bge-contents input[type="text"]::placeholder,
.bge-contents input[type="email"]::placeholder,
.bge-contents input[type="number"]::placeholder,
.c-content-main input[type="text"]::placeholder,
.c-content-main input[type="email"]::placeholder,
.c-content-main input[type="number"]::placeholder {
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .bge-contents input[type="text"],
  .bge-contents input[type="email"],
  .c-content-main input[type="text"],
  .c-content-main input[type="email"] {
    max-width: 100%;
  }
}
.bge-contents select,
.c-content-main select {
  border: 1px solid #efefef;
  padding: 1.1rem 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icon-select.png");
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: right 12px center;
  background-color: #fafafa;
}
.bge-contents select::-ms-expand,
.c-content-main select::-ms-expand {
  display: none;
}
.bge-contents textarea,
.c-content-main textarea {
  border: 1px solid #d2cdcd;
  font-size: 1.6rem;
  padding: 0.3em;
  width: 100%;
}
.bge-contents textarea:focus,
.c-content-main textarea: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;
  outline: none;
}
.bge-contents .cc-form-required,
.c-content-main .cc-form-required {
  border: 1px solid #ad0000;
  color: #ad0000;
  padding: 0.2rem 2rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  float: right;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-required,
  .c-content-main .cc-form-required {
    font-size: 3.46667vw;
    padding: 0.1rem 1rem 0;
    line-height: 1.6;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table,
  .c-content-main .cc-form-table {
    display: block;
  }
}
.bge-contents .cc-form-table th,
.c-content-main .cc-form-table th {
  padding-top: 45px;
  width: 260px;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
  .c-content-main .cc-form-table th {
    padding-top: 0;
    border-top: none;
    display: block;
    width: 100%;
  }
}
.bge-contents .cc-form-table td,
.c-content-main .cc-form-table td {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table td,
  .c-content-main .cc-form-table td {
    padding-left: 0;
    display: block;
  }
}
.bge-contents .cc-form-input__name,
.c-content-main .cc-form-input__name {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-input__name,
  .c-content-main .cc-form-input__name {
    width: 100%;
  }
}
.bge-contents .cc-form-input__age,
.c-content-main .cc-form-input__age {
  width: 80px;
}
.bge-contents .cc-form-input__phone,
.c-content-main .cc-form-input__phone {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-input__phone,
  .c-content-main .cc-form-input__phone {
    width: 100%;
  }
}
.bge-contents .cc-form-input__email,
.c-content-main .cc-form-input__email {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-input__email,
  .c-content-main .cc-form-input__email {
    width: 100%;
  }
}
.bge-contents .cc-form-input__job,
.c-content-main .cc-form-input__job {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-input__job,
  .c-content-main .cc-form-input__job {
    min-width: 100%;
    width: 100%;
  }
}
.bge-contents .cc-form-address,
.c-content-main .cc-form-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-address,
  .c-content-main .cc-form-address {
    display: block;
  }
}
.bge-contents .cc-form-address:not(:first-child),
.c-content-main .cc-form-address:not(:first-child) {
  margin-top: 10px;
}
.bge-contents .cc-form-address__before,
.c-content-main .cc-form-address__before {
  width: 150px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-address__before,
  .c-content-main .cc-form-address__before {
    display: block;
    width: 100%;
  }
}
.bge-contents .cc-form-address__input,
.c-content-main .cc-form-address__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bge-contents .cc-form-address__input .address-num,
.c-content-main .cc-form-address__input .address-num {
  width: 100%;
  max-width: 150px;
}
.bge-contents .cc-form-address__input .address-ken,
.c-content-main .cc-form-address__input .address-ken {
  width: 100%;
  max-width: 250px;
}
.bge-contents .cc-form-address__input .address-shi,
.bge-contents .cc-form-address__input .address-ban,
.c-content-main .cc-form-address__input .address-shi,
.c-content-main .cc-form-address__input .address-ban {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-address__input .address-shi,
  .bge-contents .cc-form-address__input .address-ban,
  .c-content-main .cc-form-address__input .address-shi,
  .c-content-main .cc-form-address__input .address-ban {
    max-width: 100%;
  }
}
.bge-contents .cc-form-radio,
.c-content-main .cc-form-radio {
  margin: 5px 0;
}
.bge-contents .cc-form-radio li,
.c-content-main .cc-form-radio li {
  display: inline-block;
  margin-right: 4rem;
}
.bge-contents .cc-form-radio li::before,
.c-content-main .cc-form-radio li::before {
  content: none;
}
.bge-contents .cc-form-radio input[type="radio"],
.c-content-main .cc-form-radio input[type="radio"] {
  opacity: 0;
}
.bge-contents .cc-form-radio input[type="radio"]:checked + label::before,
.c-content-main .cc-form-radio input[type="radio"]:checked + label::before {
  opacity: 1;
}
.bge-contents .cc-form-radio__label,
.c-content-main .cc-form-radio__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  padding: 0 0 0 25px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  min-width: 90px;
}
.bge-contents .cc-form-radio__label::after,
.c-content-main .cc-form-radio__label::after {
  -webkit-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #272727;
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.bge-contents .cc-form-radio__label::before,
.c-content-main .cc-form-radio__label::before {
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #15a085;
  content: "";
  opacity: 0;
}
.bge-contents .cc-form-text__after,
.c-content-main .cc-form-text__after {
  margin-left: 5px;
}
.bge-contents .cc-form-btn,
.c-content-main .cc-form-btn {
  text-align: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-btn,
  .c-content-main .cc-form-btn {
    margin-top: 12vw;
  }
}
.bge-contents .cc-form-btn [type="submit"],
.bge-contents .cc-form-btn [type="button"],
.c-content-main .cc-form-btn [type="submit"],
.c-content-main .cc-form-btn [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #15a085;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 3rem 2rem;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-btn [type="submit"],
  .bge-contents .cc-form-btn [type="button"],
  .c-content-main .cc-form-btn [type="submit"],
  .c-content-main .cc-form-btn [type="button"] {
    max-width: 80%;
    padding: 6.66667vw 5.33333vw;
    margin: 8px 0;
  }
}
.bge-contents .cc-form-btn [type="submit"].btn-check,
.bge-contents .cc-form-btn [type="button"].btn-check,
.c-content-main .cc-form-btn [type="submit"].btn-check,
.c-content-main .cc-form-btn [type="button"].btn-check {
  width: 440px;
}
.bge-contents .cc-form-btn [type="submit"].btn-send,
.bge-contents .cc-form-btn [type="button"].btn-send,
.c-content-main .cc-form-btn [type="submit"].btn-send,
.c-content-main .cc-form-btn [type="button"].btn-send {
  width: 280px;
}
.bge-contents .cc-form-btn [type="submit"].btn-back,
.bge-contents .cc-form-btn [type="button"].btn-back,
.c-content-main .cc-form-btn [type="submit"].btn-back,
.c-content-main .cc-form-btn [type="button"].btn-back {
  background: #eee;
  color: #888;
  width: 280px;
}
.bge-contents .cc-form-complete,
.c-content-main .cc-form-complete {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-complete,
  .c-content-main .cc-form-complete {
    margin-bottom: 13.33333vw;
  }
}
.bge-contents .cc-form-complete__title,
.c-content-main .cc-form-complete__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #15a085;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-complete__title,
  .c-content-main .cc-form-complete__title {
    font-size: 5.06667vw;
  }
}
.bge-contents .cc-form-complete__link,
.c-content-main .cc-form-complete__link {
  margin-top: 40px;
}
.bge-contents .formError,
.c-content-main .formError {
  display: block;
  width: 100%;
}
.bge-contents .formError .formErrorContent,
.c-content-main .formError .formErrorContent {
  background: transparent;
  color: #ad0000;
}
.bge-contents input[type="number"]::-webkit-outer-spin-button,
.bge-contents input[type="number"]::-webkit-inner-spin-button,
.c-content-main input[type="number"]::-webkit-outer-spin-button,
.c-content-main input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.bge-contents input[type="number"],
.c-content-main input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.bge-contents .cc-form-step,
.c-content-main .cc-form-step {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step,
  .c-content-main .cc-form-step {
    margin-bottom: 6.66667vw;
  }
}
.bge-contents .cc-form-step ol,
.c-content-main .cc-form-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  max-width: 730px;
  margin: 0 auto;
  height: 100px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol,
  .c-content-main .cc-form-step ol {
    height: 60px;
  }
}
.bge-contents .cc-form-step ol::before,
.c-content-main .cc-form-step ol::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol::before,
  .c-content-main .cc-form-step ol::before {
    border-width: 0 30px 30px 0;
  }
}
.bge-contents .cc-form-step ol::after,
.c-content-main .cc-form-step ol::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol::after,
  .c-content-main .cc-form-step ol::after {
    border-width: 0 0 30px 30px;
  }
}
.bge-contents .cc-form-step ol li,
.c-content-main .cc-form-step ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  background-color: #fafafa;
  padding: 6px 0 6px 60px;
  z-index: 1;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li,
  .c-content-main .cc-form-step ol li {
    padding: 0 0 0 30px;
  }
}
.bge-contents .cc-form-step ol li::before,
.c-content-main .cc-form-step ol li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 58px 75px;
  border-color: transparent transparent transparent #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li::before,
  .c-content-main .cc-form-step ol li::before {
    border-width: 34px 0 34px 35px;
  }
}
.bge-contents .cc-form-step ol li::after,
.c-content-main .cc-form-step ol li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 65px;
  border-color: transparent transparent transparent #fafafa;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li::after,
  .c-content-main .cc-form-step ol li::after {
    border-width: 30px 0 30px 30px;
  }
}
.bge-contents .cc-form-step ol li:first-child,
.c-content-main .cc-form-step ol li:first-child {
  margin-left: 0;
  padding-left: 30px;
  width: 27%;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li:first-child,
  .c-content-main .cc-form-step ol li:first-child {
    padding-left: 4vw;
  }
}
.bge-contents .cc-form-step ol li:first-child::before,
.c-content-main .cc-form-step ol li:first-child::before {
  content: none;
}
.bge-contents .cc-form-step ol li:first-child::after,
.c-content-main .cc-form-step ol li:first-child::after {
  content: none;
}
.bge-contents .cc-form-step ol li:last-child,
.c-content-main .cc-form-step ol li:last-child {
  margin-right: 0;
  width: 40%;
  padding-left: 0;
}
.bge-contents .cc-form-step ol li[data-current="true"],
.c-content-main .cc-form-step ol li[data-current="true"] {
  background-color: #15a085;
}
.bge-contents .cc-form-step ol li[data-current="true"] span,
.c-content-main .cc-form-step ol li[data-current="true"] span {
  color: #fff;
  opacity: 1 !important;
}
.bge-contents .cc-form-step ol li[data-current="true"] + li::after,
.c-content-main .cc-form-step ol li[data-current="true"] + li::after {
  border-color: transparent transparent transparent #15a085;
}
.bge-contents .cc-form-step ol li span,
.c-content-main .cc-form-step ol li span {
  width: 100%;
  text-align: center;
}
.bge-contents .cc-form-step ol li span[data-step="num"],
.c-content-main .cc-form-step ol li span[data-step="num"] {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  opacity: 0.2;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li span[data-step="num"],
  .c-content-main .cc-form-step ol li span[data-step="num"] {
    font-size: 6.66667vw;
    line-height: 1;
  }
}
.bge-contents .cc-form-step ol li span[data-step="text"],
.c-content-main .cc-form-step ol li span[data-step="text"] {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-step ol li span[data-step="text"],
  .c-content-main .cc-form-step ol li span[data-step="text"] {
    font-size: 3.2vw;
  }
}
.bge-contents .btn-group,
.c-content-main .btn-group {
  margin: 0 auto;
  text-align: center;
}
.bge-contents .btn-group button,
.c-content-main .btn-group button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(0, 0, 0);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}
.bge-contents .btn-group button:hover,
.c-content-main .btn-group button:hover {
  opacity: 0.7;
}
.bge-contents .btn-group .btn-back,
.c-content-main .btn-group .btn-back {
  background: rgb(3, 3, 2);
}
.bge-contents .grid-frame,
.bge-contents .grid-frame-flex,
.c-content-main .grid-frame,
.c-content-main .grid-frame-flex {
  -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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .bge-contents .grid-lg-flex,
  .c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-flex,
  .c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.bge-contents .mt-zero,
.c-content-main .mt-zero {
  margin-top: 0;
}
.bge-contents .mb-zero,
.c-content-main .mb-zero {
  margin-bottom: 0;
}
.bge-contents .mt-narrow,
.c-content-main .mt-narrow {
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
.bge-contents .mt-wide,
.c-content-main .mt-wide {
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
.bge-contents .mb-narrow,
.c-content-main .mb-narrow {
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
.bge-contents .mb-wide,
.c-content-main .mb-wide {
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
.bge-contents .entry-btn,
.c-content-main .entry-btn {
  text-align: center;
  margin-top: 60px;
}
.bge-contents .entry-btn a,
.c-content-main .entry-btn a {
  display: inline-block;
  background: #15a085;
  color: #fff;
  text-decoration: none;
  width: 440px;
  max-width: 100%;
  padding: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.bge-contents .entry-btn a:hover,
.c-content-main .entry-btn a:hover {
  background: rgb(21, 162, 134);
}
.bge-contents [data-bg="01"],
.c-content-main [data-bg="01"] {
  display: block;
  width: 100%;
  background-image: url("../img/common/bg_gray001.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bg="01"],
  .c-content-main [data-bg="01"] {
    background-size: auto 1000px;
    background-position: top center;
  }
}
.bge-contents [data-bg="02"],
.c-content-main [data-bg="02"] {
  display: block;
  width: 100%;
  background-image: url("../img/common/bg_gray002.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bg="02"],
  .c-content-main [data-bg="02"] {
    background-size: auto 1000px;
    background-position: top center;
  }
}
.bge-contents .p-message__subtitle,
.c-content-main .p-message__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-message__subtitle,
  .c-content-main .p-message__subtitle {
    font-size: 4.8vw;
  }
}
.bge-contents .p-message__name,
.c-content-main .p-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-message__name,
  .c-content-main .p-message__name {
    margin-top: 13.33333vw;
  }
}
.bge-contents .p-message__name [data-type="position"],
.c-content-main .p-message__name [data-type="position"] {
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-message__name [data-type="position"],
  .c-content-main .p-message__name [data-type="position"] {
    font-size: 4vw;
    margin-right: 10px;
  }
}
.bge-contents .p-message__name [data-type="name"],
.c-content-main .p-message__name [data-type="name"] {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-message__name [data-type="name"],
  .c-content-main .p-message__name [data-type="name"] {
    font-size: 4.8vw;
  }
}
.bge-contents .p-about,
.c-content-main .p-about {
  padding-bottom: 100px;
  position: relative;
}
.bge-contents .p-about-bg01,
.c-content-main .p-about-bg01 {
  top: -100px;
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-about-bg01,
  .c-content-main .p-about-bg01 {
    top: -53.33333vw;
    height: 266.66667vw;
  }
}
.bge-contents .p-about__content,
.c-content-main .p-about__content {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-about__content,
  .c-content-main .p-about__content {
    display: block;
  }
}
.bge-contents .p-about__text,
.c-content-main .p-about__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-about__text,
  .c-content-main .p-about__text {
    padding: 0 0 6.66667vw;
  }
}
.bge-contents .p-about-image,
.c-content-main .p-about-image {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-about-image,
  .c-content-main .p-about-image {
    width: 100%;
  }
}
.bge-contents .p-business,
.c-content-main .p-business {
  position: relative;
}
.bge-contents .p-business-bg01,
.c-content-main .p-business-bg01 {
  top: -500px;
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-bg01,
  .c-content-main .p-business-bg01 {
    top: -80vw;
    height: 266.66667vw;
  }
}
.bge-contents .p-business-bg02,
.c-content-main .p-business-bg02 {
  top: 1000px;
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-bg02,
  .c-content-main .p-business-bg02 {
    top: 266.66667vw;
    height: 266.66667vw;
  }
}
.bge-contents .p-business-block,
.c-content-main .p-business-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block,
  .c-content-main .p-business-block {
    padding: 0 15px 10vw;
    display: block;
  }
}
.bge-contents .p-business-block:not(:last-child),
.c-content-main .p-business-block:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block:not(:last-child),
  .c-content-main .p-business-block:not(:last-child) {
    margin-bottom: 13.33333vw;
  }
}
.bge-contents .p-business-block:nth-child(even) .p-business-block__content,
.c-content-main .p-business-block:nth-child(even) .p-business-block__content {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block:nth-child(even) .p-business-block__content,
  .c-content-main .p-business-block:nth-child(even) .p-business-block__content {
    padding-left: 0;
  }
}
.bge-contents .p-business-block:nth-child(odd),
.c-content-main .p-business-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bge-contents .p-business-block:nth-child(odd) .p-business-block__content,
.c-content-main .p-business-block:nth-child(odd) .p-business-block__content {
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block:nth-child(odd) .p-business-block__content,
  .c-content-main .p-business-block:nth-child(odd) .p-business-block__content {
    padding-right: 0;
  }
}
.bge-contents .p-business-block__image,
.c-content-main .p-business-block__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block__image,
  .c-content-main .p-business-block__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
}
.bge-contents .p-business-block__image img,
.c-content-main .p-business-block__image img {
  width: 100%;
}
.bge-contents .p-business-block__content,
.c-content-main .p-business-block__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block__content,
  .c-content-main .p-business-block__content {
    width: 100%;
    padding: 4.66667vw 0;
  }
}
.bge-contents .p-business-block-head__num span,
.c-content-main .p-business-block-head__num span {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  display: block;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block-head__num span,
  .c-content-main .p-business-block-head__num span {
    width: 26.66667vw;
  }
}
.bge-contents .p-business-block-head__num span:nth-child(1),
.c-content-main .p-business-block-head__num span:nth-child(1) {
  font-size: 12rem;
  font-weight: bold;
  color: #15a085;
  opacity: 0.2;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block-head__num span:nth-child(1),
  .c-content-main .p-business-block-head__num span:nth-child(1) {
    font-size: 18.4vw;
  }
}
.bge-contents .p-business-block-head__num span:nth-child(2),
.c-content-main .p-business-block-head__num span:nth-child(2) {
  font-size: 2.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #15a085;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block-head__num span:nth-child(2),
  .c-content-main .p-business-block-head__num span:nth-child(2) {
    font-size: 3.73333vw;
  }
}
.bge-contents .p-business-block-head__title,
.c-content-main .p-business-block-head__title {
  background: none;
  border-bottom: none;
  color: #15a085;
  padding: 0;
  font-size: 2.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-business-block-head__title,
  .c-content-main .p-business-block-head__title {
    margin: 3.73333vw 0;
  }
}
.bge-contents .p-business-block-head__title::after,
.c-content-main .p-business-block-head__title::after {
  content: none;
}
.bge-contents .p-person,
.c-content-main .p-person {
  position: relative;
}
.bge-contents .p-person-bg01,
.c-content-main .p-person-bg01 {
  top: 150px;
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-bg01,
  .c-content-main .p-person-bg01 {
    top: 133.33333vw;
    height: 266.66667vw;
  }
}
.bge-contents .p-person-bg02,
.c-content-main .p-person-bg02 {
  top: 1400px;
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-bg02,
  .c-content-main .p-person-bg02 {
    top: 533.33333vw;
    height: 266.66667vw;
  }
}
.bge-contents .p-person h2,
.c-content-main .p-person h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person h2,
  .c-content-main .p-person h2 {
    font-size: 5.33333vw;
  }
}
.bge-contents .p-person h2::after,
.c-content-main .p-person h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #15a085;
  margin-top: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person h2::after,
  .c-content-main .p-person h2::after {
    margin-bottom: 5.33333vw;
  }
}
.bge-contents .p-person-block01,
.c-content-main .p-person-block01 {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block01,
  .c-content-main .p-person-block01 {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block01 h2,
  .c-content-main .p-person-block01 h2 {
    margin: 0 0 8vw;
  }
}
.bge-contents .p-person-block01 h2::after,
.c-content-main .p-person-block01 h2::after {
  content: none;
}
.bge-contents .p-person-block02,
.c-content-main .p-person-block02 {
  position: relative;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02,
  .c-content-main .p-person-block02 {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02,
  .c-content-main .p-person-block02 {
    margin-top: 13.33333vw;
  }
}
.bge-contents .p-person-block02__title,
.c-content-main .p-person-block02__title {
  padding: 0 15px 20px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__title,
  .c-content-main .p-person-block02__title {
    padding: 0 0 2.66667vw;
    margin-bottom: 8vw;
  }
}
.bge-contents .p-person-block02__title::after,
.c-content-main .p-person-block02__title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: 0 !important;
}
.bge-contents .p-person-block02__content,
.c-content-main .p-person-block02__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-right: 43px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__content,
  .c-content-main .p-person-block02__content {
    max-width: 100%;
    margin: -10.66667vw 0 0 -15px;
    padding: 10.66667vw 15px 8vw;
    background: #fff;
  }
}
.bge-contents .p-person-block02__content p,
.c-content-main .p-person-block02__content p {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__content p,
  .c-content-main .p-person-block02__content p {
    padding: 0;
  }
}
.bge-contents .p-person-block02__image,
.c-content-main .p-person-block02__image {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__image,
  .c-content-main .p-person-block02__image {
    position: relative;
    top: 0;
    left: 15px;
    width: calc(100% + 15px);
    z-index: -1;
  }
}
.bge-contents .p-person-block02__image figure,
.c-content-main .p-person-block02__image figure {
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__image figure,
  .c-content-main .p-person-block02__image figure {
    height: auto;
  }
}
.bge-contents .p-person-block02__image figure img,
.c-content-main .p-person-block02__image figure img {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block02__image figure img,
  .c-content-main .p-person-block02__image figure img {
    height: auto;
  }
}
.bge-contents .p-person-block03,
.c-content-main .p-person-block03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  margin-top: 70px;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03,
  .c-content-main .p-person-block03 {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03,
  .c-content-main .p-person-block03 {
    display: block;
    margin-top: 9.33333vw;
  }
}
.bge-contents .p-person-block03__image,
.c-content-main .p-person-block03__image {
  overflow: hidden;
  z-index: -1;
  width: calc(100% - 30px);
  position: absolute;
  top: 0%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03__image,
  .c-content-main .p-person-block03__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 46.66667vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bge-contents .p-person-block03__image img,
  .c-content-main .p-person-block03__image img {
    height: 46.66667vw;
  }
}
.bge-contents .p-person-block03__content,
.c-content-main .p-person-block03__content {
  width: 53%;
  margin-top: 310px;
  background: #fff;
  padding: 88px 60px 48px;
  min-height: 560px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03__content,
  .c-content-main .p-person-block03__content {
    min-height: auto;
    margin: -6.66667vw 0 0;
    width: 100%;
    padding: 6.66667vw 15px;
  }
}
.bge-contents .p-person-block03__title,
.c-content-main .p-person-block03__title {
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03__title,
  .c-content-main .p-person-block03__title {
    padding: 0;
  }
}
.bge-contents .p-person-block03__title::after,
.c-content-main .p-person-block03__title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: 0 !important;
}
.bge-contents .p-person-block03 p,
.c-content-main .p-person-block03 p {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block03 p,
  .c-content-main .p-person-block03 p {
    padding: 0;
  }
}
.bge-contents .p-person-block04,
.c-content-main .p-person-block04 {
  position: relative;
  margin-top: -460px;
  padding-top: 550px;
  padding-bottom: 170px;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04,
  .c-content-main .p-person-block04 {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04,
  .c-content-main .p-person-block04 {
    margin-top: 0;
    padding-top: 0;
  }
}
.bge-contents .p-person-block04__image-cont01,
.c-content-main .p-person-block04__image-cont01 {
  position: absolute;
  width: calc(50% - 15px);
  height: 500px;
  left: 15px;
  z-index: -1;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04__image-cont01,
  .c-content-main .p-person-block04__image-cont01 {
    position: relative;
    top: 0;
    right: 15px;
    width: 100%;
    height: 78vw;
    margin-top: 0;
    padding-top: 0;
  }
}
.bge-contents .p-person-block04__image-cont02,
.c-content-main .p-person-block04__image-cont02 {
  position: absolute;
  top: 500px;
  right: 15px;
  width: calc(50% - 15px);
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04__image-cont02,
  .c-content-main .p-person-block04__image-cont02 {
    position: relative;
    top: 0;
    right: auto;
    left: -15px;
    width: 100%;
    height: 73.33333vw;
  }
}
.bge-contents .p-person-block04__title,
.c-content-main .p-person-block04__title {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04__title,
  .c-content-main .p-person-block04__title {
    padding: 0;
  }
}
.bge-contents .p-person-block04__title::after,
.c-content-main .p-person-block04__title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: 0 !important;
}
.bge-contents .p-person-block04__content,
.c-content-main .p-person-block04__content {
  max-width: 53%;
  background-color: #fff;
  position: relative;
  padding: 88px 60px 48px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04__content,
  .c-content-main .p-person-block04__content {
    margin-top: -13.33333vw;
    max-width: 100%;
    padding: 8vw 0 7.33333vw 15px;
  }
}
.bge-contents .p-person-block04__content p,
.c-content-main .p-person-block04__content p {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-block04__content p,
  .c-content-main .p-person-block04__content p {
    padding: 0;
  }
}
.bge-contents .p-person-more,
.c-content-main .p-person-more {
  background: #f9f9f9;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more,
  .c-content-main .p-person-more {
    margin-top: 13.33333vw;
  }
}
.bge-contents .p-person-more__content,
.c-content-main .p-person-more__content {
  max-width: 1030px;
  padding: 130px 15px 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more__content,
  .c-content-main .p-person-more__content {
    padding: 13.33333vw 15px 4vw;
  }
}
.bge-contents .p-person-more__content h2,
.c-content-main .p-person-more__content h2 {
  position: absolute;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 8rem;
  top: -9rem;
  line-height: 1.2;
  color: #15a085;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more__content h2,
  .c-content-main .p-person-more__content h2 {
    top: -12vw;
    font-size: 10.66667vw;
  }
}
.bge-contents .p-person-more-list,
.c-content-main .p-person-more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list,
  .c-content-main .p-person-more-list {
    /* display: block;
    padding: 0; */
    display: flex;
    flex-flow: wrap;
    gap: calc(80 / 767 * 100vw) 0;
  }
}
.bge-contents .p-person-more-list__item,
.c-content-main .p-person-more-list__item {
  padding: 0;
  max-width: 490px;
  /* width: 49%; */
  width: 23%;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__item,
  .c-content-main .p-person-more-list__item {
    /* width: 100%;
    max-width: 100%; */
    width: 48%;
  }

  /* .bge-contents .p-person-more-list__item:not(:first-child),
  .c-content-main .p-person-more-list__item:not(:first-child) {
    margin-top: 6.66667vw;
  } */
}
.bge-contents .p-person-more-list__item::before,
.c-content-main .p-person-more-list__item::before {
  content: none;
}
.bge-contents .p-person-more-list__item a,
.c-content-main .p-person-more-list__item a {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
}
.bge-contents .p-person-more-list__item a:hover,
.c-content-main .p-person-more-list__item a:hover {
  opacity: 0.8;
}
.bge-contents .p-person-more-list__image,
.c-content-main .p-person-more-list__image {
  width: 100%;
  height: 26vw;
  min-height: 370px;
  max-height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__image,
  .c-content-main .p-person-more-list__image {
    height: 86.66667vw;
    min-height: 86.66667vw;
    max-height: 86.66667vw;
  }
}
.bge-contents .p-person-more-list__position,
.c-content-main .p-person-more-list__position {
  position: absolute;
  bottom: 20px;
  left: -10px;
  background: #272727;
  display: inline-block;
  color: #fff;
  /* font-size: 1.8rem; */
  font-weight: bold;
  /* width: 260px; */
  font-size: 1.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__position,
  .c-content-main .p-person-more-list__position {
    /* font-size: 3.2vw;
    width: 48.53333vw; */
    font-size: 2.8vw;
    width: fit-content;
    display: flex;
    align-items: center;
    height: calc(50.3 / 375 * 100vw);
    padding: 0.8em 1em;
    left: calc(-5 / 375 * 100vw);
  }
}
.bge-contents .p-person-more-list__name,
.c-content-main .p-person-more-list__name {
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__name,
  .c-content-main .p-person-more-list__name {
    line-height: 1.5;
  }
}
.bge-contents .p-person-more-list__name [data-lang="en"],
.c-content-main .p-person-more-list__name [data-lang="en"] {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__name [data-lang="en"],
  .c-content-main .p-person-more-list__name [data-lang="en"] {
    font-size: 4.8vw;
  }
}
.bge-contents .p-person-more-list__name [data-lang="jp"],
.c-content-main .p-person-more-list__name [data-lang="jp"] {
  font-size: 3.2rem;
  display: block;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__name [data-lang="jp"],
  .c-content-main .p-person-more-list__name [data-lang="jp"] {
    font-size: 6.66667vw;
  }
}
.bge-contents .p-person-more-list__join,
.c-content-main .p-person-more-list__join {
  border-top: 1px solid rgba(39, 39, 39, 0.25);
  text-align: right;
  font-size: 1.4rem;
  padding-top: 10px;
  margin-top: 10px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-person-more-list__join,
  .c-content-main .p-person-more-list__join {
    margin-top: 0;
    font-size: 4vw;
  }
}
.bge-contents .p-qa,
.c-content-main .p-qa {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-qa,
  .c-content-main .p-qa {
    margin-top: 10.66667vw;
  }
}
.bge-contents .p-qa-list,
.c-content-main .p-qa-list {
  margin: 0;
}
.bge-contents .p-qa-list dt,
.c-content-main .p-qa-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  color: #15a085;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-qa-list dt,
  .c-content-main .p-qa-list dt {
    font-size: 4.8vw;
  }
}
.bge-contents .p-qa-list dt::before,
.c-content-main .p-qa-list dt::before {
  content: "Q";
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 4.9rem;
  margin-right: 20px;
  color: #15a085;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-qa-list dt::before,
  .c-content-main .p-qa-list dt::before {
    font-size: 10.66667vw;
    margin-right: 10px;
  }
}
.bge-contents .p-qa-list dd,
.c-content-main .p-qa-list dd {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-qa-list dd,
  .c-content-main .p-qa-list dd {
    margin: 0;
  }
}
.bge-contents .p-qa-list dd + dt,
.c-content-main .p-qa-list dd + dt {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bge-contents .p-qa-list dd + dt,
  .c-content-main .p-qa-list dd + dt {
    margin-top: 8vw;
  }
}

/*# sourceMappingURL=style_b03c06.css.map */
