@charset "utf-8";

#cont.top header .companyname .txt a {
	pointer-events: none;
	cursor: default;
}

/*---- mv ----*/
#cont.top #top_mv {
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 900px;
	margin: 0 auto 146px;
	overflow: hidden;
}
#cont.top #top_mv .mv_wrap {
	position: relative;
	width: 100%;
	height: 100%
}
#cont.top #top_mv .mv_wrap .mv_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 27.2%, rgba(7, 150, 150, 0) 42.81%);
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	z-index: 2;
}
#cont.top #top_mv .mv_wrap .mv_bg h1 {
	font-weight: 500;
	font-size: 72px;
	line-height: 125px;
	width: 100%;
	color: #FFF;
	margin-bottom: 50px;
}
#cont.top #top_mv .mv_wrap .mv_bg p {
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #fff;
}
@media(min-width:769px) and (max-width:1200px) {
	#cont.top #top_mv,
	#cont.top #top_mv .mv_wrap,
	#cont.top #top_mv .mv_slider {
		aspect-ratio: 1600 / 900;
		height: auto;
	}
	#cont.top #top_mv .mv_wrap .mv_bg {
		aspect-ratio: 1600 / 900;
		height: auto;
		padding: 0 25px;
	}
	#cont.top #top_mv .mv_wrap .mv_bg h1 {
		font-size: 42px;
		line-height: 65px;
		margin-bottom: 35px;
	}
	#cont.top #top_mv .mv_wrap .mv_bg p {
		font-size: 20px;
		line-height: 32px;
	}
	#cont.top #top_mv .mv_slider img {
		width: 92.875vw;
		height: auto;
		aspect-ratio: 1486 / 900;
	}
}
@media(max-width:768px){
	#cont.top #top_mv {
		height: 334px;
		margin-bottom: 54px;
	}
	#cont.top #top_mv .mv_wrap {
		aspect-ratio: 400 / 334;
		height: auto;
	}
	#cont.top #top_mv .mv_wrap .mv_bg {
		background: linear-gradient(90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 40.32%, rgba(7, 150, 150, 0) 63.5%);
		padding: 0 25px;
	}
	#cont.top #top_mv .mv_wrap .mv_bg h1 {
		font-size: 23.4px;
		line-height: 40.5px;
		margin-bottom: 35px;
	}
	#cont.top #top_mv .mv_wrap .mv_bg p {
		font-weight: 500;
		font-size: 11px;
		line-height: 18px;
	}
	#cont.top #top_mv .mv_slider {
		position: relative;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: 1;
	}
	#cont.top #top_mv .mv_slider img {
		width: 100vw;
	}
}
#cont.top section {
	margin-bottom: 146px;
}
#cont.top .align_center {
	text-align: center;
}
#cont.top .note {
	font-size: 12px;
	line-height: 18px;
}
@media(max-width:768px){
	#cont.top section {
		margin-bottom: 90px;
	}
}

#cont.top .read_wrap {
	width: 100%;
	max-width: 1600px;
	height: 535px;
	margin: 0 auto;
}
#cont.top #about .read_wrap {
	background: url("../img/about01_pc.jpg") no-repeat right center;
	background-size: auto 100%;
}
#cont.top #business .read_wrap {
	background: url("../img/business01_pc.jpg") no-repeat left center;
	background-size: auto 100%;
}
#cont.top .read_wrap .read_bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 27.2%, rgba(7, 150, 150, 0) 42.81%);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#cont.top #business .read_wrap .read_bg {
	background: linear-gradient(90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 27.2%, rgba(7, 150, 150, 0) 42.81%);
	display: flex;
	justify-content: center;
}
#cont.top .read_wrap .read_bg div {
	width: 490px;
	padding: 0 20px;
}
#cont.top #business .read_wrap .read_bg div {
	width: 100%;
	max-width: 1240px;
}
#cont.top .read_wrap .read_bg div p {
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	width: fit-content;
}
#cont.top .read_wrap .read_bg .read_txt {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 24px;
}
#cont.top a.btn_link,
#cont.top a.btn_winopen {
	position: relative;
	display: block;
	width: 307px;
	text-align: center;
	color: #1a1a1a;
	font-size: 16px;
	border: solid 1px #707070;
	text-decoration: none;
	line-height: 1;
	background: rgba(255,255,255,0.8);
	padding: 12px 20px 14px;
	margin: 45px auto 0;
	transition-duration: .5s;
}
#cont.top a.btn_link:hover,
#cont.top a.btn_winopen:hover {
    background: #eee;
}
#cont.top a.btn_link::after {
	position: absolute;
	right: 18px;
	top: calc(50% - 9px);
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_arrow.svg);
	background-size: contain;
	vertical-align: middle;
}
#cont.top a.btn_winopen::after {
	position: absolute;
	right: 18px;
	top: calc(50% - 5.5px);
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../img/icon_winopen.svg);
	background-size: contain;
	vertical-align: middle;
}
@media(min-width:769px) and (max-width:1200px) {
	#cont.top .read_wrap .read_bg div {
		width: auto;
	}
	#cont.top .read_wrap .read_bg {
		background: linear-gradient(-90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 32.24%, rgba(7, 150, 150, 0) 50%);
	}
	#cont.top #business .read_wrap .read_bg {
		background: linear-gradient(90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 32.24%, rgba(7, 150, 150, 0) 50%);
	}
}
@media(max-width:768px){
	#cont.top .read_wrap {
		height: 420px;
	}
	#cont.top #about .read_wrap {
		background: url("../img/about01_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	#cont.top #business .read_wrap {
		background: url("../img/business01_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	#cont.top .read_wrap .read_bg {
		background: linear-gradient(-90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 52.43%, rgba(7, 150, 150, 0) 82.5%);
		display: flex;
		align-items: flex-end;
	}
	#cont.top #business .read_wrap .read_bg {
		background: linear-gradient(90deg, rgba(25, 122, 230, 0.7) 0%, rgba(7, 150, 150, 0.7) 52.43%, rgba(7, 150, 150, 0) 82.5%);
	}
	#cont.top .read_wrap .read_bg div {
		width: 100%;
		display: flex;
		flex-flow: column;
		text-align: center;
	}
	#cont.top #business .read_wrap .read_bg div {
		width: 100%;
		max-width: 1240px;
		padding: 0 20px;
	}
	#cont.top .read_wrap .read_bg div p {
		font-size: 16px;
		line-height: 27px;
		width: 100%;
	}
	#cont.top .read_wrap .read_bg .read_txt {
		font-size: 18px;
		line-height: 31px;
		margin-bottom: 16px;
		padding-left: 37%;
		flex-grow: 1;
		text-align: left;
	}
	#cont.top .read_wrap .read_bg .read_txt2 {
		padding-left: 37%;
		text-align: left;
	}
	#cont.top #business .read_wrap .read_bg .read_txt,
	#cont.top #business .read_wrap .read_bg .read_txt2 {
		padding-left: 0px;
	}
	#cont.top a.btn_link,
	#cont.top a.btn_winopen {
		width: 75vw;
		margin: 60px auto;
	}
}
#cont.top ul.btn_wrap {
	width: 100%;
	max-width: 1240px;
	gap: 24px;
	margin: 68px auto 0;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
