@charset "utf-8";
/* CSS Document */

#main-visual{
	position: relative;
	text-align: center;
	height: 100vh;
	min-height: 1024px;
}
#copy-area{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-60%);
	max-width: 1200px;
	margin: auto;
}
#main-copy{
	font-size: 108px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 60px;
	font-feature-settings: "palt";
	line-height: 1.2em;
	text-align:justify;
	text-align-last:justify;
}

#sub-copy{
	font-size: 28px;
	font-weight: 600;
	display: inline-block;
	text-align: left;
	line-height: 1.6em;
}
#sub-copy span{
	font-size: 20px;
}
#news-area{
	position: absolute;
	right: 0;
	bottom:80px;
	padding: 20px 40px;
	background: #313131;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	width: calc(50% - 40px);
	display: flex;
	flex-wrap:wrap;
	align-items: stretch;
	color: #fff;
}
#news-area h2{
	position: relative;
	padding-right: 40px;
	width: 100px;
}
#news-area h2 span{
	position: absolute;
	top: 50%;
	left: 0;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	transform: translateY(-50%);
}
#news-area ul{
	text-align: left;
	padding-left: 40px;
	border-left: 1px solid #fff;
	width: calc(100% - 140px);
}
#news-area li{
	padding: 5px 10px 5px 0;
	line-height: 1.4em;
}
#news-area li span{
	font-weight: 600;
	font-size: 16px;
}
#news-area a{
	color: #fff;
}
#news-area a:hover{
	color: #fff;
	text-decoration: underline;
}

#news-area #arrow-btn{
	position: relative;
	display: block;
	width: 40px;
	border: none;
}

#news-area #arrow-btn a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	width: 40px;
}
#news-area #arrow-btn a::before{
	position: absolute;
	top: 50%;
	right: 50%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s;
}
#news-area #arrow-btn a:hover::before{
	right: 40%;
}

#news-area #arrow-btn a span{
	display: block;
	text-indent: 200%;
	white-space:nowrap;
	overflow: hidden;
}

#company-area{
	background: #d0e3e7;
}

#company-area .wrap{
	display: flex;
	flex-wrap:wrap;
	background: url("../img/top-company.png") no-repeat left bottom;
	padding: 160px 40px;
}

#company-area .left-area{
	width: 50%;
}
#company-area h2{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 50px;
}
#company-area p.read-txt{
	font-size: 30px;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: 0.08em;
	width: 50%;
	padding-left: 50px;
	margin-bottom: 40px;
	text-align: justify;
}
#company-area .pc{
	display: block;
}
#company-area .mb{
	display: none;
}

#business-area,
#partner-area{
	background: #fff;
	padding-top: 140px;
	padding-bottom: 140px;
	width: 100vw;
	overflow-x: hidden;
}
#partner-area{
	padding-top: 0;
}
#business-area h2,
#partner-area h2{
	position:relative;
	font-size: 150px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 60px;
	line-height: 1.2;
}
#business-area h2 span.s-h,
#partner-area h2 span.s-h{
	font-size: 30px;
	font-weight: 700;
	display: block;
}
#business-area p,
#partner-area p{
	line-height: 2em;
	font-size: 20px;
	margin-bottom: 40px;
}
canvas.waveCanvas{
	position: absolute;
	top: 25%;
	left:0;
	width: 100%;
	opacity: 0.4;
}

#business-area ul{
	display: flex;
	margin-bottom: 40px;
}
#business-area ul li{
	position: relative;
	width: 25%;
	aspect-ratio: 1 / 1;
	margin-right: 40px;
}
#business-area ul li:last-child{
	margin-right: 0;
}
#business-area ul li::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 100%;
	max-width: 270px;
	height: 100%;
	background: url("../img/business-list.png") no-repeat center center;
	background-size: 100% auto;
}
#business-area ul li p{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4em;
	width: auto;
	/**text-shadow: 5px 5px 0 #fff,5px -5px 0 #fff,-5px 5px 0 #fff,-5px -5px 0 #fff;**/
	background: #fff;
}
#business-area ul li span.b-txt{
	display: block;
	color: #41a4dd;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	padding-top: 10px;
}


