@charset "utf-8";
/* CSS Document */

.mv_under .inner:after{
	content: none;
}

/*事業情報TOP*/

.breadcrumb li {
	margin-top: -120px;
}
.breadcrumb li a {
	color: #ccc;
}
.breadcrumb li.current {
	color: #969696;
}
.mv_under {
	background: url(/img/about/index/mv_index.jpg) no-repeat center top;
	background-size: cover;
	height: 524px;
}
.mv_under h1 {
	-webkit-transform: none;
	font-size: 5rem;
	top: 185px;
	transform: none;
}
.ttl_text {
	color: #fff;
	left: 0;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 300px;
}
.contents_main {
	background: url(/img/top/sec01_bg.png) no-repeat center top #fff;
	padding-bottom: 96px;
}
.contents_main .inner {
	max-width: 950px;
	position: relative;
	width: 86%;
}
.about_list {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -145px;
}
.about_list li {
	-webkit-box-sizing: border-box;
	background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(240, 240, 240, 0.9);
	box-sizing: border-box;
	max-width: 446px;
	width: 48%;
}
.about_list li a {
	-webkit-transition: all .2s;
	display: block;
	transition: all .2s;
}
.about_list li a:hover {
	-webkit-box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
	box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
	opacity: 0.8;
}
.about_list li:first-child, .about_list li:nth-child(2) {
	margin-bottom: 45px;
}
.about_list li .pic img {
	width: 100%;
}
.about_list li h3 {
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 20px;
	text-align: center;
}

 @media screen and (max-width : 767px) {
	 .breadcrumb li {
		 margin-top: 0;
	 }
	 .breadcrumb li a {
		 color: #969696;
	 }
	 .breadcrumb li.current {
		 color: #ccc;
	 }
	 .mv_under {
		 background: url(/img/about/index/mv_index_sp.jpg) no-repeat center top;
		 background-size: cover;
		 height: auto;
	 }
	 .mv_under h1 {
		 -webkit-transform: translateY(-50%);
		 font-size: 2.5rem;
		 left: 0;
		 line-height: 1.4;
		 margin: auto;
		 position: absolute;
		 right: 0;
		 top: 50%;
		 transform: translateY(-50%);
	 }
	 .ttl_text {
		 color: #000;
		 font-size: 1.3rem;
		 line-height: 1.8;
		 margin-bottom: 9%;
		 position: static;
	 }
	 .contents_main {
		 background: url(/img/top/sec01_bg_sp.png) no-repeat center top;
		 background-size: 100% auto;
		 padding-bottom: 13%;
	 }
	 .contents_main .inner {
		 max-width: 100%;
		 position: relative;
		 width: 92%;
	 }
	 .about_list {
		 display: block;
		 margin-top: 0;
	 }
	 .about_list li {
		 margin-bottom: 4%;
		 max-width: 100%;
		 width: 100%;
	 }
	 .about_list li:first-child, .about_list li:nth-child(2) {
		 margin-bottom: 4%;
	 }
	 .about_list li h3 {
		 font-size: 1.5rem;
		 padding: 5%;
	 }
}