@charset "UTF-8";
/*----------------------
*index.css
【概要】/index.htmlの設定 
*PC・共通版
-keyVisual
----------------------*/


/* --------------------------------------------------
**
** keyVisual
**
** -------------------------------------------------- */
/*kv*/
.kvBox {
	width: 100%;
	max-width: 100%;
	height: 810px;
}
.kv.container { padding-bottom: 0; }
.kvBox a:hover { text-decoration: none; }
.kvBox .colL { width: 56.25%; }
.kvBox .colR { width: 43.75%; }
.kvBox .colL.box01 {
	position: absolute;
	top: 0;
}
.kvBox .colL.box02 {
	position: absolute;
	top: 480px;
}
.kvBox .colR {
	position: absolute;
	top: 0;
	right: 0;
}
.kvBox .topics {
	position: absolute;
	top: 750px;
	width: 100%;
	height: 60px;
}
.kvBox .topics .container {
	height: 60px;
	padding: 0;
}
.kvBox .main { height: 480px; }
.kvBox .col2of4 { height: 210px; }
.kvBox .colL .col2of4 { height: 150px; }
.kvBox .colL .col4of4,
.kvBox .colR .col4of4 { height: 120px; }

.kvBox .main { background: url(../images/bg-main-01-pc.jpg) center center no-repeat; background-size: cover; }
.kvBox .topics { background: #0b1725; }
.kvBox h1,
.kvBox p { color: #FFF; }
.kvBox .colL a,
.kvBox .colR a {
	display: block;
	height: 100%;
}
.kvBox .main h1 {
	padding-top: 270px;
	font-size: 60px;
	font-size: 4vw;
	line-height: 1;
	text-align: center;
}
.kvBox .main p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
}


@media screen and (max-width: 959px) {
.kvBox { height: 1620px; }
.kvBox .colL,
.kvBox .colR {
	float: none;
	width: 100%;
}
.kvBox .colL.box02 { top: 540px; }
.kvBox .colR {
	position: absolute;
	top: 870px;
	left: 0;
}
.kvBox .topics {
	position: absolute;
	top: 480px;
}
.kvBox .colL .col2of4 { height: 210px; }
.kvBox .main h1 { font-size: 60px; }
}

/*topics*/
.topics  {
	position: absolute;
	top: 630px;
	width: 100%;
	height: 60px;
}
.topics .container {
	position: relative;
	overflow: hidden;
}
.topics ul.text {
	position: relative;
	height: 60px;
	margin: 30px 15px 0;
}
.topics ul.text li {
	display: none;
	line-height: 20px;
	padding: 0 240px 0 0;
	color: #FFF;
}
.topics ul.text a {
	display: block;
	max-height: 50px;
	color: #FFF;
	text-decoration: underline;
	overflow: hidden;
	overflow-wrap:break-word;
}
.topics ul.text .date {
	padding-left: 10px;
	font-size: 13px;
	color: #FFF;
}
.topics ul.text a .date {
	display: inline-block;
	text-decoration: none;
}
.topics .btns {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	z-index: 100;
}
.topics .btns li { margin: 0 15px; }
.topics .btns a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 210px;
	min-width: 210px;
	height: 40px;
	min-height: 40px;
	padding: 3px 15px 5px;
	border: solid 1px #ec2214;
    border-radius: 20px;
	background-color: #0b1725;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
.topics .btns a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: #ec2214;
	text-decoration: none;
}

.snsfeed {
    text-align: center;
}

@media screen and (max-width: 768px) {
/* --------------------------------------------------
**
** keyVisual
**
** -------------------------------------------------- */
/*kv*/
.kvBox { height: auto; }
.kvBox.container { padding: 0; }

.kvBox .colL.box01 {
	position: static;
	top: auto;
}
.kvBox .colL.box02 {
	position: static;
	top: auto;
}
.kvBox .colR {
	position: static;
	top: auto;
}
.kvBox .topics {
	position: static;
	top: auto;
	height: auto;
}
.kvBox .topics .container {
	height: auto;
}
.kvBox .main h1 {
	padding-top: 265px;
	font-size: 8vw;
}
.kvBox .main p {
	font-size: 15px;
	letter-spacing: 1px;
}
.kvBox .main { background: url(../images/bg-main-01-sp.jpg) center center no-repeat; background-size: cover; }
.kvBox .topics { background: #0b1725; }
.kvBox .colL .col2of4,
.kvBox .colR .col2of4,
.kvBox .colL .col4of4,
.kvBox .colR .col4of4 { height: 150px; }


/*topics*/
.topics .row div {
	min-height: 60px;
}

.topics ul.text {
	position: relative;
	height: auto;
	margin: 15px 15px 0;
	height: 60px;
	overflow: hidden;
}
.topics ul.text li {
	display: none;
	padding: 0;
	position: static;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	line-height: 30px;
}
.topics ul.text a {
	display: block;
	max-height: 60px;
}
.topics .btns {
	position: static;
	top: auto;
	right: auto;
	margin: 15px 15px 20px;
	text-align: center;
}

/*sns*/
.facebook {
    width: 100% !important;
    margin-bottom: 30px;
}
.wantedly iframe {
    width: 94% !important;
}

}