@charset "utf-8";
/* CSS Document */
.main-title .title::after {
	background-color: #556FB5;
}
.main-title .title-pic {
	background: url(/saiyo_2025/images/resource/ttl_bg01.jpg) no-repeat center center/cover;
}


@media (max-width: 767px) {
	.container{
		padding: 0 20px;
	}
	.resource-content h3 .ff-market{
		font-size: 4.0rem;
	}
	.resource-content h3 .ff-mds{
		padding: 0px 10px;
		margin-left: 20px;
		font-size: 1.4rem;
	}
	.resource-content h3 .ff-mds::before {
		width: 12px;
		left: -6px;
	}
}


/*----------------------------------------------------
	新入社員育成体系
----------------------------------------------------*/

#resource .resource-system .lead-area{
	background: url(/saiyo_2025/images/bg_lb.gif) repeat;
	text-align: center;
}
#resource .resource-system .lead-area .lead{
	color: #006EC8;
	margin: 0 0 30px;
}

@media (min-width: 768px) {
#resource .resource-system .lead-area{
	margin: 30px 0 50px;
	padding: 50px 0;
}
#resource .resource-system .lead-area .lead{
	font-size: 2.2rem;
}
}
@media (max-width: 767px) {
#resource .resource-system .lead-area{
	margin: 30px 0 50px;
	padding: 20px;
}
#resource .resource-system .lead-area .lead{
	font-size: 1.8rem;
}
}

/*--------------------*/

#resource .resource-system .system-list .s-ttl{
	background: #00A0E9;
	color: #fff;
}
#resource .resource-system .system-list .item{
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
}
@media (min-width: 768px){
	#resource .resource-system .system-list {
		margin-bottom: 60px;
	}
	#resource .resource-system .system-list .s-ttl{
		margin-bottom: 20px;
	}
	#resource .resource-system .system-list .item{
		width: 47%;
		padding: 30px;
	}
}
@media (max-width: 767px){
	#resource .resource-system .system-list {
		margin-bottom: 20px;
	}
	#resource .resource-system .system-list .s-ttl{
		margin-bottom: 20px;
	}
	#resource .resource-system .system-list .item{
		width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}
}

/*--------------------*/

#resource .resource-system .system-detail{
	position: relative;
}
#resource .resource-system .system-detail .item-lead{
	font-weight: bold;
}
#resource .resource-system .system-detail .item-title{
	color: #fff;
	text-align: center;
}
#resource .resource-system .system-detail .item-body li::before{
	content: '';
	background: url(/saiyo_2025/images/resource/check.png) no-repeat;
	background-size: cover;
	display: inline-block;
}

@media (min-width: 768px){
	#resource .resource-system .system-detail {
		margin-bottom: 100px;
	}
	#resource .resource-system .system-detail .item-lead{
		margin-left: 230px;
		font-size: 2.0rem;
		position: relative;
		z-index: 100;
	}
	#resource .resource-system .system-detail .items{
		background: url(/saiyo_2025/images/resource/flow_bg.png) no-repeat;
		margin-top: -60px;
		position: relative;
		z-index: 10;
	}
	#resource .resource-system .system-detail .item-title{
		font-size: 2.0rem;
		width: 19.8%;
		margin-right: 40px;
	}
	#resource .resource-system .system-detail .item-body{
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 1;
	}
	#resource .resource-system .system-detail .item:first-child .item-body{
		padding: 90px 0 60px;
	}
	#resource .resource-system .system-detail .item-body ul{
		width: 50%;
	}
	#resource .resource-system .system-detail .item:first-child{
		margin-bottom: 18px;
	}
	#resource .resource-system .system-detail .item:last-child{
		margin-top: 89px;
		padding-bottom: 30px;
	}
	#resource .resource-system .system-detail .item-body ul.line{
		border-left: dashed #c9c9c9 1px;
		padding-left: 24px;
	}

	#resource .resource-system .system-detail .item-body li{
		text-indent: -28px;
		padding-left: 28px;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#resource .resource-system .system-detail .item-body li:last-child{
		margin-bottom: 0;
	}

	#resource .resource-system .system-detail .item-body li::before{
		height: 18px;
		width: 18px;
		margin-right: 10px;
	}
}
@media (max-width: 767px){
	#resource .resource-system .system-detail .item-lead{
		font-size: 1.6rem;
		text-align: center;
		background: #a5e3ff;
		padding: 20px;
		color: #006EC8;
	}
	#resource .resource-system .system-detail .items{
	}
	#resource .resource-system .system-detail .item-title{
		font-size: 2.0rem;
		width: 100%;
		position: relative;
	}
	#resource .resource-system .system-detail .item-title h4{
		position: absolute;
		z-index: 100;
		top: 0;
		width: 100%;
		font-size: 1.6rem;
		padding-top: 10px;
	}
	#resource .resource-system .system-detail .item-title-bg{
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
	}
	#resource .resource-system .system-detail .item-title-bg figure {
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}

	#resource .resource-system .system-detail .item-title-bg figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width:auto;
		height: 100%;
		max-width: none !important;
	}
	#resource .resource-system .system-detail .item-title-bg figure {
		padding-top: 22.15%;
	}
	#resource .resource-system .system-detail .item-body{
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 1;
		padding: 20px 0;
	}

	#resource .resource-system .system-detail .item-body li{
		text-indent: -28px;
		padding-left: 28px;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#resource .resource-system .system-detail .item-body li:last-child{
		margin-bottom: 0;
	}
	#resource .resource-system .system-detail .item-body li::before{
		height: 15px;
		width: 15px;
		margin-right: 10px;
	}
}


