@charset "UTF-8";

/* -----------------------------------------------------------------
 * 共通設定
 * ----------------------------------------------------------------- */
body {
	font-family: "メイリオ","ヒラギノ角ゴ ProN","MS PGothic",sans-serif;
	font-size: 90%;
	color: #222;
	background: #eee
}

h1, h2, h3, h4, h5, h6, div, p, ul, dl, dt, dd, form {
	display: block;
	padding: 0;
	margin: 0px;
	line-height: 1.8;
	text-align: left;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

iframe {
	border: 1px solid #444;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.btn a {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	background: linear-gradient(#f60, #fa0);
	box-shadow: 2px 2px 2px #222;
	border: 1px solid #000;
	border-radius: 5px;
	transition: 0.5s;
}

.btn a:hover {
	text-decoration: none;
	background: linear-gradient(#fa0, #f60);
	box-shadow: none;
}

.btn span{
	position: relative;
	padding-left: 20px;
	color: #111;
}

.btn span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg);
	margin-top: -5px;
}

.clearfix {
	content: "";
	display: block;
	clear: both;
}


/* -----------------------------------------------------------------
 * コンテナ
 * ----------------------------------------------------------------- */
#container {
	width: 950px;
	margin: auto;
}


/* -----------------------------------------------------------------
 * ヘッダー
 * ----------------------------------------------------------------- */
#header {
	display: block;
	margin-bottom: 20px;
	height: 40px;
}

#header .header_logo {
	display: inline-block;
	float: left;
}

#header .header_company {
	display: inline-block;
	margin-left: 20px;
}

#header .header_company .detail {
	font-size: 90%;
}


/* -----------------------------------------------------------------
 * ヘッダーメニュー
 * ----------------------------------------------------------------- */
#header_menu {
	display: block;
	margin-bottom: 30px;
}

#header_menu ul {
	display: flex;
	list-style: none;
	text-align: center;
}

#header_menu li {
	width: calc(100% / 6);
	height: 28px;
	line-height: 14px;
	font-size: 100%;
	border: 1px solid rgba(240, 240, 240, 0);
}

#header_menu li a {
	display: block;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 8px;
	color: #ddd;
	background: linear-gradient(#444, #888);
	border: 1px solid #222;
	border-radius: 8px;
}

#header_menu li a.line_height_max {
	line-height: 28px;
}

#header_menu li a:hover {
	color: #222;
	background: linear-gradient(#bbb, #eee);
}

.home #header_menu li a#menu-home,
.learning #header_menu li a#menu-learning,
.develop #header_menu li a#menu-develop,
.car_dealer #header_menu li a#menu-car-dealer,
.training #header_menu li a#menu-training,
.recruit #header_menu li a#menu-recruit {
	color: #222;
	background: linear-gradient(#eee, #bbb);
}


/* -----------------------------------------------------------------
 * メイン
 * ----------------------------------------------------------------- */
#main {
	display: block;
	margin-top: 10px;
}


/* -----------------------------------------------------------------
 * コンテンツ
 * ----------------------------------------------------------------- */
#contents {
	display: inline-block;
	float: left;
	width: 720px;
}

#contents .contents_body {
	width: 680px;
	margin: auto;
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	border-radius: 20px;
}

#contents h1 {
	padding: 4px;
	font-size: 110%;
	color: #555;
	background: #ffe;
	border-left: 10px solid #fa6;
	border-bottom: 1px dashed #666;
}

#contents h2 {
	padding: 4px;
	font-size: 100%;
	color: #555;
	background: #eff;
	border-left: 10px solid #6aa;
	border-bottom: 1px dashed #666;
}

#contents h3 {
	padding: 4px;
	font-size: 90%;
	color: #555;
	background: #eef;
	border-left: 10px solid #aa6;
	border-bottom: 1px dashed #666;
}

#contents p.title {
	padding: 5px;
	line-height: 2.0;
	color: #00f;
}

#contents p.title {
	position: relative;
	padding-left: 20px;
	line-height: 2.0;
	color: #00f;
}

#contents p.title::before{
	content: "";
	position: absolute;
	top: 10px;
	left: -3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #afa;
}

