@charset "utf-8";
/*------------------------------------------------------------
	works detail
------------------------------------------------------------*/
.work_detail_wapper {
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 74px;
	padding-bottom: 120px;
	max-width: 1400px;
	margin: 0 auto;
}
.blog_box{
	width: 100%;
	display: flex;
	height: 451px;
}
.blog_content {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 55.5px;
	padding-bottom: 55.5px;
}
.blog_box img {
	width: 50%;
}
.blog_title{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.blog_title h2 {
	color: #fff;
	background-color: #E62413;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	border-radius: 52px;
	text-align: center;
	align-self: flex-start;
}
.blog_title h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 60px;
}
.blog_decription {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.blog_decription p {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.blog_decription .blog_label {
	font-size: 16px;
	padding: 9px;
	border: 1px solid #E7E7E7;
	background-color: #E7E7E7;
	align-self: flex-start;
	height: 40px;
}
.blog_decription span {
	font-size: 14px;
	line-height: 20px;
}
.blog_document{
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 90px;
	width: 100%;
}
.blog_document .document_title{
	display: flex;
	height: 68px;
	font-size: 34px;
	font-weight: bold;
	line-height: 48px;
	border-left: 8px solid #E62413;
	border-bottom: 2px solid #E62413;
	padding-left: 12px;
	align-items: center;
}
.blog_document p{
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}
.representative_content{
	width: 100%;
	padding: 46px 60px;
	margin-top: 90px;
	display: flex;
	gap: 40px;
	box-shadow:0px 0px 12px 0px rgb(235, 229, 228);
}
.representative_document{
	display: flex;
	flex-direction: column;
}
.representative_label{
	display: flex;
	align-items: center;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #C7C7C7;
}
.representative_label img{
	height: 30px;
}
.representative_label p{
	justify-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 5px;
}
.representative_text{
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}
.representative_text h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}
.representative_text span{
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
}
.representative_text p{
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	padding-top: 10px;
}
.btn_page{
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 120px;
}
.btn_page .page {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 10px;
	gap: 10px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
}
.btn_page .page span{
	color: #000000;
}
.btn_center{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 60px;
	margin-left: 100px;
	margin-right: 100px;
	color: #E62413;
	outline: #E62413;
	border: 1px solid #E62413;
	background: #fff;
	cursor: pointer;
}
.btn_center span{
	color: #E62413;
}

.btn_page img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}


@media screen and (max-width: 680px) {
	.work_detail_wapper {
		background-color: #fff;
		font-family: 'Noto Sans JP', sans-serif;
		padding-top: 39px;
		padding-bottom: 120px;
		max-width: 1400px;
		margin: 0 20px;
	}
	
	.blog_box {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	
	.blog_content {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.blog_box img {
		width: 100%;
	}
	
	.blog_title {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	.blog_title h2 {
		color: #fff;
		background-color: #E62413;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		padding: 10px;
		border-radius: 52px;
		text-align: left;
		align-self: flex-start;
	}
	
	.blog_title h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 40px;
	}
	.blog_title h3 br{
		display: none;
	}
	
	.blog_decription {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	.blog_decription p {
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}
	
	.blog_decription .blog_label {
		font-size: 14px;
		padding: 5px 10px;
		border: 1px solid #E7E7E7;
		background-color: #E7E7E7;
		align-self: flex-start;
		height: auto;
	}
	
	.blog_decription span {
		font-size: 14px;
		line-height: 20px;
	}
	
	.blog_document {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-top: 40px;
		width: 100%;
	}
	
	.blog_document .document_title {
		display: flex;
		height: auto;
		padding:8px 0;
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		border-left: 8px solid #E62413;
		border-bottom: 2px solid #E62413;
		padding-left: 12px;
		align-items: center;
	}
	
	.blog_document p {
		font-size: 14px;
		font-weight: 500;
		line-height: 30px;
	}
	
	.representative_content {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 30px 20px;
		margin-top: 60px;
		gap: 30px;
		box-shadow:0px 0px 12px 0px rgb(235, 229, 228);
	}
	
	.representative_document {
		display: flex;
		flex-direction: column;
	}
	
	.representative_label {
		display: flex;
		align-items: center;
		padding: 5px 0 5px 0;
		border-bottom: 1px solid #C7C7C7;
	}
	
	.representative_label img {
		height: 30px;
	}
	
	.representative_label p {
		justify-items: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		padding-left: 5px;
	}
	
	.representative_text {
		display: flex;
		flex-direction: column;
		padding-top: 10px;
	}
	
	.representative_text h3 {
		font-size: 28px;
		font-weight: bold;
		line-height: 42px;
	}
	
	.representative_text span {
		font-size: 16px;
		font-weight: 400;
		line-height: 40px;
	}
	
	.representative_text p {
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		padding-top: 10px;
	}
	
	.btn_page {
		max-width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}
	.btn_page button span{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		min-width: 1px;
	}
	
	.btn_page .page {
		display: flex;
		text-align: right;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		padding: 5px 10px;
		gap: 5px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
	}
	
	.btn_center {
		display: flex;
		text-align: left;
		align-items: center;
		justify-content: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		padding: 10px 20px;
		margin: 0 10px;
		color: #E62413;
		outline: #E62413;
		border: 1px solid #E62413;
		background: #fff;
		cursor: pointer;
	}
	
	.btn_page button img {
		width: 30px;
		height: 30px;
		object-fit: contain;
	}
}