/**!
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 * 🚧                                                                    🚧
 * 🚧                      👷これは開発中のコードです。                       🚧
 * 🚧                                                                    🚧
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 *
 * 🈲 このファイルを直接編集しないでください。
 * ⚠️ 正式公開の場合は正しい手順でリリースビルドを行なってファイルを最適化してください。
 *
 */

 @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:300,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: #24B3ED;
	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;
}
@media screen and (max-width: 767px) {
.button {
		padding: 1rem;
		width: 46.66667vw;
		font-size: 3.2vw
}
	}
.button::after {
		content: "";
		height: 1px;
		width: 50px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transition: 300ms;
		transition: 300ms;
	}
@media screen and (max-width: 767px) {
.button::after {
			width: 6.66667vw;
			z-index: 2
	}
		}
.button::before {
		content: "";
		height: 23px;
		width: 61px;
		background: linear-gradient(45deg, rgba(36,179,237, 0) 0, rgba(36,179,237, 0) 41.5px, rgba(36,179,237, 1) 41.5px, rgba(36,179,237, 1) 43px, rgba(36,179,237, 0) 43px) no-repeat;
		position: absolute;
		top: 50%;
		margin-top: -22px;
		border-bottom: 1px solid #24B3ED;
		right: -61px;
		-webkit-transition: 300ms;
		transition: 300ms;
	}
@media screen and (max-width: 767px) {
.button::before {
			right: -9.33333vw
	}
		}
.button:hover {
		opacity: .8;
	}
.button:hover::after {
			width: 40px;
		}
@media screen and (max-width: 767px) {
.button:hover::after {
				width: 6.66667vw
		}
			}
.button:hover::before {
			width: 71px;
			right: -71px;
			background-position: left 12px top 1px;
		}
@media screen and (max-width: 767px) {
.button:hover::before {
				right: -9.33333vw;
				background-position: left 12px top 1px
		}
			}
.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: #24B3ED;
		font-weight: 300;
		line-height: 1.22;
		letter-spacing: .05em;
		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;
		margin-top: 17px;
		padding-left: 8px;
	}
@media screen and (max-width: 767px) {
.c-title-page [data-lang="jp"] {
			margin-top: 2.26667vw;
			font-size: 4vw;
			padding-left: 0
	}
		}
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;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.c-hero-image {
		height: 100vh;
		width: 100%;
		min-height: 750px;
		padding-top: 100px;
		overflow: hidden;
	}
@media screen and (max-width: 767px) {
.c-hero-image {
			min-height: 500px;
			max-height: 667px;
			padding-top: 45px
	}
		}
.c-hero-image img {
			width: 100%;
			height: 100%;
		}
.c-hero::before {
		content: "";
		display: block;
		width: 770px;
		height: 419px;
		position: absolute;
		right: -19px;
		bottom: 0;
		background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22770%22%20height%3D%22419%22%20viewBox%3D%220%200%20770%20419%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_20%22%20data-name%3D%22%E3%83%91%E3%82%B9%2020%22%20d%3D%22M336.738%2C196.086h556l-186%2C419h-584Z%22%20transform%3D%22translate(-122.738%20-196.086)%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left bottom / auto 100%;
	}
@media screen and (max-width: 767px) {
.c-hero::before {
			width: 102.66667vw;
			height: 55.86667vw;
			right: -20vw;
			bottom: -0.26667vw
	}
		}
.c-hero__body {
		height: 100%;
		width: 100%;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		top: 0;
		left: 0;
	}
.c-hero-copy {
		width: 403px;
		margin: 0 168px 78px 0;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-hero-copy {
			width: 54vw;
			margin: 0 4.66667vw 9.2vw 0
	}
		}
@media screen and (max-width: 767px) {
.c-hero-copy > svg {
				width: 100%;
				height: auto
		}
			}
.c-hero-copy > svg path {
				fill: #272727;
			}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
				.c-hero-copy > svg path {
					fill: none;
					stroke: #272727;
					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(39, 39, 39, 0);
			}

			60% {
				fill: rgba(39, 39, 39, 0);
				stroke-width: 1px;
			}

			100% {
				opacity: 1;
				stroke-dashoffset: 0;
				fill: rgba(39, 39, 39, 1);
				stroke-width: 0;
				opacity: 1;
			}
		}
@keyframes stroke {
			0% {
				stroke-dashoffset: 2000;
				fill: rgba(39, 39, 39, 0);
			}

			60% {
				fill: rgba(39, 39, 39, 0);
				stroke-width: 1px;
			}

			100% {
				opacity: 1;
				stroke-dashoffset: 0;
				fill: rgba(39, 39, 39, 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: .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
			}
				}
@mediascreen 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 h2 {
		margin: 0 0 40px;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-page-home h2 {
			margin: 0 0 3.33333vw
	}
		}
.c-page-home h2 [data-lang="en"] {
			font-size: 7rem;
			font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
			color: #24B3ED;
			font-weight: 300;
			line-height: 1.22;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-lang="en"] {
				font-size: 9.33333vw
		}
			}
.c-page-home h2 [data-lang="jp"] {
			font-size: 2.1rem;
			color: #272727;
			display: block;
			font-weight: 500;
			line-height: 1.33;
			margin-top: 16px;
		}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-lang="jp"] {
				margin-top: 2.66667vw;
				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: #24B3ED;
				stroke: #24B3ED;
				letter-spacing: .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: .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-business {
		padding-top: 126px;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-page-home-business {
			padding-top: 11.46667vw
	}
		}
.c-page-home-business::before {
			content: "";
			display: block;
			width: 1863px;
			height: 2552px;
			position: absolute;
			top: -415px;
			right: 0;
			background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221862.582%22%20height%3D%222551.698%22%20viewBox%3D%220%200%201862.582%202551.698%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_18%22%20data-name%3D%22%E3%83%91%E3%82%B9%2018%22%20d%3D%22M719.138-639.943H1276.71L134%2C1911.755H-585.872Z%22%20transform%3D%22translate(585.872%20639.943)%22%20fill%3D%22%23bababa%22%20opacity%3D%220.099%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 19px top / 100% auto;
		}
@media screen and (max-width: 767px) {
.c-page-home-business::before {
				width: 100%;
				height: 340.26667vw;
				right: 0;
				top: -55.33333vw;
				background-position: 86.4% top;
				background-size: 248.4vw auto
		}
			}
.c-page-home-business::after {
			content: "";
			display: block;
			width: 1191px;
			height: 454px;
			position: absolute;
			top: -167px;
			left: -821px;
			background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221190.51%22%20height%3D%22453.561%22%20viewBox%3D%220%200%201190.51%20453.561%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_61%22%20data-name%3D%22%E3%83%91%E3%82%B9%2061%22%20d%3D%22M182.851%2C6.715%2C1170.7%2C13.828%2C984.828%2C460.276l-1004.64-7.113Z%22%20transform%3D%22translate(19.812%20-6.715)%22%20fill%3D%22%23bababa%22%20opacity%3D%220.099%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / 100% auto;
		}
@media screen and (max-width: 767px) {
.c-page-home-business::after {
				display: none
		}
			}
.c-page-home-business__body {
			margin: 0 auto;
			position: relative;
			z-index: 1;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__body {
				display: block
		}
			}
.c-page-home-business__image {
			width: 57.4%;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__image {
				width: 87.2vw
		}
			}
.c-page-home-business__image figure {
				width: 100%;
				min-height: 40.066vw;
				margin: 0;
				overflow: hidden;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__image figure {
					height: 80vw
			}
				}
.c-page-home-business__image figure img {
					height: 100%;
					width: 100%;
				}
.c-page-home-business__content {
			width: 37.333%;
			position: absolute;
			top: -50px;
			left: 10.866%;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__content {
				width: 83.86667vw;
				margin: -13.33333vw 0 0 4vw;
				position: relative;
				top: auto;
				left: auto
		}
			}
.c-page-home-business__text {
			display: block;
			color: inherit;
			text-decoration: none;
			padding: 77px 10% 138px 15.714%;
			background: #fff;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__text {
				padding: 6.66667vw 8.26667vw 22.13333vw
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-business__title {
				padding-bottom: 0;
				margin: 0
		}
			}
.c-page-home-business__title [data-lang="jp"] {
				letter-spacing: 0;
				padding-left: 5px;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__title [data-lang="jp"] {
					padding-left: 0
			}
				}
.c-page-home-business__name {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			padding-left: 7px;
			margin: 63px 0 0;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__name {
				margin: 4vw 0 0;
				padding-left: 0
		}
			}
.c-page-home-business__name [data-type="en"] {
				font-size: 4rem;
				font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
				font-weight: 300;
				margin-bottom: 10px;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__name [data-type="en"] {
					margin-bottom: 2.13333vw
			}
				}
.c-page-home-business__name [data-type="en"] span {
					font-weight: 500;
				}
@media screen and (max-width: 767px) {
.c-page-home-business__name [data-type="en"] {
					font-size: 6.66667vw
			}
				}
.c-page-home-business__name [data-type="position"] {
				font-size: 1.4rem;
				line-height: 1.3;
				margin-left: 3px;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__name [data-type="position"] {
					font-size: 3.73333vw;
					line-height: 1.5;
					margin-left: 0
			}
				}
.c-page-home-business__name [data-type="name"] {
				font-size: 1.8rem;
				line-height: 1.3;
				font-weight: bold;
				margin-left: 3px;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__name [data-type="name"] {
					line-height: 1.5;
					margin-left: 0;
					font-size: 4.8vw
			}
				}
.c-page-home-person {
		position: relative;
		padding: 20px 0 0;
		overflow: hidden;
		z-index: 1;
	}
@media screen and (max-width: 767px) {
.c-page-home-person {
			padding: 5.33333vw 0 10.66667vw
	}
		}
.c-page-home-person::before {
			content: "";
			display: block;
			height: 150px;
			background: #F7F7F7;
			position: absolute;
			top: -70px;
			right: -5%;
			width: 500px;
			-webkit-transform: skewX(-24.8deg);
			        transform: skewX(-24.8deg);
		}
@media screen and (max-width: 767px) {
.c-page-home-person::before {
				height: 22.66667vw;
				top: 16vw;
				left: -24vw;
				right: 11%
		}
			}
.c-page-home-person__heading {
			width: 31.133%;
			padding: 0;
			margin: 0 0 0 17%;
		}
@media screen and (max-width: 767px) {
.c-page-home-person__heading {
				margin-right: 8vw;
				padding: 4.93333vw 0 0
		}
			}
.c-page-home-person__heading h2 {
				margin-bottom: 36px;
			}
@media screen and (max-width: 767px) {
.c-page-home-person__heading h2 {
					margin-bottom: 8.26667vw
			}
				}
.c-page-home-person__heading h2 [data-lang="en"] {
					color: #24B3ED;
					letter-spacing: .045em;
				}
.c-page-home-person__heading h2 [data-lang="jp"] {
					letter-spacing: .05em;
				}
.c-page-home-person-menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: auto;
			margin: 0 -11%;
			padding: 0;
			background: #fff;
		}
