@charset "UTF-8";
html, body, .embed div, .embed span, .embed object, .embed iframe, .embed h1, .embed h2, .embed h3, .embed h4, .embed h5, .embed h6, .embed p, .embed blockquote, .embed pre, .embed abbr, .embed address, .embed cite, .embed code, .embed del, .embed dfn, .embed em, .embed img, .embed ins, .embed kbd, .embed q, .embed samp, .embed small, .embed strong, .embed var, .embed b, .embed i, .embed dl, .embed dt, .embed dd, .embed ol, .embed ul, .embed li, .embed fieldset, .embed form, .embed label, .embed legend, .embed table, .embed caption, .embed tbody, .embed tfoot, .embed thead, .embed tr, .embed th, .embed td, .embed article, .embed aside, .embed canvas, .embed details, .embed figcaption, .embed figure, .embed footer, .embed header, .embed hgroup, .embed menu, .embed nav, .embed section, .embed summary, .embed time, .embed mark, .embed audio, .embed video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
.embed article, .embed aside, .embed details, .embed figcaption, .embed figure, .embed footer, .embed header, .embed hgroup, .embed menu, .embed nav, .embed section {
	display: block;
}
.embed img {
	vertical-align: bottom;
	border: none;
}
.embed ul, .embed ol {
	list-style: none;
}
.embed blockquote, .embed q {
	quotes: none;
}
.embed blockquote:before, .embed blockquote:after, .embed q:before, .embed q:after {
	content: none;
}
.embed a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
.embed ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
.embed mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.embed del {
	text-decoration: line-through;
}
.embed abbr[title], .embed dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
.embed table {
	border-collapse: collapse;
	border-spacing: 0;
}
.embed caption, .embed th, .embed td {
	text-align: left;
}
.embed hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.embed input, .embed select {
	vertical-align: middle;
	border: 1px solid #ddd;
}
.embed address {
	font-style: normal;
}
/* form */
.embed button, .embed fieldset, .embed form, .embed input, .embed label, .embed legend, .embed select, .embed textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

[tabindex]:focus {
	opacity: 1 !important;
}

/* ベース
---------------------------------- */
*, .embed :after, .embed :before {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	min-height: 100%;
	height: 100%;
}
body {
	color: #000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 15px;
	line-height: 1.7;
	font-feature-settings: "palt";
	min-height: 100%;
	letter-spacing: 0.1em;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.embed a {
	color: #000;
	text-decoration: none;
}
.embed a:active, .embed a:focus {
	color: #333333;
}
.embed img {
	max-width: 100%;
	height: auto;
}
.embed p {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed p {
		font-size: 14px;
	}
}
.embed p sub {
	font-size: 50%;
	vertical-align: baseline;
}
.embed .view_pc {
	display: inline-block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_pc {
		display: none;
	}
}
.embed .view_block_pc {
	display: block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_block_pc {
		display: none;
	}
}
.embed .view_sp {
	display: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_sp {
		display: block;
	}
}
.embed .blankicon {
	display: inline-block;
	padding: 0px 0 0 19px;
	width: 20px;
	height: 11px;
	line-height: 0;
	text-align: center;
	position: relative;
	background: url(/content/dam/nsk/jp/ja/company/career/graduate/img/blank.png) right center/11px auto no-repeat;
}
.embed .blankicon.white {
	background: url(/content/dam/nsk/jp/ja/company/career/graduate/img/blank_white.png) right center/11px auto no-repeat;
}

/* jQuery3でfadein/outが廃止されたため未使用(html上#loadingは削除済み) */
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
	overflow: hidden;
}
#loading:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 902;
}


/* フェードイン処理 */
/* .embedが「my-fade-in」で状態変化するように指定 */
@keyframes my-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.embed {
	animation-name: my-fade-in;
	animation-duration: 5s;
	color: black;
}


