@charset "UTF-8";


/*---------------------------------
main-visual
----------------------------------*/
#mainvis {
	overflow: hidden;
	position: relative;
	padding: 0 0 118px 0;
	margin: 0 0 0 50px;
}
#mainvis li img {
	width: 100%;
}
.slick-dots li button:before{
	display: none;
}

/*---------------------------------
ニュース
----------------------------------*/
.news{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	background-color: #084a91;
	padding: 10px 0;
}
.news h1{
	font-size: 1.7rem;
	line-height: 1.5;
	color: #ffffff;
	margin: 0 0 10px 0;
}
.news dt, .news dd{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #ffffff;
}
.news dd a{
	color: #ffffff;
	text-decoration: underline;
}
.news p a{
	display:inline-block;
	font-size: 1.2rem;
	text-indent: 1.5em;
	line-height: 1.2;
	background-image: url("../img_top/bg_more_news.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	margin: 10px auto 0 auto;
}

/*---------------------------------
コンテンツ
----------------------------------*/
#content{
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 50px;
}

/*---------------------------------
メイティックスとは
----------------------------------*/
.top-about-us{
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.top-about-us h1{
	font-size: 3.4rem;
	font-family: 'Roboto', sans-serif;
}
.top-about-us h2{
	font-size: 1.3rem;
}
.top-about-us h3{
	font-size: 1.6rem;
	margin: 16px 0;
}
.top-about-us h3 i{
	font-size: 2.5rem;
	font-style: normal;
	color: #0852a0;
}
.top-about-us p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.R-top-aboutus{
	width: 80%;
	margin: 20px auto;
}

/*---------------------------------
特集コンテンツ
----------------------------------*/
.top-feature{
	background-image: url(../img_top/bg_top_feature.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.top-feature .inner{
	margin: 60px 0 30px 0;
}
.top-feature h1{
	font-size: 3.4rem;
	font-family: 'Roboto', sans-serif;
}
.top-feature h2{
	font-size: 1.3rem;
}
.top-feature h3{
	font-size: 1.2rem;
	text-align: left;
	color: #1d68e4;
	margin: 5px 0 0 0;
}
.top-feature h4{
	font-size: 1.4rem;
	text-align: left;
	color: #000000;
	margin: 5px 0;
}
.top-feature p{
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000000;
	text-align: left;
}
.top-feature ul{
	margin: 20px auto;
}
.top-feature ul li{
	width: 76%;
	text-align: center;
	vertical-align: top;
	margin: 30px auto;
}

/*----------------------------
matix-quality
----------------------------*/
.matix-quality{
	background-image: url("../img_top/img_matixquality.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.matix-quality .inner{
	padding: 60px 0;
}
.matix-quality h1{
	font-size: 1.4rem;
	align-items: 1.6;
	text-align: center;
	color: #ffffff;
}

/*----------------------------
フッター　バナー
----------------------------*/
.footer-bnr .inner{
	width: 96%;
	text-align: center;
	margin: 0 auto;
}
.footer-bnr a{
	color: #ffffff;
}
.footer-bnr h1{
	font-size: 1.4rem;
	margin: 0 0 4px 0;
}
.footer-bnr p{
	font-size: 1.3rem;
}
.footer-bnr img{
	line-height: 1;
	vertical-align: bottom;
}
.bnr-txtbox{
	position:absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: 0 10px;
}

ul.bnr-up li, ul.bnr-bottom li{
	position: relative;
	width: 80%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin: 5px auto;
}
ul.bnr-up li a, ul.bnr-bottom li a{
	display: block;
	width: 100%;
}
ul.bnr-up li a{
	min-height: 220px;
}
ul.bnr-bottom li a{
	min-height: 150px;
}
.f-bnr-01{
	background-image: url("../img_top/img_fbnr_01.jpg");
}
.f-bnr-02{
	background-image: url("../img_top/img_fbnr_02.jpg");
}
.f-bnr-03{
	background-image: url("../img_top/img_fbnr_03.jpg");
}
.f-bnr-04{
	background-image: url("../img_top/img_fbnr_04.jpg");
}
.f-bnr-05{
	background-image: url("../img_top/img_fbnr_05.jpg");
}
.f-bnr-06{
	background-image: url("../img_top/img_fbnr_06.jpg");
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */
	
/*---------------------------------
main-visual
----------------------------------*/
#mainvis {
}

/*---------------------------------
メイティックスとは
----------------------------------*/
.top-about-us .inner{
	background-image: url("../img_top/bg_top_aboutus_02.png"), url("../img_top/bg_top_aboutus_01.png");
	background-repeat: no-repeat, repeat;
	background-position: center, center;
	background-size:cover, auto;
}
.L-top-aboutus{
	float: left;
	width: 48%;
	margin: 20px;
}
.R-top-aboutus{
	float: right;
	width: 36%;
	margin: 20px;
}

/*---------------------------------
特集コンテンツ
----------------------------------*/
.top-feature{
	background-position: left top;
	background-size:70%;
}
.top-feature ul{
	text-align: center;
	margin: 20px 0 20px auto;
}
.top-feature ul li{
	display: inline-block;
	width: 216px;
	margin: 30px 20px;
}

/*----------------------------
フッター　バナー
----------------------------*/
ul.bnr-up, ul.bnr-bottom{
	text-align: justify;
	text-justify: distribute-all-lines; 
}
ul.bnr-up:after, ul.bnr-bottom:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0; 
}

ul.bnr-up li, ul.bnr-bottom li{
	display: inline-block;
	width: 32.8%;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin: 5px auto;
}

} /* end 640px*/



/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/
	 


} /* end 960px*/

 @media only screen and (min-width: 78em) {	/*1248px*/
/*----------------------------
ブレイクポイント
----------------------------*/


/*---------------------------------
main-visual
----------------------------------*/
#mainvis {
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
}
.slick-dots li button:before{
	display: block;
}
	 

/*---------------------------------
ニュース
----------------------------------*/
.news{
	max-width: 1420px;
	padding: 30px 0;
}
.L-news{
	float: left;
	width: 60%;
	margin-left: 380px;
}
.R-news{
	float: right;
	width: 8%;
	text-align: right;
	padding-right: 20px;
}
.news h1{
	display: block;
	float: left;
	width: 15%;
	border-right: solid 1px #ffffff;
	margin: 0;
}
.news dl{
	float: right;
	width: 82%;
	text-align: left;
	margin: 3px 0;
}
.news dt{
	float: left;
	width: 15%;
}
.news p a{
	margin: 3px 0;
}


/*---------------------------------
コンテンツ
----------------------------------*/


/*---------------------------------
メイティックスとは
----------------------------------*/
.top-about-us{
	max-width: 1390px;
	padding: 10px 0 10px 120px;
	margin: 0;
}
.top-about-us .inner{
	max-width: 1000px;
	padding: 100px 0;
	margin: 0 0 0 auto;
}
.L-top-aboutus{
	width: 460px;
	margin: 0;
}
.R-top-aboutus{
	width: 480px;
	margin: 0;
}
.top-about-us h1{
	font-size: 4.4rem;
}
.top-about-us h2{
	font-size: 1.7rem;
}
.top-about-us h3{
	font-size: 2.5rem;
	margin: 30px 0;
}
.top-about-us h3 i{
	font-size: 3.2rem;
	font-style: normal;
	color: #0852a0;
}
.top-about-us p {
	font-size: 1.6rem;
	line-height: 1.6;
}


/*---------------------------------
特集コンテンツ
----------------------------------*/
.top-feature{
	max-width: 1386px;
	background-position: left 30px top;
	background-size:62%;
}
.top-feature .inner{
	margin-left: 360px;
}
.top-feature h1{
	font-size: 4.4rem;
}
.top-feature h2{
	font-size: 1.7rem;
}
.top-feature ul{
	text-align: justify;
	text-justify: distribute-all-lines; 
	padding: 0;
	margin: 30px 0 0 0;
}
.top-feature ul:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0; 
}

.top-feature ul li{
	width: 300px;
	margin: 30px 0;
}

/*----------------------------
matix-quality
----------------------------*/
.matix-quality {
	display: block;
	background-image: url(../img_top/bg_matixquality_pat.png), url("../img_top/img_matixquality.jpg");
	background-repeat: repeat, no-repeat;
	background-position: center, left bottom;
	background-size: auto, cover;
}
.matix-quality .inner{
	padding: 0;
	margin-left: 360px;
}
.matix-quality h1{
	display: inline;
	font-size: 2.2rem;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 40px 0;
}


/*----------------------------
フッター　バナー
----------------------------*/
.footer-bnr .inner{
	max-width: 1000px;
	margin: 40px auto;
}

ul.bnr-up li, ul.bnr-bottom li{
	display: inline-block;
	width: 33.1%;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin: 5px auto;
}
ul.bnr-up li a{
	min-height: 300px;
}
ul.bnr-bottom li a{
	min-height: 220px;
}
.bnr-txtbox{
	position:absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 20px;
}
.footer-bnr h1{
	font-size: 2.1rem;
	font-weight: normal;
}
.footer-bnr p{
	font-size: 1.5rem;
}


} /* end 1248px*/