@media screen and (max-width: 767px) {
.c-page-home-person-menu {
				margin: 0 -11.5%;
				background: transparent
		}
			}
.c-page-home-person-menu__box {
				max-width: 50%;
				list-style: none;
				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;
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				overflow: hidden;
				-webkit-transform: skewX(-24.8deg);
				        transform: skewX(-24.8deg);
			}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box {
					max-width: none;
					width: 50%;
					min-width: 40%;
					display: block;
					background: transparent;
					-webkit-transition: 300ms;
					transition: 300ms
			}
				}
.c-page-home-person-menu__box::after, .c-page-home-person-menu__box::before {
					content: "";
					display: block;
					position: absolute;
				}
.c-page-home-person-menu__box::after {
					top: 0;
					right: .9%;
					width: 100%;
					height: 100%;
					background: rgba(255, 255, 255, 0);
					-webkit-transition: 100ms;
					transition: 100ms;
				}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box::after {
						right: 0
				}
					}
.c-page-home-person-menu__box + li::after {
						left: .9%;
					}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box + li::after {
							left: 0
					}
						}
.c-page-home-person-menu__box::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(36,179,237, 0) transparent transparent transparent;
					z-index: 10;
				}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box::before {
						bottom: -4vw;
						border-width: 4vw 2.8vw 0 2.8vw
				}
					}
.c-page-home-person-menu__box:hover > div {
						display: block;
						-webkit-animation: showfadeU 400ms ease-out forwards;
						        animation: showfadeU 400ms ease-out forwards;
					}
.c-page-home-person-menu__box:hover::after {
						background: rgba(36,179,237, .7);
					}
.c-page-home-person-menu__box:hover::before {
						border-color: rgba(36,179,237, .7) transparent transparent transparent;
					}
.c-page-home-person-menu__box:hover > span {
						-webkit-transform: translateY(0);
						        transform: translateY(0);
						opacity: 1;
					}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box[data-tab-select] {
						min-width: 40%
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__box[data-tab-select="active"] {
						min-width: 60%
				}

						.c-page-home-person-menu__box[data-tab-select="active"]::after {
							background: rgba(36,179,237, .7);
						}

						.c-page-home-person-menu__box[data-tab-select="active"] span > div {
							right: 0;
						}
							.c-page-home-person-menu__box[data-tab-select="active"]:nth-child(2n+1) span > div {
								right: -10%;
							}
					}
.c-page-home-person-menu__link {
				text-align: center;
				text-decoration: none;
				z-index: 1;
				color: #fff;
				display: block;
				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: 0;
					right: 0;
					left: auto;
					-webkit-transform: translateY(0);
					        transform: translateY(0);
					-webkit-box-pack: end;
					    -ms-flex-pack: end;
					        justify-content: flex-end;
					height: 100%
			}

					.c-page-home-person-menu__link > div {
						margin-top: 0;
						padding: 0 0 16vw;
						width: 79.2vw;
					}
				}
.c-page-home-person-menu__link > div {
					-webkit-transform: skewX(24.8deg);
					        transform: skewX(24.8deg);
				}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__link > div {
						position: absolute;
						top: 0;
						right: -140%;
						bottom: 0;
						padding: 8vw 3.73333vw 0 0;
						-webkit-transition: 300ms;
						transition: 300ms
				}
					}
.c-page-home-person-menu__link [data-button="more"] {
					position: relative;
					font-size: 1.3rem;
					width: 100%;
					border-radius: 0;
					right: 0;
					padding: 1.3rem 0;
					max-width: 196px;
					margin: 40px auto 0;
					height: auto;
				}
@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 -12.5%;
				width: 140%;
				overflow: hidden;
				-webkit-transform: skewX(24.8deg);
				        transform: skewX(24.8deg);
			}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__img {
					width: 108.8vw;
					margin: 0 0 0 -30%
			}
				}
.c-page-home-person-menu__img img {
					width: 100%;
					display: block;
				}
.c-page-home-person-menu__img img.sp-only {
						display: none;
					}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__img img.sp-only {
							display: block
					}
						}
@media screen and (max-width: 767px) {
.c-page-home-person-menu__img img.pc-only {
							display: none
					}
						}
@media screen and (max-width: 767px) {
.c-page-home-person-menu [data-person="name"] {
					margin: 0
			}
				}
.c-page-home-person-menu [data-person="name"] [data-lang="en"] {
					display: block;
					font-size: 4rem;
					font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
					font-weight: 300;
					line-height: 1.26;
				}
@media screen and (max-width: 767px) {
.c-page-home-person-menu [data-person="name"] [data-lang="en"] {
						font-family: 'Montserrat';
						font-size: 5.33333vw
				}
					}
.c-page-home-person-menu [data-person="name"] [data-lang="en"] strong {
						font-weight: 500;
					}
@media screen and (max-width: 767px) {
.c-page-home-person-menu [data-person="name"] [data-lang="en"] strong {
							display: block
					}
						}
.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: "";
					display: block;
					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 {
						width: 21.33333vw;
						margin: 2.66667vw auto 0
				}
					}
.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"] {
					width: 100%;
					font-size: 3.33333vw
			}
				}
.c-page-home-person__body {
			max-width: 1220px;
			padding: 100px 175px 200px;
			margin: 0 auto;
			position: relative;
			background: #fff;
			z-index: 1;
		}