/*----------------------------------------------------
	教育・研修制度
----------------------------------------------------*/

#resource .resource-training{
	background: url(/saiyo_2025/images/bg_lb.gif) repeat;
}
#resource .resource-training .item{
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
#resource .resource-training .item-number{
	background: url(/saiyo_2025/images/resource/number.png) no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 100;
}
#resource .resource-training .item-title{
	text-align: center;
}
#resource .resource-training .item-pic{
	margin-bottom: 20px;
	text-align: center;
}
#resource .resource-training .item-txt{
	line-height: 1.75;
}
#resource .resource-training .item-txt p::before{
	font-size: 1rem;
	content: '●';
}

@media (min-width: 768px){
	#resource .resource-training{
		padding: 80px 0;
	}
	#resource .resource-training h3{
		margin-bottom: 70px;
	}
	#resource .resource-training .item{
		width: 30%;
		padding: 30px;
	}
	#resource .resource-training .item-number{
		height: 60px;
		width: 68px;
		font-size: 4.8rem;
		line-height: 1.3;
		padding-right: 5px;
		margin: -60px auto 0;
	}
	#resource .resource-training .item-title{
		font-size: 2.4rem;
		padding: 20px 0;
	}
	#resource .resource-training .item-txt{
		font-size: 1.6rem;
	}
	#resource .resource-training .item-txt p{
		text-indent: -20px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	#resource .resource-training .item-txt p::before{
		margin-right: 10px;
	}
}
@media (max-width: 767px){
	#resource .resource-training{
		margin: 20px 0 0;
		padding: 20px 0;
	}
	#resource .resource-training h3{
		margin-bottom: 50px;
	}
	#resource .resource-training .item{
		width: 100%;
		padding: 20px;
		margin-bottom: 40px;
	}
	#resource .resource-training .item-number{
		height: 36px;
		width: 40px;
		font-size: 3.0rem;
		line-height: 1.3;
		padding-right: 5px;
		margin: -36px auto 0;
	}
	#resource .resource-training .item-title{
		font-size: 2.0rem;
		padding: 15px 0;
	}
	#resource .resource-training .item-txt{
		font-size: 1.4rem;
	}
	#resource .resource-training .item-txt p{
		text-indent: -15px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	#resource .resource-training .item-txt p::before{
		margin-right: 5px;
	}
}



/*--------------------*/
	
	
/*ボックス全体*/
#resource .resource-training .item-txt-list {
	margin: 30px 0 0;
	padding: 0;
	max-width: 400px;/*最大幅*/
}

/*ラベル*/
#resource .resource-training .item-txt-list label {
	display: block;
	padding : 13px 12px;
	color: #006EC8;
	background: #fff;
	border: solid #006EC8 2px;
	cursor :pointer;
	transition: all 0.3s;
	text-align: center;
	font-size: 1.8rem;
}

/*アイコンを表示*/
#resource .resource-training .item-txt-list label::after {
	content: '\f054';
	font-family: 'FontAwesome';
	padding-left: 20px;
}

/*ラベルホバー時*/
#resource .resource-training .item-txt-list label:hover {
	background :#006EC8;
	color: #fff;
}

/*チェックは隠す*/
#resource .resource-training .item-txt-list input {
	display: none;
}

/*中身を非表示にしておく*/
.item-txt-list .accshow {
	 height: 0;
	 padding: 0;
	 overflow: hidden;
	 opacity: 0;
	 transition: 0.3s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 10px 20px;
	background: url(/saiyo_2025/images/bg_lb.gif) repeat;
	opacity: 1;
}

#resource .resource-training .item-txt-list .accshow li {
	margin: 10px 0;
	text-indent: -20px;
	padding-left: 20px;
}
#resource .resource-training .item-txt-list .accshow li::before {
	font-size: 1rem;
	content: '●';
	margin-right: 10px;
	color: #006EC8;
}

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
    content: '\f078' !important;
}
.cssacc:checked + label {
	background :#006EC8 !important;
	color: #fff !important;
}
.cssacc:checked + label:hover {
	background :#fff !important;
	color: #006EC8 !important;
}


