@charset "UTF-8";
/* CSS Document */





	
	
/* kv
--------------------- */
#kv {
    width: 100%;
	position: relative;
}
#kv:before {
	content: "";
    width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom right, rgba(46,137,237,0.5), rgba(106,225,255,0.5));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
	#kv .video_wrap {
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
		#kv .video_wrap video {
			display: block;
			width: 1920px;
			height: auto;
			position: absolute;
			top: 0;
			left: 50%;
			right: 0;
			bottom: 0;
			margin-left: -960px;
			z-index: -1;
		}


	#kv .text {
		line-height: 1;
		color: #fff;
		text-align: left;
		position: absolute;
		bottom: 70px;
		left: 7%;
		z-index: 1;
	}
		#kv .text h1 {
			font-size: 11.0rem;
			font-weight: 700;
			margin-bottom: 20px;
		}
		#kv .text .en {
			font-size: 2.0rem;
			letter-spacing: 0.06em;
		}


	#kv .scroll {
		position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 1;
	}
		#kv .scroll a {
			display: block;
			font-size: 1.4rem;
			letter-spacing: 0.06em;
			line-height: 1;
			color: #fff;
			text-align: center;
			padding-bottom: 15px;
			position: relative;
		}
		#kv .scroll a:hover {
			opacity: 0.6;
		}
		#kv .scroll a:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7px 5px 0 5px;
			border-color: #ffffff transparent transparent transparent;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -5px;
		}





	
	
/* pickup
--------------------- */
#pickup {
    width: 100%;
	padding-top: 100px;
	position: relative;
}
#pickup:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/pickup_en-txt.svg") no-repeat left top;
	position: absolute;
	top: 100px;
	left: -30px;
	z-index: -1;
	opacity: 0.1;
}
	#pickup .cbox .area {
		width: calc( 100vw - (100vw - 985px) / 2 );
		float: right;
	}
		#pickup .cbox .area a.linkbox {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 100px;
		}
			#pickup .cbox .area a.linkbox .text {
				width: 280px;
				padding-right: 40px;
				order: 1;
			}
				#pickup .cbox .area a.linkbox .text .en_txt {
					font-size: 1.4rem;
					line-height: 1;
					margin-bottom: 20px;
				}

				#pickup .cbox .area a.linkbox .text h2 {
					font-size: 3.2rem;
					font-weight: 700;
					line-height: 1.3em;
					margin-bottom: 15px;
				}
					#pickup .cbox .area a.linkbox .text h2 span {
						background: -webkit-linear-gradient(0deg, rgba(46,137,237,1), rgba(106,225,255,1));
						color: #2E89ED;
						-webkit-background-clip: text;
						-webkit-text-fill-color: transparent;
					}

				#pickup .cbox .area a.linkbox .text .txt {
					font-size: 1.6rem;
					line-height: 1.8em;
					margin-bottom: 25px;
				}


			#pickup .cbox .area a.linkbox .pht {
				width: -webkit-calc(100% - 280px);
				width: calc(100% - 280px);
				overflow: hidden;
				order: 2;
			}
				#pickup .cbox .area a.linkbox .pht img {
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#pickup .cbox .area a.linkbox:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}
/* Dsas 大川追加 */
#topics{
    display: grid;
    grid-template-columns: auto 1fr;
    background-color: #ebf5fe;
    column-gap: 2em;
    align-items: center;
    padding: 0.5em 1em 1em 7%;
}
#topics h2{
    line-height: 1.4;
}
#topics h2 span{
    font-size: 0.8em;
background: -webkit-linear-gradient(0deg, rgba(46,137,237,1), rgba(106,225,255,1));
    color: #2E89ED;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#topics a{
    text-decoration: underline;
}

#topics li{
	margin-top: 0.5em;
}

/* 1300px */
@media screen and (max-width: 1300px) {


	
/* pickup
--------------------- */
#pickup .cbox .area {
	width: 93%;
	margin-left: 7%;
	float: none;
}

	


}












/* 1024px */
@media screen and (max-width: 1024px) {





	
	
/* kv
--------------------- */
#kv:before {
	height: 540px;
}
	#kv .video_wrap {
		height: 540px;
	}
		#kv .video_wrap video {
			width: 1024px;
			margin-left: -512px;
		}


	#kv .text h1 {
		font-size: 9.0rem;
	}
	#kv .text .en {
		font-size: 1.8rem;
	}





	
	
/* pickup
--------------------- */
#pickup {
	padding-top: 70px;
}
#pickup:before {
	top: 70px;
	background: url("../img/pickup_en-txt.svg") no-repeat left top / auto 100%;
}
	#pickup .cbox .area a.linkbox {
		margin-bottom: 50px;
	}
		#pickup .cbox .area a.linkbox .text {
			width: 220px;
			padding-right: 30px;
		}
			#pickup .cbox .area a.linkbox .text .en_txt {
				font-size: 1.2rem;
				margin-bottom: 12px;
			}

			#pickup .cbox .area a.linkbox .text h2 {
				font-size: 2.4rem;
				margin-bottom: 12px;
			}

			#pickup .cbox .area a.linkbox .text .txt {
				font-size: 1.4rem;
				line-height: 1.8em;
				margin-bottom: 12px;
			}


		#pickup .cbox .area a.linkbox .pht {
			width: -webkit-calc(100% - 220px);
			width: calc(100% - 220px);
		}





}

	







/* max 768px */
@media screen and (max-width: 768px) {





	
	
/* kv
--------------------- */
#kv:before {
	height: 400px;
}
	#kv .video_wrap {
		height: 400px;
	}
		#kv .video_wrap video {
			width: 800px;
			margin-left: -400px;
		}


	#kv .text h1 {
		font-size: 5.8rem;
	}
	#kv .text .en {
		font-size: 1.2rem;
	}


	#kv .scroll a {
		font-size: 1.2rem;
	}





	
	
/* pickup
--------------------- */
#pickup {
	padding-top: 60px;
}
#pickup:before {
	top: 60px;
}
	#pickup .cbox .area a.linkbox {
		display: block;
		margin-bottom: 40px;
	}
		#pickup .cbox .area a.linkbox .text {
			width: 100%;
			padding-top: 18px;
			padding-right: 7%;
		}


		#pickup .cbox .area a.linkbox .pht {
			width: 100%;
		}







}