#partner-area .c2-area{
	position: relative;
}
#partner-area .left-area{
	width: 60%;
	padding-right: 40px;
	
}
#partner-area figure{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 380px;
	overflow: hidden;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
}
#partner-area figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1180px) {
	#news-area {
		width:60%;
	}

	#company-area .wrap{
		background-size: 380px auto;
	}
	#company-area .left-area{
		width: 40%;
	}
	#company-area h2{
		font-size: 50px;
	}
	#company-area p.read-txt{
		font-size: 26px;
		width: 60%;
	}
}
@media screen and (max-width: 980px) {
	#sub-copy {
		font-size: 28px;
		padding: 0 40px;
	}
	#sub-copy br{
		display: none;
	}
	#news-area {
		width:80%;
	}
	
	#company-area .wrap{
	background: url("../img/top-company.png") no-repeat right bottom;
		background-size: 340px auto;
		display: block;
		padding: 120px 40px 240px 40px;
	}
	#company-area .left-area{
		width: 100%;
	}
	#company-area h2{
		font-size: 50px;
		margin-bottom: 40px;
	}
	#company-area p.read-txt{
		width: 100%;
		padding-left: 0;
        font-size: 22px;
	}	
	
	#company-area .pc{
		display: none;
	}
	#company-area .mb{
		display: block;
	}
	#business-area h2, #partner-area h2 {
		font-size: 15vw;
	}
	#business-area h2 span.s-h, #partner-area h2 span.s-h {
		font-size: 22px;
	}
	#business-area ul{
		display: flex;
		flex-wrap:wrap;
	}
	#business-area ul li{
		position: relative;
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	#business-area ul li:nth-child(even){
		margin-right: 0;
	}
	#business-area ul li::before{
		max-width: 350px;
	}
	#business-area ul li p{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}
	
	#partner-area .left-area {
    width: 100%;
    padding-right: 0;
}
	#partner-area figure {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 340px;
		overflow: hidden;
		border-top-left-radius: 200px;
		border-bottom-left-radius: 200px;
		margin-left: 20px;
	}

}
@media screen and (max-width: 680px) {
	#main-copy {
		font-size: 90px;
	}
	#sub-copy {
		font-size: 24px;
	}
	#sub-copy br{
		display: none;
	}
	#news-area {
		width:calc(100% - 40px);
	}
	#company-area p.read-txt {
        font-size: 20px;
    }
	#business-area h2, #partner-area h2 {
    	padding-bottom: 40px;
	}
	#business-area p, #partner-area p {
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {

	#main-visual{
		min-height: 850px;
	}
	#main-copy {
		font-size: 17vw;
	}
	#sub-copy {
		font-size: 20px;
	}
	#news-area {
		bottom: 40px;
		padding: 20px 0 20px 40px;
		border-top-left-radius: 80px;
		border-bottom-left-radius: 80px;
		width: 95%;
		display: block;
	}
	#news-area h2{
		padding:0 0 10px 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #fff;
		width: 100%;
	}
	#news-area h2 span{
		position: relative;
		font-size: 20px;
		display: block;
		transform:none;
		text-align: left;
	}
	#news-area ul{
		text-align: left;
		padding-left: 0;
		border-left: none;
		width: 100%;
	}
	#news-area li{
	padding: 2px 10px 2px 0;
}
	#company-area .wrap{
	background: url("../img/top-company.png") no-repeat center bottom;
		background-size: 340px auto;
		padding: 120px 40px 300px 40px;
	}
	#company-area h2{
		font-size: 40px;
	}
	#company-area .mb{
		text-align: center;
	}
	#business-area ul li,
	#business-area ul li:nth-child(even){
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
}