@media only screen and (max-width:768px), print and (min-width: 2cm) {
	#loading:before {
		right: 0;
	}
}
#container {
	width: 100%;
	overflow: hidden;
}
.embed .inner {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .inner {
		padding: 0 15px;
		margin: 0 auto;
	}
}
.embed .contents {
	position: relative;
}
.about .global__header .header_nav li:nth-child(1) p:before {
	top: -35px;
}
.domain .global__header .header_nav li:nth-child(2) p:before {
	top: -35px;
}
.work .global__header .header_nav li:nth-child(3) p:before {
	top: -35px;
}
.environment .global__header .header_nav li:nth-child(4) p:before {
	top: -35px;
}
.recruit .global__header .header_nav li:nth-child(5) p:before {
	top: -35px;
}
.embed .comingsoon {
	opacity: 0.3;
	pointer-events: none;
}
.embed .global__header {
	height: 82px;
	transition: 0.6s;
	background-color: transparent;
	position: fixed;
	top: -82px;
	left: 0;
	padding-left: 30px;
	padding-right: 110px;
	z-index: 2000;
	display: flex;
	align-items: center;
	width: 100%;
	transition: all 0.2s ease;
}
.embed .global__header.active {
	top: 0;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header {
		height: 60px;
		padding-left: 20px;
		padding-right: 60px;
	}
}
.embed .global__header .header_ttl {
	width: 115px;
	min-width: 115px;
	transition: 0.4s ease-in-out;
	margin-right: 15px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header .header_ttl {
		width: 80px;
		min-width: 0;
		margin-right: auto;
	}
}
.embed .global__header .header_ttl h1 {
	width: 100%;
	transition: 0.4s ease-in-out;
}
.embed .global__header .header_ttl p {
	text-align: center;
	font-weight: 500;
	color: #f85c82;
	transition: 0.4s ease-in-out;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header .header_ttl p {
		font-size: 12px;
	}
}
.embed .global__header .header_nav {
	display: flex;
	transition: 0.4s ease-in-out;
	margin: auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header .header_nav {
		display: none;
	}
}
.embed .global__header .header_nav li {
	padding: 30px 16px;
	cursor: pointer;
}
.embed .global__header .header_nav li p {
	font-size: clamp(13px, 1vw, 15px);
	transition: 0.3s;
	line-height: 1.3;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: left;
}
.embed .global__header .header_nav li p:before {
	content: "";
	width: 100%;
	height: 12px;
	background-color: #FC0019;
	position: absolute;
	top: -47px;
	left: 0;
	transition: 0.3s;
}
.embed .global__header .header_nav li .hasnav {
	position: fixed;
	left: 50%;
	top: 50px;
	background-color: #fff;
	width: 100%;
	padding: 30px 0;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.4s;
	display: flex;
	align-items: center;
	pointer-events: none;
}
.embed .global__header .header_nav li .hasnav figure {
	width: 360px;
	height: 240px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.embed .global__header .header_nav li .hasnav h2 {
	font-size: 16px;
	color: #FC0019;
	width: 240px;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 500;
	margin-left: 60px;
}
.embed .global__header .header_nav li .hasnav h2 span {
	font-size: 24px;
	opacity: 1;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.embed .global__header .header_nav li .hasnav nav {
	width: 360px;
}
.embed .global__header .header_nav li .hasnav nav a {
	font-size: 14px;
	display: block;
	color: #000;
	padding: 10px;
	position: relative;
}
.embed .global__header .header_nav li .hasnav nav a:last-child {
	border-bottom: none;
}
.embed .global__header .header_nav li .hasnav nav a:before {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
}
.embed .global__header .header_nav li .hasnav nav a:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.embed .global__header .header_nav li .hasnav nav a:hover:before {
	animation: arrowAnime 0.4s ease forwards;
}
.embed .global__header .header_nav li .hasnav nav a:hover:after {
	animation: lineAnime 0.6s ease forwards;
}
.embed .global__header .header_nav li:hover p {
	color: #FC0019;
}
.embed .global__header .header_nav li:hover p:before {
	top: -35px;
}
.embed .global__header .header_nav li:hover .hasnav {
	top: 67px;
	opacity: 1;
	pointer-events: auto;
}
.embed .global__header .header_entry {
	transition: 0.4s ease-in-out;
	display: flex;
	width: 24%;
	line-height: 1.3;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header .header_entry {
		width: 180px;
	}
}
.embed .global__header .header_entry li {
	padding: 0 0.5px;
	width: 100%;
	max-width: 126px;
}
.embed .global__header .header_entry li a, .embed .global__header .header_entry li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 82px;
	font-size: clamp(13px, 1vw, 15px);
	transition: 0.3s;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	background-color: #FC0019;
	padding: 0 10px;
	text-align: center;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__header .header_entry li a, .embed .global__header .header_entry li span {
		font-size: 12px;
		width: 60px;
		height: 60px;
	}
}
.embed .global__header .header_entry li a.bk, .embed .global__header .header_entry li span.bk {
	background-color: #000;
}
.embed .global__header .header_entry li span {
	background-color: #ccc;
	color: #999;
	display:none;
}
.embed .global__header.menu_open .header_ttl {
	margin-right: auto;
}
.embed .global__header.menu_open .header_nav {
	display: none;
}
.embed .global__header.header_min {
	background-color: #fff;
}
.embed .global__header.header_min .header_nav li p {
	color: #000 !important;
}
.embed .global__header.header_min .nav__toggle span {
	background-color: #000 !important;
}
.embed .global__footer {
	background-color: #000;
	padding: 40px 80px 40px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__footer {
		padding: 20px 15px 20px 15px;
		flex-direction: column;
		justify-content: flex-start;
	}
}
.embed .global__footer nav a {
	display: inline-block;
	margin-right: 1em;
	color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__footer nav a {
		width: 40%;
		margin-bottom: 5px;
	}
}
.embed .global__footer p {
	color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__footer p {
		font-size: 12px;
		margin-top: 20px;
	}
}
/* Toggle Button */
.embed .nav__toggle {
	width: 112px;
	height: 82px;
	padding: 36px 36px;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 2000;
	transition: 0.4s ease-in-out;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .nav__toggle {
		display: block;
		width: 60px;
		height: 60px;
		padding: 24px 18px;
		top: 0px;
		right: 0px;
	}
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.nav__toggle:hover span:nth-child(1) {
		top: -3px;
	}
	.nav__toggle:hover span:nth-child(2) {
		top: 15px;
	}
}
.embed .nav__toggle div {
	position: relative;
}
.embed .nav__toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	left: 0;
	transition: 0.25s ease-in-out;
}
.nav__toggle span:nth-child(1) {
	top: 0px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.nav__toggle span:nth-child(1) {
		top: 0px;
	}
}
.nav__toggle span:nth-child(2) {
	top: 12px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.nav__toggle span:nth-child(2) {
		top: 8px;
	}
}
.nav__toggle.open span:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
	background-color: #000;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.nav__toggle.open span:nth-child(1) {
		top: 4px;
	}
}
.nav__toggle.open span:nth-child(2) {
	top: 6px;
	transform: rotate(-45deg);
	background-color: #000;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.nav__toggle.open span:nth-child(2) {
		top: 4px;
	}
}
.embed .global__menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
	z-index: 500;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu {
		overflow-y: scroll;
	}
}
.embed .global__menu_nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav {
		height: auto;
		padding-bottom: 20px;
	}
}
.embed .global__menu_nav_inner {
	width: 94%;
	max-width: 1000px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav_inner {
		flex-direction: column;
	}
}
.embed .global__menu_nav_inner__line {
	width: 33%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav_inner__line {
		width: 100%;
	}
}
.embed .global__menu_nav .cont_nav {
	width: 100%;
	padding: 30px 25px;
	display: block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav .cont_nav {
		flex-direction: column;
		padding: 20px 15px;
	}
}
.embed .global__menu_nav .cont_nav h2 {
	font-size: 16px;
	color: #FC0019;
	width: 100%;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav .cont_nav h2 {
		width: 100%;
	}
}
.embed .global__menu_nav .cont_nav h2:after {
	content: "";
	display: block;
	height: 80px;
	width: 80px;
	background: linear-gradient(45deg, rgb(230, 245, 237) 0%, rgb(242, 238, 246) 100%);
	position: absolute;
	top: -20px;
	left: -20px;
	opacity: 0.8;
	z-index: -1;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav .cont_nav h2:after {
		opacity: 1;
	}
}
.embed .global__menu_nav .cont_nav h2 span {
	font-size: 24px;
	opacity: 1;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.embed .global__menu_nav .cont_nav h2 a {
	color: #FC0019;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav .cont_nav h2 a {
		width: 100%;
	}
}
.embed .global__menu_nav .cont_nav nav {
	width: 100%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .global__menu_nav .cont_nav nav {
		padding-left: 0;
		margin-top: 10px;
		padding-top: 15px;
	}
}
.embed .global__menu_nav .cont_nav nav a {
	font-size: 14px;
	padding: 8px 0;
	display: block;
	transition: 0.3s;
	display: block;
	width: 100%;
	position: relative;
}
.embed .global__menu_nav .cont_nav nav a:last-child {
	margin-bottom: 0;
}
.embed .global__menu_nav .cont_nav nav a:before {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
}
.embed .global__menu_nav .cont_nav nav a:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.embed .global__menu_nav .cont_nav nav a:hover:before {
	animation: arrowAnime 0.4s ease forwards;
}
.embed .global__menu_nav .cont_nav nav a:hover:after {
	animation: lineAnime 0.6s ease forwards;
}
.embed .global__menu.open .global__menu_nav {
	animation: menuIn 1.2s ease;
}
@keyframes menuIn {
	0% {
		opacity: 0;
		transform: scale(1.2);
	}
	30% {
		opacity: 0;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*------------------------------------------------------------
pagetop
------------------------------------------------------------*/
.embed .pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	z-index: 1100;
}
.embed .pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #000;
	display: block;
	position: relative;
}
.embed .pagetop a:before {
	display: block;
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -53%) rotate(-45deg);
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .pagetop a {
		width: 50px;
		height: 50px;
	}
}
/*------------------------------------------------------------
cont__header
------------------------------------------------------------*/
.embed .cont__header {
	width: 100%;
	height: 440px;
	position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header {
		height: 250px;
	}
}
.embed .cont__header_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	clip: rect(auto, auto, auto, auto);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.embed .cont__header_img {
	width: 100%;
	height: 440px;
	position: fixed;
	left: 0;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 1s 0.6s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_img {
		height: 250px;
	}
}
.embed .cont__header_ttl_jp {
	position: relative;
	font-size: 54px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 1.5;
	z-index: 1;
	margin-top: 20px;
	transform: translateY(10px);
	transition: 2s 0.6s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_ttl_jp {
		margin-top: 50px;
		font-size: 34px;
	}
}
.embed .cont__header_ttl_jp span {
	transition: 1s 1s;
	opacity: 0;
	font-weight: 500;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_ttl_jp span {
		font-weight: 700;
	}
}
.embed .cont__header_ttl_jp span .small {
	font-size: 35px;
	display: block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_ttl_jp span .small {
		font-size: 24px;
	}
}
.cont__header_ttl_jp:not(.noline):before {
	content: "";
	display: block;
	width: 0;
	height: 12px;
	background-color: #FC0019;
	position: absolute;
	bottom: 0.2em;
	left: 0;
	z-index: -1;
	opacity: 0.85;
	transition: 1.6s 0.6s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.cont__header_ttl_jp:not(.noline):before {
		height: 8px;
	}
}
.embed .cont__header_ttl_en {
	position: relative;
	font-size: 28px;
	color: #FC0019;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	text-align: center;
	letter-spacing: 1em;
	opacity: 0;
	line-height: 1;
	margin-top: 15px;
	transition: 1.6s 0.6s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_ttl_en {
		font-size: 18px;
	}
}
.embed .cont__header_txt {
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
	opacity: 0;
	line-height: 1;
	margin-top: 15px;
	transition: 1.6s 0.6s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .cont__header_txt {
		font-size: 12px;
		line-height: 1.5;
	}
}
.embed .cont__header.active-sp .cont__header_img {
	transition: none;
}
.embed .cont__header.active-sp .cont__header_ttl_jp {
	transition: none;
}
.embed .cont__header.active-sp .cont__header_ttl_jp span {
	transition: none;
}
.cont__header.active-sp .cont__header_ttl_jp:not(.noline):before {
	transition: none;
}
.embed .cont__header.active-sp .cont__header_ttl_en {
	transition: none;
}
.embed .cont__header.active-sp .cont__header_txt {
	transition: none;
}
.embed .cont__header.active .cont__header_img {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.embed .cont__header.active .cont__header_ttl_jp {
	transform: translateY(0);
}
.embed .cont__header.active .cont__header_ttl_jp span {
	opacity: 1;
}
.cont__header.active .cont__header_ttl_jp:not(.noline):before {
	width: 100%;
}
.embed .cont__header.active .cont__header_ttl_en {
	letter-spacing: 0.05em;
	opacity: 1;
}
.embed .cont__header.active .cont__header_txt {
	letter-spacing: 0.05em;
	opacity: 1;
}
* {
	box-sizing: border-box;
}
*:before, .embed *:after {
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.embed img {
	display: block;
	max-width: 100%;
	height: auto;
}
.embed img.unlimit {
	width: 100%;
}
.embed .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.embed .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.embed .row {
	margin-left: -15px;
	margin-right: -15px;
}
.embed .clearfix:before, .embed .clearfix:after, .embed .container:before, .embed .container:after, .embed .container-fluid:before, .embed .container-fluid:after, .embed .row:before, .embed .row:after {
	content: " ";
	display: table;
}
.embed .clearfix:after, .embed .container:after, .embed .container-fluid:after, .embed .row:after {
	clear: both;
}
.embed .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.embed .pull-right {
	float: right !important;
}
.embed .pull-left {
	float: left !important;
}
/* ========================================
containerの幅を変更
======================================== */
@media (min-width: 769px) {
	.embed .container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.embed .container {
		width: 100%;
	}
}
@media (min-width: 1070px) {
	.embed .container {
		max-width: 1070px;
	}
}
@media (min-width: 1200px) {
	.embed .container {
		width: 1170px;
	}
}
/* ========================================
間隔を60pxに拡張
======================================== */
.embed .row-60 {
	margin-left: -30px;
	margin-right: -30px;
}
.embed .row-60 > [class^=col-], .embed .row-60 > [class*=" col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
/* ========================================
間隔を50pxに拡張
======================================== */
.embed .row-50 {
	margin-left: -25px;
	margin-right: -25px;
}
.embed .row-50 > [class^=col-], .embed .row-50 > [class*=" col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
/* ========================================
間隔を40pxに拡張
======================================== */
/*
.embed .container{
	padding-left: 20px;
	padding-right: 20px;
}
*/
.embed .row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.embed .row-40 > [class^=col-], .embed .row-40 > [class*=" col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
/* ========================================
間隔を20pxに縮小
======================================== */
/*
.embed .container{
	padding-left: 10px;
	padding-right: 10px;
}
*/
.embed .row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.embed .row-20 > [class^=col-], .embed .row-20 > [class*=" col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
/* ========================================
間隔を10pxに縮小
======================================== */
/*
.embed .container{
	padding-left: 5px;
	padding-right: 5px;
}
*/
.embed .row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.embed .row-10 > [class^=col-], .embed .row-10 > [class*=" col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
/* ========================================
間隔を0に
======================================== */
/*
.embed .container{
	padding-left: 0;
	padding-right: 0;
}
*/
.embed .row-pad0 {
	margin-left: 0;
	margin-right: 0;
}
.embed .row-pad0 > [class^=col-], .embed .row-pad0 > [class*=" col-"] {
	padding-left: 0;
	padding-right: 0;
}
/* ========================================
pull-left
======================================== */
@media only screen and (min-width:480px), print and (max-width: 1cm) {
	.embed .pull-xs−left {
		float: left !important;
	}
	.embed .pull-xs−left + [class^=col-] .img-responsive, .embed .pull-xs−left [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.embed .pull-sm−left {
		float: left !important;
	}
	.embed .pull-sm−left + [class^=col-] .img-responsive, .embed .pull-sm−left [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:1000px), print and (min-width: 2cm) {
	.embed .pull-md−left {
		float: left !important;
	}
	.embed .pull-md−left + [class^=col-] .img-responsive, .embed .pull-md−left [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:1380px), print and (min-width: 2cm) {
	.embed .pull-lg−left {
		float: left !important;
	}
	.embed .pull-lg−left + [class^=col-] .img-responsive, .embed .pull-lg−left [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
/* ========================================
pull-right
======================================== */
@media only screen and (min-width:480px), print and (max-width: 1cm) {
	.embed .pull-xs−right {
		float: right !important;
	}
	.embed .pull-xs−right + [class^=col-] .img-responsive, .embed .pull-xs−right [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.embed .pull-sm−right {
		float: right !important;
	}
	.embed .pull-sm−right + [class^=col-] .img-responsive, .embed .pull-sm−right [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:1000px), print and (min-width: 2cm) {
	.embed .pull-md−right {
		float: right !important;
	}
	.embed .pull-md−right + [class^=col-] .img-responsive, .embed .pull-md−right [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
@media only screen and (min-width:1380px), print and (min-width: 2cm) {
	.embed .pull-lg−right {
		float: right !important;
	}
	.embed .pull-lg−right + [class^=col-] .img-responsive, .embed .pull-lg−right [class*=" col-"] .img-responsive {
		width: 100%;
	}
}
/* ========================================
br
======================================== */
/*br-XX-block*/
.embed .br-xs-block {
	display: none;
}
@media only screen and (min-width:480px), print and (max-width: 1cm) {
	.embed .br-xs-block {
		display: inline-block;
	}
}
.embed .br-sm-block {
	display: none;
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.embed .br-sm-block {
		display: inline-block;
	}
}
.embed .br-md-block {
	display: none;
}
@media only screen and (min-width:1000px), print and (min-width: 2cm) {
	.embed .br-md-block {
		display: inline-block;
	}
}
.embed .br-lg-block {
	display: none;
}
@media only screen and (min-width:1380px), print and (min-width: 2cm) {
	.embed .br-lg-block {
		display: inline-block;
	}
}
/*br-XX-none*/
@media only screen and (min-width:480px), print and (max-width: 1cm) {
	.embed .br-xs-none {
		display: none;
	}
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.embed .br-sm-none {
		display: none;
	}
}
@media only screen and (min-width:1000px), print and (min-width: 2cm) {
	.embed .br-md-none {
		display: none;
	}
}
@media only screen and (min-width:1380px), print and (min-width: 2cm) {
	.embed .br-lg-none {
		display: none;
	}
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .mb1e-sm-min {
		margin-bottom: 1em;
	}
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .mb2e-sm-min {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .mb3e-sm-min {
		margin-bottom: 2em;
	}
}
.embed .img-center .img-responsive {
	margin: 0 auto;
}
/* ========================================
グリッド　5等分.col-XX-1-5　追加ver
======================================== */
.embed .col-xs-1, .embed .col-sm-1, .embed .col-md-1, .embed .col-lg-1, .embed .col-xs-2, .embed .col-sm-2, .embed .col-md-2, .embed .col-lg-2, .embed .col-xs-3, .embed .col-sm-3, .embed .col-md-3, .embed .col-lg-3, .embed .col-xs-4, .embed .col-sm-4, .embed .col-md-4, .embed .col-lg-4, .embed .col-xs-5, .embed .col-sm-5, .embed .col-md-5, .embed .col-lg-5, .embed .col-xs-6, .embed .col-sm-6, .embed .col-md-6, .embed .col-lg-6, .embed .col-xs-7, .embed .col-sm-7, .embed .col-md-7, .embed .col-lg-7, .embed .col-xs-8, .embed .col-sm-8, .embed .col-md-8, .embed .col-lg-8, .embed .col-xs-9, .embed .col-sm-9, .embed .col-md-9, .embed .col-lg-9, .embed .col-xs-10, .embed .col-sm-10, .embed .col-md-10, .embed .col-lg-10, .embed .col-xs-11, .embed .col-sm-11, .embed .col-md-11, .embed .col-lg-11, .embed .col-xs-12, .embed .col-sm-12, .embed .col-md-12, .embed .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.embed .col-xs-1-5, .embed .col-sm-1-5, .embed .col-md-1-5, .embed .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.embed .col-xs-1, .embed .col-xs-1-5, .embed .col-xs-2, .embed .col-xs-3, .embed .col-xs-4, .embed .col-xs-5, .embed .col-xs-6, .embed .col-xs-7, .embed .col-xs-8, .embed .col-xs-9, .embed .col-xs-10, .embed .col-xs-11, .embed .col-xs-12 {
	float: none;
	width: 100%;
}
.embed .col-xxs-1, .embed .col-xxs-1-5, .embed .col-xxs-2, .embed .col-xxs-3, .embed .col-xxs-4, .embed .col-xxs-5, .embed .col-xxs-6, .embed .col-xxs-7, .embed .col-xxs-8, .embed .col-xxs-9, .embed .col-xxs-10, .embed .col-xxs-11, .embed .col-xxs-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.embed .col-xxs-12 {
	width: 100%;
}
.embed .col-xxs-11 {
	width: 91.66666667%;
}
.embed .col-xxs-10 {
	width: 83.33333333%;
}
.embed .col-xxs-9 {
	width: 75%;
}
.embed .col-xxs-8 {
	width: 66.66666667%;
}
.embed .col-xxs-7 {
	width: 58.33333333%;
}
.embed .col-xxs-6 {
	width: 50%;
}
.embed .col-xxs-5 {
	width: 41.66666667%;
}
.embed .col-xxs-4 {
	width: 33.33333333%;
}
.embed .col-xxs-3 {
	width: 25%;
}
.embed .col-xxs-2 {
	width: 16.66666667%;
}
.embed .col-xxs-1-5 {
	width: 20%;
}
.embed .col-xxs-1 {
	width: 8.33333333%;
}
.embed .col-xxs-pull-12 {
	right: 100%;
}
.embed .col-xxs-pull-11 {
	right: 91.66666667%;
}
.embed .col-xxs-pull-10 {
	right: 83.33333333%;
}
.embed .col-xxs-pull-9 {
	right: 75%;
}
.embed .col-xxs-pull-8 {
	right: 66.66666667%;
}
.embed .col-xxs-pull-7 {
	right: 58.33333333%;
}
.embed .col-xxs-pull-6 {
	right: 50%;
}
.embed .col-xxs-pull-5 {
	right: 41.66666667%;
}
.embed .col-xxs-pull-4 {
	right: 33.33333333%;
}
.embed .col-xxs-pull-3 {
	right: 25%;
}
.embed .col-xxs-pull-2 {
	right: 16.66666667%;
}
.embed .col-xxs-pull-1 {
	right: 8.33333333%;
}
.embed .col-xxs-pull-0 {
	right: auto;
}
.embed .col-xxs-push-12 {
	left: 100%;
}
.embed .col-xxs-push-11 {
	left: 91.66666667%;
}
.embed .col-xxs-push-10 {
	left: 83.33333333%;
}
.embed .col-xxs-push-9 {
	left: 75%;
}
.embed .col-xxs-push-8 {
	left: 66.66666667%;
}
.embed .col-xxs-push-7 {
	left: 58.33333333%;
}
.embed .col-xxs-push-6 {
	left: 50%;
}
.embed .col-xxs-push-5 {
	left: 41.66666667%;
}
.embed .col-xxs-push-4 {
	left: 33.33333333%;
}
.embed .col-xxs-push-3 {
	left: 25%;
}
.embed .col-xxs-push-2 {
	left: 16.66666667%;
}
.embed .col-xxs-push-1 {
	left: 8.33333333%;
}
.embed .col-xxs-push-0 {
	left: auto;
}
.embed .col-xxs-offset-12 {
	margin-left: 100%;
}
.embed .col-xxs-offset-11 {
	margin-left: 91.66666667%;
}
.embed .col-xxs-offset-10 {
	margin-left: 83.33333333%;
}
.embed .col-xxs-offset-9 {
	margin-left: 75%;
}
.embed .col-xxs-offset-8 {
	margin-left: 66.66666667%;
}
.embed .col-xxs-offset-7 {
	margin-left: 58.33333333%;
}
.embed .col-xxs-offset-6 {
	margin-left: 50%;
}
.embed .col-xxs-offset-5 {
	margin-left: 41.66666667%;
}
.embed .col-xxs-offset-4 {
	margin-left: 33.33333333%;
}
.embed .col-xxs-offset-3 {
	margin-left: 25%;
}
.embed .col-xxs-offset-2 {
	margin-left: 16.66666667%;
}
.embed .col-xxs-offset-1 {
	margin-left: 8.33333333%;
}
.embed .col-xxs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 480px) {
	.embed .col-xs-1, .embed .col-xs-1-5, .embed .col-xs-2, .embed .col-xs-3, .embed .col-xs-4, .embed .col-xs-5, .embed .col-xs-6, .embed .col-xs-7, .embed .col-xs-8, .embed .col-xs-9, .embed .col-xs-10, .embed .col-xs-11, .embed .col-xs-12 {
		float: left;
	}
	.embed .col-xs-12 {
		width: 100%;
	}
	.embed .col-xs-11 {
		width: 91.66666667%;
	}
	.embed .col-xs-10 {
		width: 83.33333333%;
	}
	.embed .col-xs-9 {
		width: 75%;
	}
	.embed .col-xs-8 {
		width: 66.66666667%;
	}
	.embed .col-xs-7 {
		width: 58.33333333%;
	}
	.embed .col-xs-6 {
		width: 50%;
	}
	.embed .col-xs-5 {
		width: 41.66666667%;
	}
	.embed .col-xs-4 {
		width: 33.33333333%;
	}
	.embed .col-xs-3 {
		width: 25%;
	}
	.embed .col-xs-2 {
		width: 16.66666667%;
	}
	.embed .col-xs-1-5 {
		width: 20%;
	}
	.embed .col-xs-1 {
		width: 8.33333333%;
	}
	.embed .col-xs-pull-12 {
		right: 100%;
	}
	.embed .col-xs-pull-11 {
		right: 91.66666667%;
	}
	.embed .col-xs-pull-10 {
		right: 83.33333333%;
	}
	.embed .col-xs-pull-9 {
		right: 75%;
	}
	.embed .col-xs-pull-8 {
		right: 66.66666667%;
	}
	.embed .col-xs-pull-7 {
		right: 58.33333333%;
	}
	.embed .col-xs-pull-6 {
		right: 50%;
	}
	.embed .col-xs-pull-5 {
		right: 41.66666667%;
	}
	.embed .col-xs-pull-4 {
		right: 33.33333333%;
	}
	.embed .col-xs-pull-3 {
		right: 25%;
	}
	.embed .col-xs-pull-2 {
		right: 16.66666667%;
	}
	.embed .col-xs-pull-1 {
		right: 8.33333333%;
	}
	.embed .col-xs-pull-0 {
		right: auto;
	}
	.embed .col-xs-push-12 {
		left: 100%;
	}
	.embed .col-xs-push-11 {
		left: 91.66666667%;
	}
	.embed .col-xs-push-10 {
		left: 83.33333333%;
	}
	.embed .col-xs-push-9 {
		left: 75%;
	}
	.embed .col-xs-push-8 {
		left: 66.66666667%;
	}
	.embed .col-xs-push-7 {
		left: 58.33333333%;
	}
	.embed .col-xs-push-6 {
		left: 50%;
	}
	.embed .col-xs-push-5 {
		left: 41.66666667%;
	}
	.embed .col-xs-push-4 {
		left: 33.33333333%;
	}
	.embed .col-xs-push-3 {
		left: 25%;
	}
	.embed .col-xs-push-2 {
		left: 16.66666667%;
	}
	.embed .col-xs-push-1 {
		left: 8.33333333%;
	}
	.embed .col-xs-push-0 {
		left: auto;
	}
	.embed .col-xs-offset-12 {
		margin-left: 100%;
	}
	.embed .col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.embed .col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.embed .col-xs-offset-9 {
		margin-left: 75%;
	}
	.embed .col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.embed .col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.embed .col-xs-offset-6 {
		margin-left: 50%;
	}
	.embed .col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.embed .col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.embed .col-xs-offset-3 {
		margin-left: 25%;
	}
	.embed .col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.embed .col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.embed .col-xs-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 768px) {
	.embed .col-sm-1, .embed .col-sm-1-5, .embed .col-sm-2, .embed .col-sm-3, .embed .col-sm-4, .embed .col-sm-5, .embed .col-sm-6, .embed .col-sm-7, .embed .col-sm-8, .embed .col-sm-9, .embed .col-sm-10, .embed .col-sm-11, .embed .col-sm-12 {
		float: left;
	}
	.embed .col-sm-12 {
		width: 100%;
	}
	.embed .col-sm-11 {
		width: 91.66666667%;
	}
	.embed .col-sm-10 {
		width: 83.33333333%;
	}
	.embed .col-sm-9 {
		width: 75%;
	}
	.embed .col-sm-8 {
		width: 66.66666667%;
	}
	.embed .col-sm-7 {
		width: 58.33333333%;
	}
	.embed .col-sm-6 {
		width: 50%;
	}
	.embed .col-sm-5 {
		width: 41.66666667%;
	}
	.embed .col-sm-4 {
		width: 33.33333333%;
	}
	.embed .col-sm-3 {
		width: 25%;
	}
	.embed .col-sm-2 {
		width: 16.66666667%;
	}
	.embed .col-sm-1-5 {
		width: 20%;
	}
	.embed .col-sm-1 {
		width: 8.33333333%;
	}
	.embed .col-sm-pull-12 {
		right: 100%;
	}
	.embed .col-sm-pull-11 {
		right: 91.66666667%;
	}
	.embed .col-sm-pull-10 {
		right: 83.33333333%;
	}
	.embed .col-sm-pull-9 {
		right: 75%;
	}
	.embed .col-sm-pull-8 {
		right: 66.66666667%;
	}
	.embed .col-sm-pull-7 {
		right: 58.33333333%;
	}
	.embed .col-sm-pull-6 {
		right: 50%;
	}
	.embed .col-sm-pull-5 {
		right: 41.66666667%;
	}
	.embed .col-sm-pull-4 {
		right: 33.33333333%;
	}
	.embed .col-sm-pull-3 {
		right: 25%;
	}
	.embed .col-sm-pull-2 {
		right: 16.66666667%;
	}
	.embed .col-sm-pull-1 {
		right: 8.33333333%;
	}
	.embed .col-sm-pull-0 {
		right: auto;
	}
	.embed .col-sm-push-12 {
		left: 100%;
	}
	.embed .col-sm-push-11 {
		left: 91.66666667%;
	}
	.embed .col-sm-push-10 {
		left: 83.33333333%;
	}
	.embed .col-sm-push-9 {
		left: 75%;
	}
	.embed .col-sm-push-8 {
		left: 66.66666667%;
	}
	.embed .col-sm-push-7 {
		left: 58.33333333%;
	}
	.embed .col-sm-push-6 {
		left: 50%;
	}
	.embed .col-sm-push-5 {
		left: 41.66666667%;
	}
	.embed .col-sm-push-4 {
		left: 33.33333333%;
	}
	.embed .col-sm-push-3 {
		left: 25%;
	}
	.embed .col-sm-push-2 {
		left: 16.66666667%;
	}
	.embed .col-sm-push-1 {
		left: 8.33333333%;
	}
	.embed .col-sm-push-0 {
		left: auto;
	}
	.embed .col-sm-offset-12 {
		margin-left: 100%;
	}
	.embed .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.embed .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.embed .col-sm-offset-9 {
		margin-left: 75%;
	}
	.embed .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.embed .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.embed .col-sm-offset-6 {
		margin-left: 50%;
	}
	.embed .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.embed .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.embed .col-sm-offset-3 {
		margin-left: 25%;
	}
	.embed .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.embed .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.embed .col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.embed .col-md-1, .embed .col-md-1-5, .embed .col-md-2, .embed .col-md-3, .embed .col-md-4, .embed .col-md-5, .embed .col-md-6, .embed .col-md-7, .embed .col-md-8, .embed .col-md-9, .embed .col-md-10, .embed .col-md-11, .embed .col-md-12 {
		float: left;
	}
	.embed .col-md-12 {
		width: 100%;
	}
	.embed .col-md-11 {
		width: 91.66666667%;
	}
	.embed .col-md-10 {
		width: 83.33333333%;
	}
	.embed .col-md-9 {
		width: 75%;
	}
	.embed .col-md-8 {
		width: 66.66666667%;
	}
	.embed .col-md-7 {
		width: 58.33333333%;
	}
	.embed .col-md-6 {
		width: 50%;
	}
	.embed .col-md-5 {
		width: 41.66666667%;
	}
	.embed .col-md-4 {
		width: 33.33333333%;
	}
	.embed .col-md-3 {
		width: 25%;
	}
	.embed .col-md-2 {
		width: 16.66666667%;
	}
	.embed .col-md-1-5 {
		width: 20%;
	}
	.embed .col-md-1 {
		width: 8.33333333%;
	}
	.embed .col-md-pull-12 {
		right: 100%;
	}
	.embed .col-md-pull-11 {
		right: 91.66666667%;
	}
	.embed .col-md-pull-10 {
		right: 83.33333333%;
	}
	.embed .col-md-pull-9 {
		right: 75%;
	}
	.embed .col-md-pull-8 {
		right: 66.66666667%;
	}
	.embed .col-md-pull-7 {
		right: 58.33333333%;
	}
	.embed .col-md-pull-6 {
		right: 50%;
	}
	.embed .col-md-pull-5 {
		right: 41.66666667%;
	}
	.embed .col-md-pull-4 {
		right: 33.33333333%;
	}
	.embed .col-md-pull-3 {
		right: 25%;
	}
	.embed .col-md-pull-2 {
		right: 16.66666667%;
	}
	.embed .col-md-pull-1 {
		right: 8.33333333%;
	}
	.embed .col-md-pull-0 {
		right: auto;
	}
	.embed .col-md-push-12 {
		left: 100%;
	}
	.embed .col-md-push-11 {
		left: 91.66666667%;
	}
	.embed .col-md-push-10 {
		left: 83.33333333%;
	}
	.embed .col-md-push-9 {
		left: 75%;
	}
	.embed .col-md-push-8 {
		left: 66.66666667%;
	}
	.embed .col-md-push-7 {
		left: 58.33333333%;
	}
	.embed .col-md-push-6 {
		left: 50%;
	}
	.embed .col-md-push-5 {
		left: 41.66666667%;
	}
	.embed .col-md-push-4 {
		left: 33.33333333%;
	}
	.embed .col-md-push-3 {
		left: 25%;
	}
	.embed .col-md-push-2 {
		left: 16.66666667%;
	}
	.embed .col-md-push-1 {
		left: 8.33333333%;
	}
	.embed .col-md-push-0 {
		left: auto;
	}
	.embed .col-md-offset-12 {
		margin-left: 100%;
	}
	.embed .col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.embed .col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.embed .col-md-offset-9 {
		margin-left: 75%;
	}
	.embed .col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.embed .col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.embed .col-md-offset-6 {
		margin-left: 50%;
	}
	.embed .col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.embed .col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.embed .col-md-offset-3 {
		margin-left: 25%;
	}
	.embed .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.embed .col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.embed .col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.embed .col-lg-1, .embed .col-lg-1-5, .embed .col-lg-2, .embed .col-lg-3, .embed .col-lg-4, .embed .col-lg-5, .embed .col-lg-6, .embed .col-lg-7, .embed .col-lg-8, .embed .col-lg-9, .embed .col-lg-10, .embed .col-lg-11, .embed .col-lg-12 {
		float: left;
	}
	.embed .col-lg-12 {
		width: 100%;
	}
	.embed .col-lg-11 {
		width: 91.66666667%;
	}
	.embed .col-lg-10 {
		width: 83.33333333%;
	}
	.embed .col-lg-9 {
		width: 75%;
	}
	.embed .col-lg-8 {
		width: 66.66666667%;
	}
	.embed .col-lg-7 {
		width: 58.33333333%;
	}
	.embed .col-lg-6 {
		width: 50%;
	}
	.embed .col-lg-5 {
		width: 41.66666667%;
	}
	.embed .col-lg-4 {
		width: 33.33333333%;
	}
	.embed .col-lg-3 {
		width: 25%;
	}
	.embed .col-lg-2 {
		width: 16.66666667%;
	}
	.embed .col-lg-1-5 {
		width: 20%;
	}
	.embed .col-lg-1 {
		width: 8.33333333%;
	}
	.embed .col-lg-pull-12 {
		right: 100%;
	}
	.embed .col-lg-pull-11 {
		right: 91.66666667%;
	}
	.embed .col-lg-pull-10 {
		right: 83.33333333%;
	}
	.embed .col-lg-pull-9 {
		right: 75%;
	}
	.embed .col-lg-pull-8 {
		right: 66.66666667%;
	}
	.embed .col-lg-pull-7 {
		right: 58.33333333%;
	}
	.embed .col-lg-pull-6 {
		right: 50%;
	}
	.embed .col-lg-pull-5 {
		right: 41.66666667%;
	}
	.embed .col-lg-pull-4 {
		right: 33.33333333%;
	}
	.embed .col-lg-pull-3 {
		right: 25%;
	}
	.embed .col-lg-pull-2 {
		right: 16.66666667%;
	}
	.embed .col-lg-pull-1 {
		right: 8.33333333%;
	}
	.embed .col-lg-pull-0 {
		right: auto;
	}
	.embed .col-lg-push-12 {
		left: 100%;
	}
	.embed .col-lg-push-11 {
		left: 91.66666667%;
	}
	.embed .col-lg-push-10 {
		left: 83.33333333%;
	}
	.embed .col-lg-push-9 {
		left: 75%;
	}
	.embed .col-lg-push-8 {
		left: 66.66666667%;
	}
	.embed .col-lg-push-7 {
		left: 58.33333333%;
	}
	.embed .col-lg-push-6 {
		left: 50%;
	}
	.embed .col-lg-push-5 {
		left: 41.66666667%;
	}
	.embed .col-lg-push-4 {
		left: 33.33333333%;
	}
	.embed .col-lg-push-3 {
		left: 25%;
	}
	.embed .col-lg-push-2 {
		left: 16.66666667%;
	}
	.embed .col-lg-push-1 {
		left: 8.33333333%;
	}
	.embed .col-lg-push-0 {
		left: auto;
	}
	.embed .col-lg-offset-12 {
		margin-left: 100%;
	}
	.embed .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.embed .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.embed .col-lg-offset-9 {
		margin-left: 75%;
	}
	.embed .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.embed .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.embed .col-lg-offset-6 {
		margin-left: 50%;
	}
	.embed .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.embed .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.embed .col-lg-offset-3 {
		margin-left: 25%;
	}
	.embed .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.embed .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.embed .col-lg-offset-0 {
		margin-left: 0%;
	}
}
/* ------------------------------------------------------------
フレーム
------------------------------------------------------------ */
.embed .hover:hover {
	opacity: 0.8;
	text-decoration: none;
}
.embed .clear {
	clear: both;
}
.embed .lefty {
	float: left;
}
.embed .righty {
	float: right;
}
.embed .pos_rel {
	position: relative;
}
.embed .block {
	display: block;
}
.embed .ds_table {
	display: table;
}
.embed .inline_block {
	display: inline-block;
}
.embed .inline {
	display: inline;
}
.embed .fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .fixed {
		position: static;
	}
}
.embed .view_block_pc {
	display: block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_block_pc {
		display: none;
	}
}
.embed .view_block_sp {
	display: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_block_sp {
		display: block;
	}
}
.embed .view_inline_pc {
	display: inline-block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_inline_pc {
		display: none;
	}
}
.embed .view_inline_sp {
	display: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .view_inline_sp {
		display: inline-block;
	}
}
.embed .bg_white {
	background-color: #fff;
}
/*.spin_infinite {
  -moz-animation-name: 'rotate1';
  -webkit-animation-name: 'rotate1';
  animation-name: 'rotate1';
  -goog-ms-animation-name: 'rotate1'; 

  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -goog-ms-animation-duration: 3s;

  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -goog-ms-animation-direction: normal;

  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;

  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -goog-ms-animation-iteration-count: infinite;
}

@-webkit-keyframes 'rotate1' {
 from {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-goog-ms-transform: rotate(0deg);
  }
 to {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-goog-ms-transform: rotate(-360deg);
  }
}*/
.embed .spin_infinite {
	animation: rotate1 4s linear reverse infinite;
}
@keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* ------------------------------
テキスト
------------------------------ */
@media only screen and (min-width:769px), print and (min-width: 2cm) {
	.embed .txt_center_pc {
		text-align: center !important;
	}
}
.embed .txt_center {
	display: block;
	text-align: center !important;
}
.embed .txt_center_only {
	text-align: center !important;
}
.embed .txt_right {
	display: block;
	text-align: right !important;
}
.embed .txt_left {
	display: block;
	text-align: left !important;
}
.embed .txt_justify {
	text-align: justify;
}
.embed .txt_indent {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.embed .txt_block {
	margin-top: 1em;
}
.embed .txt_small_l {
	font-size: 85%;
}
.embed .txt_small_m {
	font-size: 75%;
}
.embed .txt_small_s {
	font-size: 65%;
}
.embed .fc_main {
	color: #FC0019;
}
.embed .txt_bold {
	font-weight: bold;
}
.embed .txt_center_pc {
	text-align: center;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .txt_center_pc {
		text-align: left;
	}
}
.embed .txt_pb b {
	font-weight: 700;
	color: #f85c82;
}
.embed .ef {
	font-family: "Roboto", sans-serif;
}
.embed .ff {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.embed .ffg {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.embed .uppercase {
	text-transform: uppercase;
}
.embed .txt_white_space {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.embed .img_center {
	text-align: center;
}
.embed .img_center img {
	display: inline-block;
}
.embed .opa img, .embed .opa_group img {
	background-color: #fff;
}
.embed .opa a:hover, .embed .opa:hover, .embed .opa_group a:hover, .embed .opa_group:hover {
	text-decoration: none;
}
.embed .hover, .embed .hover_group a {
	text-decoration: none;
}
.embed .hover:hover, .embed .hover_group a:hover {
	text-decoration: none;
}
/* ------------------------------
タイトル
------------------------------ */
/* ------------------------------
ボタン
------------------------------ */
/* ------------------------------
テーブル
------------------------------ */
.embed .table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
/* ------------------------------
ページネーション
------------------------------ */
.embed .page_navi {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 50px 0;
}
.embed .page_navi li {
	display: inline-block;
	margin: 0 0.1em;
}
.embed .page_navi li a {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	width: 1.7em;
	line-height: 2em;
	font-family: "Roboto", sans-serif;
	border: solid 1px #ccc;
}
.embed .page_navi li a:hover {
	color: #FC0019;
	text-decoration: none;
}
.embed .page_navi li.current span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	width: 1.7em;
	line-height: 2em;
	background-color: #FC0019;
	color: #fff;
	pointer-events: none;
}
.embed .page_navi li.prev {
	margin-right: 1em;
}
.embed .page_navi li.next {
	margin-left: 1em;
}
/* ------------------------------
タブ
------------------------------ */
.embed .tab_navi .tab_btn {
	display: table;
	width: 100%;
}
.embed .tab_navi .tab_btn.tab_2 li {
	width: 50%;
}
.embed .tab_navi .tab_btn.tab_3 li {
	width: 33.33%;
}
.embed .tab_navi .tab_btn.tab_4 li {
	width: 25%;
}
.embed .tab_navi .tab_btn.tab_5 li {
	width: 20%;
}
.embed .tab_navi .tab_btn.tab_6 li {
	width: 16.66%;
}
.embed .tab_navi .tab_btn li {
	background-color: #FC0019;
	color: #fff;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
	padding: 0.9em;
	border-left: solid 1px #d9f0eb;
}
.embed .tab_navi .tab_btn li.active {
	background-color: #d9f0eb;
	color: #FC0019;
	cursor: default;
}
.embed .tab_navi .tab_btn li:first-child {
	border-left: none;
}
.embed .tab_navi .tab_cont {
	margin-top: 10px;
}
.embed .tab_navi .tab_cont > div {
	display: none;
	opacity: 0;
	animation-duration: 0.5s;
	animation-name: fade-in;
	animation-direction: alternate;
}
.embed .tab_navi .tab_cont > div.active {
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
/* ------------------------------
アコーディオン
------------------------------ */
.embed .ac_box dl {
	margin-bottom: 10px;
}
.embed .ac_box dl dt {
	color: #000;
	background-color: #f3f3f3;
	border: solid 1px #eee;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0.4em 2em 0.4em 2.2em;
	position: relative;
	cursor: pointer;
}
.embed .ac_box dl dt:before {
	font-size: 120%;
	display: block;
	content: "Q";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.5em;
	line-height: 1;
}
.embed .ac_box dl dt:after {
	font-size: 120%;
	display: block;
	content: "＋";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
	line-height: 1;
	opacity: 0.5;
}
.embed .ac_box dl dd {
	padding: 10px 0 10px 40px;
	position: relative;
}
.embed .ac_box dl dd:before {
	font-size: 140%;
	display: block;
	content: "A";
	position: absolute;
	top: 15px;
	left: 10px;
	line-height: 1;
}
.embed .ac_box dl.active dt {
	color: #FC0019;
	background-color: #fff;
	border: solid 1px #FC0019;
}
.embed .ac_box dl.active dt:after {
	content: "ー";
}
/* ------------------------------
ブロック
------------------------------ */
.embed .block_1 {
	border: solid 2px #ddd;
	padding: 30px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .block_1 {
		padding: 15px;
		margin-bottom: 10px;
	}
}
.embed .block_1.pad_15 {
	padding: 15px;
}
.embed .block_2 {
	background-color: #e5f5f2;
	padding: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
.embed .bg__grad_1 {
	position: relative;
}
.embed .bg__grad_1:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: linear-gradient(#FFEBD0, #FFE8F2);
	opacity: 0.3;
	z-index: -1;
}
/* ------------------------------
レイアウトセット
------------------------------ */
.embed .layout_1 {
	margin-top: 80px;
}
.embed .layout_1 .link_box {
	padding: 4% 10px 1%;
	background-color: #FC0019;
}
.embed .layout_1 .link_box h4 {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	padding: 10px 15px;
	font-family: "Roboto", sans-serif;
	color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .layout_1 .link_box h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.embed .layout_1 .link_box p {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .layout_1 .link_box p {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.embed .layout_1 .btn_4 a {
	display: block;
	margin: 0 auto;
	padding: 4px 5px;
	width: 160px;
}
.embed .layout_1 figure {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .layout_1 figure {
		padding-bottom: 45%;
	}
}
.embed .mrg__btm0 {
	margin-bottom: 0 !important;
}
.embed .mrg__btm05 {
	margin-bottom: 0.5em !important;
}
.embed .mrg__btm1 {
	margin-bottom: 1em !important;
}
.embed .mrg__btm15 {
	margin-bottom: 1.5em !important;
}
.embed .mrg__btm2 {
	margin-bottom: 2em !important;
}
.embed .mrg__btm3 {
	margin-bottom: 3em !important;
}
.embed .mrg__btm4 {
	margin-bottom: 4em !important;
}
.embed .mrg__btm5 {
	margin-bottom: 5em !important;
}
.embed .mrg__btm6 {
	margin-bottom: 6em !important;
}
.embed .mrg__btm7 {
	margin-bottom: 7em !important;
}
.embed .mrg__btm8 {
	margin-bottom: 8em !important;
}
.embed .mrg__top0 {
	margin-top: 0 !important;
}
.embed .mrg__top05 {
	margin-top: 0.5em !important;
}
.embed .mrg__top1 {
	margin-top: 1em !important;
}
.embed .mrg__top2 {
	margin-top: 2em !important;
}
.embed .mrg__top3 {
	margin-top: 3em !important;
}
.embed .mrg__top4 {
	margin-top: 4em !important;
}
.embed .mrg__top5 {
	margin-top: 5em !important;
}
.embed .mrg__top6 {
	margin-top: 6em !important;
}
.embed .mrg__top7 {
	margin-top: 7em !important;
}
.embed .mrg__top8 {
	margin-top: 8em !important;
}
.embed .mrg__left0 {
	margin-left: 0 !important;
}
.embed .mrg__left1 {
	margin-left: 1em !important;
}
.embed .mrg__left2 {
	margin-left: 2em !important;
}
.embed .mrg__left3 {
	margin-left: 3em !important;
}
.embed .mrg__right0 {
	margin-right: 0 !important;
}
.embed .mrg__right1 {
	margin-right: 1em !important;
}
.embed .mrg__right2 {
	margin-right: 2em !important;
}
.embed .mrg__right3 {
	margin-right: 3em !important;
}
.embed .pad__top0 {
	padding-top: 0 !important;
}
.embed .pad__top1 {
	padding-top: 1em !important;
}
.embed .pad__top2 {
	padding-top: 2em !important;
}
.embed .pad__top3 {
	padding-top: 3em !important;
}
.embed .pad__top4 {
	padding-top: 4em !important;
}
.embed .pad__top5 {
	padding-top: 5em !important;
}
.embed .pad__top6 {
	padding-top: 6em !important;
}
.embed .pad__top7 {
	padding-top: 7em !important;
}
.embed .pad__top8 {
	padding-top: 8em !important;
}
.embed .pad__btm0 {
	padding-bottom: 0 !important;
}
.embed .pad__btm1 {
	padding-bottom: 1em !important;
}
.embed .pad__btm2 {
	padding-bottom: 2em !important;
}
.embed .pad__btm3 {
	padding-bottom: 3em !important;
}
.embed .pad__btm4 {
	padding-bottom: 4em !important;
}
.embed .pad__btm5 {
	padding-bottom: 5em !important;
}
.embed .pad__btm6 {
	padding-bottom: 6em !important;
}
.embed .pad__btm7 {
	padding-bottom: 7em !important;
}
.embed .pad__btm8 {
	padding-bottom: 8em !important;
}
.embed .pad__top_anc {
	padding-top: 84px !important;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
	.embed .mrg__sp_btm1 {
		margin-bottom: 1em;
	}
	.embed .mrg__sp_btm2 {
		margin-bottom: 2em !important;
	}
	.embed .mrg__sp_btm3 {
		margin-bottom: 3em;
	}
	.embed .mrg__sp_left1 {
		margin-left: 1em !important;
	}
}
.embed .waypoint {
	transition-duration: 1s;
}
.embed .waypoint__fadeIn {
	opacity: 0;
}
.embed .waypoint__fadeIn.active {
	opacity: 1;
}
.embed .waypoint__fadeUp {
	opacity: 0;
	transform: translateY(60px);
}
.embed .waypoint__fadeUp.active {
	opacity: 1;
	transform: translateY(0px);
}
.embed .waypoint__slideLeft {
	opacity: 0;
	transform: translateX(-100px);
}
.embed .waypoint__slideLeft.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__slideLeftbig {
	opacity: 0;
	transform: translateX(-400px);
}
.embed .waypoint__slideLeftbig.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__slideLeftsmall {
	opacity: 0;
	transform: translateX(-30px);
}
.embed .waypoint__slideLeftsmall.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__slideRight {
	opacity: 0;
	transform: translateX(100px);
}
.embed .waypoint__slideRight.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__slideRightup {
	opacity: 0;
	transform: translate(100px, -100px);
}
.embed .waypoint__slideRightup.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__slideRightupsmall {
	opacity: 0;
	transform: translateX(30px);
}
.embed .waypoint__slideRightupsmall.active {
	opacity: 1;
	transform: translateX(0px);
}
.embed .waypoint__zoomOutin {
	opacity: 0;
	transform: scale(1.4);
}
.embed .waypoint__zoomOutin.active {
	opacity: 1;
	transform: scale(1);
}
.embed .waypoint__zoomIn {
	opacity: 0;
	transform: scale(0.1);
}
.embed .waypoint__zoomIn.active {
	opacity: 1;
	transform: scale(1);
}
.embed .waypoint__zoomOut {
	opacity: 1;
	transform: scale(1);
}
.embed .waypoint__zoomOut.active {
	opacity: 0;
	transform: scale(3);
}
.embed .waypoint__junpUp {
	opacity: 0;
	transform: scale(0.1) translate(0, 100%);
}
.embed .waypoint__junpUp.active {
	opacity: 1;
	transform: scale(1) translate(0, 0);
}
.embed .waypoint__imgSlidein {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
.embed .waypoint__imgSlidein.active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.embed .waypoint__spin {
	opacity: 0;
	transform: rotateY(180deg);
	transition-delay: 0.2s;
	transition: 1s;
}
.embed .waypoint__spin.active {
	opacity: 1;
	transform: rotateY(0);
}
.embed .waypoint.delay_02 {
	transition-delay: 0.2s;
}
.embed .waypoint.delay_03 {
	transition-delay: 0.3s;
}
.embed .waypoint.delay_04 {
	transition-delay: 0.4s;
}
.embed .waypoint.delay_06 {
	transition-delay: 0.6s;
}
.embed .waypoint.delay_1 {
	transition-delay: 1s;
}
.embed .waypoint.delay_13 {
	transition-delay: 1.3s;
}
.embed .waypoint.delay_16 {
	transition-delay: 1.6s;
}
.embed .waypoint.delay_2 {
	transition-delay: 2s;
}
.embed .waypoint.duration_06 {
	transition-duration: 0.6s;
}
.embed .waypoint.duration_2 {
	transition-duration: 2s;
}
.embed .waypoint.ease_black {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.embed .waypoint.ease_Out_Quint {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}