#contents p.title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #f00;
	border-right: 2px solid #f00;
	transform: rotate(45deg);
	margin-top: -5px;
}

#contents p.summary {
	padding: 5px;
	line-height: 1.8;
}

#contents ul.explain {
	margin: 5px 20px 5px 20px;
	padding: 5px 0 5px 40px;
	color: #222;
	border: 1px dashed #888;
}

#contents ul.explain li {
	padding: 4px 0;
	line-height: 1.8;
}

#contents li.list_style_none {
	list-style: none;
}

#contents ol.explain {
	counter-reset: number;
	list-style-type: none;
	margin: 5px 20px 5px 20px;
	padding: 5px 0 5px 20px;
	color: #222;
	border: 1px dashed #888;
}

#contents ol.explain li {
	position: relative;
	padding: 4px 0 4px 30px;;
	line-height: 1.8;
}

#contents ol.explain li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight:bold;
	font-size: 100%;
	color: #222;
	background: #6ff;
	border-radius: 50%;
	transform: translateY(-50%);
}

#contents dl.explain {
	margin: 5px 20px 5px 20px;
	padding: 5px 0 5px 20px;
	color: #222;
	border: 1px dashed #888;
}

#contents dl.explain dt {
	float: left;
}

#contents dl.explain dd {
	margin-left: 80px;
}

#contents .explain_point {
	padding: 5px;
	text-align: right;
	font-size: 120%;
	color: #f40;
}

#contents .notes {
	padding: 5px;
	text-align: right;
	font-size: 90%;
}

#contents .pdf a {
	margin: 0 0 0 20px;
	padding: 10px 10px 10px 30px;
	font-size: 110%;
	background: url(../images/pdf.gif) no-repeat left center;
}


/* -----------------------------------------------------------------
 * サイドバー
 * ----------------------------------------------------------------- */
#sidebar {
	display: inline-block;
	float: right;
	width: 220px;
	font-size: 90%;
}

#sidebar h2 {
	padding: 4px;
	font-size: 110%;
	color: #eee;
	border-left: 10px solid #6aa;
	border-bottom: 1px dashed #eee;
}

#sidebar .sidebar_contact {
	background: #555;
}

#sidebar .sidebar_contact p {
	margin: 4px;
	padding: 4px;
	color: #ddd;
	line-height: 1.8;
}

#sidebar .sidebar_company p {
	margin: 4px;
	padding: 4px;
	font-size: 100%;
	color: #eee;
	line-height: 1.2;
}

#sidebar .sidebar_products {
	margin-top: 10px;
	background: #fff;
}

#sidebar .sidebar_products h2 {
	padding: 4px;
	font-size: 110%;
	color: #222;
	border-left: 10px solid #6aa;
	border-bottom: 1px dashed #222;
}

#sidebar .sidebar_informationstar {
	margin-top: 10px;
	text-align: center;
}

#sidebar .sidebar_products p {
	margin: 4px;
	padding: 4px;
	font-size: 90%;
	color: #222;
	line-height: 1.2;
}

#sidebar .sidebar_privacy {
	text-align: center;
}


/* -----------------------------------------------------------------
 * フッター
 * ----------------------------------------------------------------- */
#footer {
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
}

.footer_pagetop {
	width: 950px;
	text-align: right;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
}

.footer_pagetop a {
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	color: #ddd;
	background: #555;
	border-radius: 5px 5px 0 0;
}

.footer_contents {
	width: 950px;
	height: 60px;
	margin: auto;
	background: #555;
}

.footer_contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_contents li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #e88;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: -10px;
}

.footer_contents li {
	float: left;
	margin: 5px 20px 0 0;
	font-size: 90%;
}

.footer_contents li a {
	padding: 5px 0 5px 15px;
	color: #ddd;
}

.footer_copyright {
	width: 950px;
	margin: auto;
	text-align: center;
	font-size: 90%;
	color: #ddd;
	background: #555;
}


/* =================================================================
 * 個別画面設定
 * ================================================================= */

/* -----------------------------------------------------------------
 * ホーム画面　スライド
 * ----------------------------------------------------------------- */