@media screen and (max-width: 991px) {
.c-page-home-person__body {
				padding: 80px 60px 150px
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-person__body {
				padding: 6.66667vw 15px 13.33333vw
		}
			}
.c-page-home-person__body::before {
				content: "";
				display: block;
				width: calc((100vw - 1220px)/2);
				position: absolute;
				background-color: #fff;
				height: 100%;
				left: 100%;
				top: 0;
				z-index: -1;
			}
@media screen and (max-width: 767px) {
.c-page-home-person__body::before {
					content: none
			}
				}
.c-page-home-person__body > div {
				display: none;
				visibility: hidden;
			}
.c-page-home-person__body > div[data-panel-select="active"] {
					display: block;
					visibility: visible;
					opacity: 1;
				}
.c-page-home-person__body > div[data-panel-select="active"] dl {
						-webkit-animation: showfadeU 400ms ease-out forwards;
						        animation: showfadeU 400ms ease-out forwards;
					}
.c-page-home-person__body > div dl {
					opacity: 0;
					-webkit-transform: translateY(50px);
					        transform: translateY(50px);
				}
.c-page-home-person__body > div dl dt {
						font-size: 2.4rem;
						font-weight: 500;
						color: #24B3ED;
						position: relative;
					}
@media screen and (max-width: 767px) {
.c-page-home-person__body > div dl dt {
							font-size: 4.8vw
					}
						}
.c-page-home-person__body > div dl dt::before {
							content: "";
							position: absolute;
							bottom: -20px;
							left: -25px;
							right: -25px;
							height: 2px;
							background-color: #24B3ED;
						}
.c-page-home-person__body > div dl dd {
						margin-top: 40px;
						line-height: 2;
						margin-left: 0;
					}
.c-page-home-person__body > div dl dd + dt {
							margin-top: 75px;
						}
@media screen and (max-width: 767px) {
.c-page-home-person__body > div dl dd + dt {
								margin-top: 10vw
						}
							}
.c-page-home-message {
		overflow: hidden;
	}
.c-page-home-message__title {
			position: relative;
		}
.c-page-home-message__title h2 {
				display: inline-block;
				padding: 200px 55px 35px 0;
				position: relative;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__title h2 {
					margin-left: -6.66667vw;
					padding: 20vw 7.33333vw 4.66667vw 0
			}
				}
[data-path="/about"] .c-page-home-message__title h2 {
					min-width: 385px;
				}
@media screen and (max-width: 767px) {
[data-path="/about"] .c-page-home-message__title h2 {
						min-width: 0
				}
					}
.c-page-home-message__title-bg {
				position: relative;
				overflow: hidden;
				min-height: 400px;
				max-height: 53.333vw;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg {
					padding-top: 45px;
					min-height: auto;
					overflow: visible;
					max-height: none
			}
				}
.c-page-home-message__title-bg img {
					min-height: 300px;
				}
.c-page-home-message__title-bg[data-title="person"] {
					height: 900px;
					background: #000;
				}
@media screen and (max-width: 991px) {
.c-page-home-message__title-bg[data-title="person"] {
						height: 750px
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg[data-title="person"] {
						height: 100vw;
						margin-bottom: 14.66667vw
				}
					}
.c-page-home-message__title-bg + div {
					margin-top: -171px;
				}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg + div {
						margin-top: -28vw
				}
					}
.c-page-home-message__title-bg + div h2 {
						display: inline-block;
						position: relative;
						padding: 34px 0 0;
						margin: 0;
						z-index: 1;
					}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg + div h2 {
							padding: 4vw 0 0
					}
						}
.c-page-home-message__title-bg + div h2::before {
							content: "";
							display: block;
							height: 419px;
							position: absolute;
							right: -22px;
							left: -152px;
							top: 0;
							background: #fff;
							z-index: -1;
							-webkit-transform: skewX(-26deg);
							        transform: skewX(-26deg);
						}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg + div h2::before {
								height: 55.86667vw;
								left: -17.06667vw;
								right: 1.06667vw
						}
							}
.c-page-home-message__title-bg + div h2::after {
							content: "";
							display: block;
							height: 419px;
							position: absolute;
							left: -1028px;
							top: 154px;
							width: 800px;
							background: rgba(186, 186, 186, .1);
							z-index: -1;
							-webkit-transform: skewX(-26deg);
							        transform: skewX(-26deg);
						}
@media screen and (max-width: 767px) {
.c-page-home-message__title-bg + div h2::after {
								width: 106.26667vw;
								height: 55.86667vw;
								left: -128.26667vw;
								top: 10.13333vw
						}
							}
.c-page-home-message__title-text {
				max-width: 950px;
				padding: 0 9px;
				margin: 0 auto;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__title-text {
					padding: 0 14.66667vw 8vw
			}
				}
.c-page-home-message__content {
			max-width: 960px;
			padding: 60px 15px 150px;
			margin: 0 auto;
			position: relative;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__content {
				padding: 0 6.66667vw 10.66667vw
		}
			}
.c-page-home-message__content::before {
				content: "";
				display: block;
				height: 247px;
				position: absolute;
				right: -827px;
				bottom: 0;
				width: 1191px;
				background: rgba(186, 186, 186, .1);
				z-index: -1;
				-webkit-transform: skewX(-30deg);
				        transform: skewX(-30deg);
			}
@media screen and (max-width: 767px) {
.c-page-home-message__content::before {
					width: 134.8vw;
					height: 106.66667vw;
					right: -99.73333vw;
					bottom: 1.86667vw
			}
				}
.c-page-home-message__subtitle {
			font-size: 2.4rem;
			line-height: 1.4;
			font-weight: bold;
			margin-bottom: 30px;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__subtitle {
				font-size: 6.13333vw;
				margin-bottom: 6.66667vw
		}
			}
.c-page-home-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: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			margin-top: 115px;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__name {
				margin-top: 13.33333vw
		}
			}
.c-page-home-message__name [data-type="position"] {
				font-size: 1.4rem;
				margin-right: 20px;
				margin-bottom: 10px;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__name [data-type="position"] {
					font-size: 4vw;
					margin-right: 10px;
					margin-bottom: 0.53333vw
			}
				}
.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.8vw
			}
				}
.c-page-home-information__body {
			max-width: 1030px;
			padding: 0 15px 120px;
			margin: 0 auto;
		}
@media screen and (max-width: 991px) {
.c-page-home-information__body {
				padding: 100px 60px
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-information__body {
				padding: 6.66667vw 15px 13.33333vw
		}
			}
.c-page-home-information__body h2 {
				border-bottom: 1px solid #24B3ED;
				border-right: 1px solid #24B3ED;
				min-width: 320px;
				-webkit-transform: skewX(-30deg);
				        transform: skewX(-30deg);
				display: inline-block;
				padding: 200px 55px 35px 0;
				position: relative;
				margin-left: 53px;
			}
@media screen and (max-width: 767px) {
.c-page-home-information__body h2 {
					min-width: 42.66667vw;
					margin-left: 19px;
					padding: 20vw 7.33333vw 4.66667vw 0
			}
				}
.c-page-home-information__body h2 span {
					display: block;
					-webkit-transform: skewX(30deg);
					        transform: skewX(30deg);
					letter-spacing: .05em;
				}
.c-page-home-information__body table {
				width: 100%;
				margin: 60px 0 0;
			}
.c-page-home-information__body table th, .c-page-home-information__body table td {
					border-bottom: 1px solid #E5E5E5;
					padding: 38px 0;
					vertical-align: top;
				}
@media screen and (max-width: 767px) {
.c-page-home-information__body table th, .c-page-home-information__body table td {
						display: block;
						width: 100%
				}
					}
.c-page-home-information__body table th {
					width: 280px;
					text-align: left;
					font-size: 1.5rem;
				}
@media screen and (max-width: 767px) {
.c-page-home-information__body table th {
						width: 100%;
						border-top: 1px solid #E5E5E5;
						font-size: 4vw;
						padding: 1.33333vw 0
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-information__body table td {
						font-size: 3.73333vw;
						padding: 2.66667vw 0 6.66667vw;
						border-bottom: none
				}
					}
@-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 {
		overflow: hidden;
	}
.c-page-sub__content-title {
		position: relative;
	}
.c-page-sub__content-title .c-page-sub__content-title__text:first-child h1 {
				border-bottom: 1px solid #24B3ED;
				border-right: 1px solid #24B3ED;
				min-width: 320px;
				-webkit-transform: skewX(-24deg);
				        transform: skewX(-24deg);
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title .c-page-sub__content-title__text:first-child h1 {
					min-width: 42.66667vw
			}
				}
.c-page-sub__content-title .c-page-sub__content-title__text:first-child h1 span {
					display: block;
					-webkit-transform: skewX(24deg);
					        transform: skewX(24deg);
				}
.c-page-sub__content-title .c-page-sub__content-title__text:first-child h1 span[data-lang="jp"] {
						position: absolute;
						top: 100%;
						left: 50px;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title .c-page-sub__content-title__text:first-child h1 span[data-lang="jp"] {
							left: 7.33333vw
					}
						}
.c-page-sub__content-title h1 {
			display: inline-block;
			padding: 200px 55px 35px 0;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-title h1 {
				margin-left: -6.66667vw;
				padding: 20vw 7.33333vw 4.66667vw 0
		}
			}
[data-path="/about"] .c-page-sub__content-title h1 {
				min-width: 385px;
			}
@media screen and (max-width: 767px) {
[data-path="/about"] .c-page-sub__content-title h1 {
					min-width: 0
			}
				}
.c-page-sub__content-title__bg {
			position: relative;
			overflow: hidden;
			padding-top: 100px;
			min-height: 400px;
			max-height: 53.333vw;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg {
				padding-top: 45px;
				height: 195px;
				min-height: auto;
				overflow: visible
	}
			}
.c-page-sub__content-title__bg img {
				min-height: 300px;
			}
.c-page-sub__content-title__bg[data-title="person"] {
				height: 900px;
				background: #000;
			}
@media screen and (max-width: 991px) {
.c-page-sub__content-title__bg[data-title="person"] {
					height: 750px
			}
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg[data-title="person"] {
					height: 100vw;
					margin-bottom: 14.66667vw
			}
				}
.c-page-sub__content-title__bg-proflie {
				position: absolute;
				left: -100px;
				bottom: 50%;
				-webkit-transform: translateY(50%) skewX(-24deg);
				        transform: translateY(50%) skewX(-24deg);
				background: rgba(36,179,237, .7);
				color: #fff;
				width: 48%;
				min-width: 400px;
				margin-bottom: 40px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie {
					-webkit-transform: translateY(0) skewX(-24deg);
					        transform: translateY(0) skewX(-24deg);
					left: -13.33333vw;
					bottom: -15%;
					margin-bottom: 0;
					width: 96vw;
					min-width: auto
			}
				}
.c-page-sub__content-title__bg-proflie__body {
					width: 400px;
					padding: 75px 30px;
					-webkit-transform: skewX(24deg);
					        transform: skewX(24deg);
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body {
						width: 100%;
						padding: 5.33333vw 4vw 13.33333vw 20vw
				}
					}
.c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
						font-size: 3rem;
						font-weight: bold;
						margin-bottom: 4rem;
						margin-top: 0;
						line-height: 1.333;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
							margin-bottom: 2.66667vw;
							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: 0
						}
							}
