/* base389 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {margin:0;padding:0;}
h1,h2,h3,h4,h5 {font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
ul,li {list-style:none;list-style-type:none;}
img{border-style:none;vertical-align:bottom;}
a{overflow:hidden;outline:none;}
/* clearfix */
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* box-sizing */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* hide */
.text_hide { text-indent: -9999px; }
.display_none { display: none !important; }
/* link */
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; opacity: 0.7 !important; }
a:active { color: black; text-decoration: none; }
a.text { text-decoration: underline; }
a.text:link { text-decoration: underline; }
a.text:hover { text-decoration: underline; opacity: 0.7 !important; }
a.blue { color: blue; text-decoration: none; }
a.blue:link { color: blue; text-decoration: underline; }
a.blue:hover { color: blue; text-decoration: underline; opacity: 0.7; }
a[ href^="tel:" ] { text-decoration: none; cursor: default; pointer-events: none; }
@media screen and (max-width:768px){
	a[ href^="tel:" ] { color: inherit; text-decoration: none; cursor: pointer; pointer-events: auto; }
}
/* indent */
.txt-ind { margin-left: 1em !important; text-indent: -1.0em !important; }
.noind { margin-left: 0em !important; text-indent: 0em !important; }
/* margin padding */
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.ml0 { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt1em { padding-top: 1em !important; }
.pt2em { padding-top: 2em !important; }
.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb1em { padding-bottom: 1em !important; }
.pb2em { padding-bottom: 2em !important; }
.pr0 { padding-right: 0px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pl0 { padding-left: 0px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }

.mb60_40 { margin-bottom: 60px !important; }
.mb40_20 { margin-bottom: 40px !important; }
.mb20_10 { margin-bottom: 20px !important; }
@media screen and (max-width:768px){
	.mb60_40 { margin-bottom: 10.283vw !important; }
	.mb40_20 { margin-bottom: 5.141vw !important; }
	.mb20_10 { margin-bottom: 2.571vw !important; }
}
/* align */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }
.adjust { text-align: justify !important; text-justify: inter-ideograph !important; }
.inline_block, .nobr { display: inline-block; }
.per140 { font-size: 140%; }
.per80 { font-size: 80%; }
.per63 { font-size: 63%; }
sup { position: relative; top: 0.1em; font-size: 80%; }
sub { vertical-align: bottom; position: relative; top: 0.4em; font-size: 80%; }
.bold { font-weight: bold; }
@media screen and (max-width:768px){
	.adjust_sp { text-align: justify !important; text-justify: inter-ideograph !important; }
}
/* float */
.clearboth { clear: both !important; }
/* image */
img { max-width: 100%; }
.image_left { float: left; margin: 0px 20px 20px 0px; }
.image_right { float: right; margin: 0px 0px 20px 20px; }
/* smart phone */
.onlypc { display: block !important; }
.onlypc_inline { display: inline-block !important; }
.onlysp { display: none !important; }
.onlysp_inline { display: none !important; }
.only5s { display: none !important; }
.only5s_inline { display: none !important; }
@media screen and ( max-width:736px ){
	.onlypc { display: none !important; }
	.onlypc_inline { display: none !important; }
	.onlysp { display: block !important; }
	.onlysp_inline { display: inline-block !important; }
}
@media screen and ( max-width:320px ){
	.only5s { display: block !important; }
	.only5s_inline { display: inline-block !important; }
}
/* yugothic ie */
@media all and (-ms-high-contrast: none) { .ie { position: relative; top: 0.2em !important; } }
/* float */
.cont_left { float: left; }
.cont_right { float: right; }

/* header text */
h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 34px;
}
h3 {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 12px;
}
h4 {
	font-size: 14px;
	line-height: 1.3em;
}
h5 {
	font-size: 14px;
	line-height: 1.6em;
}
.txt_sml {
	font-size: 11px;
	line-height: 16px;
}
.txt_sml12 {
	font-size: 12px;
	line-height: 18px;
}
.txt_sml13 {
	font-size: 13px;
	line-height: 19px;
}
.txt_sml14 {
	font-size: 14px;
	line-height: 20px;
}
.caution {
	font-size: 16px !important;
	text-align: left;
	text-indent: -1em;
	line-height: 1.4em;
	margin-left: 1em;
	margin-bottom: 0.6em;
}
.caution.small {
	font-size: 12px !important;
}
.cap {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}
img.border {
	border: 1px solid #333333;
}
.roboto {
	font-family: "Roboto Condensed", sans-serif;
}
@media screen and ( max-width:736px ){
	h2 {
		font-size: 7.712vw;
		font-weight: 600;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 4.627vw;
	}
	h3 {
		font-size: 5.656vw;
		line-height: 1.3em;
		margin-bottom: 2.571vw;
	}
}


/* --------------- base --------------- */
html {
	height: 100%;
}
body {
	font-family: "Roboto Condensed", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
  	font-size: 16px;
	line-height: 1.75em;
	color: #333333;
	background-color: white;
	-webkit-text-size-adjust: 100%; /* ios */
	width: 100%;
	height: auto;
	position: relative;
}
.content {
	padding: 80px 0px;
}
.container {
	position: relative;
	max-width: 1160px;
	margin: 0px auto;
	padding: 0px 20px;
	text-align: left;
}
.container.short {
	max-width: 840px;
}
@media screen and ( max-width:736px ){
	body {
		/*min-width: 96.401vw;*/
	  	font-size: 4.113vw;
		line-height: 1.75em;
	}
	.content {
		padding: 9.254vw 0px 10.283vw;
	}
	.container {
		width: 100%;
		padding: 0px 5.141vw;
	}
}