#slide {
	display: block;
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 250px;
	margin: auto;
	background: #fff;
}

#slide img {
	display: block;
	position: absolute;
	opacity: 0;
	animation: slideshow 24s linear infinite;
}


#slide img:nth-of-type(1) {
	animation-delay: 0s;
}

#slide img:nth-of-type(2) {
	animation-delay: 8s;
}

#slide img:nth-of-type(3) {
	animation-delay: 16s;
}

@keyframes slideshow {
	0%{
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	28%{
		opacity: 1
	}
	38%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

/* -----------------------------------------------------------------
 * ホーム画面　コンテンツ
 * ----------------------------------------------------------------- */
#contents .business {
	padding-top: 10px;
}

#contents .business ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contents .business li {
	float: left;
}

#contents .business a:hover {
	opacity: 60%;
}

#contents .information {
	padding-top: 10px;
}

#contents .topics dl {
	padding: 10px 0 0px 10px;
}

#contents .topics dt {
	float: left;
	padding-top: 10px;
	border: 1px dotted #999;
	border-width: 0 0 1px 0;
}

#contents .topics dd {
	margin-left: 100px;
	padding-top: 10px;
	border: 1px dotted #999;
	border-width: 0 0 1px 0;
}


/* -----------------------------------------------------------------
 * eラーニング画面　メニュー
 * ----------------------------------------------------------------- */
#learning_menu {
	display: block;
	margin: 20px 0 40px 0;
}

#learning_menu ul {
	display: flex;
	list-style: none;
	text-align: center;
}

#learning_menu li {
	width: calc(100% / 3);
	height: 24px;
	line-height: 24px;
	font-size: 100%;
	border: 1px solid #eee;
}

#learning_menu li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 8px;
	color: #ddd;
	background: linear-gradient(#444, #888);
	border: 1px solid #222;
	border-radius: 8px;
}

#learning_menu li a:hover {
	color: #222;
	background: linear-gradient(#bbb, #eee);
}

.learning01 #learning_menu li a#menu-learning01,
.learning02 #learning_menu li a#menu-learning02,
.learning03 #learning_menu li a#menu-learning03 {
	color: #222;
	background: linear-gradient(#eee, #bbb);
}


/* -----------------------------------------------------------------
 * eラーニング画面・システム開発画面　導入事例
 * ----------------------------------------------------------------- */
#contents .case_study ul {
	column-count: 2;
	margin: 5px 20px 5px 20px;
	padding: 5px 0 5px 40px;
	color: #222;
	border: 1px dashed #888;
}


/* -----------------------------------------------------------------
 * 集合研修・マニュアル制作画面
 * ----------------------------------------------------------------- */
#contents p.training_title {
	padding: 5px;
	font-weight: bold;
}

#contents p.training_summary {
	margin-left: 40px;
}

#contents ol.training1 {
	counter-reset: number;
	list-style-type: none;
}

#contents ol.training1 li {
	position: relative;
	padding: 4px 0 4px 30px;;
}

#contents ol.training1 li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number) ")";
	display:inline-block;
	left: 0;
}

#contents ol.training2 {
	counter-reset: number;
	list-style-type: none;
}

#contents ol.training2 li {
	position: relative;
	padding: 2px;
}

#contents ol.training2 li::before {
	position: absolute;
	counter-increment: number;
	content: "■";
	display:inline-block;
	margin-left: -30px;
	left: 0;
}


/* -----------------------------------------------------------------
 * 会社概要画面　会社情報
 * ----------------------------------------------------------------- */
#contents dl.company_profile {
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
}

#contents dl.company_profile dt {
	padding: 10px;
	width: 30%;
	box-sizing: border-box;
	border-top: 1px solid #ccc; 
	background: #eee;
}

#contents dl.company_profile dd {
	margin: 0;
	padding: 10px;
	width: 70%;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
}


/* -----------------------------------------------------------------
 * お問い合わせ画面　入力フォーム
 * ----------------------------------------------------------------- */
#contents dl.inquiry_form {
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #888;
	border-top: none;
}

#contents dl.inquiry_form dt {
	padding: 10px;
	width: 30%;
	box-sizing: border-box;
	border-top: 1px solid #888; 
	background: #ded;
}