.c-page-sub__content-title__bg-proflie__body [data-profile="join"] {
						font-weight: bold;
						margin: 0;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body [data-profile="join"] {
							font-size: 3.2vw
					}
						}
.c-page-sub__content-title__bg + div {
			margin-top: -171px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg + div {
				margin-top: -13.06667vw
		}
			}
.c-page-sub__content-title__bg + div h1 {
				display: inline-block;
				position: relative;
				padding: 34px 0 0;
				z-index: 1;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg + div h1 {
					padding: 4vw 0 0
			}
				}
.c-page-sub__content-title__bg + div h1::before {
					content: "";
					display: block;
					height: 419px;
					position: absolute;
					right: -22px;
					left: -152px;
					top: 0;
					background: #fff;
					z-index: -1;
					-webkit-transform: skewX(-26deg);
					        transform: skewX(-26deg);
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg + div h1::before {
						height: 55.86667vw;
						left: -17.06667vw;
						right: 1.06667vw
				}
					}
.c-page-sub__content-title__bg + div h1::after {
					content: "";
					display: block;
					height: 419px;
					position: absolute;
					left: -1028px;
					top: 154px;
					width: 800px;
					background: rgba(186, 186, 186, .1);
					z-index: -1;
					-webkit-transform: skewX(-26deg);
					        transform: skewX(-26deg);
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg + div h1::after {
						width: 106.26667vw;
						height: 55.86667vw;
						left: -128.26667vw;
						top: 10.13333vw
				}
					}
.c-page-sub__content-title__text {
			max-width: 950px;
			padding: 0 9px 60px;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__text {
				padding: 0 14.66667vw 8vw
		}
			}
.c-page-sub__breadcrumb {
	}
.c-page-sub__content-detail {
		max-width: 960px;
		padding: 60px 15px 150px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail {
			padding: 0 6.66667vw 10.66667vw
	}
		}
.c-page-sub__content-detail[data-width="full"] {
			max-width: 100%;
		}
.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;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (min-width: 1200px) {
.c-nav-global {
		display: block !important
}
	}
@media screen and (max-width: 991px) {
.c-nav-global {
		position: fixed;
		top: 100px;
		right: 0;
		z-index: 100;
		background: rgba(36,179,237, .9);
		width: 100%;
		height: auto;
		display: none;
		padding: 20px
}
			.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: 767px) {
.c-nav-global {
		top: 45px;
		padding: 8vw 10.66667vw
}
	}
@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: 767px) {
.c-nav-global__list {
			display: block
	}
		}
.c-nav-global__item {
		display: block;
		position: relative;
	}
@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: 300ms;
				transition: 300ms;
			}

			.c-nav-global__item:nth-child(2) {
				-webkit-transition: 300ms 50ms;
				transition: 300ms 50ms;
			}

			.c-nav-global__item:nth-child(3) {
				-webkit-transition: 300ms 100ms;
				transition: 300ms 100ms;
			}

			.c-nav-global__item:nth-child(4) {
				-webkit-transition: 300ms 150ms;
				transition: 300ms 150ms;
			}
		}
.c-nav-global__item:not(:first-child) {
			margin-left: 15.5px;
		}
@media screen and (max-width: 1199px) {
.c-nav-global__item:not(:first-child) {
				margin-left: 1.291vw
		}
			}
.c-nav-global__item:not(:first-child)::before {
				content: "";
				display: block;
				width: 1px;
				height: 33px;
				background: #A5A5A5;
				position: absolute;
				left: -8px;
				top: 1px;
				-webkit-transform: rotate(33deg);
				        transform: rotate(33deg);
			}
@media screen and (max-width: 767px) {
.c-nav-global__item:not(:first-child)::before {
					display: none
			}
				}
.c-nav-global__item > a {
			color: #fff;
			display: block;
			text-align: center;
			text-decoration: none;
			line-height: 1.26;
			letter-spacing: .1em;
			font-size: 1.5rem;
			padding: .5em 2rem;
		}
@media screen and (max-width: 1199px) {
.c-nav-global__item > a {
				padding: .5em 1.666vw
		}
			}
@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: .6;
			}
@media screen and (max-width: 767px) {
.c-nav-global__item > a:hover {
					opacity: 1
			}
				}
.c-nav-global__item > a[data-current="true"] > span[data-lang="en"] {
					color: #24B3ED;
				}
@media screen and (max-width: 991px) {
.c-nav-global__item > a[data-current="true"] > span[data-lang="en"] {
						color: #fff
				}
					}
.c-nav-global__item > a > span {
				display: block;
			}
.c-nav-global__item > a > span[data-lang="en"] {
					font-weight: 300;
					font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
					color: #272727;
					white-space: nowrap;
				}
@media screen and (max-width: 1199px) {
.c-nav-global__item > a > span[data-lang="en"] {
						font-size: 1.1rem
				}
					}
@media screen and (max-width: 991px) {
.c-nav-global__item > a > span[data-lang="en"] {
						color: #fff
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global__item > a > span[data-lang="en"] {
						font-size: 6vw;
						color: #fff
				}
					}
.c-nav-global__item > a > span[data-lang="jp"] {
					margin-top: 3px;
					font-size: 1.2rem;
					color: #909090;
				}
@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"] {
						color: #fff;
						font-size: 3.2vw;
						margin: 0 0 0 5px
				}
					}
.c-nav-global__item:first-child > a > span {
					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: .7;
					}
.c-nav-global-entry {
		margin-left: .4%;
		width: 227px;
	}
@media screen and (max-width: 1199px) {
.c-nav-global-entry {
			width: 130px
	}
		}
@media screen and (max-width: 767px) {
.c-nav-global-entry {
			position: absolute;
			top: 0;
			right: 0;
			width: 92px;
			margin-left: 0;
			z-index: 10
	}
		}
.c-nav-global-entry a {
			width: 227px;
			color: #fff;
			text-decoration: none;
			padding: 3.45rem 2em;
			font-size: 1.6rem;
			letter-spacing: .1em;
			font-weight: bold;
			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;
			text-align: center;
			height: 100px;
		}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a {
				font-size: 1.2rem;
				padding: 3.45rem 1em;
				width: 130px
		}
			}
@media screen and (max-width: 767px) {
.c-nav-global-entry a {
				width: 100%;
				height: 45px;
				padding: 17px 8px;
				line-height: 1.2;
				font-size: .8rem;
				background: none;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column
		}

				.c-nav-global-entry a span:first-child {
					display: none;
				}
			}
.c-nav-global-entry a::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				left: 25px;
				right: 23px;
				bottom: 0;
				background: #24B3ED;
				z-index: -1;
				-webkit-transform: skewX(-26deg);
				        transform: skewX(-26deg);
			}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a::after {
					left: 0;
					right: 0
			}
				}
@media screen and (max-width: 767px) {
.c-nav-global-entry a::after {
					left: 11px;
					right: 11px
			}
				}
.c-nav-global-entry a:hover {
				opacity: .6;
			}
@media screen and (max-width: 767px) {
.c-nav-global-entry a:hover {
					opacity: 1
			}
				}
.c-nav-global-entry a span {
				font-size: 1.5rem;
				margin-left: .09em;
			}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a span {
					font-size: 1.1rem
			}
				}
