@charset "utf-8";
/* PC ================================================== */
@media all and (min-width:960px){
#news {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.news--topimage {
		width: 100%;
		height: 500px;
		background-image: url(../image/news/news_main.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.news--contents {
		width: 100%;
		padding: 60px 0px 180px;
		margin: auto auto;
		position: relative;
	}
		.news--contents_inner {
			width: 90%;
			max-width: 1050px;
			margin: auto auto;
			position: relative;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}
			.news--contents_left {
				width: 65%;
			}
				.section-heading {
					width: 260px;
					margin: auto auto 70px 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: 50px;
						height: 2px;
						background-color: #DF610F;
						position: absolute;
						bottom: -25px;
						left: 0;
					}

				.news-list {
					width: 100%;
					margin-bottom: 55px !important;
					border-bottom: dotted 1px #CCCCCC;
				}
					.news-item {
						width: 100%;
						padding: 30px 0px 33px;
						border-top: dotted 1px #CCCCCC;
					}
						.news-item_inner {
							width: 100%;
							font-size: 18px;
							display: flex;
							justify-content: flex-start;
							align-items: flex-start;
						}
							.news-item_date {
								width: 130px;
								height: auto;
								color: #CCCCCC;
							}
							.news-item_title {
								width: calc(100% - 130px);
								color: #000000;
								letter-spacing: 0.0em;
								font-feature-settings: normal;
								transition: .2s;
								-webkit-transition: .2s;
							}
							.news-item_title:hover {
								color: #DF610F;
							}

				.pagination {
					width: 100%;
				}
					ul.page-numbers {
						width: 100%;
						display: flex;
						justify-content: flex-start;
						align-items: center;
					}
						li .page-numbers {
							width: 45px;
							height: 45px;
							background-color: #CCCCCC;
							margin: 0px 4px;
							font-size: 18px;
							font-weight: 500;
							letter-spacing: 0.0em;
							color: #ffffff;
							display: flex;
							justify-content: center;
							align-items: center;
						}
						li .dots {
							border: none;
						}
						ul.page-numbers li .current {
							background-color: #DF610F;
						}
						ul.page-numbers li .prev {
						}
						ul.page-numbers li a {
							color: #ffffff;
						}
						ul.page-numbers li .next {
						}
						ul.page-numbers li .prev:before,
						ul.page-numbers li .next:before {
							font-size: 18px;
							font-weight: 300;
							line-height: 1;
							font-family: "FontAwesome";
						}
						ul.page-numbers li .prev:before {
							content: '\f053';
						}
						ul.page-numbers li .next:before {
							content: '\f054';
						}

			.news-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;
				}
					.sidebar-cp_cat-list li {
						width: 100%;
						padding: 8px 0px;
						margin-bottom: 5px;
						font-size: 16px;
						font-weight: 400;
						position: relative;
						pointer-events: none;
					}
					.sidebar-cp_cat-list li:last-of-type {
						margin-bottom: 0px;
					}
						.sidebar-cp_cat-list li a {
							color: #000000;
							pointer-events: auto;
							transition: .2s;
							-webkit-transition: .2s;
						}
						.sidebar-cp_cat-list li a:hover {
							color: #DF610F;
						}
						.sidebar-cp_cat-list li:after {
							content: '';
							width: 20px;
							height: 7px;
							background-image: url(../image/news/cp_cat-arrow_active.svg);
							background-size: cover;
							background-repeat: no-repeat;
							background-position: center;
							position: absolute;
							top: 50%;
							right: 0;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							pointer-events: none;
							transition: .2s;
							-webkit-transition: .2s;
						}
						.sidebar-cp_cat-list li:hover:after {
							right: -2px;
						}

			.sidebar-recruitment {
				width: 100%;
			}
				.contact-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;
				}
				.contact-container {
					width: 100%;
				}
					.contact-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;
					}
					.contact-btn-contact {
						margin-bottom: 3px;
						background-color: #DF610F;
					}
					.contact-btn-essential_point {
						background-color: #000000;
					}
						.contact-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;
						}
						.contact-btn:hover > .contact-btn-arrow {
							right: 10px;
						}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#news {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.news--topimage {
		width: 100%;
		height: 500px;
		background-image: url(../image/news/news_main.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.news--contents {
		width: 100%;
		padding: 35px 0px 180px;
		margin: auto auto;
		position: relative;
	}
		.news--contents_inner {
			width: 90%;
			margin: auto auto;
			position: relative;
		}
			.news--contents_left {
				width: 100%;
				margin-bottom: 70px;
			}
				.section-heading {
					width: 100%;
					margin: auto auto 70px;
					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: 24px;
						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: -25px;
						left: 0;
					}

				.news-list {
					width: 100%;
					margin-bottom: 35px !important;
					border-bottom: dotted 1px #CCCCCC;
				}
					.news-item {
						width: 100%;
						padding: 25px 0px 27px;
						border-top: dotted 1px #CCCCCC;
					}
						.news-item_inner {
							width: 100%;
							display: flex;
							flex-direction: column;
							justify-content: flex-start;
							align-items: flex-start;
						}
							.news-item_date {
								width: 100%;
								height: auto;
								font-size: 14px;
								color: #CCCCCC;
							}
							.news-item_title {
								width: 100%;
								font-size: 16px;
								color: #000000;
								letter-spacing: 0.0em;
								font-feature-settings: normal;
								text-decoration: underline;
							}

				.pagination {
					width: 100%;
				}
					ul.page-numbers {
						width: 100%;
						display: flex;
						justify-content: flex-start;
						align-items: center;
					}
						li .page-numbers {
							width: 40px;
							height: 40px;
							background-color: #CCCCCC;
							margin-right: 6px;
							font-size: 18px;
							font-weight: 500;
							letter-spacing: 0.0em;
							color: #ffffff;
							display: flex;
							justify-content: center;
							align-items: center;
						}
						li .dots {
							border: none;
						}
						ul.page-numbers li .current {
							background-color: #DF610F;
						}
						ul.page-numbers li .prev {
						}
						ul.page-numbers li a {
							color: #ffffff;
						}
						ul.page-numbers li .next {
						}
						ul.page-numbers li .prev:before,
						ul.page-numbers li .next:before {
							font-size: 18px;
							font-weight: 300;
							line-height: 1;
							font-family: "FontAwesome";
						}
						ul.page-numbers li .prev:before {
							content: '\f053';
						}
						ul.page-numbers li .next:before {
							content: '\f054';
						}

			.news-sidebar {
				width: 100%;
			}
				.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%;
					position: relative;	
				}
					.sidebar-cp_cat-list li {
						width: 100%;
						padding: 8px 0px;
						margin-bottom: 5px;
						font-size: 16px;
						font-weight: 400;
						position: relative;
						pointer-events: none;
					}
					.sidebar-cp_cat-list li:last-of-type {
						margin-bottom: 0px;
					}
						.sidebar-cp_cat-list li a {
							color: #000000;
							pointer-events: auto;
							transition: .2s;
							-webkit-transition: .2s;
						}
						.sidebar-cp_cat-list li:after {
							content: '';
							width: 20px;
							height: 7px;
							background-image: url(../image/news/cp_cat-arrow_active.svg);
							background-size: cover;
							background-repeat: no-repeat;
							background-position: center;
							position: absolute;
							top: 50%;
							right: 0;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							pointer-events: none;
							transition: .2s;
							-webkit-transition: .2s;
						}

			.sidebar-recruitment {
				display: none;
			}
}

