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

/* ==============
base@smacss
============== */
.topImage.large {
    width: 100%;
}
.container .wrapper__stratified_Program p {
    font-size: 15px;
}
.wrapper__stratified_Program {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	color:#333333;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.6;
	letter-spacing:.1em;
}
.clearfix::after {
	content:"";
	display:block;
	clear:both;
}
/* ==============
lauout@smacss
============== */
/*章*/
.mb-8 {
	margin-bottom: 8px;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-48 {
	margin-bottom: 48px;
}
.mb-56 {
	margin-bottom: 56px;
}
.mb-64 {
	margin-bottom: 64px;
}
.mb-72 {
	margin-bottom: 72px;
}
.eightSkills+.eightSkills {
	margin-top: 16px;
}
/*フレックス*/
.flex {
	display: flex;
}
.flex--tableCaption__ttl {
	padding-right: 16px;
}
.flex--businessManIcon {
	align-items: center;
}
.flex--box--hierarchyTest {
	justify-content: space-between;
	flex-wrap: wrap;
}
.box--hierarchyTest {
	width: 48%;
}
.flex--list--box--hierarchyTest {
	justify-content: space-between;
}
.flex--list--box--hierarchyTest__ttl {
	width: 35%;
	text-align: center;
}
.flex--list--box--hierarchyTest__point {
	width: 65%;
	text-align: right;
}
.flex--list--box--hierarchyTest+.flex--list--box--hierarchyTest {
	margin-top: 4px;
}
/*スクロール*/

/* ==============
module@smacss
============== */
/*見出し*/
.heading--primary {
	font-weight: 700;
	font-size: 23px;
	color: #2B92AD;
	border-left: 8px solid #2B92AD;
	margin-bottom: 20px;
	padding-left: 8px;
}
.heading-secondary {
	font-weight: 700px;
	font-size: 17px;
	margin-bottom: 8px;
}
.eightSkills__ttl {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
.eightSkills__ttl--red {
	color: #DB584D;
}
.eightSkills__ttl--pink {
	color: #DB578B;
}
.eightSkills__ttl--lightblue {
	color: #2B9ABD;
}
.eightSkills__ttl--green {
	color: #209168;
}
.eightSkills__ttl--orange {
	color: #EB6E06;
}
.eightSkills__ttl--lightgreen {
	color: #6BAB0C;
}
.eightSkills__ttl--violet {
	color: #9C419C;
}
.eightSkills__ttl--blue {
	color: #3171B1;
}

/*文字*/
.eightSkills__des-bottom {
	font-weight: 700;
	font-size: 16px;
}
.eightSkills__des-top {
	margin-bottom: 8px;
}
.eightSkills__des-bottom--red {
	color: #DB584D;
}
.eightSkills__des-bottom--pink {
	color: #DB578B;
}
.eightSkills__des-bottom--lightblue {
	color: #2B9ABD;
}
.eightSkills__des-bottom--green {
	color: #209168;
}
.eightSkills__des-bottom--orange {
	color: #EB6E06;
}
.eightSkills__des-bottom--lightgreen {
	color: #6BAB0C;
}
.eightSkills__des-bottom--violet {
	color: #9C419C;
}
.eightSkills__des-bottom--blue {
	color: #3171B1;
}
.fs-16 {
	font-size: 16px;
}
.text--red {
	color: red;
}

/*表*/
.fs-14 th,
.fs-14 td {
    font-size: 14px;
}
.table--responsive,
.table--2col {
	width: 100%;
}
.table--responsive th,
.table--responsive td,
.table--2col th,
.table--2col td {
	border: 1px solid #C5C5C5;
	padding: 8px;
	text-align: left;
}
.table--responsive th,
.table--responsive td {
	letter-spacing: 0;

}
.table--responsive__hierarchy,
.table--responsive__target {
	width: 15%;
}
.table--responsive__tarm,
.table--responsive__model {
	width: 12.5%;
}
.table--responsive__image {
	width: 20%;
}
.table--responsive__keyword {
	width: 25%;
}
.table--responsive__categoryTtl,
.table--2col__ttl {
	font-weight: 700;
	
	background-color: #eeeeee;
}
.table--responsive__hierarchyTtl,
.table--2col__hierarchyTtl {
	font-weight: 700;
	background-color: #C7EFEF;
}
.table--2col__ttl {
	width: 20%;
}
.table--2col__des {
	width: 80%;
}
.table--scroll {
	width: 100%;
}
.table--scroll__ttl {
	min-width: 110px;
}
.table--scroll__ttl img {
	width: 110px;
	height: 285px;
}
.table--scroll__des img {
	min-width: 620px;
}
.table--scroll__des {
	overflow: auto;
}
.table--responsive__role {
	width: 25%;
}
.table--responsive__proposal {
	width: 20%;
}
.table--responsive__reason {
	width: 40%;
}

/*アイコン*/
.hasListMark li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1.5em;
	text-indent: -1.4em;
}
.hasIcon--human {
	padding: 40px 8px;
}
.hasIcon--cross2::after {
	content: url("/common/img/set/stratifiedProgram_icon-cross2.png");
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
}
.hasIcon--cross::after {
	content: url("/common/img/set/stratifiedProgram_icon-cross.png");
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
}
.hasIcon--upDown::after {
	content: url("/common/img/set/stratifiedProgram_icon-upDown.png");
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
}
.hasIcon--onlyHuman::after {
	content: url("/common/img/set/stratifiedProgram_icon-onlyHuman.png");
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
}
.hasIcon--problem {
	position: relative;
	padding-left: 80px;
}
.hasIcon--problem::before {
	content: "お悩み";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 700;
	padding: 2px 12px;
}
.hasIcon--problem--red::before {
	background-color: #DB584D;
}
.hasIcon--problem--pink::before {
	background-color: #DB578B;
}
.hasIcon--problem--lightblue::before {
	background-color: #2B9ABD;
}
.hasIcon--problem--green::before {
	background-color: #209168;
}
.hasIcon--problem--orange::before {
	background-color: #EB6E06;
}
.hasIcon--problem--lightgreen::before {
	background-color: #6BAB0C;
}
.hasIcon--problem--violet::before {
	background-color: #9C419C;
}
.hasIcon--problem--blue::before {
	background-color: #3171B1;
}
.hasIcon--square {
	position: relative;
}
.hasIcon--square::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #2B92AD;
	margin-right: 4px;
}
/*文字*/
.hasIcon--human {
	font-weight: 700;
}
.grayLabel {
	background-color: #eeeeee;
}
.caption--table--scroll {
	display: none;
}
/*ボタン*/
.btn--forDetail a {
	display: block;
	font-weight: 700;
	font-size: 21px;
	background-color: #FFEE36;
	width: 300px;
	text-align: center;
	border-radius: 20px;
	padding: 2px 0;
	transition: all .3s;
}
.btn--forDetail {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.btn--forDetail a:hover {
	background-color: #F4800D;
	color: #fff;
    text-decoration: none;
}
.box--hierarchyTest .btn--forDetail {
	display: flex;
	justify-content: center;
}
.box--hierarchyTest .btn--forDetail a {
	font-size: 18px;
}
/*ボックス*/
.box--hierarchyTest {
	border: 1px solid #C5C5C5;
}
.box--hierarchyRole {
	border: 2px solid #C7EFEF;
	padding: 12px;
}
.box--hierarchyRole__ttl {
	width: 20%;
}
.box--hierarchyRole__des {
	width: 80%;
}
.box--hierarchyTest__ttl {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #2B92AD;
	padding: 4px 16px;
    margin: 0;
}
.box--hierarchyTest__des {
	padding: 4px 16px 12px 16px;
}
.box--hierarchyTest__subTtl {
	font-size: 17px;
	font-weight: 700px;
	color: #2B92AD;
	margin-bottom: 4px;
}

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

}

