@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------
TOPPAGE
-------------------------------------------------------------- */
h2 {
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
	clear: both;
}

#bgMain{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	background: url("../images/top/mainThumb.jpg") no-repeat center center / cover;
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#bgMain{
		background: url("../images/top/mainThumbSp.jpg") no-repeat center center / cover;
	}
}

#bgMain::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(16, 57, 75, .3);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#bgMain video{
	max-width: initial;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mainVisualArea {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 12px;
	height: 100vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

#mainVisualArea p#catch {
	margin-bottom: 0;
}

#mainVisualArea p#catch img {
	width: 792px;
	filter: drop-shadow(0 0 8px #000);
}

#contents {
	background-color: #fff;
}

.contBox {
	width: 1024px;
	margin: 0 auto;
	padding: 80px 12px;
}

.contBox > *:last-child {
	margin-bottom: 0;
}

p.btnTxt {
	max-width: 240px;
	margin: 30px auto 0;
	font-size: 12px;
}

p.btnTxt a {
	background: #336699;
	color: #fff;
	text-decoration: none;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	column-gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
}

p.btnTxt a::before {
	content: '';
}

p.btnTxt a::after {
	content: '';
	background: url("../images/common/arrowRightW.svg") no-repeat center center / contain;
	width: 6px;
	height: 12px;
	justify-self: end;
}

p.btnTxt a:hover {
	background-color: #5c85ad;
}

#topLead {
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
}

#topLead .contBox {
	padding-bottom: 50px;
}

.visualBox {
	position: relative;
	min-height: 500px;
}

.visualBox::before {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: calc(50% + 100px);
	height: 100%;
	position: absolute;
	top: 0;
}

#topIntro01 .visualBox::before {
	background-image: url("../images/top/introImg01.jpg");
	left: calc(50% - 100px);
}

#topIntro02 .visualBox::before {
	background-image: url("../images/top/introImg02.jpg");
	right: calc(50% - 100px);
}

#topIntro03 .visualBox::before {
	background-image: url("../images/top/introImg03.jpg");
	left: calc(50% - 100px);
}

.visualBox .contBox {
	padding: 80px 70px;
	position: relative;
	display: grid;
	align-items: center;
	min-height: 500px;
}

.visualBox .sentBox {
	background-color: #fff;
	width: 500px;
	padding: 50px;
	box-shadow: 4px 4px 10px rgba(000,000,000,0.08), -4px 4px 10px rgba(000,000,000,0.08), 4px -4px 10px rgba(000,000,000,0.08), -4px -4px 10px rgba(000,000,000,0.08);
}

.visualBox .sentBox.bgB {
	background-color: #336699;
	color: #fff;
}

.visualBox .sentBox h2 {
	text-align: left;
}

.visualBox .sentBox p.btnTxt {
	margin: 30px 0 0;
}

.visualBox .sentBox.bgB p.btnTxt a {
	background: #fff;
	color: #336699;
}

.visualBox .sentBox.bgB p.btnTxt a::after {
	background-image: url("../images/common/arrowRightB.svg");
}

.visualBox .sentBox.bgB p.btnTxt a:hover {
	background-color: #f0f4f8;
}

.visualBox .sentBox.boxR {
	margin: 0 0 0 auto;
}

#topPickup .contBox {
	padding-bottom: 20px;
}

#topPickup ul.slick-box {
	display: none;
}

#topPickup ul.slick-box.slick-initialized {
	display: block; 
}

#topPickup ul li {
	margin: 0 15px;
	padding-left: 0;
	position: static;
	overflow: visible;
}

#topPickup ul li::before {
	content: none;
}

#topPickup ul li .sent > *:last-child {
	margin-bottom: 0;
}

#topPickup ul li + li {
	margin-top: 0;
}

#topPickup ul li p {
	margin-bottom: 0;
}

#topPickup ul li p.ph {
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

#topPickup ul li p.ph img {
	width: 100%;
}

#topNews {
	position: relative;
	overflow: hidden;
}

#topNews::before {
	content: '';
	background-color: #f2f2f2;
	width: calc(50% + 100px);
	height: 400px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
}

#topNews .contBox {
	position: relative;
}

#topNews .columnBox {
	grid-template-columns: 240px 1fr;
	column-gap: 40px;
}

#topNews .columnBox h2 {
	text-align: left;
}

#topNews .columnBox ul {
	margin-bottom: 0;
}

#topNews .columnBox ul li {
	padding-left: 0;
	position: static;
	overflow: visible;
}

#topNews .columnBox ul li::before {
	content: none;
}

#topNews .columnBox ul li + li {
	margin-top: 20px;
}

#topNews .columnBox ul li p {
	margin-bottom: 0;
}

#topNews .columnBox ul li p.time {
	font-size: 14px;
}

#topNews .columnBox ul li p.time .new {
	font-weight: bold;
	color: #ff0000;
	margin-left: 10px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#mainVisualArea {
		padding: 40px 10px;
	}
	
	.contBox {
		padding: 80px 10px;
	}

	.visualBox {
		min-height: initial;
		min-height: auto;
	}

	.visualBox::before {
		width: 100%;
		height: 300px;
	}

	#topIntro01 .visualBox::before, 
	#topIntro03 .visualBox::before {
		left: 0;
	}

	#topIntro02 .visualBox::before {
		right: 0;
	}

	.visualBox .contBox {
		padding: 270px 30px 80px;
	}

	#topIntro03 .contBox {
		padding-bottom: 0;
	}

	.visualBox .sentBox {
		width: auto;
	}

	#topNews .columnBox {
		grid-template-columns: auto;
	}

	#topNews .columnBox h2 {
		text-align: center;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#mainVisualArea {
		width: 768px;
	}

	#mainVisualArea p#catch img {
		width: 592px;
	}

	.contBox {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#mainVisualArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#mainVisualArea p#catch img {
		width: 266px;
	}

	#bgMain video{
		max-width: 100%;
	}
	
	.contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#topLead {
		font-size: 22px;
	}

	.visualBox .sentBox {
		padding: 20px;
	}

	#topNews::before {
		width: 50%;
		left: 50%;
	}

}
