@charset "utf-8";
/* ==================================================
		
		私たちについて PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-about.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.overview
-------------------------------------------------- */
.main .overview {
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .overview section {
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.main .overview section:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.main .overview section .section-inner {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.main .overview section .section-inner > ul {
	display: flex;
	flex-wrap: wrap;
}
.main .overview section .section-inner > ul li {
 font-size: 14px;
 box-sizing: border-box;
}
/* --------------------------------------------------
		.scont
-------------------------------------------------- */
.main .overview section .section-inner .scont {
	width: 994px;
}
.main .overview section .section-inner .scont > li {
 width: 318px;
 height: 154px;
 text-align: center;
 background: #407eb5;
 margin: 20px 0 0 20px;
 display: table;
}
.main .overview section .section-inner .scont > li:nth-child(3n+1) {
	margin-left: 0;
}
 
/* 
.main .overview section .section-inner .scont > li:nth-child(6) {
	background: none;
}
*/
 
.main .overview section .section-inner .scont > li > a:link, 
.main .overview section .section-inner .scont > li > a:visited {
 padding: 14px;
 color: #fff;
 text-decoration: none;
 display: table-cell;
 vertical-align: middle;
}
.main .overview section .section-inner .scont > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
  
}

/* ==================================================
		
		私たちについて SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-about.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.overview
-------------------------------------------------- */
.main .overview {
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .overview section {
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
}
.main .overview section:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.main .overview section .section-inner {
	margin: 0 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .overview section .section-inner > ul {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
 width: 100%;
}
.main .overview section .section-inner > ul li {
 text-align: center;
 font-size: 12px;
	width: 49%;
	box-sizing: border-box;
	margin-top: 10px;
}
.main .overview section .section-inner > ul li > a:link, 
.main .overview section .section-inner > ul li > a:visited {
 height: 100%;
 box-sizing: border-box;
}
/* --------------------------------------------------
		.scont
-------------------------------------------------- */
.main .overview section .section-inner .scont > li {
 background: #407eb5;
}

/* 
.main .overview section .section-inner .scont > li:nth-child(6) {
	background: none;
}
*/
 
.main .overview section .section-inner .scont > li > a:link, 
.main .overview section .section-inner .scont > li > a:visited {
	padding: 10px;
 display: block;
 color: #fff;
 text-decoration: none;
}
.main .overview section .section-inner .scont > li > a:hover {
	color: #fff;
	text-decoration: underline;
}

}