/* --------------- hamburger menu --------------- */
#hamburger_link {
	display: none;
}
#menu_wrapper {
	max-height: 0px;
	overflow: hidden;
}
@media screen and ( max-width:736px ){
	.shadow {
		position: fixed;
		top: 10.797vw;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,1);
		z-index: 101;
		display: none;
	}
	#hamburger_link {
		display: block;
	}
	#hamburger_link #menu_wrapper {
		position: fixed;
		top: 10.797vw;
		left: 0px;
		width: 100%;
		height:	100%;
		max-height: 0px;
		/*max-height: 100%;*/
		overflow: hidden;
		transition: max-height 0.6s;
		z-index: 110;
	}
	#hamburger_link.active #menu_wrapper {
		max-height: 100%;
	}
	#hamburger_link .links,
	 #hamburger_link .btn_wrapper,
	 #hamburger_link .inqury{
		color: white;
		/*max-width: 82.262vw;*/
		padding: 0px 0px 0px;
		margin: 0px auto;
		opacity: 0;
		/*opacity: 1;*/
	}
	#hamburger_link.active .links,
	#hamburger_link.active .btn_wrapper,
	#hamburger_link.active .inqury {
		opacity: 1;
	}
	#hamburger_link .links li {
		border-bottom: 1px solid #E1E1E1;
	}
	#hamburger_link .links li:nth-child(2n) {
		border-left: 1px solid #E1E1E1;
	}
	#hamburger_link .links li a {
		display: block;
		font-size: 4.113vw;
		font-weight: 500;
		line-height: 1.2em;
		text-align: left;
		position: relative;
		color: #333333;
		padding: 3.342vw 2.571vw 2.828vw 6.17vw;
	}
	#hamburger_link .links li a:hover {
		opacity: 1 !important;
	}
	#hamburger_link .links > li:not(:first-child) a {
		border-bottom: 1px solid white;
	}
	#hamburger_link .links > li a:before {
		content: '';
		display: inline-block;
		width: 1.028vw;
		height: 1.285vw;
		background-image: url( '../../images/icon_menu_triangle1.svg' );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 3.599vw;
		margin: auto;
	}
	#hamburger_link .links > li {
		background-color: #E1E1E1;
	}
	#hamburger_link .links .sublinks {
		display: flex;
		flex-wrap: wrap
	}
	#hamburger_link .links .sublinks > li {
		width: 50%;
	}
	#hamburger_link .links .sublinks > li a {
		/*padding-left: 8.74vw;*/
		height: 100%;
		display: flex;
		align-items: center;
	}
	#hamburger_link .links .sublinks > li a:before {
		content: '';
		display: inline-block;
		width: 1.028vw;
		height: 1.285vw;
		background-image: url( '../../images/icon_menu_triangle2.svg' );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 3.599vw;
		margin: auto;
	}
	#hamburger_link .btn_wrapper .button {
		font-size: 4.113vw;
		line-height: 1em;
		padding: 4.37vw 2.571vw 4.37vw 2.571vw;
		border-radius: 6.427vw;
		width: 71.979vw;
		margin: 5.712vw auto;
	}
	#hamburger_link .inqury {
		padding: 0px 5.141vw;
	}
	#hamburger_link .inqury li a {
		display: block;
		width: 100%;
		color: #333333;
		background-color: #E1E1E1;	
		padding: 2.071vw 2.571vw 2.071vw 19.537vw;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
		background-image: url( "../../images/icon_freedial.svg" );
		background-repeat: no-repeat;
		background-size: 12.596vw auto;
		background-position: center left 3.856vw;
	}
	#hamburger_link .inqury li.mail {
		margin-top: 5.141vw;
	}
	#hamburger_link .inqury li.mail a {
		background-image: url( "../../images/icon_mail.svg" );
		background-size: 9.769vw auto;
		background-position: center left 4.37vw;
	}
	#hamburger_link .inqury li a span {
		display: block;
		font-size: 170%;
		font-weight: bold;
	}


	/* trigger */
	/*.menu_trigger,*/
	.menu_trigger span {
		display: inline-block;
		transition: all .4s;
	}
	.menu_trigger {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 10.797vw;
		height: 10.797vw;
		z-index: 120;
		background-color: rgba(255,255,255,1);
		/*border-radius: 4.884vw;*/
		padding: 3.085vw;
	}
	.active .menu_trigger {
		background-color: rgba(255,255,255,0);
	}
	.menu_trigger:hover {
		cursor: pointer;
	}
	.menu_trigger span {
		position: absolute;
		left: 2.828vw;
		width: 50%;
		height: 0.771vw;
		background-color: #007CCF;
		border-radius: 0.257vw;
	}
	.menu_trigger span:nth-of-type(1) {
		top: 3.085vw;
	}
	.menu_trigger span:nth-of-type(2) {
		top: 4.884vw;
	}
	.menu_trigger span:nth-of-type(3) {
		bottom: 3.342vw;
	}
	.active .menu_trigger span:nth-of-type(1) {
		-webkit-transform: translateY(2.314vw) rotate(-315deg);
		transform: translateY(2.314vw) rotate(-315deg);
		background-color: #007CCF;
		top: 3.085vw;
	}
	.active .menu_trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.active .menu_trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-2.314vw) rotate(315deg);
		transform: translateY(-2.314vw) rotate(315deg);
		background-color: #007CCF;
		bottom: 2.314vw;
	}
}



