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

　   COMMON

--------------------------------------------------------------------------------------------- */
h2,h3,h4,h5,h6 {
	font-weight: 700;
}
.bg {
	background: url(../img/bg.jpg) no-repeat center / cover;
}
.bg_gry {
	background: #f5f5f5;
}
#page_ttl {
	background: url(../img/ttl_bg.jpg) no-repeat center / cover;
	position: relative;
	overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#page_ttl:before,#page_ttl:after {
	content: "";
	position: absolute;
	width: 210px;
	height: 210px;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	opacity: .6;
}
#page_ttl:before {
	top: -120px;
	left: -90px;
	background: #024287;
}
#page_ttl:after {
	bottom: -120px;
	right: -90px;
	background: #c81233;
}
#page_ttl h1 {
	letter-spacing: 0.15em;
	text-align: center;
	color: #024287;
	position: relative;
}
#page_ttl h1 span.jp {
}
#page_ttl .en {
	display: block;
	text-align: center;
	margin-top: 1.5em;
}
#page_ttl .en span {
	border-top: 1px solid #024287;
	border-bottom: 1px solid #024287;
	padding: 0.4em;
	line-height: 1em;
	position: relative;
}
#page_ttl .en span:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #024287;
}
.h2 {
	position: relative;
	text-align: center;
	padding-bottom: 0.4em;
}
.h2:after {
	content: "";
	height: 2px;
	width: 50px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.h3 {
	border-left: 6px solid #111;
	padding-left: 0.8em;
	margin-bottom: 1em;
}
.h4 {
	/*border-bottom: 1px solid #999;*/
	margin-bottom: 1em;
	padding: 1em;
	background: #eee;
}

#bnr {
	background: #fafafa;
}
.disc {
	list-style: disc;
	margin-left: 1.2em;
}
.table {
	width: 100%;
}
.table th {
	font-weight: 700;
}
.table th,.table td {
	border: 1px solid #024287;
}
.table tr {
	background: #fff;
}
.table tbody tr:nth-child(odd) {
	background: #eee;
}
.table thead th {
	background: #396697;
	color: #fff;
}
.decimal li {
	list-style: decimal;
	margin-left: 1.2em;
}

