/*========================================================================
//
// PC
//
//========================================================================*/


/*========================================================================
// common
//========================================================================*/
@media (min-width: 762px) {

	.local-MainContainer{
		width: 100vw;
		max-width:100vw !important;
		padding:0 !important;
		margin:0 !important;
	}

	.global-Pagetop {
	    bottom:7.0rem !important;
	}

	.iPad .global-Pagetop {
	    bottom:3.5rem !important;
	}


	#luxy{
		top:0;
	}

	.iPad #luxy{
		position:absolute;
		top:0;
	}

	.iPadv #luxy{
		position:absolute;
		top:0;
	}
	
	#cuvis{
		width: 100%;
		position: relative;
	}
	
	#cuvis ul, #cuvis ol, #cuvis dl, #cuvis dd {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.ch{
		display:inline-block;
		transform: translate(0,100%);
	}

	.lazy_TxtUp_act .ch{
		transform: translate(0,0);
	}
	
	.sp_contents {
		display: none;
	}

	
}



/*========================================================================
// contents
//========================================================================*/
@media (min-width: 762px) {

	
	/* ============================================================
 	fv_wrap
	==============================================================*/
	#fv_wrap {
		width: 100vw;
		height: 470px;
		background:#f1f8ff;
		overflow: hidden;
		position: relative;
		padding:126px 0 0;
	}
	
	.iPadv #fv_wrap {
		width: 100vw;
		height: 300px;
		background:#f1f8ff;
		overflow: hidden;
		position: relative;
		margin: 100px 0 0;
		padding: 0;
	}

	#fv_wrap .txt_wrap{
		width:1100px;
		margin: 0 auto;
		padding: 81px 0 0;
	}
	
	.iPad #fv_wrap .txt_wrap{
		width:1000px;
		margin: 0 auto;
		padding: 81px 0 0;
	}

	.iPadv #fv_wrap .txt_wrap{
		width: 700px;
		margin: 0 auto;
		padding: 60px 0 0;
	}
	

	#fv_wrap h1{
		width: 148px;
		color: #fff;
		font-size: 19px;
		letter-spacing: 3px;
		font-weight: 300;
		line-height: 1;
		text-indent: 5px;
		text-align: center;
		padding: 8px 0 7px;
		font-feature-settings: 'palt';
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
	}

	#fv_wrap span.eng_txt{
		display: inline-block;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 130px;
		line-height: 1.2;
		letter-spacing: -4px;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		position:relative;
		margin: -19px 0 -1px -10px;
	}

	#fv_wrap .img_p1{
		width: 1000px;
		position:absolute;
		top: -110px;
		right: 0;
	}

	
	
	/* ============================================================
 	section 00
	==============================================================*/
	
	#sec00 {
		width: 100vw;
		position: relative;
		padding: 70px 0 180px;
	}

	#sec00 .bg_h{
		width:1260px;
		position:absolute;
		top: -150px;
		left:0;
		z-index: -1;
		transform:scaleX(-100%);
	}

	#sec00 .bg_f{
		width: 1100px;
		position:absolute;
		bottom: -600px;
		left:0;
		z-index: -2;
		transform:scaleX(-100%);
	}

	#sec00 .wrapper{
		box-sizing: border-box;
		width: 100vw;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	
	.iPadv #sec00 .wrapper{
		box-sizing: border-box;
		width: 100vw;
		max-width: 700px;
		margin: 0 auto;
		position: relative;
	}

	#sec00 ul{
		counter-reset: number 0;
	}

	#sec00 li{
		padding:30px 120px;
		background: linear-gradient(to right, #ffffffc9 0%, #f7fdfe00 100%);
		position: relative;
		font-size: 16px;
	}

	.iPadv #sec00 li{
		padding: 30px 0 30px 80px;
		background: linear-gradient(to right, #ffffffc9 0%, #f7fdfe00 100%);
		position: relative;
		font-size: 16px;
	}

	#sec00 li:before{
		counter-increment: number 1;
		content: counter(number, decimal-leading-zero);
		font-family: 'Roboto', sans-serif;
		font-size:30px;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		position:absolute;
		left: 66px;
		top: 25px;
	}

	.iPadv #sec00 li:before{
		counter-increment: number 1;
		content: counter(number, decimal-leading-zero);
		font-family: 'Roboto', sans-serif;
		font-size:30px;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		position:absolute;
		left: 25px;
		top: 25px;
	}

	#sec00 li:nth-child(odd){
		background: linear-gradient(to right, #e4f7f9 0%, #f7fdfe00 100%);
	}


	#sec00 h2 {
		font-weight: 400;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 0;
		color: #000;
		text-align:center;
		padding: 0 0 50px;
		position:relative;
	}


	


	/* ============================================================
 	sec_admi
	==============================================================*/
	#sec_admi {
		width: 100vw;
		padding: 60px 0;
		background: url("/cas/assets/img/fv_bg.jpg")no-repeat left center;
		background-size: 2800px auto;
	}

	#sec_admi .wrapper{
		width:800px;
		margin:0 auto;
		padding:40px 0;
		background: #ffffffad;
		box-shadow: 0 0 10px 0 rgb(133 185 211 / 20%);
	}

	.iPadv #sec_admi .wrapper{
		width:700px;
		margin:0 auto;
		padding:40px 0;
		background: #ffffffad;
		box-shadow: 0 0 10px 0 rgb(133 185 211 / 20%);
	}

	#sec_admi .wrapper h2{
		font-weight: 500;
		font-size: 18px;
		line-height: 1.6;
		letter-spacing:1px;
		text-align:center;
		padding:0 0 20px;
	}

	#sec_admi .wrapper a{
		display:block;
		width:360px;
		margin:0 auto;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
		text-align:center;
		color:#fff;
		padding: 20px 0;
		text-decoration:none;
		background:#0099ad;
		border-radius:30px;
		position:relative;
		text-indent: -5px;
		box-shadow: 0 0 10px 0 #46848780;
	}

	#sec_admi .wrapper a span{
		display:block;
		width: 20px;
		position:absolute;
		top: 18px;
		right: 70px;
		opacity: 0.75;
	}

	#sec_admi .wrapper a{
		transition: all 0.5s ease 0s;
	}

	#sec_admi .wrapper a:hover{
		background:#000;
		box-shadow: 0 0 0 0 #46848780;
	}
	

	

	/* ============================================================
 	section cv
	==============================================================*/
	
	#sec_cv {
		width: 100vw;
		padding: 80px 0;
		background:#1a8293 url("/cas/assets/img/bg_foot.png")no-repeat center;
		background-size:auto 100%;
	}

	.iPadv #sec_cv {
		width: 100vw;
		padding: 80px 0;
		background:#1a8293;
		background-size:auto 100%;
	}

	#sec_cv .wrapper{
		width:800px;
		margin:0 auto;
	}

	.iPadv #sec_cv .wrapper{
		width:700px;
		margin:0 auto;
	}

	#sec_cv .wrapper h2{
		font-weight: 500;
		font-size: 32px;
		line-height: 1.4;
		letter-spacing:1px;
		text-align:center;
		padding:0 0 4px;
		color:#fff;
	}

	#sec_cv .wrapper p{
		font-weight: 500;
		font-size: 18px;
		line-height: 1.4;
		letter-spacing: 0;
		text-align:center;
		padding:0 0 24px;
		color:#fff;
	}

	#sec_cv .wrapper a{
		display:block;
		width:360px;
		margin:0 auto;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
		text-align:center;
		color:#0099ad;
		padding: 20px 0;
		text-decoration:none;
		background:#fff;
		border-radius:30px;
		text-indent: -10px;
		position:relative;
	}

	#sec_cv .wrapper a span{
		display:block;
		width: 20px;
		position:absolute;
		top: 18px;
		right: 57px;
		opacity: 0.75;
	}

	#sec_cv .wrapper a{
		transition: all 0.5s ease 0s;
	}

	#sec_cv .wrapper a:hover{
		background:#000;
		box-shadow: 0 0 0 0 #46848780;
	}
	
}