#contents dl.inquiry_form dd {
	margin: 0;
	padding: 10px;
	width: 70%;
	box-sizing: border-box;
	border-left: 1px solid #888;
	border-top: 1px solid #888; 
}

#contents .normal_text {
	width: 40%;
}

#contents .wide_text {
	width: 95%;
}

#contents .max_text {
	width: 100%;
}

#contents input[type='text'],
#contents input[type='tel'],
#contents input[type='email'],
#contents textarea {
	padding: 2px;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 100%;
	line-height: 1.6;
	color: #444;
	border: 1px solid #888;
	border-radius: 4px;
	transition: 0.5s;
}

#contents input[type='text']:focus,
#contents input[type='tel']:focus,
#contents input[type='email']:focus,
#contents textarea:focus {
	box-shadow: 0 0 5px 1px #f44;
}

#contents .required {
	display: inline-block;
	float: right;
	margin: 4px 4px 0 0;
	padding: 0 4px;
	text-align: center;
	font-size: 80%;
	color: #fff;
	background: #f88;
	border-radius: 2px;
}

#contents .radio_input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#contents .radio_input + label {
	position:relative;
	margin-right: 20px;
	padding-left: 25px;
}

#contents .radio_input + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	border-radius: 50%;
}

#contents .radio_input:checked + label {
	color: #f44;
}

#contents .radio_input:checked + label::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #f44;
	border-radius: 50%;
}

#contents .checkbox_input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#contents .checkbox_text {
	position:relative;
	margin-right: 20px;
	padding-left: 25px;
}

#contents .checkbox_text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	border-radius: 4px;
}

#contents .checkbox_input:checked + .checkbox_text {
	color: #f44;
}

#contents .checkbox_input:checked + .checkbox_text::after{
	content: "";
	position: absolute;
	top: 0px;
	left: 5px;
	width: 5px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #f44;
	border-right: 2px solid #f44;
}

#contents input[type='submit'] {
	display: inline-block;
	padding: 5px;
	width: 100px;
	text-align: center;
	font-size: 110%;
	line-height: 1.6;
	color: #000;
	background: linear-gradient(#eee, #ccc);
	box-shadow: 2px 2px 2px #222;
	border: 1px solid #222;
	border-radius: 2px;
	transition: 0.5s;
}

#contents input[type='submit']:hover {
	box-shadow: none;
	background: linear-gradient(#ccc, #ddd);
}

#contents table.form {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#contents table.form th {
	padding: 10px;
	width: 25%;
	border: 1px solid #888; 
	background: #ded;
}

#contents table.form td {
	padding: 10px;
	width: 75%;
	border: 1px solid #888; 
}


#contents .back {
	text-align: left;
}

#contents .back a {
	font-size: 110%;
	color: #222;
}


/* -----------------------------------------------------------------
 * 個人情報保護方針画面
 * ----------------------------------------------------------------- */
#contents ol.privacy {
	counter-reset: number;
	list-style-type: none;
}

#contents ol.privacy li {
	position: relative;
	padding: 4px 0 4px 30px;;
}

#contents ol.privacy li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number, lower-alpha) ")";
	display:inline-block;
	left: 0;
}


/* -----------------------------------------------------------------
 * 個人情報の取扱いについて画面
 * ----------------------------------------------------------------- */
#contents p.policy_title {
	padding: 5px;
	font-weight: bold;
}

#contents p.policy_summary {
	margin-left: 40px;
}

#contents ol.policy1 {
	counter-reset: number;
	list-style-type: none;
}

#contents ol.policy1 li {
	position: relative;
	padding: 4px 0 4px 30px;;
}

#contents ol.policy1 li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number) ")";
	display:inline-block;
	left: 0;
}

#contents ol.policy2 {
	counter-reset: number;
	list-style-type: none;
}

#contents ol.policy2 li {
	position: relative;
	padding: 2px;
}

#contents ol.policy2 li::before {
	position: absolute;
	counter-increment: number;
	content: "(" counter(number) ")";
	display:inline-block;
	margin-left: -30px;
	left: 0;
}


