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

/* CSS Document */
/* ==============
base@smacss
============== */

.wrapper-businessStyle {
	max-width: 730px;
	margin: 0 auto;
	color:#333333;
	font:normal 15px "Helvetica Neue", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	line-height:1.6;
	letter-spacing:.1em;
}
h2 {
    border-left: none;
    color: #333333;
}
#cont .topSection img {
    width: 100%;
}
/* ==============
lauout@smacss
============== */

/*flexBox*/
.flex {
	display: flex;
	justify-content: space-between;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.flex-nav {
	flex-wrap: wrap;
}
.flex-nav li {
	width: 32.19%;
	margin-bottom: 8px;
}
.flex-task {
	padding: 0 5.89% 0 5.89%;
	margin-bottom: 60px;
}
.flex-task_items {
	width: 47%;
}
.flex-task_bottom {
	justify-content: space-around;
	align-items: flex-end;
}
.flex-cycle {
	align-items: stretch;
}
.flex-cycle_left {
	width: 23%;
}
.flex-cycle_right {
	width: 77%;
}
.flex-message li {
	width: 32%;
}
.flex-point {
	justify-content: flex-start;
}
.flex-point+.flex-point {
	margin-top: 8px;
}
.flex-point_ttl {
	width: 150px;
	margin-right: 1%;
	text-align: center;
	padding: 6px 0;
}
.flex-point_des {
	width: 80%;
	line-height: 1.2;
}
.flex-questionnaire_items+.flex-questionnaire_items {
	margin-left: 4px;
}

/*節*/
.section-l {
	margin-bottom: 48px;
}
.section-m {
	margin-bottom: 28px
}
.section-s {
	margin-bottom: 16px;
}
.section-xs {
	margin-bottom: 12px;
}
.section-xxs{
	margin-bottom: 4px;
}
/*リスト*/
.curriculumList {
	columns: 2;
	letter-spacing: 0.03em;
}
.curriculumList li+li {
	margin-top: 2px;
}

/* ==============
module@smacss
============== */
/*ボックス*/
.flex-task {
	text-align: center;
}
.box-task {
	padding: 8px;
	border: 0.5px solid #333333;
	position: relative;
	margin-bottom: 48px;
}
.box-task dt {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 0.5px solid #333333;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.box-task dd {
	text-align: left;
	padding: 0 8px 0 8px;
}
.box-task dd::before {
	content: "・";
}
.box-blue {
	border: 2px solid #2f4d8b;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
}
.box-blue-message {
	padding: 8px;
	margin-bottom: 8px;
}
.box-blue-message dt {
	font-size: 23px;
	margin-bottom: 2px;
}
.box-blue-message dd {
	line-height: 1.2;
}
.cycleContents_ttl {
	width: 120px;
	margin: 0 0 0 8px;
	
}
.cycleContents_des {
	width: 80%;
	line-height: 1.2;
	font-size: 14px;
	margin-left: 8px;
}
.arrowBox {
	flex: 0 1 100px;
	display: flex;
}
.arrowBox::after {
	content: "";
	display: block;
	width: 10px;
}
.arrowBox-point::after {
	background: linear-gradient(to left bottom, transparent 50%, #54a6e0 50%) no-repeat top left/100% 50%,
				linear-gradient(to right bottom, #54a6e0 50%, transparent 50%)no-repeat bottom left/100% 50%;
}
.arrowBox-example::after {
	background: linear-gradient(to left bottom, transparent 50%, #396fae 50%)no-repeat top left/ 100% 50%,
				linear-gradient(to right bottom, #396fae 50%, transparent 50% )no-repeat bottom left/ 100% 50%;
}

/*ボタン*/
.btn-nav {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #396fae;
	letter-spacing: 0.01em;
	padding: 8px 8px 8px 24px;
	background-color: #eeeeee;
	border: 2px solid #396fae;
	position: relative;
}
.btn-nav:hover {
	opacity: 0.5;
	text-decoration: none;

}
/*見出し*/
.heading-primary {
	font-size: 25px;
	padding-left: 36px;
	margin-bottom: 16px;
}
.heading-secondary {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 21px;
	color: #396fae;
	border-left: 6px solid #396fae;
	padding-left: 8px;
}
.heading-tertiary {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 19px;
	border-bottom: 3px solid;
	display: inline-block;
}
.heading-tertiary-red {
	color: #924557;
	border-color: #924557;
}
.heading-tertiary-blue {
	color: #396fae;
	border-color: #396fae;
}
.heading-tertiary-green {
	color: #47ae81;
	border-color: #47ae81;
}
.heading-tertiary-gray {
	color: #333333;
	border-color: #333333;
}
.heading-quaternary {
	font-weight: bold;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 4px;
}
.heading-quinary {
	font-weight: bold;
	padding-left: 16px;
	font-size: 15px;
	margin-bottom: 8px;
}
.cycleContents_ttl {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.cycleContents_ttl-point {
	background-color: #54a6e0;
}
.cycleContents_ttl-example{
	background-color: #396fae;
}
.flex-point_ttl {
	color: #ffffff;
	font-weight: bold;
}
.flex-point_ttl-red {
	background-color: #9e2730;
}
.flex-point_ttl-blue {
	background-color: #396fae;
}
.flex-point_ttl-green {
	background-color: #47ae81;
}
.flex-point_ttl-green-l {
	padding: 24px 0;
}
.remindEnquete_ttl {
	font-weight: bold;
	padding-left: 16px;
}
/*アイコン*/
.hasIco{
	position: relative;
}
.hasIco::before, 
.hasIco::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
}
.icon-thinArrow::before {
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #396fae;
	border-right: 2px solid #396fae;
	transform: rotate(45deg);
	position: absolute;
	left: 8px;
}
.icon-circleArrow::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #54a6e0;
	left: 0;
}
.icon-circleArrow::after {
	width: 6px;
	height: 10px;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
	left:10px;
	top: -3px;
}
.icon-square::before {
	height: 16px;
	width: 16px;
	background-color: #000000;
	left: 0;
    top: -3px;
}
.icon-square-s::before {
	height: 12px;
	width: 12px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.icon-bottomArrow-triangle::before {
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-top: 10px solid #000000;
	left: 0px;
	top: 3px;
}
.icon-bigArrow::after {
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	border: 26px solid transparent;
	border-top: 26px solid #000000;
	left: 46.5%;
	bottom: -125%;
}
.icon-shine::before {
	content: url("/common/img/set/icon03.png")
}
.icon-borderArrow::after {
	content: "";
	width: 30px;
	height: 30px;
	border-bottom: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
	bottom: -200px;
	left: 45%;
}
.icon-bottomArrow-cycle {
	padding-left: 10%;
}
.icon-bottomArrow {
	text-align: center;
}
.icon-diamond {
	padding-left: 16px;
}
.icon-diamond::before {
	cotent: "";
	height: 11px;
	width: 11px;
	background-color: #333333;
	transform: rotate(45deg);
	left: 0;
}
.flex-questionnaire_arrow {
	padding-top: 120px;
}
.icon-rightArrow-triangle {
	padding-left: 16px;
	display: block;
}
.icon-rightArrow-triangle::before {
	height: 0px;
	width: 0px;
	border: 8px solid transparent;
	border-left: 14px solid #052674;
	position: absolute;
	bottom:auto;
	top: 1px;
	left: 0;
	
}

/*文字装飾*/
.text-blue {
	color: #396fae;
	font-weight: bold;
}
.text-red {
	color: #9e2730;
	font-weight: bold;
}
.text-bold {
    font-weight: bold;
}
.text-task {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.text-task_sub {
	font-size: 14px;
	letter-spacing: 0.03em;
}
.box-round {
	line-height: 1.2;
	font-weight: bold;
	background-color: #9e2730;
	border-radius: 50%;
	width: 92px;
	height: 92px;
	color: #ffffff;
	padding-top: 12px;
}
.text-shortage {
	font-size: 23px;
	font-weight: bold;
	border-bottom: 4px solid #54a6e0;
	width: 35%;
	margin: 0 32.5%;
	text-align: center;
}
.text-shortage-blue {
	font-size: 28px;
	color: #54a6e0;
}
.text-concept {
	font-weight: bold;
	font-size: 17px;
	padding-left: 12px;
	border-bottom: 2px solid #54a6e0;
	display: inline;
}
.text-cycle {
	font-weight: bold;
}
.flex-message_bottom {
	text-align: center;
	color: #9e2730;
	font-weight: bold;
}
.listMark-disc {
	list-style: disc;
	list-style-position: inside;
}
.flex-questionnaire_ttl {
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
}
.text-center {
	text-align: center;
}
.section-skillList a:hover{
    text-decoration: underline;
}
.section-s .caution-schedule {
    font-size: 15px;
}
/*表*/
table {
	width: 100%;
}
table ,th ,td{
	border: 1px solid #333333;
	text-align: center;
}
.table-trico th ,.table-trico td{
	padding: 2px 16px;
	letter-spacing: 0.02em;
	vertical-align: middle;
}
.table_greenSection {
	background-color:rgba(71, 174, 129, 0.15);;
}
.table_blueSection {
	background-color:rgba(57, 111, 174, 0.15);;
}
.table_redSection {
	background-color:rgba(146, 69, 87, 0.15);;
}
.table_whiteSection {
	background-color: #ffffff;
	font-weight: bold;
}
.th-green {
	background-color: #47ae81;
	color: #ffffff;
}
.th-blue {
	background-color: #396fae;
	color: #ffffff;
}
.th-red {
	background-color: #924557;
	color: #ffffff;
}
.th-skilSection {
	text-align: left;
}
.table-blue th, .table-blue td{
	padding: 8px 8px;
	letter-spacing: 0.02em;
	vertical-align: middle;

}
.table-blue th {
	background-color: #54a6e0;
	color: #ffffff;
	font-size: 17px;
}
.table-blue-wholeImage_left{
	width: 32%;
}
.table-blue-wholeImage_center{
	width: 56%;
}
.table-blue-wholeImage_right{
	width: 12%;
}
.td-content {
	text-align: left;
}
.td-plan {
	font-weight: bold;
	font-size: 17px;
}
.table-blue_graySection {
	background-color: #eeeeee;
}
.table-blue-skillList td {
	text-align: left;
}

/*タブレット設定*/
/* ==============
lauout@smacss
============== */

@media screen and (max-width:768px) {
	.flex-nav li {
		width: 49.5%;
		margin-bottom: 8px;
	}
 
/* ==============
module@smacss
============== */
/*アイコン*/
	.icon-borderArrow::after {
		bottom: -240px;
	}
/*ボックス*/
	.box-task {
		margin-bottom: 56px;
	}
/*文字装飾*/
    .text-task_sub {
	font-size: 11px;
	letter-spacing: 0.03em;
	}
	.text-shortage {
		font-size: 18px;
		letter-spacing: 0.03em;
	}
	.text-shortage-blue {
		font-size: 22px;
	}
}
/*スマホ対応*/
@media screen and (max-width:599px) {
/* ==============
lauout@smacss
============== */
	.flex-nav li {
		width: 100%;
		margin-bottom: 8px;
	}
	.flex-task {
		display: block;
	}
	.flex-task_items {
		width: 100%;
	}
	.flex-task_bottom {
		width: 90%;
		justify-content: space-around;
		align-items: baseline;
		margin: 0 5% 16px 5%;
	}
	.flex-message {
		display: block;
	}
	.flex-message li {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	.flex-message li+li {
		margin-top: 20px;
	}
	.flex-questionnaire {
		display: block;
	}
	.flex-questionnaire_items {
		width: 100%;
		text-align: center;
	}
	/*リスト*/
	.curriculumList {
		columns: 1;
	}
/* ==============
module@smacss
============== */
	/*アイコン*/
	.icon-borderArrow::after {
		bottom: -200px;
	}
	.icon-bigArrow::after {
		bottom: -115%;
	}
	.flex-questionnaire_arrow {
		padding-top: 0;
		transform: rotate(90deg);
	}
    /*ボックス*/
    .flex-task_left {
        margin-bottom: 32px;
}
	/*文字*/
	.text-shortage {
		width: 50%;
		margin: 0 25%;
	}
	.text-task_sub {
		font-size: 15px;
		}
}