#content article time {
	display: block;
	margin-bottom: 1.5em;
	color: #999;
}
#content article .single_content p,#content article .single_content img {
	margin-bottom: 1.5em;
}
#content article .single_content p {
	line-height: 2em;
}
#side h3 {
	background: #111;
	color: #fff;
	padding: 1em;
	font-size: 110%;
	text-align: center;
	margin-bottom: 1em;
}
#side ul li a {
	display: block;
	padding: 1em;
}
#side ul li a:hover {
	background: #eee;
}
@media only screen and ( max-width : 767px ) {
	#page_ttl {
		padding: 30px 0;
	}
	#page_ttl h1 {
		font-size: 24px;
	}
	#page_ttl .en {
		font-size: 12px;
	}
	.table th,.table td {
		padding: 10px;
	}
	.table tbody th {
		width: 120px;
	}
	.h3 {
		font-size: 18px;
	}
	.h4 {
		font-size: 15px;
	}
	.single_ttl_cat {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.single_ttl_cat a {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}
	.single_ttl_txt {
		width: calc(100% - 85px);
	}
	#content {
		margin-bottom: 50px;
	}
}
@media only screen and ( max-width : 575px ) {

}
@media print, screen and ( min-width : 768px ) {
	#page_ttl {
		padding: 60px 0;
	}
	#page_ttl h1 {
		font-size: 42px;
	}
	#page_ttl .en {
		font-size: 16px;
	}
	.h2 {
		margin-bottom: 40px;
		font-size: 34px;
	}
	.h3 {
		font-size: 24px;
	}
	.h4 {
		font-size: 18px;
	}
	.table tbody th {
		width: 240px;
	}
	.table th,.table td {
		padding: 15px;
	}
	#content {
		width: 66%;
	}
	#side {
		width: 30%;
	}
	.single_ttl_cat {
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
	.single_ttl_cat a {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}
	.single_ttl_txt {
		width: calc(100% - 120px);
	}
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   理念

--------------------------------------------------------------------------------------------- */
.concept_ttl_inner {
	height: 100%;
}
.concept_ttl h2 span {
	display: block;
	text-align: center;
	color: #fff;
}
.concept_ttl h2 span.jp {
	letter-spacing: 0.15em;
}
.concept_box01 .concept_ttl {
	background: url(../img/concept/concept_01.jpg) no-repeat center / cover;
}
.concept_box02 .concept_ttl {
	background: url(../img/concept/concept_02.jpg) no-repeat center / cover;
}
.concept_box03 .concept_ttl {
	background: url(../img/concept/concept_03.jpg) no-repeat center / cover;
}
.concept_box {
	background: #fff;
}
.concept_txt p {
	line-height: 2em;
}
.concept_txt li {
	margin-bottom: 0.8em;
}
.concept_txt li:last-child {
	margin-bottom: 0;
}
#business li {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
@media only screen and ( max-width : 767px ) {
	.concept_ttl {
		height: 150px;
	}
	.concept_ttl h2 span.en {
		font-size: 30px;
	}
	.concept_ttl h2 span.jp {
		font-size: 18px;
	}
	.concept_txt {
		padding: 20px;
	}
	.scroll_table{
		/* tableをスクロール可能にする */
		overflow: auto;
		/* tableセル内文字の折り返しを禁止 */
		white-space: nowrap;
	}
	/* ↓tableにスクロールバーを追加 ここから */
	.scroll_table::-webkit-scrollbar{
	height: 5px;
	}
	.scroll_table::-webkit-scrollbar-track{
	/* スクロールバーのスクロール範囲の色 */
	background: #F6F6F6;
	}
	.scroll_table::-webkit-scrollbar-thumb {
	/* スクロールバーのツマミの色 */
	background: #C2C2C2;
	}
	/* tableにスクロールバーを追加 ここまで↑ */

	.scroll_table table{
	/* tableの幅を100%に */
	width:100%;
	}
}
@media print, screen and ( min-width : 768px ) {
	.concept_ttl {
		height: 300px;
	}
	.concept_ttl h2 span.en {
		font-size: 40px;
	}
	.concept_ttl h2 span.jp {
		font-size: 20px;
	}
	.inner {
		max-width: 800px;
		margin: 0 auto;
	}
}
@media print, screen and ( min-width : 992px ) {
	.concept_ttl {
		height: 350px;
	}
	.concept_txt {
		padding: 0 30px;
		font-size: 18px;
	}

}

/* ---------------------------------------------------------------------------------------------

　   S-BRAINとは

--------------------------------------------------------------------------------------------- */
.profile_txt .name span.name_en {
	display: block;
	text-align: center;
	color: #949494;
}
.profile_txt .name span.name_jp {
	letter-spacing: 0.15em;
}
.profile_txt .position {
	margin: 20px 0;
}
#book {
	background: #fff;
}
#book h3 {
	font-weight: 700;
	border-left: 5px solid #111;
	padding-left: 0.8em;
}
.book_txt {
	font-weight: 700;
}
#history table {
	width: 100%;
}
#history table tr:nth-child(odd) {
	background: #eee;
}
#history table th {
	text-align: center;
}
@media only screen and ( max-width : 991px ) {
	.profile_img {
		margin-bottom: 20px;
	}
}
@media only screen and ( max-width : 767px ) {
	.profile_txt .name {
		font-size: 20px;
	}
	.profile_txt .name span.name_en {
		font-size: 12px;
	}
	#book {
		padding: 20px;
	}
	#book h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.book_box {
		display: flex;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.book_box:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.book_img {
		width: 70px;
	}
	.book_txt {
		width: calc(100% - 70px);
		padding-left: 20px;
		font-size: 15px;
	}
	#history table th {
		width: 100px;
	}
	#history table th,#history table td {
		padding: 10px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.profile_txt .name {
		font-size: 24px;
	}
	.profile_txt .name span.name_en {
		font-size: 13px;
	}
	.profile_txt_inner {
		padding: 0 30px;
	}
	#book {
		padding: 40px;
	}
	#book h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.book_box {
		width: 32%;
		margin-right: 2%;
	}
	.book_box:nth-child(3n) {
		margin-right: 0;
	}
	.book_img {
		margin-bottom: 20px;
	}
	.book_txt p {
		font-size: 18px;
		padding: 0 15px;
	}
	#history table th {
		width: 180px;
	}
	#history table th,#history table td {
		padding: 15px;
	}
}

@media print, screen and ( min-width : 992px ) {

}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}