/*========================================================================
// animation
//========================================================================*/

	
	/* =========================================================================
 	inview txtUp anime
	===========================================================================*/
	
	.sUP1{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;}
	.sUP2{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 30ms;}
	.sUP3{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 60ms;}
	.sUP4{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 90ms;}
	.sUP5{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 120ms;}
	.sUP6{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;}
	.sUP7{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;}
	.sUP8{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 210ms;}
	.sUP9{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 240ms;}
	.sUP10{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 270ms;}
	.sUP11{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;}
	.sUP12{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 330ms;}
	.sUP13{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 360ms;}
	.sUP14{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 390ms;}
	.sUP15{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 420ms;}
	.sUP16{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;}
	.sUP17{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 480ms;}
	.sUP18{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 510ms;}
	.sUP19{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 540ms;}
	.sUP20{transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 570ms;}
	
	/* =========================================================================
 	inview anime
	===========================================================================*/
	
	.lazy_fadein {
		opacity: 0;
	}
	.lazy_fadein_act {
		opacity: 1;
		transition: all 0.5s cubic-bezier(0, 0, 0, 0);
	}
	.lazy_fadeinLeft {
		opacity: 0;
		transform: translate(-50px, 0);
	}
	.lazy_fadeinRight {
		opacity: 0;
		transform: translate(50px, 0);
	}
	.lazy_fadeinLeft_active, .lazy_fadeinRight_active {
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0, 0);
		opacity: 1;
	}
	.lazy_fadeinUp, .lazy_fadeinUpA, .lazy_fadeinUpB, .lazy_fadeinUpC, .lazy_fadeinUpD {
		opacity: 0;
		transform: translate(0, 10px);
	}
	.lazy_fadeinUp_active {
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0, 0);
		opacity: 1;
	}
	.lazy_fadeinDownA, .lazy_fadeinDownB, .lazy_fadeinDownC, .lazy_fadeinDownD {
		opacity: 0;
		transform: translate(0, -10px);
	}
	.lazy_fadeinDown_active {
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0, 0);
		opacity: 1;
	}

	.lazy_fadeinScaleA, .lazy_fadeinScaleB, .lazy_fadeinScaleC, .lazy_fadeinScaleD {
		opacity: 0;
		transform: scale(1.2);
	}
	.lazy_fadeinScale_active {
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(1);
		opacity: 1;
	}



/* ============================================================
keyframe
==============================================================*/
	
@keyframes fade_loop {
  			0% {
    			transform: scale(1);
  			}
  			50% {
    			transform: scale(1.2);
  			}
			100% {
    			transform: scale(1);
  			}
		}