/* --------------- flex --------------- */
.flex_wrapper {
	display: flex;
	justify-content: space-between;
}
.flex_wrapper > div {
	width: 50%;
}



/* --------------- header --------------- */
header {
	position: relative;
	background: white;
	margin: 26px auto 26px;/* top15px */
}
header .lang_wrapper {
	font-size: 14px;
	text-align: right;
}
header .lang_inner {
	display: inline-block;
	padding-left: 24px;
	background-image: url( "../../images/icon_world.svg" );
	background-size: 16px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
header .lang_wrapper a.select {
	font-weight: 600;
	pointer-events: none;
}
header .logo_info_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
header .logo_info_wrapper .logo img {
	width: 320px;
}
header .logo_info_wrapper .info {
	width: 490px;
	padding-left: 14px; 
}
header .logo_info_wrapper .info > span {
	display: block;
	line-height: 1.3em;
}
header .logo_info_wrapper .info .flex_wrapper {
	border-top: 1px solid #333;
	line-height: 1.3em;
	padding-top: 6px;
}
header .logo_info_wrapper .info .flex_wrapper > div {
	width: auto;
}
header .logo_info_wrapper .info .flex_wrapper .tel {
	padding-left: 52px;
	background-image: url( "../../images/icon_freedial.svg" );
	background-repeat: no-repeat;
	background-size: 49px auto;
	background-position: left center;
	/*background: #eee;*/ /*2024/10/17 nakata, for test only*/
}
header .logo_info_wrapper .info .flex_wrapper a {
	display: block;
	font-size: 18px; /*2024/10/17 nakata; original=21px*/
	font-weight: bold;
}
header .logo_info_wrapper .info .flex_wrapper .mail {
	padding-left: 40px;/*2024/10/17 nakata; original=44px*/
	background-image: url( "../../images/icon_mail.svg" );
	background-repeat: no-repeat;
	background-size: 38px auto;
	background-position: left center;
	display: flex;
	align-content: center;
	align-items: center;
	/*background: #333;*/ /*2024/10/17 nakata, for test only*/
}
@media screen and ( max-width:736px ){
	header {
		position: fixed;
		top: 0px;
		background: white;
		margin: 0px;
		padding: 1.585vw 0px 1.499vw;
		z-index: 100;
		width: 100%;
		height: 10.797vw;
	}
	header .lang_wrapper {
		font-size: 2.84vw;
		text-align: right;
		padding-right: 7.5vw;
		padding-top: 0.514vw;
	}
	header .lang_inner {
		display: inline-block;
		padding-left: 4.6vw;
		background-image: url( "../../images/icon_world.svg" );
		background-size: 3.35vw auto;
		background-position: left top 1.6vw;
		background-repeat: no-repeat;
	}
	header .logo_info_wrapper {
		display: block;
		position: absolute;
		top: 0;
	}
	header .logo_info_wrapper .logo img {
		width: 35.9vw;
		vertical-align: middle;
	}
}



/* --------------- footer --------------- */
footer {
	background-color: #333333;
	padding: 45px 0px;
}
footer p {
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
}
footer .copyright {
	display: block;
	margin-top: 24px;
}
@media screen and ( max-width:736px ){
	footer {
		background-color: #333333;
		padding: 8.483vw 0px;
	}
	footer p {
		font-size: 2.828vw;
		line-height: 1.6em;
		color: #fff;
		text-align: center;
	}
	footer .copyright {
		display: block;
		margin-top: 4.627vw;
	}
}



/* --------------- cont1 --------------- */
.cont1 {
	padding: 0px;
}
.cont1 .top_mov {
	position: relative;
}
.cont1 .mov_outer {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/*background-color: #aaa;*/
}
.cont1 .mov_outer .poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
}
.cont1 .mov_outer .poster.active {
	display: none;
}
.cont1 .mov_outer video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
.cont1 .top_mov > p {
	font-size: 58px;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	color: white;
	text-shadow: 0px 0px 8px #333;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate( -50%, -50% );
	width:100%;
	z-index: 10;
}
.cont1 .container {
	margin-top: 75px;
	margin-bottom: 70px;
}
.cont1 .flex_wrapper > div {
	width: auto;
}
.cont1 .flex_wrapper .text h1 {
	font-size: 50px;
	line-height: 1.0em;
	font-weight: 600;
}
.cont1 .flex_wrapper .text h1 span {
	background-color: #BC3023;
	font-size: 38%;
	color: white;
	padding: 8px 10px;
	margin-right: 14px;
	border-radius: 4px;
	position: relative;
	top: -11px;
}
@media screen and ( min-width:1120px ){
	.cont1 .mov_outer {
		/*padding-top: 652px;*/
	}
}
@media screen and ( max-width:820px ){
	.cont1 .flex_wrapper {
		display: block;
	}
	.cont1 .flex_wrapper .btn_wrapper {
		justify-content: center;
		margin-top: 20px;
	}
}
@media screen and ( max-width:736px ){
	.cont1 {
		padding: 0px;
	}
	.cont1 .top_mov {
		position: relative;
		margin-top: 10.797vw;
	}
	.cont1 .mov_outer {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		background-color: #aaa;
	}
	.cont1 .mov_outer video {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	  }
	.cont1 .top_mov > p {
		font-size: 8.74vw;
		line-height: 1.4em;
		font-weight: 600;
		text-align: center;
		letter-spacing: 0.514vw;
		color: white;
		text-shadow: 0px 0px 2.057vw #333;
		position: absolute;
		top:50%;
		left:50%;
		transform:translate( -50%, -50% );
		width:100%;
		z-index: 10;
	}
	.cont1 .container {
		margin-top: 7.712vw;
		margin-bottom: 10.283vw;
	}
	.cont1 .flex_wrapper {
		display: block;
	}
	.cont1 .flex_wrapper > div {
		width: auto;
	}
	.cont1 .flex_wrapper .btn_wrapper {
		justify-content: center;
		margin-top: 5.141vw;
	}
	.cont1 .flex_wrapper .text h1 {
		font-size: 9.769vw;
		line-height: 1.0em;
		font-weight: 600;
	}
	.cont1 .flex_wrapper .text h1 + p {
		font-size: 3.985vw;
	}
	.cont1 .flex_wrapper .text h1 span {
		background-color: #BC3023;
		font-size: 47%;
		color: white;
		padding: 1.285vw 2.057vw;
		margin-right: 2.828vw;
		border-radius: 1.028vw;
		position: relative;
		top: -1.799vw;
	}
}



