@charset "utf-8";
/* PC ================================================== */
@media all and (min-width:960px){
#training {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.training--topimage {
		width: 100%;
		height: 500px;
		background-image: url(../image/parttime/partcareer-topimage.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.training--contents {
		width: 90%;
		max-width: 1000px;
		padding: 60px 0px 130px;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
			.section-heading {
				width: 100%;
				margin: auto auto 80px 0px;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.0;
				letter-spacing: 0.0em;
				position: relative;
			}
				.section-heading .section-heading_en {
				    display: inline-block;
				    margin-top: 25px;
				    font-family: din-condensed, sans-serif;
					font-size: 1.4rem;
				    font-weight: 600;
				    color: #DF610F;
				    letter-spacing: 0.1em;
				}
				.section-heading:after {
					content: '';
					display: block;
					width: 55px;
					height: 2px;
					background-color: #DF610F;
					position: absolute;
					bottom: -25px;
					left: 0;
				}
.training-info_item{}
	.training-info_item dd img{width: 100%; margin: 20px 0 40px;}

	.training-info_name{font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #dedede;}
	.training-info_details{margin-bottom: 55px;}
		.training-info_details h4{margin-bottom: 8px;}
		.training-info_details .workstyle{font-weight: normal; }
	.training-info_details table{width: 100%; border: 1px solid #dedede}
		.training-info_details table tr{width: 100%}
		.training-info_details table th{width: 30%; text-align: left; padding: 1%; border: 1px solid #dedede; background-color: #f5f5f5; font-weight:normal}
		.training-info_details table td{width: 70%; text-align: left; padding: 1%;border: 1px solid #dedede}

		.contents--main_container {
			width: 63%;
		}
		.training_unit{margin-bottom: 35px;}
			.training-box {
				width: 100%;
				margin-bottom: 75px;
			}
			.training-box img{
				width: 100%;
				margin-bottom: 16px;
			}
			.training-box h3{
				border-left: 4px solid #DF610F;
				padding-left: 30px;
				font-size: 24px;
				margin-bottom: 12px;
			}

				.training-box p {
					width: 100%;
					font-size: 16px;
					font-weight: normal;
					text-align: justify;
					line-height: 1.8;
				}

			.acceptance-box {
				width: 100%;
				margin-bottom: 80px;
			}
				.acceptance-list {
					width: 100%;
				}
					.acceptance-item {
						width: 100%;
						padding: 40px 0px;
						border-bottom: solid 1px #DEDEDE;
						display: flex;
						justify-content: space-between;
						align-items: center;
					}
						.acceptance-details {
							width: calc(100% - 150px);
						}
							.acceptance-info {
								width: 100%;
								margin-bottom: 20px;
								display: flex;
								justify-content: flex-start;
								align-items: center;
							}
								.acceptance-date {
									margin-right: 10px;
									font-size: 14px;
									font-weight: 400;
									line-height: 1.0;
								}
								.acceptance-capacity {
									padding-left: 10px;
									font-size: 18px;
									font-weight: 700;
									line-height: 1.0;
									position: relative;
								}
									.acceptance-capacity:before {
										content: '';
										display: block;
										width: 1px;
										height: 26px;
										background-color: #DEDEDE;
										margin-right: 20px;
										position: absolute;
										top: 55%;
										left: 0;
										transform: translate(0%, -50%);
										-webkit-transform: translate(0%, -50%);
									}
							.acceptance-txt {
								width: 100%;
								font-size: 18px;
								font-weight: 700;
								text-align: justify;
							}
						.acceptance-link {
							display: block;
							width: 100px;
							height: 100px;
							border-radius: 50%;
							background-color: #DF610F;
							font-size: 16px;
							font-weight: 600;
							text-align: center;
							letter-spacing: 0.06em;
							text-indent: 0.06em;
							color: #ffffff;
							overflow: hidden;
							position: relative;
							transition: .3s;
							-webkit-transition: .3s;
						}
						.acceptance-link:hover {
							transform: scale(1.02);
							-webkit-transform: scale(1.02);
							box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
						}
							.acceptance-link span {
								width: 100%;
								position: absolute;
								top: 28px;
								left: 50%;
								transform: translate(-50%, 0%);
								-webkit-transform: translate(-50%, 0%);
							}
							.acceptance-link-btn-arrow {
								width: 20px;
								height: auto;
								position: absolute;
								bottom: 25px;
								left: 50%;
								transform: translate(-50%, 0%);
								-webkit-transform: translate(-50%, 0%);
							}

					.post-list {
						width: 100%;
						display: flex;
						justify-content: space-between;
						align-items: flex-start;
						flex-wrap: wrap;
					}
						.post-item {
							width: 47%;
						}
							.post-movie {
								width: 100%;
								padding-top: 56.25%;
								margin-bottom: 10px;
								position: relative;
								background-color: #ddd;
							}
							.post-movie iframe {
								width: 100% !important;
								height: 100% !important;
								position: absolute;
								top: 0;
								right: 0;
							}
							.post-movie_caption {
								width: 100%;
								font-size: 12px;
								text-align: justify;
							}

		.contents--sidebar {
			width: 27%;
		}
			.sidebar-heading {
				width: 100%;
				padding-bottom: 18px;
				margin-bottom: 15px;
				border-bottom: solid 1px #DEDEDE;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.06em;
				position: relative;
			}
			.sidebar-heading:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -1px;
				left: 0;
			}
			.sidebar-cp_cat-list {
				width: 100%;
				margin-bottom: 80px !important;
				position: relative;
			}
			.sidebar-cp_cat-list:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -40px;
				left: 0;
			}
				.cp_cat-item {
					width: 100%;
					margin-bottom: 5px;
					font-size: 16px;
					font-weight: 400;
					position: relative;
				}
				.cp_cat-item:last-of-type {
					margin-bottom: 0px;
				}
				.cp_cat-item.cp_cat-item_active {
					padding-left: 20px;
					font-weight: 700;
				}
				.cp_cat-item.cp_cat-item_active:before {
					content: '';
					display: block;
					width: 3px;
					height: 23px;
					background-color: #DF610F;
					position: absolute;
					top: 50%;
					left: 0;
					transform: translate(0%, -50%);
					-webkit-transform: translate(0%, -50%);
				}
					.cp_cat-item a {
						display: block;
						padding: 8px 0px;
						color: #000000;
						transition: .2s;
						-webkit-transition: .2s;
						position: relative;
					}
					.cp_cat-item a:hover {
						color: #DF610F;
					}
					.cp_cat-item span {
						display: block;
						padding: 8px 0px;
						position: relative;
					}
					.cp_cat-arrow {
						width: 20px;
						height: auto;
						position: absolute;
						top: 50%;
						right: 0;
						transform: translate(0%, -50%);
						-webkit-transform: translate(0%, -50%);
						pointer-events: none;
						transition: .1s;
						-webkit-transition: .1s;
					}
					.arrow_noactive {
						opacity: 1.0;
					}
					.cp_cat-item a:hover .arrow_noactive {
						opacity: 0.0;
					}
					.arrow_active {
						opacity: 0.0;
					}
					.cp_cat-item a:hover .arrow_active {
						opacity: 1.0;
					}

			.sidebar-video_message {
				width: 100%;
				margin-bottom: 90px;
				position: relative;
			}
			.sidebar-video_message:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -50px;
				left: 0;
			}
				.video_message-btn {
					display: block;
					width: 100%;
					color: #000000;
					transition: .1s;
					-webkit-transition: .1s;
				}
				.video_message-btn:hover {
					color: #DF610F;
				}
					.video_message-image {
						width: 100%;
						height: auto;
						margin-bottom: 5px;
					}
						.video_message-image img {
							width: 100%;
							height: auto;
						}

					.video_message-title {
						width: 100%;
						height: 45px;
						margin-bottom: 10px;
						border-bottom: solid 1px #DEDEDE;
						font-size: 18px;
						font-weight: 700;
						line-height: 45px;
					}
					.video_message-txt {
						display: flex;
						justify-content: flex-start;
						align-items: center;
						width: 100%;
						height: 24px;
						font-size: 12px;
						line-height: 24px;
					}
						.video_message-txt img {
							width: 24px;
							height: auto;
							margin-left: 12px;
						}

			.sidebar-recruitment {
				width: 100%;
			}
				.training-heading {
					width: 100%;
					margin-bottom: 15px;
					font-family: din-condensed, sans-serif;
					font-size: 32px;
					text-align: left;
					color: #DF610F;
					line-height: 1.0;
					letter-spacing: 0.06em;
					text-indent: 0.06em;
				}
				.training-container {
					width: 100%;
				}
					.training-btn {
						display: block;
						width: 100%;
						height: 60px;
						padding-left: 10px;
						font-size: 16px;
						font-weight: 700;
						text-align: left;
						line-height: 60px;
						letter-spacing: 0.06em;
						color: #ffffff;
						position: relative;
					}
					.training-btn-contact {
						margin-bottom: 3px;
						background-color: #DF610F;
					}
					.training-btn-essential_point {
						background-color: #000000;
					}
						.training-btn-arrow {
							width: 20px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 13px;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							transition: .1s;
							-webkit-transition: .1s;
						}
						.training-btn:hover > .training-btn-arrow {
							right: 10px;
						}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#training {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.training--topimage {
		width: 100%;
		height: 500px;
		background-image: url(../image/parttime/partcareer-topimage.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

			.section-heading {
				width: 100%;
				margin: auto auto 55px;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.0;
				letter-spacing: 0.0em;
				text-align: left;
				position: relative;
			}
				.section-heading .section-heading_en {
					display: inline-block;
					margin-top: 15px;
					font-family: din-condensed, sans-serif;
					font-size: 1.4rem;
				    font-weight: 600;
				    color: #DF610F;
				    letter-spacing: 0.1em;

				}
				.section-heading:after {
					content: '';
					display: block;
					width: 50px;
					height: 2px;
					background-color: #DF610F;
					position: absolute;
					bottom: -20px;
					left: 0;
				}
.training-info_item{}
	.training-info_name{font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #dedede;}
	.training-info_details{margin-bottom: 35px;}
	.training-info_item dd img{width: 100%; margin: 20px 0 40px;}
		.training-info_details h4{margin-bottom: 8px;}
		.training-info_details .workstyle{font-weight: normal; }

	.training-info_details table{width: 100%; border: 1px solid #dedede}
		.training-info_details table tr{width: 100%}
		.training-info_details table th{width: 30%; text-align: left; padding: 1%; border: 1px solid #dedede; background-color: #f5f5f5; font-weight:normal}
		.training-info_details table td{width: 70%; text-align: left; padding: 1%;border: 1px solid #dedede}

	.training--contents {
		width: 90%;
		padding: 50px 0px 100px;
		margin: auto auto;
		position: relative;
	}
		.training_unit{margin-bottom: 35px;}
			.training-box {
				width: 100%;
				margin-bottom: 75px;
			}
			.training-box img{
				width: 100%;
				margin-bottom: 16px;
			}
			.training-box h3{
				border-left: 4px solid #DF610F;
				padding-left: 30px;
				font-size: 24px;
				margin-bottom: 12px;
			}

				.training-box p {
					width: 100%;
					font-size: 16px;
					font-weight: normal;
					text-align: justify;
					line-height: 1.8;
				}

			.acceptance-box {
				width: 100%;
				margin-bottom: 80px;
			}
				.acceptance-list {
					width: 100%;
				}
					.acceptance-item {
						width: 100%;
						padding: 40px 0px;
						border-bottom: solid 1px #DEDEDE;
						display: flex;
						justify-content: space-between;
						align-items: center;
					}
						.acceptance-details {
							width: calc(100% - 145px);
						}
							.acceptance-info {
								width: 100%;
								margin-bottom: 20px;
								display: flex;
								justify-content: flex-start;
								align-items: center;
							}
								.acceptance-date {
									margin-right: 10px;
									font-size: 14px;
									font-weight: 400;
									line-height: 1.0;
								}
								.acceptance-capacity {
									padding-left: 10px;
									font-size: 18px;
									font-weight: 700;
									line-height: 1.0;
									position: relative;
								}
									.acceptance-capacity:before {
										content: '';
										display: block;
										width: 1px;
										height: 26px;
										background-color: #DEDEDE;
										margin-right: 20px;
										position: absolute;
										top: 55%;
										left: 0;
										transform: translate(0%, -50%);
										-webkit-transform: translate(0%, -50%);
									}
							.acceptance-txt {
								width: 100%;
								font-size: 18px;
								font-weight: 700;
								text-align: justify;
							}
						.acceptance-link {
							display: block;
							width: 100px;
							height: 100px;
							border-radius: 50%;
							background-color: #DF610F;
							font-size: 16px;
							font-weight: 600;
							text-align: center;
							letter-spacing: 0.06em;
							text-indent: 0.06em;
							color: #ffffff;
							overflow: hidden;
							position: relative;
							transition: .3s;
							-webkit-transition: .3s;
						}
							.acceptance-link span {
								width: 100%;
								position: absolute;
								top: 30px;
								left: 50%;
								transform: translate(-50%, 0%);
								-webkit-transform: translate(-50%, 0%);
							}
							.acceptance-link-btn-arrow {
								width: 20px;
								height: auto;
								position: absolute;
								bottom: 25px;
								left: 50%;
								transform: translate(-50%, 0%);
								-webkit-transform: translate(-50%, 0%);
							}

					.post-list {
						width: 100%;
						display: flex;
						justify-content: space-between;
						align-items: flex-start;
						flex-wrap: wrap;
					}
						.post-item {
							width: 47%;
						}
							.post-movie {
								width: 100%;
								padding-top: 56.25%;
								margin-bottom: 10px;
								position: relative;
								background-color: #ddd;
							}
							.post-movie iframe {
								width: 100% !important;
								height: 100% !important;
								position: absolute;
								top: 0;
								right: 0;
							}
							.post-movie_caption {
								width: 100%;
								font-size: 12px;
								text-align: justify;
							}

		.contents--sidebar {
			display: none;
			width: 100%;
		}
			.sidebar-heading {
				width: 100%;
				padding-bottom: 18px;
				margin-bottom: 15px;
				border-bottom: solid 1px #DEDEDE;
				font-size: 26px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.06em;
				position: relative;
			}
			.sidebar-heading:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -1px;
				left: 0;
			}
			.sidebar-cp_cat-list {
				width: 100%;
				margin-bottom: 80px !important;
				position: relative;
			}
			.sidebar-cp_cat-list:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -40px;
				left: 0;
			}
				.cp_cat-item {
					width: 100%;
					margin-bottom: 5px;
					font-size: 18px;
					font-weight: 400;
					position: relative;
				}
				.cp_cat-item:last-of-type {
					margin-bottom: 0px;
				}
				.cp_cat-item.cp_cat-item_active {
					padding-left: 20px;
					font-weight: 700;
				}
				.cp_cat-item.cp_cat-item_active:before {
					content: '';
					display: block;
					width: 3px;
					height: 23px;
					background-color: #DF610F;
					position: absolute;
					top: 50%;
					left: 0;
					transform: translate(0%, -50%);
					-webkit-transform: translate(0%, -50%);
				}
					.cp_cat-item a {
						display: block;
						padding: 8px 0px;
						color: #000000;
						text-decoration: underline;
						transition: .2s;
						-webkit-transition: .2s;
						position: relative;
					}
					.cp_cat-item span {
						display: block;
						padding: 8px 0px;
						position: relative;
					}
					.cp_cat-arrow {
						width: 20px;
						height: auto;
						position: absolute;
						top: 50%;
						right: 0;
						transform: translate(0%, -50%);
						-webkit-transform: translate(0%, -50%);
						pointer-events: none;
						transition: .1s;
						-webkit-transition: .1s;
					}
					.arrow_noactive {
						opacity: 0.0;
					}
					.arrow_active {
						opacity: 1.0;
					}

			.sidebar-video_message {
				width: 100%;
				margin-bottom: 90px;
				position: relative;
			}
			.sidebar-video_message:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -50px;
				left: 0;
			}
				.video_message-btn {
					display: block;
					width: 100%;
					color: #000000;
					transition: .1s;
					-webkit-transition: .1s;
				}
					.video_message-image {
						width: 100%;
						height: auto;
						margin-bottom: 5px;
					}
						.video_message-image img {
							width: 100%;
							height: auto;
						}

					.video_message-title {
						width: 100%;
						height: 45px;
						margin-bottom: 10px;
						border-bottom: solid 1px #DEDEDE;
						font-size: 18px;
						font-weight: 700;
						line-height: 45px;
					}
					.video_message-txt {
						display: flex;
						justify-content: flex-start;
						align-items: center;
						width: 100%;
						height: 24px;
						font-size: 12px;
						line-height: 24px;
					}
						.video_message-txt img {
							width: 24px;
							height: auto;
							margin-left: 12px;
						}

			.sidebar-recruitment {
				width: 100%;
			}
				.training-heading {
					width: 100%;
					margin-bottom: 15px;
					font-family: din-condensed, sans-serif;
					font-size: 32px;
					text-align: left;
					color: #DF610F;
					line-height: 1.0;
					letter-spacing: 0.06em;
					text-indent: 0.06em;
				}
				.training-container {
					width: 100%;
				}
					.training-btn {
						display: block;
						width: 100%;
						height: 60px;
						padding-left: 10px;
						font-size: 16px;
						font-weight: 700;
						text-align: left;
						line-height: 60px;
						letter-spacing: 0.06em;
						color: #ffffff;
						position: relative;
					}
					.training-btn-contact {
						margin-bottom: 5px;
						background-color: #DF610F;
					}
					.training-btn-essential_point {
						background-color: #000000;
					}
						.training-btn-arrow {
							width: 20px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 13px;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							transition: .1s;
							-webkit-transition: .1s;
						}
						.training-btn:hover > .training-btn-arrow {
							right: 10px;
						}
}

/* SP ================================================== */
@media all and (max-width:559px){
#training {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.training--topimage {
		width: 100%;
		height: 500px;
		background-image: url(../image/parttime/partcareer-topimage.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
			.section-heading {
				width: 100%;
				margin: auto auto 60px;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.0;
				letter-spacing: 0.0em;
				text-align: left;
				position: relative;
			}
				.section-heading .section-heading_en {
					display: inline-block;
					margin-top: 15px;
					font-size: 1.4rem;
				    font-weight: bold;
				    color: #DF610F;
				    letter-spacing: 0.1em;

				}
				.section-heading:after {
					content: '';
					display: block;
					width: 50px;
					height: 2px;
					background-color: #DF610F;
					position: absolute;
					bottom: -20px;
					left: 0;
				}
.training-info_item{}
	.training-info_name{font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #dedede;}
	.training-info_details{margin-bottom: 35px;}
	.training-info_item dd img{width: 100%; margin: 20px 0 40px;}
		.training-info_details h4{margin-bottom: 8px; line-height: 1.5em;}
		.training-info_details .workstyle{font-weight: normal; display: block; margin-top: 8px; font-size: 14px;}

	.training-info_details table{width: 100%; border: 1px solid #dedede}
		.training-info_details table tr{width: 100%}
		.training-info_details table th{width: 35%; text-align: left; padding: 2%; border: 1px solid #dedede; background-color: #f5f5f5; font-weight:normal; font-size: 14px; line-height: 1.5em;}
		.training-info_details table td{width: 65%; text-align: left; padding: 2%;border: 1px solid #dedede; font-size: 14px; line-height: 1.5em;}

	.training--contents {
		width: 90%;
		padding: 50px 0px 100px;
		margin: auto auto;
		position: relative;
	}
		.training_unit{margin-bottom: 35px;}
			.training-box {
				width: 100%;
				margin-bottom: 75px;
			}
			.training-box img{
				width: 100%;
				margin-bottom: 16px;
			}
			.training-box h3{
				border-left: 4px solid #DF610F;
				padding-left: 30px;
				font-size: 20px;
				margin-bottom: 12px;
			}

				.training-box p {
					width: 100%;
					font-size: 14px;
					font-weight: normal;
					text-align: justify;
					line-height: 1.8;
				}

		.acceptance-box {
			width: 100%;
			margin-bottom: 80px;
		}
			.acceptance-list {
				width: 100%;
			}
				.acceptance-item {
					width: 100%;
					padding: 35px 0px;
					border-bottom: solid 1px #DEDEDE;
				}
					.acceptance-details {
						width: 100%;
						margin-bottom: 15px;
					}
						.acceptance-info {
							width: 100%;
							margin-bottom: 15px;
							display: flex;
							justify-content: flex-start;
							align-items: center;
						}
							.acceptance-date {
								margin-right: 10px;
								font-size: 14px;
								font-weight: 400;
								line-height: 1.0;
							}
							.acceptance-capacity {
								padding-left: 10px;
								font-size: 18px;
								font-weight: 700;
								line-height: 1.0;
								position: relative;
							}
								.acceptance-capacity:before {
									content: '';
									display: block;
									width: 1px;
									height: 26px;
									background-color: #DEDEDE;
									margin-right: 20px;
									position: absolute;
									top: 55%;
									left: 0;
									transform: translate(0%, -50%);
									-webkit-transform: translate(0%, -50%);
								}
						.acceptance-txt {
							width: 100%;
							font-size: 16px;
							font-weight: 700;
							text-align: justify;
						}
					.acceptance-link {
						display: block;
						width: 100%;
						height: 58px;
						border-radius: 29px;
						background-color: #DF610F;
						font-size: 16px;
						font-weight: 600;
						text-align: center;
						letter-spacing: 0.06em;
						text-indent: 0.06em;
						line-height: 56px;
						color: #ffffff;
						overflow: hidden;
						position: relative;
						transition: .3s;
						-webkit-transition: .3s;
					}
					.acceptance-link:hover {
						transform: scale(1.02);
						-webkit-transform: scale(1.02);
						box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
					}
						.acceptance-link span {
							width: 100%;

						}
						.acceptance-link-btn-arrow {
							width: 20px;
							height: auto;
							position: absolute;
							top: 48%;
							right: 20px;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
						}

				.post-list {
					width: 100%;
				}
					.post-item {
						width: 100%;
						margin-bottom: 45px;
					}
						.post-movie {
							width: 100%;
							padding-top: 56.25%;
							margin-bottom: 10px;
							position: relative;
							background-color: #ddd;
						}
						.post-movie iframe {
							width: 100% !important;
							height: 100% !important;
							position: absolute;
							top: 0;
							right: 0;
						}
						.post-movie_caption {
							width: 100%;
							font-size: 12px;
							text-align: justify;
						}

		.contents--sidebar {
			display: none;
			width: 100%;
		}
			.sidebar-heading {
				width: 100%;
				padding-bottom: 18px;
				margin-bottom: 15px;
				border-bottom: solid 1px #DEDEDE;
				font-size: 26px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.06em;
				position: relative;
			}
			.sidebar-heading:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -1px;
				left: 0;
			}
			.sidebar-cp_cat-list {
				width: 100%;
				margin-bottom: 80px !important;
				position: relative;
			}
			.sidebar-cp_cat-list:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -40px;
				left: 0;
			}
				.cp_cat-item {
					width: 100%;
					margin-bottom: 5px;
					font-size: 18px;
					font-weight: 400;
					position: relative;
				}
				.cp_cat-item:last-of-type {
					margin-bottom: 0px;
				}
				.cp_cat-item.cp_cat-item_active {
					padding-left: 20px;
					font-weight: 700;
				}
				.cp_cat-item.cp_cat-item_active:before {
					content: '';
					display: block;
					width: 3px;
					height: 23px;
					background-color: #DF610F;
					position: absolute;
					top: 50%;
					left: 0;
					transform: translate(0%, -50%);
					-webkit-transform: translate(0%, -50%);
				}
					.cp_cat-item a {
						display: block;
						padding: 8px 0px;
						color: #000000;
						text-decoration: underline;
						transition: .2s;
						-webkit-transition: .2s;
						position: relative;
					}
					.cp_cat-item span {
						display: block;
						padding: 8px 0px;
						position: relative;
					}
					.cp_cat-arrow {
						width: 20px;
						height: auto;
						position: absolute;
						top: 50%;
						right: 0;
						transform: translate(0%, -50%);
						-webkit-transform: translate(0%, -50%);
						pointer-events: none;
						transition: .1s;
						-webkit-transition: .1s;
					}
					.arrow_noactive {
						opacity: 0.0;
					}
					.arrow_active {
						opacity: 1.0;
					}

			.sidebar-video_message {
				width: 100%;
				margin-bottom: 90px;
				position: relative;
			}
			.sidebar-video_message:after {
				content: '';
				display: block;
				width: 60px;
				height: 1px;
				background-color: #DF610F;
				position: absolute;
				bottom: -50px;
				left: 0;
			}
				.video_message-btn {
					display: block;
					width: 100%;
					color: #000000;
					transition: .1s;
					-webkit-transition: .1s;
				}
					.video_message-image {
						width: 100%;
						height: auto;
						margin-bottom: 5px;
					}
						.video_message-image img {
							width: 100%;
							height: auto;
						}

					.video_message-title {
						width: 100%;
						height: 45px;
						margin-bottom: 10px;
						border-bottom: solid 1px #DEDEDE;
						font-size: 18px;
						font-weight: 700;
						line-height: 45px;
					}
					.video_message-txt {
						display: flex;
						justify-content: flex-start;
						align-items: center;
						width: 100%;
						height: 24px;
						font-size: 12px;
						line-height: 24px;
					}
						.video_message-txt img {
							width: 24px;
							height: auto;
							margin-left: 12px;
						}

			.sidebar-recruitment {
				width: 100%;
			}
				.training-heading {
					width: 100%;
					margin-bottom: 15px;
					font-family: din-condensed, sans-serif;
					font-size: 32px;
					text-align: left;
					color: #DF610F;
					line-height: 1.0;
					letter-spacing: 0.06em;
					text-indent: 0.06em;
				}
				.training-container {
					width: 100%;
				}
					.training-btn {
						display: block;
						width: 100%;
						height: 60px;
						padding-left: 10px;
						font-size: 16px;
						font-weight: 700;
						text-align: left;
						line-height: 60px;
						letter-spacing: 0.06em;
						color: #ffffff;
						position: relative;
					}
					.training-btn-contact {
						margin-bottom: 3px;
						background-color: #DF610F;
					}
					.training-btn-essential_point {
						background-color: #000000;
					}
						.training-btn-arrow {
							width: 20px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 13px;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							transition: .1s;
							-webkit-transition: .1s;
						}
						.training-btn:hover > .training-btn-arrow {
							right: 10px;
						}
}