@media screen and (max-width:599px) {
/* ==============
lauout@smacss
============== */
	.table--responsive{
		display: block;
	}
	.table--responsive tbody{
		display: block;
	}
	.table--responsive__categoryTtl {
		display: none;
	}
	.table--responsive__hierarchyTtl {
		display: block;
		width: 100%;
	}
	.table--responsive__categoryBody{
		display: block;
	}
	.table--responsive__hierarchy {
		width: 100%;
	}
	.table--responsive td {
		width: 100%;
		display: flex;
		padding: 0;
	}
	.table--responsive td::before {
		content: attr(data-label);
		display: block;
		width: 30%;
		padding: 8px;
		border-right: 2px solid #C5C5C5;
		background-color: #eee;
	}
	.responsive--des {
		display: block;
		width: 70%;
		padding: 8px;
	}
	.table--responsive--day2,
	.flex--tableCaption,
	.flex--box--hierarchyTest,
	.caption--table--scroll {
		display: block;
	}
	.box--hierarchyTest {
		width: 100%;
	}
	.btn--forDetail {
		justify-content: center;
	}
	.box--hierarchyRole__ttl {
		width: 35%;
	}
	.box--hierarchyRole__des {
		width: 65%;
	}
	.box--hierarchyTest {
		margin-bottom: 0;
	}
	.box--hierarchyTest+.box--hierarchyTest {
		margin-top: 24px;
	}
	
/* ==============
module@smacss
============== */
	.table--2col__ttl {
		width: 30%;
	}
	.table--2col__des {
		width: 70%;
	}
}