@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------
movie
-------------------------------------------------------------------*/

#movie{
	height: calc(55vw - 100px);
}

#movie .video_wrapper{
	width: 100%;
	/*height: 100vh;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#movie .video_wrapper h2{
	width: 100%;
	height: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 8vw;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

#movie .video_wrapper video{
	width: 100%;
	height: 100%;
	display: block;
	/*object-fit: cover;*/
}

@media screen and (max-width: 767px){
	#movie{
		height: calc(162vw - 50px);
	}

	#movie .video_wrapper{
		top: 14vw;
	}
	#movie .video_wrapper h2{
		font-size: 18vw;
		line-height: 1.3;
	}
}

/*-------------------------------------------------------------------
catchphrase
-------------------------------------------------------------------*/

#catchphrase{
	position: relative;
}

#catchphrase svg.wave{
	width: 100%;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
}

#catchphrase .inner{
	padding: 100px 0 160px;
}

#catchphrase h2{
	margin-bottom: 30px;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

#catchphrase .lead_txt{
	max-width: 800px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 2;
}

@media screen and (max-width: 900px){
	#catchphrase .inner{
		padding: 16vw 5.7vw 20vw;
	}

	#catchphrase h2{
		margin-bottom: 6vw;
		font-size: 5vw;
		line-height: 1.4;
	}

	#catchphrase .lead_txt{
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 767px){
	#catchphrase svg.wave{
		height: 50px;
		top: -49px;
	}

	#catchphrase h2{
		font-size: 7vw;
	}

	#catchphrase .lead_txt{
		max-width: none;
		font-size: 4.25vw;
		line-height: 1.8;
		text-align: justify;
	}
}

/*-------------------------------------------------------------------
Business
-------------------------------------------------------------------*/

#business{
	margin-bottom: 160px;
	overflow: hidden;
}

#business .content{
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#business .content.order01{
	flex-direction: row-reverse;
}

#business .content .txt_area{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#business .content.order01 .txt_area{
	padding-left: 20px;
	padding-right: 20px;
	align-items: flex-end;
}
#business .content.order02 .txt_area{
	padding-left: 90px;
	padding-right: 20px;
}
#business .content .txt_area .txt_box{
	max-width: 540px;
	width: 100%;
}
#business .content .txt_area h2{
	margin-bottom: 15px;
	font-family: "Lexend Giga", sans-serif;
	font-size: 90px;
	line-height: 0.9;
	letter-spacing: -0.15em;
	white-space: nowrap;
	opacity: 0;
	transition: 1s;
}
#business .content .txt_area h2.ttl01{
	transform: translate(200px, 0);
}
#business .content .txt_area h2.ttl01.is-show{
	transform: translate(-100px, 0);
	opacity: 1;
}
#business .content .txt_area h2.ttl02{
	transform: translate(130px, 0);
}
#business .content .txt_area h2.ttl02.is-show{
	transform: translate(-170px, 0);
	opacity: 1;
}

#business .content .txt_area h3{
	margin-bottom: 40px;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 26px;
	font-weight: bold;
}
#business .content .txt_area .txt{
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.8;
}

#business .content .img_area{
	width: 50%;
	position: relative;
	transform: translate(0, 50px);
	transition: 1s;
	opacity: 0;
}
#business .content .img_area.is-show{
	transform: translate(0, 0);
	opacity: 1;
}
#business .content.order01 .img_area{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#business .content.order02 .img_area{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#business .content .img_area .sd{
	position: relative;
}
#business .content .img_area .sd::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #3399cc;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1.5s;
}
#business .content .img_area.is-show .sd::after{
	height: 0;
}

@media screen and (min-width: 1120px){
  #business .content{
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1310px){
	#business .content .txt_area h2.ttl01{
		transform: translate(285px, 0);
	}
	#business .content .txt_area h2.ttl01.is-show{
		transform: translate(-12px, 0);
	}
	#business .content .txt_area h2.ttl02{
		transform: translate(2px, 0);
	}
	#business .content .txt_area h2.ttl02.is-show{
		transform: translate(-190px, 0);
	}
}


@media screen and (max-width: 1080px){
  #business .content.order02 .txt_area{
    padding-left: 45px;
  }
}