#cont.top ul.btn_wrap li {
	display: block;
	width: calc((100% - 48px)/3);
	max-width: 384px;
	height: 216px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 384px 216px;
	transition-duration: .5s;
}
#cont.top ul.btn_wrap li.about01 { background-image: url("../img/about02.jpg");}
#cont.top ul.btn_wrap li.about02 { background-image: url("../img/about03.jpg");}
#cont.top ul.btn_wrap li.about03 { background-image: url("../img/about04.jpg");}

#cont.top ul.btn_wrap li:hover {
	background-size: 400px 225px;
}
#cont.top ul.btn_wrap li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 384px;
	height: 216px;
	text-align: center;
	text-decoration: none;
}
#cont.top ul.btn_wrap li a p {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
}
#cont.top ul.btn_wrap li a span {
	position:  absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 384px;
	height: 216px;
	background: linear-gradient(rgba(25, 122, 230, 1.0) 0%, rgba(7, 150, 150, 1.0) 100%);
	opacity: 0.6;
	mix-blend-mode: multiply;
	transition-duration: .5s;
}
#cont.top ul.btn_wrap li a:hover span {
	opacity: 0;
}
#cont.top ul.btn_wrap li a div.arrow {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 16px;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/icon_arrow.svg);
	background: #FFF; 
	background-size: contain;
	vertical-align: middle;
}

@media(max-width:768px){
	#cont.top a .arrow {
		width: 14px;
		margin: 8px 0 4px 6px;
	}
	#cont.top a .arrow::before,
	#cont.top a .arrow::after {
		width: 7px;
	}
	#cont.top ul.btn_wrap {
		max-width: 77%;
		gap: 24px;
		margin: 54px auto 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#cont.top ul.btn_wrap li {
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 270 / 152;
		background-size: cover;
	}
	#cont.top ul.btn_wrap li a {
		font-size: 14px;
	}
	#cont.top ul.btn_wrap li a {
		max-width: 100%;
		height: auto;
		aspect-ratio: 270 / 152;
	}
	#cont.top ul.btn_wrap li a span {
		max-width: 100%;
		height: auto;
		aspect-ratio: 270 / 152;
	}
}

#cont.top dl.news {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 60px;
	padding: 0 20px;
}
#cont.top dl.news dt {
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	line-height: 21px;
	padding: 20px 20px 20px 0;
	width: 200px;
}
#cont.top dl.news dd {
	border-bottom: solid 1px #CCC;
	font-size: 16px;
	line-height: 27px;
	padding: 20px 0;
	width: calc(100% - 200px);
}
#cont.top dl.news dt:nth-of-type(1),
#cont.top dl.news dd:nth-of-type(1){
	border-top: solid 1px #CCC;
}
@media(max-width:768px){
	#cont.top dl.news {
		width: auto;
		max-width: 100%;
		margin: 0 10px;
		padding: 0;
	}
	#cont.top dl.news dt {
		width: 100px;
	}
	#cont.top dl.news dd {
		width: calc(100% - 100px);
	}
}
