/*===============================================
SP
===============================================*/



/*========================================================================
// common
//========================================================================*/
@media (max-width:761px) {
	
	.local-MainContainer{
		width: 100vw;
		max-width:100vw !important;
		padding:0 !important;
		margin:0 !important;
	}

	#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);
	}
	
	.pc_contents {
		display: none;
	}

}


/*========================================================================
// contents
//========================================================================*/

@media (max-width:761px) {
	/* ============================================================
 	fv_wrap
	==============================================================*/
	#fv_wrap {
		width: 100vw;
		height: 260px;
		background:#f1f8ff;
		overflow: hidden !important;!i;!;
		position: relative;
	}

	#fv_wrap .txt_wrap{
		width: 80vw;
		margin: 0 auto;
		padding: 70px 0 0;
	}

	

	#fv_wrap h1{
		width: 106px;
		color: #fff;
		font-size: calc(100vw / 37.5 * 1.8);
		letter-spacing: calc(100vw / 37.5 * 0.8);
		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: calc(100vw / 37.5 * 7.2);
		line-height: 1;
		letter-spacing:calc(100vw / 37.5 * -0.1);
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		position:relative;
		margin: 0 0 4px -6px;
	}

	#fv_wrap .img_p1{
		width: 169vw;
		position:absolute;
		top: 0;
		right: -200px;
	}

	

	
	
	/* ============================================================
 	section 00
	==============================================================*/
	
	#sec00 {
		width: 100vw;
		padding: 50px 0 100px;
	}
	
	#sec00 .wrapper{padding: 0 10%;}


	#sec00 .p_wrap{
		position:relative;
	}


	#sec00 .p_wrap .img_box{
		line-height:0;
		margin:0 -5vw;
		/* box-shadow: 0 2px 10px 0 rgb(124 139 142 / 40%); */
	}

	#sec00 .p_wrap li{
		box-sizing:border-box;
		font-size: calc(100vw / 37.5 * 3.2);
		letter-spacing: 0;
		font-weight: 600;
		line-height: 1.4;
		font-feature-settings: 'palt';
		padding: 24px 0 0 29px;
		color: #1e98ac;
		position:absolute;
		border-top: 1px solid #1e98ac;
		border-left: 1px solid #1e98ac;
	}

	

	#sec00 .txt_wrap{
	padding: 0 0 40px;
	}

	
	#sec00 h2 {
		font-size: calc(100vw / 37.5 * 2.0);
		letter-spacing: 0;
		font-weight: 600;
		line-height: 1.7;
		font-feature-settings: 'palt';
		padding: 0 0 22px;
		color: #000;
	}
	
	#sec00 p.body_txt {
		font-size: calc(100vw / 37.5 * 1.5);
		letter-spacing: calc(100vw / 37.5 * 0.1);
		font-weight: 500;
		line-height: 2.0;
		font-feature-settings: 'palt';
	}

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01 {
		width: 100vw;
		padding: 30px 0 70px;
		background: #000;
	}
	
	#sec01 .wrapper{
		width: 100vw;
	}

	#sec01 .txt_wrap{
		width: 60vw;
		margin:0 auto;
		padding:40px 0 0;
	}

	#sec01 .mov_wrap{
		line-height: 0;
	}

	#sec01 .mov_wrap video{
		width:100vw;
	}

	#sec01 h2 span.s1 {
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: calc(100vw / 37.5 * 2.0);
		line-height: 1;
		letter-spacing:0px;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		padding: 0 0 0 6px;
	}

	#sec01 h2 span.s2{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: calc(100vw / 37.5 * 6.2);
		line-height: 1;
		letter-spacing: calc(100vw / 37.5 * -0.1);
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		padding: 0 0 7px;
	}

	#sec01 li{
		background:#07dcf6;
		margin: 0 0 0 5px;
	}

	#sec01 a{
		display:block;
		box-sizing:border-box;
		padding: 14px 18px 12px;
		font-weight: 400;
		font-size: calc(100vw / 37.5 * 1.5);
		line-height: 1;
		text-decoration:none;
		color:#fff;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		position:relative;
	}

	#sec01 a span{
		display:block;
		width: 15px;
		position:absolute;
		right: 16px;
		top:50%;
		opacity: 0.7;
		transform:translate(0,-50%)
	}

	
	
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02 {
		width: 100vw;
		position: relative;
		padding: 0 0 50px;
		overflow: hidden;
	}

	#sec02 .bg_h{
		width:170vw;
		position:absolute;
		top: -150px;
		left:0;
		z-index: -1;
		transform:scaleX(-100%);
	}

	#sec02 .bg_f{
		width:180vw;
		position:absolute;
		bottom: -300px;
		right:0;
		z-index: -2;
	}

	#sec02 .wrapper{
		box-sizing: border-box;
		padding: 157px 5vw 0;
		width: 100vw;
		margin: 0 auto;
		position: relative;
	}
	
	#sec02 .eng_txt{
		display: block;
		position: absolute;
		right: 3vw;
		top: 75px;
		z-index: 2;
	}

	#sec02 .eng_txt span{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: calc(100vw / 37.5 * 6.0);
		line-height: 1;
		letter-spacing: calc(100vw / 37.5 * 0.1);
		text-align:right;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 75% );
		-webkit-background-clip: text;
		color: transparent;
		margin: 0 0 -10px;
	}


	#sec02 .sys_wrap{
		margin: 0 0 60px;
		position:relative;
	}


	#sec02 .sys_wrap ul{
		width: 78vw;
		margin:0 auto;
	}


	#sec02 .sys_wrap ul li{
		width:100%;
		margin: 0 0 20px;
	}

	#sec02 .sys_wrap ul .img_box{
		line-height:0;
		margin:0 0 6px;
	}


	#sec02 .sys_wrap .txt_wrap{
		width:80vw;
		margin:0 auto;
		padding: 0 0 30px;
	}

	#sec02 .c1{
		padding:70px 0 50px;
	}


	#sec02 .c2{
		padding: 50px 0;
	}

	#sec02 .c3{
		padding: 50px 0;
	}

	#sec02 .c4{
		padding:50px 0;
	}

	#sec02 .c1:before{
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: linear-gradient(to right, #f4faff00 0%, #e5fafb 75%);
		position: absolute;
		top: 50%;
		left: calc(50%);
		transform:translate(-50%, -50%);
		z-index:0;
	}

	#sec02 .c2:before{
		content: "";
		display: block;
		width:100vw;
		height: 100%;
		background: linear-gradient(to right, #e5fafb 25%, #f4faff00 100%);
		position: absolute;
		top: 50%;
		left: calc(50%);
		transform:translate(-50%, -50%);
		z-index:0;
	}

	#sec02 .c3:before{
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: linear-gradient(to right, #f4faff00 0%, #e5fafb 75%);
		position: absolute;
		top: 50%;
		left: calc(50%);
		transform:translate(-50%, -50%);
		z-index:0;
	}

	#sec02 .c4:before{
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: linear-gradient(to right, #e5fafb 25%, #f4faff00 100%);
		position: absolute;
		top: 50%;
		left: calc(50%);
		transform:translate(-50%, -50%);
		z-index:0;
	}


	#sec02 h2 {
		font-weight:600;
		font-size: calc(100vw / 37.5 * 2.4);
		line-height: 1.2;
		letter-spacing: calc(100vw / 37.5 * 0.1);
		color: #000;
		padding: 0 0 20px 33px;
		position:relative;
	}

	#sec02 h2:before{
		content: "";
		display: block;
		width: 22px;
		height:3px;
		background: linear-gradient( to right,  #2fc0d3 25%, #0099ad 100% );
		position: absolute;
		top: 11px;
		left:0;
	}

	#sec02 .c2 h2{
		padding: 0 0 34px 33px;
	}

	#sec02 .c3 h2{
		font-size: calc(100vw / 37.5 * 2.1);
	}

	#sec02 h3  {
		font-family: 'Roboto', sans-serif;
		font-weight:600;
		font-size: calc(100vw / 37.5 * 1.6);
		line-height: 1.2;
		letter-spacing:calc(100vw / 37.5 * 0.1);
		color: #0293a6;
		padding: 0 0 3px;
		position:relative;
	}


	#sec02 p {
		font-size: calc(100vw / 37.5 * 1.5);
		letter-spacing: calc(100vw / 37.5 * 0.05);
		font-weight: 400;
		line-height: 1.6;
		font-feature-settings: 'palt';
	}

	#sec02 .c2 p {
		font-size: calc(100vw / 37.5 * 1.5);
		letter-spacing: calc(100vw / 37.5 * 0.2);
		font-weight: 400;
		line-height: 1.4;
		padding: 0 0 18px;
	}

	#sec02 p.cap_txt {
		font-size: calc(100vw / 37.5 * 1.3);
		letter-spacing: calc(100vw / 37.5 * 0.1);
		font-weight: 400;
		line-height: 1.8;
		text-align:center;
		font-feature-settings: 'palt';
	}


	/* ============================================================
 	sec_admi
	==============================================================*/
	#sec_admi {
		width: 100vw;
		padding: 60px 0;
		background: url("/cas/assets/img/fv_bg.jpg")no-repeat center;
		background-size: cover;
	}

	#sec_admi .wrapper{
		width: 90vw;
		margin: 0 auto;
		padding: 30px 8%;
		background: #ffffffad;
		box-shadow: 0 0 10px 0 rgb(133 185 211 / 20%);
	}

	#sec_admi .wrapper h2{
		font-weight: 500;
		font-size: calc(100vw / 37.5 * 1.5);
		line-height: 1.6;
		letter-spacing:calc(100vw / 37.5 * 0.1);
		padding:0 0 20px;
	}

	#sec_admi .wrapper a{
		display:block;
		width: 100%;
		margin:0 auto;
		font-weight: 600;
		font-size: calc(100vw / 37.5 * 1.8);
		line-height: 1;
		text-align:center;
		color:#fff;
		padding: 20px 0;
		text-decoration:none;
		background:#0099ad;
		border-radius:30px;
		position:relative;
		text-indent: -9px;
		box-shadow: 0 0 10px 0 #46848780;
	}

	#sec_admi .wrapper a span{
		display:block;
		width: 20px;
		position:absolute;
		top: calc(100vw / 37.5 * 1.8);
		right: 34px;
		opacity: 0.75;
	}

	

	

	/* ============================================================
 	section cv
	==============================================================*/
	
	#sec_cv {
		width: 100vw;
		padding: 80px 0;
		background: #1a8293;
	}

	#sec_cv .wrapper{
		width: 90vw;
		margin:0 auto;
	}

	#sec_cv .wrapper h2{
		font-weight: 500;
		font-size: calc(100vw / 37.5 * 3.2);
		line-height: 1.4;
		letter-spacing:calc(100vw / 37.5 * 0.1);
		text-align:center;
		padding:0 0 4px;
		color:#fff;
	}

	#sec_cv .wrapper p{
		font-weight: 500;
		font-size: calc(100vw / 37.5 * 1.6);
		line-height: 1.4;
		letter-spacing: 0;
		text-align:center;
		padding:0 0 24px;
		color:#fff;
	}

	#sec_cv .wrapper a{
		display:block;
		width: 84%;
		margin:0 auto;
		font-weight: 600;
		font-size: calc(100vw / 37.5 * 1.8);
		line-height: 1;
		text-align:center;
		color:#0099ad;
		padding: 20px 0;
		text-decoration:none;
		background:#fff;
		border-radius:30px;
		text-indent: -19px;
		position:relative;
	}

	#sec_cv .wrapper a span{
		display:block;
		width: 20px;
		position:absolute;
		top: 18px;
		right: 24px;
		opacity: 0.75;
	}


	
}