/* --------------- bkgnd --------------- */
.content.yellow {
	background-color: #FFDB42;
	background-image: url( "../../images/img_bk.png" );
	background-repeat: repeat-y;
	background-size: 40px auto;
	background-position: calc(50% - 520px) top;
}
.content.gray {
	background-color: #E1E1E1;
	background-image: url( "../../images/img_bk.png" );
	background-repeat: repeat-y;
	background-size: 40px auto;
	background-position: calc(50% + 520px) top;
}
@media screen and ( max-width:1200px ){
	.content.yellow {
		background-position: left 60px top;
	}
	.content.gray {
		background-position: right 60px top;
	}
}
@media screen and ( max-width:736px ){
	.content.yellow {
		background-size: 3.085vw auto;
		background-position: left 7.712vw top;
	}
	.content.gray {
		background-size: 3.085vw auto;
		background-position: right 7.712vw top;
	}
}



/* --------------- shoulder --------------- */
.content .shoulder {
	display: block;
	text-align: center;
	margin-bottom: 12px;
}
.content .shoulder img {
	width: 200px;
}
@media screen and ( max-width:736px ){
	.content .shoulder {
		display: block;
		text-align: center;
		margin-bottom: 3.085vw;
	}
	.content .shoulder img {
		width: 51.414vw;
	}
}



/* --------------- cont2 --------------- */
.cont2 .container1 .fig_wrapper {
	position: relative;
	max-width: 950px;
	text-align: center;
	margin: auto;
}
.cont2 .container1 .fig_wrapper img {
	max-width: 760px;
	width: 100%;
}
.cont2 .container1 .fig_wrapper ul li {
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	background-color: white;
	padding: 10px 20px 8px;
	position: absolute;
	min-width: 200px;
}
.cont2 .fig_wrapper ul li.ad1 { top: 145px; right: 35px; }
.cont2 .fig_wrapper ul li.ad2 { top: 23px; left: 155px; }
.cont2 .fig_wrapper ul li.ad3 { top: 25px; right: 10px; }
.cont2 .fig_wrapper ul li.ad4 { top: 110px; left: 35px; }
.cont2 .fig_wrapper ul li.ad5 { top: 360px; left: 35px; }
.cont2 .fig_wrapper ul li.ad6 { top: 285px; right: 10px; }
.cont2 .fig_wrapper ul li.ad7 { top: 200px; left: 10px; }
.cont2 .fig_wrapper ul li.ad8 { top: 360px; right: 150px; }
@media screen and ( max-width:950px ){
	.cont2 .container1 .fig_wrapper img {
		max-width: 78.72vw;
	}
	.cont2 .container1 .fig_wrapper ul li {
		font-size: 2.27vw;
		line-height: 1em;
		padding: 1.03vw 2.07vw 0.82vw;
		min-width: 20.716vw;
	}
	.cont2 .fig_wrapper ul li.ad1 { top: 15.02vw; right: 3.62vw; }
	.cont2 .fig_wrapper ul li.ad2 { top: 2.38vw; left: 16.05vw; }
	.cont2 .fig_wrapper ul li.ad3 { top: 2.58vw; right: 1.03vw; }
	.cont2 .fig_wrapper ul li.ad4 { top: 11.39vw; left: 3.62vw; }
	.cont2 .fig_wrapper ul li.ad5 { top: 37.28vw; left: 3.62vw; }
	.cont2 .fig_wrapper ul li.ad6 { top: 29.52vw; right: 1.03vw; }
	.cont2 .fig_wrapper ul li.ad7 { top: 20.71vw; left: 1.03vw; }
	.cont2 .fig_wrapper ul li.ad8 { top: 37.28vw; right: 15.53vw; }
}
@media screen and ( max-width:736px ){
	.cont2 .container1 {
		width: 100%;
		padding: 0px;
	}
	.cont2 .container1 .fig_wrapper {
		position: relative;
		max-width: 244.216vw;
		text-align: center;
		margin: auto;
	}
	.cont2 .container1 .fig_wrapper img {
		max-width: inherit;
		width: 100%;
	}
	.cont2 .container1 .fig_wrapper ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5.141vw 5.141vw 0px;
	}
	.cont2 .container1 .fig_wrapper ul li {
		font-size: 4.627vw;
		line-height: 1.4em;
		text-align: center;
		background-color: white;
		padding: 2.057vw 1.028vw 1.028vw;
		position: inherit;
		min-width: auto;
		width: 48.5%;
		min-height: 16.452vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cont2 .container1 .fig_wrapper ul li:nth-child(n+3) {
		margin-top: 2.571vw;
	}
}