@media screen and (max-width: 767px) {
.c-nav-global-entry a span {
					font-size: .8rem
			}
				}
.c-nav-global-entry a span:last-child {
					font-size: 1.8rem;
					font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
					letter-spacing: .1em;
				}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a span:last-child {
						font-size: 1.4rem
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global-entry a span:last-child {
						font-size: .9rem
				}
					}
[data-spmenu] {
	display: none;
}
@media screen and (max-width: 991px) {
[data-spmenu] {
		display: block;
		position: absolute;
		right: 150px;
		top: 20px;
		cursor: pointer
}

		[data-spmenu] > span {
			display: block;
			width: 66px;
			height: 66px;
			overflow: hidden;
			position: relative;
		}

			[data-spmenu] > span::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				width: 32px;
				background: #fff;
				-webkit-transform: skewX(-24.8deg);
				        transform: skewX(-24.8deg);
			}

			[data-spmenu] > span span {
				position: absolute;
				width: 40px;
				height: 2px;
				background: #1A1311;
				left: 10px;
			}

				@media screen and (max-width: 767px) {

			[data-spmenu] > span span {
					width: 20px
			}
				}

				[data-spmenu] > span span:nth-child(1) {
					top: 16px;
					-webkit-transition: 200ms;
					transition: 200ms;
				}

				[data-spmenu] > span span:nth-child(2) {
					top: 24.5px;
					-webkit-transition: 100ms;
					transition: 100ms;
				}

					@media screen and (max-width: 767px) {

				[data-spmenu] > span span:nth-child(2) {
						top: 21.5px
				}
					}

				[data-spmenu] > span span:nth-child(3) {
					top: 33px;
					-webkit-transition: 200ms;
					transition: 200ms;
				}

					@media screen and (max-width: 767px) {

				[data-spmenu] > span span:nth-child(3) {
						top: 27px
				}
					}
	}
@media screen and (max-width: 767px) {
[data-spmenu] {
		right: 76px;
		top: 0
}

		[data-spmenu] > span {
			width: 44px;
			height: 44px;
		}

			[data-spmenu] > span::after {
				width: 21px;
			}

			[data-spmenu] > span span {
				width: 20px;
			}

				[data-spmenu] > span span:nth-child(2) {
						top: 21.5px;
				}

				[data-spmenu] > span span:nth-child(3) {
						top: 27px;
				}
	}
@media screen and (max-width: 767px) {
			[data-spmenu="show"] > span::after {
				display: none;
			}
				[data-spmenu="show"] > span span:nth-child(1) {
					top: 20px;
					width: 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;
					width: 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;
}
@media screen and (max-width: 767px) {
.c-header {
		height: 45px
}
	}
.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;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
@media screen and (max-width: 991px) {
.c-header__body {
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start
	}
		}
.c-header__title {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-left: 30px;
	}
@media screen and (max-width: 991px) {
.c-header__title {
			margin-left: 10px
	}
		}
.c-header__site-name {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		width: 100%;
		max-width: 353px;
		min-width: 180px;

		margin: 0;
		max-width: 430px;

		/*
		margin: 0 0 4px;

		@media (--sm-lte) {
			margin: 0;
		}

		> a {
			color: $primary-color;
			display: block;
			text-decoration: none;

			@media (--sm-lte) {
				height: 45px;
				display: flex;
				align-items: center;
			}
		}
		*/
	}
@media screen and (max-width: 1199px) {
.c-header__site-name {
			min-width: 100px
	}
		}
@media screen and (max-width: 991px) {
.c-header__site-name {
			width: 40%;
			margin-left: 10px
	}
		}
@media screen and (max-width: 767px) {
.c-header__site-name {
			min-width: 152px;
			width: 152px
	}
		}
.c-header__site-name a {
			display: block;
		}
@media screen and (max-width: 767px) {
.c-header__site-name a {
				height: 45px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center
		}
			}
.c-header__site-name img {
			vertical-align: middle;
			max-width: 100%;
			width: 100%;
		}
@media screen and (max-width: 767px) {
.c-header__site-name {
			max-width: 200px;
			width: 180px
	}
		}
.c-header__site-name img {
			vertical-align: middle;
			max-width: 100%;
			width: 100%;
		}
.c-header__site-name img > a {
				color: #24B3ED;
				display: block;
				text-decoration: none;
			}
.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: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#ToolBar:hover {
		opacity: 1;
	}
.c-footer {
	padding: 69px 0 98px;
	position: relative;
}
@media screen and (max-width: 767px) {
.c-footer {
		padding: 7.46667vw 0 3.33333vw
}
	}
.c-footer__body {
		width: 1200px;
		margin: 0 auto;
		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;
	}
@media (max-width: 1260px) {
.c-footer__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
	}
@media screen and (max-width: 576px) {
.c-footer__body {
		padding-left: 20px;
		padding-right: 20px
	}
	}
@media screen and (max-width: 767px) {
.c-footer__body {
			display: block;
			padding: 0 4vw
	}
		}
.c-footer__logo {
		margin-bottom: 74px;
		width: 100%;
	}
@media screen and (max-width: 767px) {
.c-footer__logo {
			margin-bottom: 9.06667vw
	}
		}
.c-footer__logo img {
			width: 320px;
		}
@media screen and (max-width: 767px) {
.c-footer__logo img {
				width: 60.93333vw;
				display: block
		}
			}
@media screen and (max-width: 767px) {
.c-footer__links {
			display: none
	}
		}
.c-footer__links ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0 0 10px;
			padding: 0;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
.c-footer__links li {
			display: block;
			margin: 0 55px 0 0;
			padding: 0;
			letter-spacing: .1em;
			position: relative;
		}
.c-footer__links li::after {
				content: "";
				display: block;
				width: 1px;
				height: 33px;
				background: #A5A5A5;
				position: absolute;
				right: -27px;
				top: -5px;
				-webkit-transform: rotate(33deg);
				        transform: rotate(33deg);
			}
.c-footer__links li:last-child::after {
					display: none;
				}
.c-footer__links a {
			display: block;
			text-decoration: none;
			text-align: center;
			line-height: 1.28;
		}
.c-footer__links a [data-lang="en"] {
				font-weight: 300;
				font-size: 1.5rem;
				color: #272727;
				font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
			}
.c-footer__copyright {
		display: block;
		text-align: right;
		color: #A5A5A5;
		font-size: 1.2rem;
		font-weight: 300;
		font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
		letter-spacing: .1em;
	}
@media screen and (max-width: 767px) {
.c-footer__copyright {
			text-align: center;
			font-size: 2.4vw
	}
		}
[data-pagetop-fix] {
	position: fixed;
	right: 6%;
	z-index: 10;
}
@media screen and (max-width: 767px) {
[data-pagetop-fix] {
		bottom: 6.66667vw
}
	}
[data-pagetop-fix] a {
		width: 78px;
		height: 78px;
		border-radius: 50%;
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.562%22%20height%3D%2213.281%22%20viewBox%3D%220%200%2026.562%2013.281%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M13.281%2C0%2C0%2C13.281H5.918l7.362-7.362%2C7.363%2C7.362h5.918Z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #24B3ED;
		text-indent: -9999px;
		background-size: 27px auto;
	}
@media screen and (max-width: 767px) {
[data-pagetop-fix] a {
			width: 13.33333vw;
			height: 13.33333vw;
			background-size: 4.13333vw auto
	}
		}
[data-pagetop-fix="true"] {
	bottom: 39px;
}
[data-pagetop-fix="false"] {
	position: absolute;
	top: -39px;
	right: 6%;
}
@media screen and (max-width: 767px) {
[data-pagetop-fix="false"] {
		top: -6.66667vw;
		right: 4vw
}
	}
.c-content-index {
	padding-bottom: 60px;
	max-width: 1014px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.c-content-index {
		padding: 0 6.66667vw 10.66667vw
}
	}
.c-content-index__body {
		width: 1200px;
		margin: 0 auto;
	}
@media (max-width: 1260px) {
.c-content-index__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	}
@media screen and (max-width: 576px) {
.c-content-index__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	}
.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: 50px;
}
@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: #24B3ED 5px solid;
				display: block;
				font-size: 2rem;
				font-weight: bold;
				padding: 4rem 3rem;
				text-decoration: none;
				color: #24B3ED;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
			}
@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: #24B3ED;
						}
.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: #24B3ED;
						}
.c-entry-list__item a:hover {
					opacity: .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: 3.73333vw
}
	}
.bge-contents a, .c-content-main a {
		color: currentColor;
	}
.bge-contents h2, .c-content-main h2 {
		font-size: 5rem;
		line-height: 2;
		margin: 0 0 25px;
		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;
			background-color: #24B3ED;
		}
.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 #24B3ED;
	}
