@charset "UTF-8";
/*********************************************************************************************************/
/*!------------------------------------------------------------------
[ MV試しに ]
*/
#mv{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*上下中央にテキストを持ってくる場合*/
.mvtxt{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    /*top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 15px #666;*/
}

.mvtxt{
	top: 40%;
    left: 10%;
}
/*.mvtxt div {
	background: #CB504C;
	padding: 6px 10px;
	display: inline;
	color: #ffffff;
	font-size: 1.5rem;
}*/
.toptxt {
	/*font-size: min(11vw,65px) !important;*/
	margin: 20px 0 5% 0;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
}

h1 {
	width: 100%;
	/*font-size: min(5vw,17px) !important;*/
	font-weight: 700 !important;
	line-height: 1.4 !important;
}
@media screen and (max-width: 749px){
	.mvtxt{
	top: 40%;
    left: 10%;
}
	
}

@media screen and (max-width: 699px) {
	
}
@media screen and (max-width: 576px) {
	.mvtxt{
	top: 35%;
    left: 5%;
}
	h1 {
		width: 95%;
	}	
}
/*!------------------------------------------------------------------
[ MV試しに｜ここまで ]
*/







.main-visual {
	/*!background-image: url("../top/top4.jpg");
	background-image: url("../top/top4.jpg");*/
	background-position:center top !important;
	background-size: cover !important;
	height: 100vh !important;
}
#topbox {
	position: absolute;
	top:0;
	width: 100%;
	background: none !important;
} 
/*!------------------------------------------------------------------
[ MV背景 ]
*/
.vegas-container {
	width: 100% !important;
	height: 100% !important;
	-webkit-width: 100% !important;
	-webkit-height: 100% !important;
	
}


/*!------------------------------------------------------------------
[ MVテキスト ]
*/

#mvtxt p {
	margin: 0 auto !important;
	text-align: center !important;
}
.img_txt,
.img_txt span {
	line-height: 1.1 !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em !important;
letter-spacing:1em;
text-align:center;
}
.mv_txtbox {
	font-weight: 700;
}
.mv_txtboxlast p {
		letter-spacing: -0.02em !important;
}
/*@media screen and (max-width: 991px) {
	#mvtxt {
		margin-top: 9rem !important;
	}
	#mvtxt p {
	margin: 0 auto !important;
	text-align: center !important;
}
}
@media screen and (min-width: 992px) {
	.child {
		margin-top: 9rem !important;
	}
}*/


/*!------------------------------------------------------------------
[TOPICS]
*/
.news_link {
	display: flex;
	margin: 0 0 35px;
	padding: 0;
	list-style-type: none;
}
.news_link li {
	width: 33.3%;
	margin-left: 2px;
	background: #B8B8B8;
	color: #FFFFFF;
	position: relative;
	padding: 10px 6px 10px;
	cursor: pointer;
	text-align: center !important;
	line-height: 1;
	vertical-align:middle; 
}
.news_link li p {
	text-align: center !important;
	margin:0;
}

.news_link li:first-child {
	margin-left: 0;
}
.news_link li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #00b4ed;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li.active, .news_link li:hover {
	background: #00b4ed;
	color: #ffffff;
}
.news_link li.active:after, .news_link li:hover:after {
	display: block;
}
.news-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
	width: 100%;
}
.news-date {
	margin-right: 20px;
	margin-bottom: 0.5rem;
	min-width: 94px;
}
.tags {
	margin: 0 20px 0 0;
	min-width: 80px;
	font-size: 13px;
	text-align: center;
	padding: 0 6px;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
		text-align: center !important;
}
.t_pl {
	background: #4C8E11;
}
.t_info {
	background: #00b4ed;
}
.news-r {
	margin: 0 0 15px 0;
}
.news-content .news-r a {
	transition: color 0.2s ease-in-out;
	border-bottom: 1px dotted;
}
.news-content .news-r a:hover {
	color: #6fb03b;
	transition: color 0.2s ease-in-out;
	text-decoration: none;
}
@media screen and (min-width: 992px) {
	.news_link {
		width: 90%;
		margin: 0 auto 35px auto;
	}
	.news-content {
		width: 90%;
		margin: 0 auto 20px auto;
	}

}
@media screen and (max-width: 991px) {
	.news-content {
		display: inline-block;
	}
	.t_pl {
	display: inline-block;
		margin: 0 0 8px 0;
}
.t_info {
	display: inline-block;
	margin: 0 0 8px 0;
}
	.news_link li {
		vertical-align: middle !important;
	}
}
.topicsbox {
	margin: 0 auto 100px auto;

}
.topicstxt {
	font-size: 18px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom:20px;
	margin-bottom: 16px;
}
.topicstxt span {
	font-size: 13px;
}
@media screen and (min-width: 678px) {
.sp {
	display: none;
	}
}


/*!------------------------------------------------------------------
[ 背景スライドアニメーション ]
*/
.bg {
	animation: slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #ff8c00 50%, #ffd700 50%);
	bottom: 0;
	left: -50%;
	opacity: 0.35;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: -1;
}
.bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 4s;
}
.bg3 {
	animation-duration: 5s;
}
@keyframes slide {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}


/*!------------------------------------------------------------------
[ maintxt ]
*/
.maintxt {
	margin: 20vh 0 0 0;
	text-align: left !important;
}
.mtxt1 {
	text-align: left !important;
	font-weight: 700 !important;
}
.mtxt2 {
	text-align: left !important;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
		.news {
		height: 150px !important;
	}
}
@media screen and (max-width: 575px) {
	.news {
	/*margin: 0 auto 20px auto !important;*/
		height: 170px !important;
	}
}
/*!------------------------------------------------------------------
[ footer ]
*/
#footer2 {
	display: none !important;
}


/*!------------------------------------------------------------------
[ other ]
*/
@media print {
	#menu img {
		display: none !important;
	}
}
#aboutbox {
	background: #ffffff;
	padding-top: 70px;
}
#aboutbox ul{
	padding: 0;
}
#aboutbox ul li{
	text-indent: -1rem;
	padding-left: 1rem;
	list-style: none;
	
}
#aboutbox .about_company {
	width: 100%;
	
}
#aboutbox .about_company th {
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
}
#aboutbox .about_company td {
	padding: 10px;
	vertical-align: top;
	
}
#aboutbox .about_company a {
	transition: 0.3s all;
}
#aboutbox .about_company a:hover {
	color: #00b4ed !important;
	transition: 0.3s all;
	text-decoration-line: none !important;
}



@media screen and (max-width: 991px) {
	#about .about_company td,
	#about .about_company th{
	display: block;
}
		#about .about_company th {
	padding: 0 0 6px 0;
}
	#about .about_company td {
	padding: 0 0 40px 0;
}

}