/* SP ================================================== */
@media all and (max-width:559px){
#news {
	width: 100%;
	border-top: solid 1px #DEDEDE;
}
	.news--topimage {
		width: 100%;
		height: 400px;
		background-image: url(../image/news/news_main.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.news--contents {
		width: 100%;
		padding: 35px 0px 180px;
		margin: auto auto;
		position: relative;
	}
		.news--contents_inner {
			width: 90%;
			margin: auto auto;
			position: relative;
		}
			.news--contents_left {
				width: 100%;
				margin-bottom: 70px;
			}
				.section-heading {
					width: 100%;
					margin: auto auto 70px;
					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: 24px;
						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: -25px;
						left: 0;
					}

				.news-list {
					width: 100%;
					margin-bottom: 35px !important;
					border-bottom: dotted 1px #CCCCCC;
				}
					.news-item {
						width: 100%;
						padding: 25px 0px 27px;
						border-top: dotted 1px #CCCCCC;
					}
						.news-item_inner {
							width: 100%;
							display: flex;
							flex-direction: column;
							justify-content: flex-start;
							align-items: flex-start;
						}
							.news-item_date {
								width: 100%;
								height: auto;
								font-size: 14px;
								color: #CCCCCC;
							}
							.news-item_title {
								width: 100%;
								font-size: 16px;
								color: #000000;
								letter-spacing: 0.0em;
								font-feature-settings: normal;
								text-decoration: underline;
							}

				.pagination {
					width: 100%;
				}
					ul.page-numbers {
						width: 100%;
						display: flex;
						justify-content: flex-start;
						align-items: center;
					}
						li .page-numbers {
							width: 40px;
							height: 40px;
							background-color: #CCCCCC;
							margin-right: 6px;
							font-size: 18px;
							font-weight: 500;
							letter-spacing: 0.0em;
							color: #ffffff;
							display: flex;
							justify-content: center;
							align-items: center;
						}
						li .dots {
							border: none;
						}
						ul.page-numbers li .current {
							background-color: #DF610F;
						}
						ul.page-numbers li .prev {
						}
						ul.page-numbers li a {
							color: #ffffff;
						}
						ul.page-numbers li .next {
						}
						ul.page-numbers li .prev:before,
						ul.page-numbers li .next:before {
							font-size: 18px;
							font-weight: 300;
							line-height: 1;
							font-family: "FontAwesome";
						}
						ul.page-numbers li .prev:before {
							content: '\f053';
						}
						ul.page-numbers li .next:before {
							content: '\f054';
						}

			.news-sidebar {
				width: 100%;
			}
				.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%;
					position: relative;	
				}
					.sidebar-cp_cat-list li {
						width: 100%;
						padding: 8px 0px;
						margin-bottom: 5px;
						font-size: 16px;
						font-weight: 400;
						position: relative;
						pointer-events: none;
					}
					.sidebar-cp_cat-list li:last-of-type {
						margin-bottom: 0px;
					}
						.sidebar-cp_cat-list li a {
							color: #000000;
							pointer-events: auto;
							transition: .2s;
							-webkit-transition: .2s;
						}
						.sidebar-cp_cat-list li:after {
							content: '';
							width: 20px;
							height: 7px;
							background-image: url(../image/news/cp_cat-arrow_active.svg);
							background-size: cover;
							background-repeat: no-repeat;
							background-position: center;
							position: absolute;
							top: 50%;
							right: 0;
							transform: translate(0%, -50%);
							-webkit-transform: translate(0%, -50%);
							pointer-events: none;
							transition: .2s;
							-webkit-transition: .2s;
						}

			.sidebar-recruitment {
				display: none;
			}
}