.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(38, 181, 237);
			}
.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(38, 181, 237);
				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: 767px) {
.bge-contents table, .c-content-main table {
			display: block
	}
		}
.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}
@media screen and (max-width: 767px) {
.bge-contents caption, .c-content-main caption {
			display: block
	}
		}
@media screen and (max-width: 767px) {
.bge-contents thead, .c-content-main thead {
			display: none
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tr, .c-content-main tr {
			display: block
	}
		}
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		border-bottom: 1px solid #E5E5E5;
		background: transparent;
		padding: 38px 0;
		vertical-align: top;
	}
@media screen and (max-width: 767px) {
.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: .5em;
			opacity: .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: .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: .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 .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 .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: .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: .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: .1rem 1rem 0;
				line-height: 1.6;
				margin-top: .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 {
					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: #24B3ED;
					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: #24B3ED;
				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: #24B3ED;
			}
@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 .cc-form-complete__link a, .c-content-main .cc-form-complete__link a {
					color: #fff;
				}
.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 ol, .c-content-main .cc-form-step ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
.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: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-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;
				margin: 0 7rem;
				position: relative;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li, .c-content-main .cc-form-step ol li {
					margin: 0 8vw
			}
				}
.bge-contents .cc-form-step ol li:first-child, .c-content-main .cc-form-step ol li:first-child {
					margin-left: 0;
				}
.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:last-child, .c-content-main .cc-form-step ol li:last-child {
					margin-right: 0;
				}
.bge-contents .cc-form-step ol li:not(:first-child)::before, .c-content-main .cc-form-step ol li:not(:first-child)::before {
						content: "";
						display: block;
						width: 9em;
						height: 1px;
						background: #E5E5E5;
						position: absolute;
						top: 40px;
						left: -9.4em;
					}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li:not(:first-child)::before, .c-content-main .cc-form-step ol li:not(:first-child)::before {
							top: 6.66667vw;
							width: 16.53333vw;
							left: -16.53333vw
					}
						}
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="num"], .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="num"] {
							width: 80px;
							height: 80px;
							line-height: 80px;
							background: #24B3ED;
							color: #fff;
							position: relative;
						}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="num"], .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="num"] {
								width: 13.33333vw;
								height: 13.33333vw;
								line-height: 13.33333vw
						}
							}
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="num"]::before, .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="num"]::before {
								content: "";
								display: block;
								border: 1px solid #24B3ED;
								border-radius: 50%;
								position: absolute;
								top: -5px;
								left: -5px;
								right: -5px;
								bottom: -5px;
							}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="num"]::before, .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="num"]::before {
									top: -1.06667vw;
									left: -1.06667vw;
									right: -1.06667vw;
									bottom: -1.06667vw
							}
								}
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="text"], .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="text"] {
							color: #24B3ED;
							margin-top: 10px;
						}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li[data-current="true"] span[data-step="text"], .c-content-main .cc-form-step ol li[data-current="true"] span[data-step="text"] {
								margin-top: 2vw
						}
							}
.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: 4rem;
						font-weight: 300;
						line-height: 70px;
						width: 70px;
						height: 70px;
						border-radius: 50%;
						background: #fafafa;
						color: #BABABA;
						margin: 0 auto;
					}
@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"] {
							line-height: 12.66667vw;
							width: 12.66667vw;
							height: 12.66667vw;
							font-size: 6.66667vw
					}
						}
.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;
						margin-top: 15px;
						color: #BABABA;
						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.46667vw;
							margin-top: 2.66667vw
					}
						}
.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: .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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 767px) {
.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: #24B3ED;
			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;
		}
@media screen and (max-width: 767px) {
.bge-contents .entry-btn a, .c-content-main .entry-btn a {
				max-width: 90%
		}
			}
.bge-contents .entry-btn a:hover, .c-content-main .entry-btn a:hover {
				background: rgb(38, 181, 237);
			}
.bge-contents .p-message::before, .c-content-main .p-message::before {
			content: "";
			display: block;
			height: 247px;
			position: absolute;
			right: -827px;
			bottom: 0;
			width: 1191px;
			background: rgba(186, 186, 186, .1);
			z-index: -1;
			-webkit-transform: skewX(-24deg);
			        transform: skewX(-24deg);
		}
@media screen and (max-width: 767px) {
.bge-contents .p-message::before, .c-content-main .p-message::before {
				width: 134.8vw;
				height: 106.66667vw;
				right: -99.73333vw;
				bottom: 1.86667vw
		}
			}
.bge-contents .p-message__subtitle, .c-content-main .p-message__subtitle {
			font-size: 2.4rem;
			line-height: 1.4;
			font-weight: bold;
			margin-bottom: 30px;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-message__subtitle, .c-content-main .p-message__subtitle {
				font-size: 6.13333vw;
				margin-bottom: 6.66667vw
		}
			}
.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: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			margin-top: 115px;
		}
@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;
				margin-bottom: 10px;
			}
@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;
					margin-bottom: 0.53333vw
			}
				}
.bge-contents .p-message__name [data-type="name"], .c-content-main .p-message__name [data-type="name"] {
				font-size: 2.8rem;
				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__text, .c-content-main .p-about__text {
			max-width: 930px;
			padding: 0 350px 0 0;
			margin: 0 auto;
			margin-top: -14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-about__text, .c-content-main .p-about__text {
				padding: 3.73333vw 0 66.66667vw
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .p-about-image, .c-content-main .p-about-image {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between
		}
			}
.bge-contents .p-about-image__right, .c-content-main .p-about-image__right {
				position: absolute;
				z-index: -1;
				bottom: -6px;
				right: -375px;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-about-image__right, .c-content-main .p-about-image__right {
					width: 134.93333vw;
					right: -38.93333vw;
					bottom: 1.86667vw
			}
				}
.bge-contents .p-business, .c-content-main .p-business {
		margin-top: -22px;
		padding-bottom: 85px;
	}
@media screen and (max-width: 767px) {
.bge-contents .p-business, .c-content-main .p-business {
			margin-top: 1.6vw;
			padding-bottom: 0
	}
		}
.bge-contents .p-business::before, .c-content-main .p-business::before {
			content: "";
			display: block;
			height: 784px;
			position: absolute;
			right: -577px;
			bottom: 0;
			width: 1191px;
			background: rgba(186, 186, 186, .1);
			z-index: -1;
			-webkit-transform: skewX(-24deg);
			        transform: skewX(-24deg);
		}
@media screen and (max-width: 767px) {
.bge-contents .p-business::before, .c-content-main .p-business::before {
				width: 134.8vw;
				height: 106.66667vw;
				right: -99.73333vw;
				bottom: 1.86667vw
		}
			}
.bge-contents .p-business-block, .c-content-main .p-business-block {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			max-width: 1030px;
			padding: 54px 10px;
			margin: 0 auto;
			position: relative;
			z-index: 1;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block, .c-content-main .p-business-block {
				padding: 0 0 10vw
		}
			}
.bge-contents .p-business-block:not(:last-child), .c-content-main .p-business-block:not(:last-child) {
				margin-bottom: 38px;
			}
@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: 0
			}
				}
.bge-contents .p-business-block__bg, .c-content-main .p-business-block__bg {
				position: absolute;
				top: 0;
				width: 100vw;
				z-index: -2;
				overflow: hidden;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1), .c-content-main .p-business-block:nth-child(1) {
					padding-top: 76vw
			}
				}
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(1), .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(1) {
						letter-spacing: .06em;
					}
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(2), .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(2) {
						left: 85px;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(2), .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num span:nth-child(2) {
							left: 14.66667vw
					}
						}
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num::before, .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num::before {
						left: 42px;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num::before, .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num::before {
							left: 8vw
					}
						}
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num::after, .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num::after {
						left: 79px;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1) .p-business-block-head__num::after, .c-content-main .p-business-block:nth-child(1) .p-business-block-head__num::after {
							left: 14.4vw
					}
						}
.bge-contents .p-business-block:nth-child(even), .c-content-main .p-business-block:nth-child(even) {
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				padding-top: 102px;
				margin-bottom: 130px;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(even), .c-content-main .p-business-block:nth-child(even) {
					padding-top: 76.26667vw;
					margin-bottom: 15.2vw
			}
				}
.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 {
					margin-left: -33px;
				}
@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 {
						margin-left: 0
				}
					}
.bge-contents .p-business-block:nth-child(even) .p-business-block__image, .c-content-main .p-business-block:nth-child(even) .p-business-block__image {
					left: 0;
					z-index: -1;
				}
