@charset "utf-8";

/* ===========================================================
	child training
=========================================================== */

/*  contents -------- */

#training-category.child .contents {
	padding: 0;
}

#training-category main .contents-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.child .child-contents1,
.child .child-contents2 {
	width: 100%;
	border: 3px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 40px 15px;
	box-sizing: border-box;
}

.child .child-contents1 {
	background-color: #FFF;
}

.child .child-contents2 {
	background-color: #F4F4F4;
	margin-bottom: 0;
}

.child .category-box {
	margin: 0 auto;
	width: 100%;
	display: block;
}

/*.child .category-list {
	display: block;
	margin: 0 auto;
	width: 100%;
}*/

.child .category-list-item {
	margin-right: 0 !important;
	margin: 0 0 5px 0;
	display: block;
}

.child .category-list-item a {
	width: 100%;
	background-color: #FFF;
}

.btn a, .btn .contact-btn {
	border-radius: 50px;
}

@media screen and (min-width: 375px) {

	.child .child-contents1,
	.child .child-contents2 {
		padding: 40px 20px;
	}

}

@media screen and (min-width: 414px) {

	.child .category-list-item a {
		width: 90%;
	}

}

@media screen and (min-width: 768px) {

	.child .category-list-item a {
		font-size: 1.3rem;
	}

}

@media screen and (min-width: 1024px) {

	.child .child-contents1,
	.child .child-contents2 {
		width: calc(50% - 10px);
		border: 5px solid #f2f2f2;
		padding: 50px 30px;
		margin: 0;
	}

	.child .category-list-item a {
		width: 100%;
	}

}

/*  category title -------- */

#training-category .contents-title h2 {
	color: #000;
	font-weight: 300;
	line-height: 1;
	font-size: 1.8rem;
}

.contents-title .en {
	font-weight: 500;
	font-size: 1.2rem;
	display: block;
	margin-top: 12px;
	text-transform: capitalize;
}

@media screen and (min-width: 414px) {

	.contents-title .en {
		font-size: 1.4rem;
	}

	#training-category .contents-title h2 {
		font-size: 2rem;
	}

}

@media screen and (min-width: 768px) {

	#training-category .contents-title h2 {
		font-size: 3rem;
	}

}


@media screen and (min-width: 1025px) {

	.contents-title .en {
		font-size: 1.8rem;
	}

	#training-category .contents-title h2 {
		font-size: 3.5rem;
	}

	.child .category-list-item a {
		max-width: 400px;
		font-size: 1.4rem;
	}

}

/*  list -------- */

.category-list-wrap {
	margin: 30px auto 0;
	width: 100%;
	overflow: hidden;
}

.category-list-item {
	display: block;
	line-height: 1;
	margin: 0 auto 8px;
}

.category-list-item a {
	padding: 10px 15px;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.category-list-wrap {
		margin: 40px auto 0;
	}

	.category-list-item a {
		padding: 12px 20px;
	}

}

@media screen and (min-width: 1024px) {

	.category-list-item a {
		padding: 12px 20px;
	}

}


/* カテゴリー別一覧 */

.child .contents {
	padding: 0;
}

.contents-title {
	margin-bottom: 30px;
}

.contents-title h2 {
	color: #000;
	font-weight: 300;
	line-height: 1;
	font-size: 2rem;
}

.category-list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.list-item a {
	display: block;
}

.list-item {
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,.1);
	padding: 1.5em 0 2em;
}

.list-item:first-child {
	border-top: solid 1px rgba(0,0,0,.1);
}

.list-item .title {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	position: relative;
	margin-bottom: .5em;
	transition: all .2s ease;
}

.list-item:hover .title {
	color: #16a1a9;
}

.list-item .title span.cat {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	padding: 3px 5px;
	margin: 5px 10px 5px 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
}

.list-item .title span.cat.c-diversity {
	background: #0f589f;
}

.list-item .title span.cat.c-workstyle {
	background: #07a1a9;
}

.list-item .title span.cat.c-strengthfinder {
	background: #53b98d;
}

.list-item .title span.cat.c-skill {
	background: #9ac780;
}

.list-item .title span.cat.c-career {
	background: #6075de;
}

.list-item .title span.tit {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.3;
	text-decoration: underline;
	transition: all .2s ease;
}

.list-item:hover .title span.cat.c-diversity + .tit {
	color: #0f589f;
}

.list-item:hover .title span.cat.c-workstyle + .tit {
	color: #07a1a9;
}

.list-item:hover .title span.cat.c-strengthfinder + .tit {
	color: #53b98d;
}

.list-item:hover .title span.cat.c-skill + .tit {
	color: #9ac780;
}

.list-item:hover .title span.cat.c-career + .tit {
	color: #6075de;
}

.list-item .detail {
	text-align: justify;
	line-height: 1.5;
}

.child-btn-wrap .contents-inner {
	border-top: none;
}

.child .btn-list li {
	margin-bottom: 10px;
}

.contents.theme {
	margin-bottom: 30px;
}

.contents.level {
	margin-top: 60px;
	margin-bottom: 30px;
}

@media screen and (min-width: 415px) {

	.child .btn-list li {
		margin: 0 5px 10px 5px;
	}

}

@media screen and (min-width: 768px) {

	.contents-title {
		margin-bottom: 40px;
	}

	 .list-item {
		width: calc(50% - 15px);
	}

	 .list-item:nth-child(2) {
		border-top: solid 1px rgba(0,0,0,.1);
	}

	 .contents-title h2 {
		font-size: 3.0rem;
	}

	.list-item .detail {
		font-size: 1.3rem;
	}

	.contents.theme {
		margin-bottom: 50px;
	}

	.contents.level {
		margin-top: 100px;
		margin-bottom: 50px;
	}

}

@media screen and (min-width: 1025px) {

	.list-item .title {
		font-size: 1.2em;
	}

	 .list-item {
		width: calc(50% - 20px);
	}

	.list-item .detail {
		font-size: 1.4rem;
	}

}