@charset "UTF-8";


/* TOP下のメインコンテンツリンク
========================================================================== */
.vb-box {
	background: #000;
}
.vb-box .flexbox {
	margin: auto;
}

.vb-box a {
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #000, 0px 0px 5px #000;
	padding: 60px 15px;
	box-sizing: border-box;
}
.vb-box a:hover {
	opacity: 1;
	filter: brightness(150%);
	text-decoration: none;
}

.vb-box h2 {
	font-size: 2.4rem;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.vb-box h2:before{
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	width: 200px;
	height: 1px;
	content: '';
	background: #ffffff;
}


.vb-box p {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.vb-box strong {
	font-size: 2.0rem;
	display: block;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 5px 25px;
	display: table;
	margin: auto;
	box-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
}


.mc-bki001 {
	background-image: url("../img/mc-bki001.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki002 {
	background-image: url("../img/mc-bki002.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki003 {
	background-image: url("../img/mc-bki003.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki004 {
	background-image: url("../img/mc-bki004.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki005 {
	background-image: url("../img/mc-bki005.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki006 {
	background-image: url("../img/mc-bki006.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mc-bki007 {
	background-image: url("../img/mc-bki007.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/* sub-menu
========================================================================== */
.sub-menu a {
	text-align: center;
	color: #fff;
	padding: 40px 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px #000, 0px 0px 5px #000;
}

.sub-menu a strong {
	font-size: 2.0rem;
	display: block;
}

.sub-menu a span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}

.sub35th {
	background: url("../img/b-link-i01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.sublivecam {
	background: url("../img/b-link-i02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.subrecruit {
	background: url("../img/b-link-i03.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.subweather {
	background: url("../img/b-link-i04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}


/*-- PC向け --*/
@media only screen and (min-width: 768px), print {
.vb-box .flexbox {
	max-width:1600px;
	margin:auto;
}

.vb-box a p {
	text-align:center;
}

.mc-bki001 {
	width: calc(100% / 2);
}

.mc-bki002 {
	width: calc(100% / 2);
}

.mc-bki003 {
	width: calc(100% / 2);
}

.mc-bki004 {
	width: calc(100% / 4);
}

.mc-bki005 {
	width: calc(100% / 4);
}

.mc-bki006 {
	width: calc(100% / 4);
}

.mc-bki007 {
	width: calc(100% / 4);
}

}

@media only screen and (max-width: 768px) {
.vb-box .flexbox a {
	width: calc(100% / 2);
}
}

@media only screen and (max-width: 500px) {
.vb-box .flexbox a {
	width:100%;
}
}