/* --------------- cont2 panel --------------- */
.cont2 .container + .container {
	margin-top: 80px;
	padding-top: 80px;
	background-image: url( "../../images/img_dot.svg" );
	background-repeat: repeat-x;
	background-size: 30px auto;
	background-position: top left;
}
.cont2 .flex_wrapper .link {
	position: relative;
	width: 250px;
}
.cont2 .flex_wrapper .link ul {
	position: sticky;
	top: 0px;
	background-color: white;
}
.cont2 .flex_wrapper .link ul li:not(:first-child) {
	border-top: 1px solid #E1E1E1;
}
.cont2 .flex_wrapper .link ul li a {
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 0px 6px 14px;
	transition: all 0.3s;
}
.cont2 .flex_wrapper .link ul li a:hover {
	background-color: #6D6D6D;
	color: white;
}
.cont2 .flex_wrapper .panel {
	width: calc(100% - 270px);
}
.cont2 .flex_wrapper .panel li {
	background-color: white;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.3);
	padding: 30px;
	background-image: url( "../../images/icon_advance.svg" );
	background-repeat: no-repeat;
	background-size: 170px auto;
	background-position: bottom -2px right 20px;
}
.cont2 .flex_wrapper .panel li:not(:first-child) {
	margin-top: 40px;
}
.cont2 .flex_wrapper .panel li:nth-child(even) {
	flex-direction: row-reverse;
	background-position: bottom -2px left 20px;
}
.cont2 .flex_wrapper .panel li .fade_outer {
	display: flex;
	justify-content: space-between;
}
.cont2 .flex_wrapper .panel li .fig_wrapper {
	width: calc(100% - 270px);
	margin: auto 0px;
}
.cont2 .flex_wrapper .panel li .text {
	width: 250px;
}
@media screen and ( max-width:900px ){
	.cont2 .flex_wrapper .panel li .fade_outer {
		display: block;
	}
	.cont2 .flex_wrapper .panel li .fig_wrapper {
		width: 100%;
	}
	.cont2 .flex_wrapper .panel li .text {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and ( max-width:736px ){
	.cont2 .container + .container {
		margin-top: 10.283vw;
		padding-top: 10.283vw;
		background-image: url( "../../images/img_dot.svg" );
		background-repeat: repeat-x;
		background-size: 3.856vw auto;
		background-position: top left;
	}
	.cont2 .flex_wrapper {
		display: block;
	}
	.cont2 .flex_wrapper .link {
		display: none;
	}
	.cont2 .flex_wrapper .panel {
		width: 100%;
	}
	.cont2 .flex_wrapper .panel li {
		background-color: white;
		border-radius: 5.141vw;
		box-shadow: 0px 0px 2.571vw rgba(51, 51, 51, 0.3);
		padding: 5.141vw;
		background-image: url( "../../images/icon_advance.svg" );
		background-repeat: no-repeat;
		background-size: 23.136vw auto;
		background-position: bottom -0.514vw right 5.141vw;
	}
	.cont2 .flex_wrapper .panel li:not(:first-child) {
		margin-top: 5.141vw;
	}
	.cont2 .flex_wrapper .panel li:nth-child(even) {
		flex-direction: row-reverse;
		background-position: bottom -0.514vw left 5.141vw;
	}
	.cont2 .flex_wrapper .panel li .fig_wrapper {
		width: 100%;
		margin: auto;
	}
	.cont2 .flex_wrapper .panel li .text {
		width: 100%;
		margin-top: 5.141vw;
	}
}



/* --------------- cont3 --------------- */
.cont3 .mov_outer {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.cont3 .mov_outer iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and ( max-width:736px ){
	.cont3 .container {
		padding: 0px;
	}
	.cont3 .mov_outer {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.cont3 .mov_outer iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}



/* --------------- cont4 --------------- */
.cont4 img.column {
	display: none;
}
.cont4 .interview_outer {
	padding: 30px;
	background-color: #E1E1E1;
	background-image: url( "../../images/img_interview1.jpg" );
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	display: flex;
	flex-direction: row-reverse;
}
.cont4 .interview_outer.interview2 {
	background-image: url( "../../images/img_interview2.jpg" );
	background-position: top right;
	flex-direction: row;
	margin-top: 40px;
}
.cont4 .interview_outer .text {
	width: 412px;
	padding: 30px 30px 20px;
	background-color: rgba(255,255,255,0.8);
}
.cont4 .interview_outer .text h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 12px;
}
@media screen and ( max-width:870px ){
	.cont4 img.column {
		display: block;
	}
	.cont4 .interview_outer {
		padding: 0px;
		background-image: none;
		display: block;
	}
	.cont4 .interview_outer .text {
		width: 100%;
	}
}
@media screen and ( max-width:736px ){
	.cont4 img.column {
		display: block;
	}
	.cont4 .container {
		padding: 0px;
	}
	.cont4 .interview_outer {
		padding: 0px;
		background-image: none;
		display: block;
	}
	.cont4 .interview_outer.interview2 {
		background-image: url( "../../images/img_interview2.jpg" );
		background-position: top right;
		flex-direction: row;
		margin-top: 0px;
	}
	.cont4 .interview_outer .text {
		width: 100%;
		padding: 5.141vw 5.141vw 4.113vw;
		background-color: rgba(255,255,255,0.8);
	}
	.cont4 .interview_outer .text h4 {
		font-size: 5.656vw;
		font-weight: 600;
		line-height: 1.3em;
		margin-bottom: 2.571vw;
	}
}



/* --------------- cont5 --------------- */
.cont5 .flex_wrapper {
	flex-direction: row-reverse;
}
.cont5 .flex_wrapper .text {
	width: 60%;
}
.cont5 .flex_wrapper .text > p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
}
.cont5 .flex_wrapper .text .list {
	position: relative;
	background-color: white;
	border: 1px solid #6D6D6D;
	padding: 26px 16px 24px 24px;
	margin-top: 12px;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
	border-radius: 10px;
}
/*.cont5 .flex_wrapper .text .list:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url( '../../images/img_box_triangle.svg' );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: -1px;
	right: -1px;
}*/
.cont5 .flex_wrapper .text .list li {
	position: relative;
	font-size: 18px;
	line-height: 1.45em;
}
.cont5 .flex_wrapper .text .list li:not(:first-child) {
	margin-top: 10px;
}
.cont5 .flex_wrapper .text .list li span.subheader {
	position: absolute;
	top: 0px;
	display: inline-block;
	font-size: 77.77%;
	color: white;
	background-color: #333333;
	min-width: 114px;
	margin-right: 6px;
}
.cont5 .flex_wrapper .text .list li span.subheader:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url( '../../images/icon_chack.svg' );
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0px 4px 0px 4px;
}
.cont5 .flex_wrapper .text .list li span.subheader:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url( '../../images/icon_triangle.svg' );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 4px;
	margin: auto;
}
.cont5 .flex_wrapper .text .list li span.detail {
	display: block;
	margin-left: 120px;
}
.cont5 .flex_wrapper .fig {
	width: 33.75%;
}
.cont5 .flex_wrapper .fig img {
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
@media screen and ( max-width:736px ){
	.cont5 .flex_wrapper {
		display: block;
	}
	.cont5 .flex_wrapper .text {
		width: 100%;
	}
	.cont5 .flex_wrapper .text > p {
		font-size: 5.656vw;
		font-weight: 600;
		line-height: 1.4em;
	}
	.cont5 .flex_wrapper .text .list {
		position: relative;
		background-color: white;
		border: 1px solid #6D6D6D;
		padding: 6.684vw 4.113vw 6.17vw 6.17vw;
		margin-top: 3.085vw;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
		border-radius: 2.571vw;
	}
	/*.cont5 .flex_wrapper .text .list:after {
		content: '';
		display: inline-block;
		width: 5.141vw;
		height: 5.141vw;
		background-image: url( '../../images/img_box_triangle.svg' );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: -0.257vw;
		right: -0.257vw;
	}*/
	.cont5 .flex_wrapper .text .list li {
		position: relative;
		font-size: 4.627vw;
		line-height: 1.45em;
	}
	.cont5 .flex_wrapper .text .list li:not(:first-child) {
		margin-top: 2.571vw;
	}
	.cont5 .flex_wrapper .text .list li span.subheader {
		position: absolute;
		top: 0px;
		display: inline-block;
		font-size: 77.77%;
		color: white;
		background-color: #333333;
		min-width: 29.306vw;
		margin-right: 1.542vw;
	}
	.cont5 .flex_wrapper .text .list li span.subheader:before {
		content: '';
		display: inline-block;
		width: 5.141vw;
		height: 5.141vw;
		background-image: url( '../../images/icon_chack.svg' );
		background-size: contain;
		vertical-align: middle;
		position: relative;
		top: -0.257vw;
		margin: 0px 1.028vw 0px 1.028vw;
	}
	.cont5 .flex_wrapper .text .list li span.subheader:after {
		content: '';
		display: inline-block;
		width: 1.542vw;
		height: 2.571vw;
		background-image: url( '../../images/icon_triangle.svg' );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 1.028vw;
		margin: auto;
	}
	.cont5 .flex_wrapper .text .list li span.detail {
		display: block;
		margin-left: 30.848vw;
	}
	.cont5 .flex_wrapper .fig {
		width: 50%;
		margin: 0px auto 40px;
	}
	.cont5 .flex_wrapper .fig img {
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
	}
}



/* --------------- cont5 table --------------- */
.cont5 .table_wrapper {
	margin-top: 40px;
}
.cont5 .table_inner {
	position: relative;
	overflow-x: scroll;
}
.cont5 .table_wrapper > p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 4px;
}
.cont5 .table_wrapper table {
	background-color: white;
	text-align: center;
	width: 800px;
}
.cont5 .table_wrapper table th {
	background-color: #FFDB42;
	padding: 7px 5px 5px;
	width: 20%;
	border: 1px solid #E1E1E1;
}
.cont5 .table_wrapper table td {
	border: 1px solid #E1E1E1;
}
.cont5 .table_wrapper table tr.side th {
	background-color: #FFF3C3;
}
@media screen and ( max-width:736px ){
	.cont5 .table_wrapper {
		margin-top: 10.283vw;
	}
	.cont5 .table_inner {
		position: relative;
		overflow-x: scroll;
	}
	.cont5 .table_wrapper > p {
		font-size: 5.656vw;
		font-weight: 500;
		line-height: 1.45em;
		text-align: center;
		margin-bottom: 1.028vw;
	}
	.cont5 .table_wrapper table {
		background-color: white;
		text-align: center;
		width: 205.656vw;
	}
	.cont5 .table_wrapper table th {
		background-color: #FFDB42;
		padding: 1.799vw 1.285vw 1.285vw;
		width: 20%;
		border: 1px solid #E1E1E1;
	}
	.cont5 .table_wrapper table td {
		border: 1px solid #E1E1E1;
	}
	.cont5 .table_wrapper table tr.side th {
		background-color: #FFF3C3;
	}
}