.bge-contents .p-business-block:nth-child(even) .p-business-block__bg, .c-content-main .p-business-block:nth-child(even) .p-business-block__bg {
					left: 259px;
					width: 1372px;
					height: 775px;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(even) .p-business-block__bg, .c-content-main .p-business-block:nth-child(even) .p-business-block__bg {
						left: -26.66667vw;
						width: 199.33333vw;
						height: 112.66667vw
				}

						.bge-contents .p-business-block:nth-child(even) .p-business-block__bg img, .c-content-main .p-business-block:nth-child(even) .p-business-block__bg img {
							width: 100%;
						}
					}
.bge-contents .p-business-block:nth-child(odd), .c-content-main .p-business-block:nth-child(odd) {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
			}
.bge-contents .p-business-block:nth-child(odd) .p-business-block__image, .c-content-main .p-business-block:nth-child(odd) .p-business-block__image {
					right: 0;
					z-index: -1;
				}
.bge-contents .p-business-block:nth-child(odd) .p-business-block__bg, .c-content-main .p-business-block:nth-child(odd) .p-business-block__bg {
					right: 9.333vw;
					width: 1500px;
					height: 847px;
					overflow: hidden;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(odd) .p-business-block__bg, .c-content-main .p-business-block:nth-child(odd) .p-business-block__bg {
						right: -26vw;
						width: 199.33333vw;
						height: 112.26667vw;
						top: 0;
						bottom: auto
				}
					}
.bge-contents .p-business-block:nth-child(odd) .p-business-block__bg img, .c-content-main .p-business-block:nth-child(odd) .p-business-block__bg img {
						-webkit-transform: skewX(24deg);
						        transform: skewX(24deg);
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(odd) .p-business-block__bg img, .c-content-main .p-business-block:nth-child(odd) .p-business-block__bg img {
							width: 100%
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1), .c-content-main .p-business-block:nth-child(1) {
					z-index: 10
			}
				}
.bge-contents .p-business-block:nth-child(1)::after, .c-content-main .p-business-block:nth-child(1)::after {
					content: "";
					display: block;
					position: absolute;
					left: 738px;
					top: 122px;
					bottom: -150px;
					width: 1372px;
					background: rgba(186, 186, 186, .1);
					z-index: -1;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(1)::after, .c-content-main .p-business-block:nth-child(1)::after {
						height: 78.13333vw;
						width: 222vw;
						top: 112.53333vw;
						left: auto;
						right: 53.33333vw
				}
					}
.bge-contents .p-business-block:nth-child(2), .c-content-main .p-business-block:nth-child(2) {
				z-index: 5;
			}
.bge-contents .p-business-block:nth-child(2)::after, .c-content-main .p-business-block:nth-child(2)::after {
					content: "";
					display: block;
					position: absolute;
					right: 9.333vw;
					margin-right: 574px;
					top: 0;
					bottom: -150px;
					width: 1877px;
					background: rgba(186, 186, 186, .1);
					z-index: -1;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(2)::after, .c-content-main .p-business-block:nth-child(2)::after {
						width: 217.33333vw;
						height: 122.8vw;
						right: auto;
						left: 50.4vw;
						margin-right: 0;
						bottom: 100%;
						top: auto
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(2) .p-business-block__content, .c-content-main .p-business-block:nth-child(2) .p-business-block__content {
						margin-right: -3%;
						margin-left: -7.692%
				}
					}
.bge-contents .p-business-block:nth-child(3), .c-content-main .p-business-block:nth-child(3) {
				padding-top: 100px;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(3), .c-content-main .p-business-block:nth-child(3) {
					padding-top: 76.8vw
			}

					.bge-contents .p-business-block:nth-child(3)::before, .c-content-main .p-business-block:nth-child(3)::before {
						content: "";
						display: block;
						position: absolute;
						left: -174vw;
						bottom: 100%;
						width: 222vw;
						height: 125.46667vw;
						background: rgba(186, 186, 186, .1);
						z-index: -1;
						-webkit-transform: skewX(-24deg);
						        transform: skewX(-24deg);
					}

						@media screen and (max-width: 767px) {
						}
				}
.bge-contents .p-business-block:nth-child(3) .p-business-block__bg, .c-content-main .p-business-block:nth-child(3) .p-business-block__bg {
					right: 412px;
					width: 1230px;
					height: 794px;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block:nth-child(3) .p-business-block__bg, .c-content-main .p-business-block:nth-child(3) .p-business-block__bg {
						right: -26.66667vw;
						width: 199.33333vw;
						height: 112.66667vw
				}

						.bge-contents .p-business-block:nth-child(3) .p-business-block__bg img, .c-content-main .p-business-block:nth-child(3) .p-business-block__bg img {
							width: 100%;
						}
					}
.bge-contents .p-business-block__image, .c-content-main .p-business-block__image {
				position: absolute;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block__image, .c-content-main .p-business-block__image {
					position: relative
			}
				}
.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 {
				background: #fff;
				padding: 47px 48px 65px;
				width: 55.841%;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block__content, .c-content-main .p-business-block__content {
					width: auto;
					margin-right: -7.692%;
					padding: 9.33333vw 6.66667vw 9.73333vw
			}
				}
.bge-contents .p-business-block-head__num, .c-content-main .p-business-block-head__num {
					position: relative;
					display: block;
				}
.bge-contents .p-business-block-head__num::before, .c-content-main .p-business-block-head__num::before {
						content: "";
						display: block;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 0 0 122px 122px;
						border-color: transparent transparent #fff;
						position: absolute;
						top: 0;
						left: 58px;
						z-index: 10;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block-head__num::before, .c-content-main .p-business-block-head__num::before {
							border-width: 0 0 19.2vw 19.2vw;
							left: 11.2vw
					}
						}
.bge-contents .p-business-block-head__num::after, .c-content-main .p-business-block-head__num::after {
						content: "";
						display: block;
						width: 2px;
						height: 115px;
						background: #24B3ED;
						position: absolute;
						top: 25px;
						left: 95px;
						-webkit-transform: rotate(43.5deg);
						        transform: rotate(43.5deg);
						z-index: 10;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block-head__num::after, .c-content-main .p-business-block-head__num::after {
							width: 0.26667vw;
							height: 17.33333vw;
							top: 4.4vw;
							left: 17.33333vw
					}
						}
.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;
					}
@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: 300;
							color: #24B3ED;
							opacity: .2;
							display: block;
							margin-left: -10px;
							letter-spacing: -.03em;
						}
@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.66667vw;
								margin-left: 0
						}
							}
.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.4rem;
							font-weight: 300;
							display: block;
							color: #24B3ED;
							position: absolute;
							bottom: 2px;
							letter-spacing: .05em;
							left: 101px;
							z-index: 20;
						}
@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: 4vw;
								left: 18.66667vw;
								bottom: 0
						}
							}