@media screen and (max-width: 900px){
	#business{
		margin-bottom: 10vw;
	}

	#business .content{
    	padding: 0;
		display: block;
	}

	#business .content .txt_area{
		width: auto;
		height: auto;
		display: block;
	}
	#business .content.order01 .txt_area,
	#business .content.order02 .txt_area{
		padding: 0 5.7vw 12vw;
	}
	#business .content .txt_area h2{
		margin-right: -5.7vw;
		margin-bottom: 0;
		font-size: 11vw;
		white-space: nowrap;
	}
	#business .content .txt_area h2.ttl01{
		transform: translate(300px, 0);
	}
	#business .content .txt_area h2.ttl01.is-show{
		transform: translate(-5vw, 0);
	}
	#business .content .txt_area h2.ttl02{
		transform: translate(300px, 0);
	}
	#business .content .txt_area h2.ttl02.is-show{
		transform: translate(-4vw, 0);
	}

	#business .content .txt_area .txt_box{
		max-width: none;
	}
	#business .content .txt_area h3{
		margin-bottom: 4vw;
		font-size: 4vw;
		line-height: 1.8;
	}
	#business .content .txt_area .txt{
		margin-bottom: 6vw;
		font-size: 2.2vw;
		line-height: 1.8;
	}

	#business .content .img_area{
		width: auto;
		height: auto;
		margin-bottom: 5vw;
		display: block;
	}
	#business .content .img_area .sd{
		width: 100vw;
		height: 76.5vw;
	}
	#business .content.order01 .img_area,
	#business .content.order02 .img_area{
		display: block;
	}
	#business .content.order01 .img_area img,
	#business .content.order02 .img_area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 767px){
	#business .content.order01 .txt_area,
	#business .content.order02 .txt_area{
		padding: 0 5.7vw 18vw;
	}
	#business .content .txt_area h2{
		margin-bottom: 1.5vw;
		font-size: 14.28vw;
	}
	#business .content .txt_area h2.ttl02.is-show{
		transform: translate(-8vw, 0);
	}
	#business .content .txt_area h3{
		margin-bottom: 8vw;
	}
	#business .content .txt_area .txt{
		font-size: 4vw;
	}
	#business .content .txt_area .txt{
		margin-bottom: 12vw;
	}
}

/*-------------------------------------------------------------------
News
-------------------------------------------------------------------*/

#latest_news{
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px 128px;
}

#latest_news .head_area{
	margin-bottom: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#latest_news .head_area h2{
	font-family: "Lexend Giga", sans-serif;
	font-size: 90px;
	line-height: 1;
	letter-spacing: -0.15em;
	color: #249edb;
}
.bg_color_change.blue #latest_news .head_area h2{
	color: #fff;
}

#latest_news ul.news_list{
	display: flex;
	justify-content: space-between;
}
#latest_news ul.news_list li{
	width: 22%;
}
#latest_news ul.news_list li a{
	color: #000;
	display: block;
}
#latest_news ul.news_list li a:hover{
	opacity: 1;
}
#latest_news ul.news_list li .thumb{
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 16px;
	overflow: hidden;
}
#latest_news ul.news_list li .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
#latest_news ul.news_list li a:hover .thumb img{
  transform: scale(1.1);
}
#latest_news ul.news_list li .date{
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1;
	color: #ccc;
}
#latest_news ul.news_list li .ttl{
	font-size: 16px;
}
.bg_color_change.blue #latest_news ul.news_list li .date,
.bg_color_change.blue #latest_news ul.news_list li .ttl{
	color: #fff;
}

@media screen and (max-width: 900px){
	#latest_news{
		padding: 0 5.7vw 24vw;
	}

	#latest_news .head_area{
		margin-bottom: 11vw;
		display: block;
	}
	#latest_news .head_area h2{
		font-size: 11vw;
		text-align: center;
	}

	#latest_news ul.news_list{
		margin-bottom: 6vw;
		flex-wrap: wrap;
	}
	#latest_news ul.news_list li{
		width: 48%;
		margin-bottom: 8vw;
	}
	#latest_news ul.news_list li:last-child{
		margin-bottom: 0;
	}
	#latest_news ul.news_list li .thumb{
		margin-bottom: 2vw;
	}
	#latest_news ul.news_list li .date{
		margin-bottom: 0.5vw;
		font-size: 1.8vw;
	}
	#latest_news ul.news_list li .ttl{
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 767px){
	#latest_news .head_area h2{
		font-size: 14.28vw;
	}

	#latest_news ul.news_list{
		margin-bottom: 8vw;
	}
	#latest_news ul.news_list li .thumb{
		margin-bottom: 2.8vw;
	}
	#latest_news ul.news_list li .date{
		margin-bottom: 1vw;
		font-size: 2.8vw;
	}
	#latest_news ul.news_list li .ttl{
		font-size: 3vw;
	}
}