/* --------------- cont6 --------------- */
.cont6 .fig_wrapper {
	background-image: url( '../../images/img_evolution3.svg' );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
/*
.cont6 .fig_wrapper .flex_wrapper.fig {
	align-items: center;
	align-content: center;
	width: 63.7%;
}
.cont6 .fig_wrapper .flex_wrapper.fig img.fig1 {
	width: 43.2%;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
.cont6 .fig_wrapper .flex_wrapper.fig img.fig2 {
	width: 53%;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
*/
.cont6 .flex_wrapper.btn_wrapper {
	margin-top: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cont6 .flex_wrapper.btn_wrapper a {
	max-width: 360px;
	padding: 27px 10px 24px 7px;
}
.cont6 .flex_wrapper.btn_wrapper p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.45em;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and ( max-width:736px ){
	.cont6 h2 {
		font-size: 5.141vw;
		font-weight: 600;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 4.627vw;
		padding: 0px 2.571vw 0px 5.141vw;
	}
	.cont6 .fig_wrapper {
		background-image: none;
	}
	/*
	.cont6 .fig_wrapper .flex_wrapper.fig {
		position: relative;
		display: block;
		width: 100%;
	}
	.cont6 .fig_wrapper .flex_wrapper.fig img.fig1 {
		width: 49%;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
	}
	.cont6 .fig_wrapper .flex_wrapper.fig img.fig2 {
		width: 60.5%;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
		position: absolute;
		bottom: 3.599vw;
		right: 0px;
	}
	*/
	.cont6 .text {
		font-size: 5.656vw;
		font-weight: 600;
		line-height: 1.3em;
		background-color: white;
		margin: -7.712vw 5.141vw 0px;
		padding: 12.853vw 5.141vw 4.113vw;
		border-radius: 5.141vw;
	}
	.cont6 .flex_wrapper.btn_wrapper {
		display: block;
		margin-top: 10.283vw;
	}
	.cont6 .flex_wrapper.btn_wrapper a {
		max-width: 92.545vw;
		padding: 6.941vw 2.571vw 6.17vw 1.799vw;
	}
	/*
	.cont6 .flex_wrapper.btn_wrapper a:not(:first-child) {
		margin-top: 5.141vw;
	}
	*/
	.cont6 .flex_wrapper.btn_wrapper p {
		font-size: 4.656vw;
		font-weight: 500;
		line-height: 1.45em;
		text-align: center;
		margin-bottom: 2.571vw;
	}
}



/* --------------- cont7 --------------- */
.cont7 .container {
	max-width: 788px;
}
.cont7 .flex_wrapper a {
	display: block;
	width: 47%;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.75em;
	text-align: center;
	padding: 60px 10px 14px;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
	background-color: #E1E1E1;
	background-image: url( "../../images/icon_freedial.svg" );
	background-repeat: no-repeat;
	background-size: 49px auto;
	background-position: top 14px center;
}
.cont7 .flex_wrapper a.mail {
	background-image: url( "../../images/icon_mail.svg" );
	background-size: 38px auto;
}
.cont7 .flex_wrapper a span {
	display: block;
	font-size: 145.45%;
	font-weight: bold;
}
@media screen and ( max-width:736px ){
	.cont7 .container {
		max-width: 202.571vw;
	}
	.cont7 .flex_wrapper {
		display: block;
	}
	.cont7 .flex_wrapper a {
		display: block;
		width: 100%;
		font-size: 5.656vw;
		font-weight: 400;
		line-height: 1.75em;
		text-align: center;
		padding: 15.424vw 2.571vw 3.599vw;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
		background-color: #E1E1E1;
		background-image: url( "../../images/icon_freedial.svg" );
		background-repeat: no-repeat;
		background-size: 12.596vw auto;
		background-position: top 3.599vw center;
	}
	.cont7 .flex_wrapper a.mail {
		background-image: url( "../../images/icon_mail.svg" );
		background-size: 9.769vw auto;
		margin-top: 5.141vw;
	}
	.cont7 .flex_wrapper a span {
		display: block;
		font-size: 145.45%;
		font-weight: bold;
	}
}



/* --------------- cont8 --------------- */
.cont8 {
}
.cont8 .container {
	max-width: 670px;
}
.cont8 .flex_wrapper a {
	width: 300px;
	background-color: white;
	display: flex;
	flex-direction: column;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
.cont8 .flex_wrapper a .text_outer {
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	height: 36%;
	padding: 7px 10px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
@media screen and ( max-width:736px ){
	.cont8 {
		padding-bottom: 20.566vw;
	}
	.cont8 .container > .flex_wrapper {
		display: block;
	}
	.cont8 .flex_wrapper a {
		width: 100%;
		background-color: white;
		display: flex;
		flex-direction: row;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
	}
	.cont8 .flex_wrapper a:not(:first-child) {
		margin-top: 5.141vw;
	}
	.cont8 .flex_wrapper a > img {
		width: 35.7%;
	}
	.cont8 .flex_wrapper a .text_outer {
		font-size: 4.37vw;
		line-height: 1.3em;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 1.799vw 2.571vw 1.028vw;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
}



/* btn_wrapper */
.btn_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.btn_wrapper a.button {
	position: relative;
	display: block;
	width: 340px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	color: white;
	background-color: #BC3023;
	padding: 13px 10px 10px 7px;
	border-radius: 40px;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
@media screen and ( max-width:736px ){
	.btn_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	.btn_wrapper a.button {
		position: relative;
		display: block;
		width: 87.404vw;
		font-size: 5.656vw;
		font-weight: 500;
		line-height: 1.3em;
		text-align: center;
		color: white;
		background-color: #BC3023;
		padding: 3.342vw 2.571vw 2.571vw 1.799vw;
		border-radius: 10.283vw;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
	}
}



/* --------------- jump --------------- */
#jumptop {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#jumptop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFDB42;
	border-radius: 35px;
	box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
#jumptop a img {
	width: 28px;
	height: 17px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
@media screen and ( max-width:736px ){
	#jumptop {
		display: none;
		width: 15.424vw;
		height: 15.424vw;
		position: fixed;
		bottom: 5.141vw;
		right: 5.141vw;
		z-index: 100;
	}
	#jumptop a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #FFDB42;
		border-radius: 8.997vw;
		box-shadow: 0.771vw 0.771vw 1.542vw rgba(51, 51, 51, 0.4);
	}
	#jumptop a img {
		width: 7.198vw;
		height: 4.37vw;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
	}
}



/* --------------- fade --------------- */
.fade {
	position:relative;
	top: 50px !important;
	opacity: 0;
	-webkit-transition: top 0.8s,opacity 0.8s;
	-ms-transition: top 0.8s,opacity 0.8s;
	transition: top 0.8s,opacity 0.8s;
}
.fade.delay {
	-webkit-transition: top 1.6s,opacity 1.6s;
	-ms-transition: top 1.6s,opacity 1.6s;
	transition: top 1.6s,opacity 1.6s;
}
@media screen and (max-width:851px){
	.fade {
		-webkit-transition: top 0.6s,opacity 0.6s;
		-ms-transition: top 0.6s,opacity 0.6s;
		transition: top 0.6s,opacity 0.6s;
	}
	.fade.delay {
		-webkit-transition: top 1.2s,opacity 1.2s;
		-ms-transition: top 1.2s,opacity 1.2s;
		transition: top 1.2s,opacity 1.2s;
	}
}
.fade.active {
	top: 0 !important;
	opacity: 1;
}
@media screen and ( max-width:736px ){
}


/* --------------- fade --------------- */
.fade {
	position:relative;
	top: 50px !important;
	opacity: 0;
	transition: top 0.6s,opacity 0.4s;
}
.fade.delay {
	transition: top 1.6s,opacity 0.4s;
}
.hide {
	opacity: 0;
	transition: opacity 2s;
}
@media screen and (max-width:851px){
	.fade {
		transition: top 0.6s,opacity 0.4s;
	}
	.fade.delay {
		transition: top 1.6s,opacity 0.4s;
	}
	.hide {
		opacity: 0;
		transition: opacity 0.4s;
	}
}
.fade.active {
	top: 0 !important;
	opacity: 1;
}
.hide.active {
	opacity: 1;
}
@media screen and ( max-width:736px ){
}