.bge-contents .p-business-block-head__title, .c-content-main .p-business-block-head__title {
					background: none;
					border-bottom: none;
					color: #24B3ED;
					padding: 0;
					font-size: 2.4rem;
					margin-top: 6rem;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-business-block-head__title, .c-content-main .p-business-block-head__title {
						font-size: 5.33333vw;
						margin: 5.33333vw 0 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 {
		margin-top: 33px;
	}
@media screen and (max-width: 767px) {
.bge-contents .p-person, .c-content-main .p-person {
			margin-top: 0
	}
		}
.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: #24B3ED;
				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 > div:not(.p-person-more), .c-content-main .p-person > div:not(.p-person-more) {
			max-width: 980px;
			padding-left: 15px;
			padding-right: 15px;
			margin-left: auto;
			margin-right: auto;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-person > div:not(.p-person-more), .c-content-main .p-person > div:not(.p-person-more) {
				padding: 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;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02, .c-content-main .p-person-block02 {
				margin-top: 13.33333vw
		}
			}
@media screen and (max-width: 767px) {
					.bge-contents .p-person-block02__title::after, .c-content-main .p-person-block02__title::after {
						margin-left: -15px;
					}
				}
.bge-contents .p-person-block02__content, .c-content-main .p-person-block02__content {
				max-width: 58%;
				position: relative;
				min-height: 880px;
				padding: 90px 0 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02__content, .c-content-main .p-person-block02__content {
					max-width: 100%;
					margin-top: -10.66667vw;
					min-height: 0;
					padding: 13.33333vw 0 13.33333vw
			}
				}
.bge-contents .p-person-block02__content::before, .c-content-main .p-person-block02__content::before {
					content: "";
					display: block;
					width: 100vw;
					height: 100%;
					right: -180px;
					background: #D6D6D6;
					opacity: .19;
					position: absolute;
					top: 0;
					z-index: -1;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
.bge-contents .p-person-block02__content p, .c-content-main .p-person-block02__content p {
					padding-right: 130px;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02__content p, .c-content-main .p-person-block02__content p {
						padding-right: 0
				}
					}
.bge-contents .p-person-block02__image, .c-content-main .p-person-block02__image {
				position: absolute;
				top: -50px;
				left: 57%;
				width: calc(60% + (100vw - 1000px)/2);
				overflow: hidden;
				-webkit-transform: skewX(-24deg);
				        transform: skewX(-24deg);
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02__image, .c-content-main .p-person-block02__image {
					position: relative;
					top: 0;
					left: 8vw;
					width: 120%;
					z-index: 1
			}
				}
.bge-contents .p-person-block02__image figure, .c-content-main .p-person-block02__image figure {
					position: relative;
					overflow: hidden;
					height: 724px;
					-webkit-transform: skewX(24deg);
					        transform: skewX(24deg);
					margin: 0 -161px;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02__image figure, .c-content-main .p-person-block02__image figure {
						height: 80vw;
						margin: 0 -21.46667vw
				}
					}
.bge-contents .p-person-block02__image figure img, .c-content-main .p-person-block02__image figure img {
						height: 724px;
						width: calc(100% - 326px);
					}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block02__image figure img, .c-content-main .p-person-block02__image figure img {
							width: 75%;
							height: 100vw
					}
						}
.bge-contents .p-person-block03, .c-content-main .p-person-block03 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			position: relative;
			z-index: 1;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block03, .c-content-main .p-person-block03 {
				display: block
		}
			}
.bge-contents .p-person-block03::before, .c-content-main .p-person-block03::before {
				left: calc(-1*(100vw - 1000px)/2);
				width: 100vw;
				height: 100%;
				content: "";
				display: block;
				top: 0;
				left: calc(-1*(100vw - 1000px)/2);
				position: absolute;
				background-color: #D6D6D6;
				opacity: .1;
				z-index: -1;
			}
.bge-contents .p-person-block03__image, .c-content-main .p-person-block03__image {
				position: absolute;
				top: 0;
				left: calc(-1*(100vw - 1000px)/2);
				width: 100vw;
				height: 550px;
				overflow: hidden;
				z-index: -1;
			}
@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: -6.66667vw;
					margin-right: -6.66667vw
			}

					.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: 60%;
				margin-top: 450px;
				background: #fff;
				padding: 80px;
				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 {
				margin-right: -15px;
			}
.bge-contents .p-person-block04, .c-content-main .p-person-block04 {
			position: relative;
			margin-top: -380px;
			padding-top: 750px;
			padding-bottom: 170px;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04, .c-content-main .p-person-block04 {
				margin-top: 0
		}
			}
.bge-contents .p-person-block04::before, .c-content-main .p-person-block04::before {
				width: 100vw;
				height: 100%;
				content: "";
				display: block;
				top: 380px;
				left: calc(-1*(100vw - 1000px)/2);
				position: absolute;
				background-color: #D6D6D6;
				opacity: .1;
				z-index: -1;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04::before, .c-content-main .p-person-block04::before {
					top: 0;
					left: -6.66667vw
			}
				}
.bge-contents .p-person-block04__image-cont01, .c-content-main .p-person-block04__image-cont01 {
					position: absolute;
					top: 0;
					right: 26.5%;
					width: calc(91% + (100vw - 1000px)/2);
					overflow: hidden;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
@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: 26.66667vw;
						width: 120%;
						z-index: 1
				}
					}
.bge-contents .p-person-block04__image-cont01 figure, .c-content-main .p-person-block04__image-cont01 figure {
						position: relative;
						overflow: hidden;
						height: 612px;
						-webkit-transform: skewX(24deg);
						        transform: skewX(24deg);
						margin: 0 -161px;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04__image-cont01 figure, .c-content-main .p-person-block04__image-cont01 figure {
							height: 80vw;
							margin: 0 -21.46667vw
					}
						}
.bge-contents .p-person-block04__image-cont01 figure img, .c-content-main .p-person-block04__image-cont01 figure img {
							height: 612px;
							width: calc(100% - 326px);
							margin: 0 0 0 auto;
							display: block;
						}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04__image-cont01 figure img, .c-content-main .p-person-block04__image-cont01 figure img {
								width: 75%;
								height: 100vw
						}
							}
.bge-contents .p-person-block04__image-cont02, .c-content-main .p-person-block04__image-cont02 {
					position: absolute;
					top: 612px;
					left: 35%;
					width: calc(82% + (100vw - 1000px)/2);
					overflow: hidden;
					-webkit-transform: skewX(-24deg);
					        transform: skewX(-24deg);
				}
@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;
						left: 8vw;
						width: 120%;
						z-index: 1
				}
					}
.bge-contents .p-person-block04__image-cont02 figure, .c-content-main .p-person-block04__image-cont02 figure {
						position: relative;
						overflow: hidden;
						height: 612px;
						-webkit-transform: skewX(24deg);
						        transform: skewX(24deg);
						margin: 0 -161px;
					}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04__image-cont02 figure, .c-content-main .p-person-block04__image-cont02 figure {
							height: 80vw;
							margin: 0 -21.46667vw
					}
						}
.bge-contents .p-person-block04__image-cont02 figure img, .c-content-main .p-person-block04__image-cont02 figure img {
							height: 612px;
							width: calc(100% - 326px);
						}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04__image-cont02 figure img, .c-content-main .p-person-block04__image-cont02 figure img {
								width: 75%;
								height: 100vw
						}
							}
.bge-contents .p-person-block04__content, .c-content-main .p-person-block04__content {
				max-width: 58%;
				position: relative;
				padding: 75px 85px 55px 0;
				z-index: 2;
			}
@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: 20vw 0 7.33333vw
			}
				}
.bge-contents .p-person-block04__content::before, .c-content-main .p-person-block04__content::before {
					content: "";
					display: block;
					width: 100vw;
					height: 100%;
					right: 0;
					background-color: #fff;
					position: absolute;
					top: 0;
					z-index: -1;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-person-block04__content::before, .c-content-main .p-person-block04__content::before {
						right: -6.66667vw
				}
					}
.bge-contents .p-person-more, .c-content-main .p-person-more {
			position: relative;
			max-width: 100%;
			padding: 0 0 100px;
		}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more, .c-content-main .p-person-more {
				max-width: none;
				margin: 33.33333vw -6.66667vw 0;
				padding: 0 0 13.33333vw;
				background: #24B3ED
		}
			}
.bge-contents .p-person-more::after, .c-content-main .p-person-more::after {
				content: "";
				display: block;
				background: #fff;
				position: absolute;
				right: -981px;
				bottom: 100%;
				width: 1270px;
				height: 176px;
				z-index: -1;
				-webkit-transform: skewX(-24deg);
				        transform: skewX(-24deg);
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more::after, .c-content-main .p-person-more::after {
					display: none
			}
				}
.bge-contents .p-person-more::before, .c-content-main .p-person-more::before {
				content: "";
				display: block;
				background: #24B3ED;
				position: absolute;
				right: -300px;
				top: 0;
				bottom: 0;
				left: -45px;
				z-index: -1;
				-webkit-transform: skewX(-24deg);
				        transform: skewX(-24deg);
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more::before, .c-content-main .p-person-more::before {
					display: none
			}
				}
.bge-contents .p-person-more__content, .c-content-main .p-person-more__content {
				max-width: 1030px;
				padding-left: 15px;
				padding-right: 15px;
				margin-left: auto;
				margin-right: auto;
				position: relative;
				padding-top: 130px;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more__content, .c-content-main .p-person-more__content {
					padding-top: 17.33333vw
			}
				}
.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: 7rem;
					top: -9rem;
					line-height: 1.2;
					color: #24B3ED;
				}
@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__content h2 span, .c-content-main .p-person-more__content h2 span {
						color: #fff;
					}
.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;
			}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more-list, .c-content-main .p-person-more-list {
					display: block;
					padding: 0
			}
				}
.bge-contents .p-person-more-list__item, .c-content-main .p-person-more-list__item {
					padding: 0;
					max-width: 490px;
					width: 49%;
				}
@media screen and (max-width: 767px) {
.bge-contents .p-person-more-list__item, .c-content-main .p-person-more-list__item {
						width: 100%
				}

						.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: .8;
						}
.bge-contents .p-person-more-list__image, .c-content-main .p-person-more-list__image {
					width: 100%;
					height: 32.96vw;
					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;
				}
@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
				}
					}
.bge-contents .p-person-more-list__name, .c-content-main .p-person-more-list__name {
					text-align: right;

				}
@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;
						font-weight: 300;
						color: #fff;
					}
@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="en"] strong, .c-content-main .p-person-more-list__name [data-lang="en"] strong {
							font-weight: 500;
						}
.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;
						color: #fff;
						display: block;
					}
@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 #fff;
					text-align: right;
					font-size: 1.4rem;
					padding-top: 10px;
					margin-top: 10px;
					color: #fff;
				}
@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;
				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: #24B3ED;
					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_r02c01.css.map */
