@charset "UTF-8";
/*------------------------------------------
top	firstview
-------------------------------------------*/
.firstview {
	position: relative;
	width: 100%;
	height: auto;
}
#firstview_slide:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../img/firstview_bg.svg") top left no-repeat;
	background-size: cover;
	z-index: 1;
}

.firstview .photo {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio:1440/688;
	z-index: -10!important;
}
@media screen and (max-width: 896px) {
	#firstview_slide .swiper-slide {
		width: 100%;
	}
	.firstview .photo img {
		width: 100%;
		height: 90vh;
	}
}
.firstview h2 {
	position: absolute;
	top: 70px;
	left: 130px;
	z-index: 99;
}
@media screen and (max-width: 896px) {
	.firstview h2 {
		position: absolute;
		top: 70px;
		left: 16px;
		z-index: 99;
	}
}
.firstview h2 div div {
	width: fit-content;
	font-size: 5.7rem;
	font-size: clamp(2.2rem, 5.7vw, 5.7rem);
	line-height: 1.4;
	font-weight: bold;
	background: #460000;
    background: linear-gradient(90deg,rgba(70, 0, 0, 1) 0%, rgba(172, 0, 0, 1) 100%);
}
.firstview h2 div span {
	font-size: 3.2rem;
	font-size: clamp(1.4rem, 3.2vw, 3.2rem);
	line-height: 1.2;
	display: block;
}
.firstview h2 p,
.firstview h2 div {
	color: #fff;
}
.firstview .small {
	margin-bottom: 10px;
	padding: 2px 15px 6px;
	/*height: 50px;*/
	line-height: 50px;
}
.firstview .big {
	margin-bottom: 30px;
	padding: 0px 15px 8px;
	/*height: 70px;*/
	line-height: 1.0;
	box-sizing: border-box;
}
.firstview h2 p {
	font-size: 1.6rem;
	line-height: 2.0;
	text-shadow: 6px 6px 10px rgba(0,0,0,0.60);
}
@media screen and (max-width: 896px) {
	.firstview h2 p {
		max-width: 200px;
	}
}
.firstview #firstview_slide .swiper-slide .text_wrapper  {
	position: absolute;
	bottom: 90px;
	right: 170px;
	overflow: hidden;
	z-index: 99999;
}
@media screen and (max-width: 896px) {
	.firstview #firstview_slide .swiper-slide .text_wrapper  {
		position: absolute;
		bottom: 70px;
		right: 16px;
		overflow: hidden;
		z-index: auto;
	}
}
.firstview #firstview_slide .swiper-slide .text_wrapper .inner {
	position: relative;
	z-index: 10;
}
.firstview #firstview_slide .swiper-slide .text_wrapper .text {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	font-size: clamp(2.4rem, 3.0vw, 6.0rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	align-self: center;
	align-items: center;
	/*border-left: 18px solid #fff;	*/
}
.firstview #firstview_slide .swiper-slide .text_wrapper .text::before {
	content: "";
	position: relative;
	margin-right: 15px;
	display: block;
	width: 12px;
	height: 76px;
	background: #fff;
}
@media screen and (max-width: 896px) {
	.firstview #firstview_slide .swiper-slide .text_wrapper .text::before {
		content: "";
		position: relative;
		margin-right: 15px;
		display: block;
		width: 9px;
		height: 52px;
		background: #fff;
	}
}
.firstview #firstview_slide .swiper-slide .text_wrapper .more_btn {
	padding: 0 70px 0 30px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 40px;
	float: right;
	border-radius: 20px;
}
.firstview #firstview_slide .swiper-slide .text_wrapper .more_btn:hover {
}
@media screen and (max-width: 896px) {
	.firstview #firstview_slide .swiper-slide .text_wrapper .more_btn {
		padding: 0 70px 0 30px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 35px;
		float: right;
		border-radius: 20px;
	}
	.firstview #firstview_slide .swiper-slide .text_wrapper .more_btn:hover {
		
	}
}
#firstview_slide .swiper-pagination-bullet {
	background: #fff!important;
	opacity: 1;
}
#firstview_slide .swiper-pagination-bullet-active {
	width: 40px;
	height: 8px;
	background: #fff!important;
	border-radius: 4px!important;
}

/*------------------------------------------
top	infoエリア
-------------------------------------------*/
.info {}
.info > div {
	height: 40px;
}
@media screen and (max-width: 896px) {
	.info > div {
		height: 30px;
	}
}
.info > div h2 {
	margin-right: 27px;
	padding: 6px 15px 8px;
	max-width: 230px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	font-size: clamp(1.4rem, 2.6vw, 2.6rem);
	line-height: 1.2;
	font-weight: bold;
	background: #460000;
    background: linear-gradient(90deg,rgba(70, 0, 0, 1) 0%, rgba(172, 0, 0, 1) 100%);
}
@media screen and (max-width: 896px) {
	.info > div h2 {
		margin-right: 15px;
		padding: 6px 6px 6px;
		max-width: 215px;
		color: #fff;
		text-align: center;
		font-size: 2.6rem;
		font-size: clamp(1.6rem, 2.6vw, 2.6rem);
		line-height: 1.2;
		font-weight: bold;
		background: #460000;
		background: linear-gradient(90deg,rgba(70, 0, 0, 1) 0%, rgba(172, 0, 0, 1) 100%);
	}
}
.info > div .info_text {
	font-weight: bold;
	line-height: 40px;
}
@media screen and (max-width: 896px) {
	.info > div .info_text {
		font-weight: bold;
		line-height: 1.0;
		font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	}
}
.info > div .info_text .day {
	margin-right: 28px;
	font-size: clamp(1.0rem, 1.2vw, 1.2rem);
}
@media screen and (max-width: 896px) {
	.info > div .info_text .day {
		margin-bottom: 5px;
		display: block;
		font-size: clamp(1.0rem, 1.2vw, 1.2rem);
	}
}

/*------------------------------------------
top step
-------------------------------------------*/
#step {
	position: relative;
	/*background: url("../../img/step_bg_01.svg")top left no-repeat;*/
	/*background-size: 100% auto;*/
	z-index: auto;
}
@media screen and (max-width: 896px) {
	#step {
		position: relative;
		margin-bottom: 100px;
		/*background: url("../../img/step_bg_01.svg")top left no-repeat;*/
		/*background-size: 100% auto;*/
		z-index: auto;
	}
}

#step::after {
	position: absolute;
	content: '';
	width: 150%;
	height: 500px;
	top: 290px;
	left: -30%;
	background: #E6E6E6;
	transform: rotate(14deg);
	z-index: -2;
}
@media screen and (max-width: 896px) {
	#step::after {
		position: absolute;
		content: '';
		width: 200%;
		height: 500px;
		top: 280px;
		left: -50%;
		background: #E6E6E6;
		transform: rotate(32deg);
		z-index: -2;
	}
}
#step .title_wrapper .title {	
	margin-right: 15px;
	width: 28%;
	height: auto;
	text-align: center;
	color: #AC0000;
	font-size: clamp(2.4rem, 3.6vw, 3.6rem);
	font-weight: 800;
	line-height: 80px;
	background: #fff;
	border: 2px solid #C40000;
}
#step .title_wrapper .title_caption {
	padding: 18px 40px;
	width: 70%;
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	font-weight: 700;
	background: #fff;
	border: 2px solid #C40000;
}
@media screen and (max-width: 896px) {
	#step .title_wrapper .title {	
		margin: 0 0 15px;
		padding: 0 10px;
		width: auto;
		height: auto;
		text-align: center;
		font-weight: 800;
		line-height: 40px;
	}
	#step .title_wrapper .title_caption {
		padding: 18px 20px;
		width: 100%;
		font-weight: 700;
	}
}
#step .items .item {
	position: relative;
	padding: 35px 0 0 10px;
	max-width: 240px;
	width: 50%;
	z-index: auto;
}
@media screen and (max-width: 896px) {
	#step .items .item {
		position: relative;
		margin-bottom: 30px;
		padding: 25px 0 0 0;
		/*max-width: 160px;*/
		width: 45%;
		z-index: auto;
	}
}
@media screen and (max-width: 896px) {
	#step .items .item:nth-of-type(2), 
	#step .items .item:nth-of-type(4) {
		top: 80px;
	}
}
#step .items .item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 92px;
	color: #AC0000;
	font-size: 92px;
	line-height: 0;
	z-index: -1;
}
@media screen and (max-width: 896px) {
	#step .items .item::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		color: #AC0000;
		font-size: 92px;
		line-height: 0;
		z-index: -1;
	}
}
#step .items .item:nth-of-type(1)::before {
	width: 45px;
	height: 90px;
	background: url("../../img/step_item_1.svg") top left no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 896px) {
	#step .items .item:nth-of-type(1)::before {
		width: 30px;
		height: 60px;
		background: url("../../img/step_item_1.svg") top left no-repeat;
		background-size: 100% auto;
	}
}
#step .items .item:nth-of-type(2)::before {
	background: url("../../img/step_item_2.svg") top left no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 896px) {
	#step .items .item:nth-of-type(2)::before {
		width: 47px;
		height: 60px;
		background: url("../../img/step_item_2.svg") top left no-repeat;
		background-size: 100% auto;
	}
}
#step .items .item:nth-of-type(3)::before {
	background: url("../../img/step_item_3.svg") top left no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 896px) {
	#step .items .item:nth-of-type(3)::before {
		width: 48px;
		height: 60px;
		background: url("../../img/step_item_3.svg") top left no-repeat;
		background-size: 100% auto;
	}
}
#step .items .item:nth-of-type(4)::before {
	background: url("../../img/step_item_4.svg") top left no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 896px) {
	#step .items .item:nth-of-type(4)::before {
		width: 52px;
		height: 61px;
		background: url("../../img/step_item_4.svg") top left no-repeat;
		background-size: 100% auto;
	}
}
#step .items .item h3 {
	text-align: center;
	font-size: clamp(1.8rem, 3.6vw, 3.6rem);
	font-weight: 800;
}
#step .items .item p {
	margin: 0 auto;
	width: 82%;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 896px) {
	#step .items .item h3 {
		margin-bottom: 10px;
		text-align: center;
		font-size: clamp(1.8rem, 3.6vw, 3.6rem);
		font-weight: 800;
	}
	#step .items .item p {
		margin: 0 auto;
		width: 82%;
		font-size: 1.2rem;
	}
}


/*------------------------------------------
top materials
-------------------------------------------*/
#materials {
	position: relative;
	margin: 0 0 15px;
	background: url("../../img/materials_bg_item.jpg") top left no-repeat;
	background-size: cover;
}
@media screen and (max-width: 896px) {
	#materials {
		margin: 0 0 15px;
		background: url("../../img/materials_bg_item.jpg") top left no-repeat;
		background-size: cover;
	}
}
#materials .content_inner {
	position: relative;
	padding: 60px 0 30px 10%;
	max-width: 1200px;
	flex-flow: nowrap ;
}
@media screen and (max-width: 896px) {
	#materials .content_inner {
		position: relative;
		padding: 60px 0 30px 0;
		max-width: 1200px;
		flex-flow: nowrap ;
	}
}
#materials .materials_bg_line {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: calc(100% + 2px);
}
#materials .materials_bg_line img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 896px) {
	#materials .content_inner {
		flex-flow: row wrap;
	}
}
#materials .text {
	margin-right: 20px;
	color: #fff;
	max-width: 160px;
	width: 20%;
}
@media screen and (max-width: 896px) {
	#materials .text {
		margin-right: 20px;
		display: flex;
		color: #fff;
		max-width: 100%;
		width: 100%;
	}
}
#materials .text h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(5.0rem, 6.0vw, 6.0rem);
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width: 896px) {
	#materials .text h2 {
		margin-bottom: 40px;
		text-align: center;
		font-size: 6.0rem;
		font-weight: bold;
		line-height: 1.2;
		width: 50%;
		transform: translateY(-5px);
	}
}
#materials .text p {
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 896px) {
	#materials .text p {
		width: 50%;
		font-size: 1.2rem;
	}
}
#materials .image_wrapper {
	max-width: 920px;
	width: 84%;
	overflow: hidden;
}
@media screen and (max-width: 896px) {
	#materials .image_wrapper {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
}
#materials .image_wrapper .photo {
	position: relative;
	width: calc(100%/4);
	height: auto;
	aspect-ratio: 230/205;
}
@media screen and (max-width: 896px) {
	#materials .image_wrapper .photo {
		width: calc(100%/2);
		height: auto;
		aspect-ratio: 230/205;
	}
}
#materials .image_wrapper > div:nth-of-type(1) {
	border-bottom: 4px solid #AC0000;
}
#materials .image_wrapper > div > div {
	border-right: 4px solid #AC0000;
}
#materials .image_wrapper > div > div:last-of-type {
	border: none;
}
@media screen and (max-width: 896px) {
	#materials .image_wrapper > div > div  {
		border-bottom: 4px solid #AC0000;
	}
	#materials .image_wrapper > div > div:nth-of-type(odd) {
		border-right: 4px solid #AC0000;
	}
	#materials .image_wrapper > div > div:nth-of-type(even) {
		border-right: none
	}
	#materials .image_wrapper > div:nth-of-type(1) {
		border-bottom: none;
	}
	#materials .image_wrapper > div > div:nth-of-type(7),
	#materials .image_wrapper > div > div:nth-of-type(8) {
		border-bottom: none;
	}
}
#materials .image_wrapper > p {
	padding-top: 15px;
	color: #fff;
	float: right;
}
#materials .image_wrapper .photo .img_text {
	position: absolute;
	top: 50%;
	left: 6px;
	color: #fff;
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 1.8vw, 2.4rem); 
	font-weight: bold;
	transform: translateY(-25%);
	z-index: 10;
}
#materials .image_wrapper .photo .img_text.double {
	transform: translateY(-30%);
}
#materials .image_wrapper .photo .img_text.solo {
	transform: translateY(-46%);
}
#materials .image_wrapper .photo .img_text .material {
	margin-bottom: 5px;
	padding-left: 5px;
	background: #AC0000;
	transition: 0.2s;
}
#materials .image_wrapper .photo:hover .img_text .material {
	color: #AC0000;
	background: #fff;
	transition: 0.6s;
}
#materials .image_wrapper .photo .img_text .category {
	padding-left: 5px;
	color: #AC0000;
	background: #fff;
	opacity: 0;
	transition: 0.4s;
}
#materials .image_wrapper .photo:hover .img_text .category {
	opacity: 1;
	transition: 0.6s;
}
#materials .image_wrapper .photo .overray {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 90deg,rgba(70, 0, 0, 1) 0%, rgba(172, 0, 0, 1) 100%);
	mix-blend-mode: multiply;
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}
#materials .image_wrapper .photo:hover .overray {
	opacity: 1;
	transition: 0.6s;
}


/*------------------------------------------
top quality
-------------------------------------------*/
#quality {
	padding-bottom: 15px;
	background: #E31E1E;
}
#quality .headline {
	margin: 0 auto;
	width: 90%;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 500;
}
#quality .headline .title {
	margin: 0 auto;
	max-width: 1100px;
	width: 90%;
}
#quality .headline span {
	margin: 0 auto;
	width: 90%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}
#quality .content {
	padding: 10px 0;
	background: #fff;
}
@media screen and (max-width: 896px) {
	#quality .content .content_inner .photo {
		margin: 0 auto;
		width: 90%;
		height: auto;
	}
}

#quality .content .content_inner .text {
	padding: 30px 0;
	width: 65%;
}
@media screen and (max-width: 896px) {
	#quality .content .content_inner .text {
		margin: 0 auto;
		padding: 30px 0;
		width: 90%;
	}
}
#quality .content .content_inner .text p {
	margin-bottom: 20px;
	font-weight: 700;
}
#quality .content .content_inner .text p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------
top works
-------------------------------------------*/
#works {
	position: relative;
}
#works::after {
	position: absolute;
	content: '';
	width: 200%;
	height: 700px;
	top: -80px;
	left: -30%;
	background: #E6E6E6;
	transform: rotate(-7.5deg);
	z-index: -2;
}
@media screen and (max-width: 896px) {
	#works::after {
		position: absolute;
		content: '';
		width: 200%;
		height: 700px;
		top: -80px;
		left: -30%;
		background: #E6E6E6;
		transform: rotate(-45deg);
		z-index: -2;
	}
}
#works h2 {
	margin-bottom: 10px;
	text-align: center;
	color: #AC0000;
	font-size: 3.6rem;
	font-weight: 900;
}
@media screen and (max-width: 896px) {
	#works h2 {
		margin-bottom: 20px;
		text-align: center;
		color: #AC0000;
		font-size: 3.6rem;
	}
}
#works p {
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	#works p {
		margin: 0 auto 20px;
		width: 90%;
		font-size: 1.2rem;
	}
}
#works .posts {
	margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
	#works .posts {
		display: block;
	}
}
#works .posts .post {
	max-width: 294px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	border: 6px solid #AC0000;
}

@media screen and (max-width: 896px) {
	#works .posts .post {
		margin-bottom: 20px;
		max-width: 100%;
		width: 100%;
		background: #fff;
		border-radius: 10px;
		border: 3px solid #AC0000;
	}
}
#works .posts .post h3 {
	margin-bottom: 20px;
	padding: 0px 0 6px;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	background: #AC0000;
}
@media screen and (max-width: 896px) {
	#works .posts .post h3 {
		margin-bottom: 0;
		padding: 0px 0 4px 20px;
		color: #fff;
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.4;
		text-align: left;
		background: #AC0000;
	}
}
#works .posts .post .photo {
	margin: 0 auto 30px;
	width: 85%;
	height: auto;
	aspect-ratio: 234/157;
}
@media screen and (max-width: 896px) {
	#works .posts .post {
		overflow: hidden;
	}
	#works .posts .post .photo {
		margin: 0 auto 0;
		padding: 10px;
		width: 48%;
		height: auto;
		aspect-ratio: 163/155;
		float: left;
		object-fit: cover;
		object-position: 50% 50%;
	}
	#works .posts .post .photo img {
		width: 100%;
		height: auto;
		aspect-ratio: 163/155;
		object-fit: cover;
		object-position: 50% 50%;
	}
}
#works .posts .post .post_text {
	margin: 0 auto 30px;
	width: 85%;
	height: auto;
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text {
		margin: 0 auto 0;
		padding: 10px;
		width: 50%;
		height: auto;
		display: block;
		justify-content: space-between;
		font-size: clamp(1.4rem, 1.4vw, 2.3rem);
		float: right;
	}
}
#works .posts .post .post_text .info_text.info_01 div {
	padding: 0 20px;
	text-align: left;
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text .info_text.info_01 div {
		padding: 0 20px;
		width: 100%;
	}
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text .info_text.info_01,
	#works .posts .post .post_text .right_cont {
		display: block;
		width: 100%;
	}
}
#works .posts .post .post_text .info_text {
	margin-bottom: 5px;
	display: flex;
	background: #fff;
	box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
	border-radius: 5px;
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text .info_text {
		margin-bottom: 5px;
		
	}
}

#works .posts .post .post_text .info_text > div {
	padding: 5px 10px;
	width: 70%;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text .info_text > div {
		padding: 0px 10px;
		width: 100%;
		text-align: center;
		line-height: 1.6;
	}
}
#works .posts .post .post_text > .info_text span {
	height: 50px;
	line-height: 50px;
}

#works .posts .post .post_text .info_text span {
	padding: 0 5px;
	text-align: center;
	color: #fff;
	display: block;
	width: 30%;
	min-width: fit-content;
	background: #AC0000;
	border-radius: 5px;
}
@media screen and (max-width: 896px) {
	#works .posts .post .post_text .info_text.info_01,
	#works .posts .post .post_text .info_text.info_02 {
		display: block;
	}
	#works .posts .post .post_text .info_text.info_01 span,
	#works .posts .post .post_text .info_text.info_02 span {
		padding-left: 20px;
		text-align: left;
		color: #fff;
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		background: #AC0000;
		border-radius: 5px;
	}
	#works .posts .post .post_text .info_text.info_02 {
		margin-bottom: 10px;
	}
	#works .posts .post .post_text .info_text.info_03 {
	
	}
	#works .posts .post .post_text .info_text.info_03 span {
		width: 40%;
	}
}
#works .post_more_btn {
	padding: 5px 0;
	text-align: center;
	color: #AC0000;
	font-size: clamp(1.8rem, 1.8vw, 2.4rem); 
	font-weight: bold;
	border: 3px solid #AC0000;
	border-radius: 50px;
	background: #fff url("../../img/btn_arrow_item01.svg") center right 35% no-repeat;
	transition: .6s;
}
#works .post_more_btn:hover {
	color: #fff;
	background: url("../../img/btn_arrow_item02.svg") center right 34% no-repeat;
	border: 3px solid #fff;
	transition: .4s;
}
@media screen and (max-width: 896px) {
	#works .post_more_btn {
		padding: 5px 0;
		height: 60px;
		text-align: center;
		font-weight: bold;
		line-height: 45px;
		background: #fff url("../../img/btn_arrow_item01.svg") center right 20% no-repeat;
		border: 3px solid #AC0000;
		border-radius: 50px;
	}
	#works .post_more_btn:hover {
		background: url("../../img/btn_arrow_item02.svg") center right 19% no-repeat;
		transition: .4s;
	}
}

/*------------------------------------------
works_page
-------------------------------------------*/
#works.list h2 {
	color: #fff;
}
#works_page .posts .post_wrapper {
	margin: 0 50px 50px 0;
	max-width: calc(100%/3 - 34px);
}
@media screen and (max-width: 896px) {
	#works_page .posts .post_wrapper {
		margin: 0 0 50px;
		max-width: 100%;
		width: 100%;
	}	
}
#works_page .posts .post_wrapper:nth-of-type(3n) {
	margin-right: 0;
}#works_page .posts .post_wrapper .post {
	margin: 0;
	max-width: 100%;
	width: 100%;
}
#works .modal-area .photo,
#works .modal-area .photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 400/266;
}
#works .modal-area .post_text {
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 896px) {
	#works .modal-area .post_text {
		padding: 10px;
	}
}
#works .modal-area .post_text .left_cont,
#works .modal-area .post_text .right_cont {
	width: calc(50% - 7px);
}
#works .modal-area .post_text .info_text {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 600;
	box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
	border-radius: 6px;
}
@media screen and (max-width: 896px) {
	#works .modal-area .post_text .info_text {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 600;
		box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
		border-radius: 6px;
	}
}
#works .modal-area .post_text .info_text span {
	display: block;
	text-align: left;
	color: #fff;
	background: #AC0000;
	border-radius: 6px;
}
#works .modal-area .post_text .info_text > div {
	padding: 0 20px;
	width: 100%;
	text-align: center;
}
#works .modal-area .post_text .info_05 > div {
	width: 100%;
	min-height: 76px;
	text-align: left;
}
@media screen and (max-width: 896px) {
	#works .modal-area .post_text .info_text > div {
		padding: 0 10px;
		font-size: 1.4rem;
	}
}
#works .modal-area .post_text .info_02 ,
#works .modal-area .post_text .info_03 ,
#works .modal-area .post_text .info_04  {
 display: flex;
}
@media screen and (max-width: 896px) {
	#works .modal-area .post_text .info_02 {
	 display: block;
	}
}
#works .modal-area .post_text .info_01 span,
#works .modal-area .post_text .info_05 span {
	padding-left: 30px; 
}
#works .modal-area .post_text .info_02 span,
#works .modal-area .post_text .info_03 span,
#works .modal-area .post_text .info_04 span {
 	width: 54%;
	text-align: center;
}
@media screen and (max-width: 896px) {
	#works .modal-area .post_text .info_02 span {
		width: 100%;
	}
}
#works_slide.swiper-container {
	position: relative;
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}
/* 前へ次への矢印カスタマイズ */
#slide_flexwrapper {
	position: relative;
	display: flex;
}
#works .swiper-button-prev,
#works .swiper-button-next {
	margin: 0;
	top: 0;
	height: 100%;
	width: auto;
	aspect-ratio: 70/300;
}
@media screen and (max-width: 896px) {
	#works .swiper-button-prev,
	#works .swiper-button-next {
		margin: 0;
		top: 0;
		width: auto;
		height: 100%;
		aspect-ratio: 70/300;
	}
}
#works .swiper-button-prev {
	left: 20px;
}
#works .swiper-button-next {
	right: 20px;
}
@media screen and (max-width: 896px) {
	#works .swiper-button-prev {
		left: 10px;
	}
	#works .swiper-button-next {
		right: 10px;
	}
}
/* 前へ次への矢印カスタマイズ */
#works .swiper-button-prev::after,
#works .swiper-button-next::after {
	content: "";
	margin: 0;
	height: 100%;
	width: auto;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 70/300;
}
@media screen and (max-width: 896px) {
	#works .swiper-button-prev::after,
	#works .swiper-button-next::after {
		position: relative;
		 content: "";
		margin: 0;
		height: 100%;
		width: auto;
		background-repeat: no-repeat;
		background-size: contain;
		aspect-ratio: 70/300;
	}
}
/* 前への矢印カスタマイズ */
#works .swiper-button-prev::after {
	background-image: url("../../img/swiper-button-prev_item.svg");
	background-size: cover;
	background-position: center center;
}
/* 次への矢印カスタマイズ */
#works .swiper-button-next::after {
	background-image: url("../../img/swiper-button-next_item.svg");
	background-size: cover;
	background-position: center center;
}

/* ----------------modal-window ------------------------- */
.modal-window {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 111;
	justify-content: center;
	align-items: center;
}
.modal-area {
	position: relative;
	width: 90%;
	max-width: 650px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	aspect-ratio: 65/53;
	border: 4px solid #AC0000;
}
.modal-area h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	font-size: 3.2rem;
	background: #AC0000;
	border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 896px) {
	.modal-area h3 {
		position: relative;
		margin-bottom: 10px;
		padding: 0 20px 5px;
		color: #fff;
		font-size: 2.0rem;
		background: #AC0000;
		border-radius: 6px 6px 0 0;
	}
}

/* -------------------------modal-close ---------------- */
.modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 113;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 896px) {
	.modal-close {
	  position: absolute;
	  top: -8px;
	  right: 10px;
	  z-index: 113;
	  cursor: pointer;
	  text-align: center;
	}
}
.icon-close {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.icon-close::before, .icon-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #fff;
}
.icon-close::before {
  transform: rotate(-45deg);
}
.icon-close::after {
  transform: rotate(45deg);
}
/*------------------------------------------
company page
-------------------------------------------*/
#company {}
#company .firstview .section_title {
	max-width: 360px;
	width: 90%;
}
#company .overview .section_title,
#company .map .section_title {
	color: #fff;
	background: #AC0000;
}
#company .history .section_title {
	color: #C40000;
	background: #F1F3F5;
}
#company .history {
	padding: 30px 0;
	background: #fff;
}
#company table {
	margin-bottom: 50px;
	font-size: 2.0rem;
	font-size: clamp(1.4rem, 2.0vw, 2.0rem);
}
@media screen and (max-width: 896px) {
	#company table {
		margin: 0 auto 50px;
		max-width: 80%;
		width: 90%;
	}
}
#company table th, 
#company table td {
	padding: 10px 0;
	padding-left: 5%;
	font-weight: 700;
}
#company table th {
	border-bottom: 3px solid #AC0000;
	font-weight: 800;
}
@media screen and (max-width: 896px) {
	#company table th {
		padding-left: 0;
		border-bottom: 3px solid #AC0000;
	}
}
#company table td {
	border-bottom: 3px solid #CFCFCF;
}
#company table td a {
	text-decoration: underline;
}
#company .history ul {
	position: relative;
	margin: 0 auto;
	max-width: 80%;
	width: 90%;
}
#company .history ul li {
	position: relative;
	padding: 15px 0;
	font-size: clamp(1.4rem, 2.0vw, 2.0rem);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 896px) {
	#company .history ul li {
		position: relative;
		padding: 10px 0;
		display: flex;
		align-items: flex-start;
	}
}
#company .history ul li::before {
	content: '●';
	width: 40px;
	text-align: center;
	color: #C40000;
	font-size: 1.6rem;
	transform: translate(-10px, -0px);
}
@media screen and (max-width: 896px) {
	#company .history ul li::before {
		content: '●';
		width: 30px;
		top: 0;
		text-align: center;
		color: #C40000;
		font-size: 1.6rem;
		transform: translate(-6px, -2px);
	}
}
#company .history ul li:first-child::before,
#company .history ul li:last-child::before {
	transform: translate(-10px, -0px);
	font-size: 2.2rem;
}
@media screen and (max-width: 896px) {
	#company .history ul li:first-child::before,
	#company .history ul li:last-child::before {
		transform: translate(-6px, -7px);
		font-size: 2.2rem;
	}
}
#company .history ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 2px;
	height: 100px;
	background: #C40000;
}
@media screen and (max-width: 896px) {
	#company .history ul li::after {
		content: '';
		position: absolute;
		top: 28%;
		left: 8px;
		width: 2px;
		height: 94px;
		background: #C40000;
	}
}
#company .history ul li:last-child:after {
	display: none;
}
#company .history ul li b {
	margin-right: 20px;
	color: #B60000;
	font-size: clamp(2.0rem, 3.6vw, 3.6rem);
}
@media screen and (max-width: 896px) {
	#company .history ul li b {
		margin-right: 20px;
		line-height:1.2; 
	}
}

#company .map {
	margin-bottom: 124px;
	padding-top: 90px;
}
#company .map iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 980/487;
}


/*------------------------------------------
works
-------------------------------------------*/


/*------------------------------------------
プライバシーポリシー
-------------------------------------------*/
#privacypolicy .page_title {
	margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
	#privacypolicy .page_title {
		margin-bottom: 20px;
	}
}
#privacypolicy .content {
	margin-bottom: 180px;
	padding: 60px 30px 30px; 
	background: #fff;
	border-radius: 10px;
}
#privacypolicy .content h3,
#privacypolicy .content h4 {
	font-weight: 900;
}
#privacypolicy .content h3 {
	margin-bottom: 30px;
}
#privacypolicy .content p,
#privacypolicy .content ol {
	margin-bottom: 30px;
	font-weight: 500;
}
#privacypolicy .content ol {
	padding-left: 25px;
	list-style: decimal;
}

/*------------------------------------------
受託研修
-------------------------------------------*/

#training #step {
}
#training #step::after {
	display: none;
}
#training #step .items {
	margin-bottom: 50px;
}
#training #step .item {
	max-width: 255px;
}
#training #step .item h3 {
	font-size: clamp(1.8rem, 3.0vw, 3.0rem);
}
#training .strengths {
	padding-bottom: 60px;
	background: #fff;
}
@media screen and (max-width: 896px) {
	#training .strengths {
		padding-bottom: 0px;
		background: #fff;
	}
}
#training .strengths .img_headline {
	position: relative;
	width: 100%;
	height: 360px;
}
@media screen and (max-width: 896px) {
	#training .strengths .img_headline {
		margin-bottom: 0;
		position: relative;
		width: 100%;
		height: 360px;
	}
}
#training .strengths .img_headline .content_inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
	#training .strengths .img_headline .content_inner {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-20%);
	}
}
#training .strengths .img_headline .content_inner .section_title {
	padding-right: 20px;
	max-width: fit-content;
	color: #AC0000;
	background: #fff;
}
@media screen and (max-width: 896px) {
	#training .strengths .img_headline .content_inner .section_title {
		padding-right: 4px;
		max-width: fit-content;
		width: fit-content;
		color: #AC0000;
		background: #fff;
		line-height: 1.6;
	}
}
#training .strengths .items .item {
	width: calc(100%/3 - 10px);
	border: 3px solid #AC0000;
}
@media screen and (max-width: 896px) {
	#training .strengths .items {
		transform: translateY(-42px);
	}
	#training .strengths .items .item {
		margin-bottom: 24px;
		width: 100%;
		border: 3px solid #AC0000;
	}
	#training .strengths .items .item:last-child {
		margin-bottom: 0;
	}
}
#training .strengths .items .item h4 {
	padding: 2px 0 6px;
	text-align: center;
	color: #fff;
	font-size: clamp(2.0rem, 2.2vw, 2.2rem);
	background: #AC0000;
}
#training .strengths .items .item p {
	padding: 40px 25px;
}
@media screen and (max-width: 896px) {
	#training .strengths .items .item p {
		padding: 20px 25px;
		font-size: 1.2rem;
	}
}

/*----参加者のコメント----*/
#training .comment {
	padding: 50px 0 40px;
	background: #D9D9D9;
}
#training .comment .items .item {
	padding: 25px 45px 25px 20px;
	width: calc(100%/2 - 30px);
	background: #fff;
	align-items: flex-start;
	border-radius: 6px;
}
@media screen and (max-width: 896px) {
	#training .comment .items .item {
		margin-bottom: 20px;
		padding: 20px 25px 20px 15px;
		width: 100%;
		background: #fff;
		align-items: flex-start;
	}
}
#training .comment,
#training .comment .items .item {
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
#training .comment .items .item .image {
	position: relative;
	width: 38%;
	max-width: 180px;
	height: 100%;
}
@media screen and (max-width: 896px) {
	#training .comment .items .item .image {
		width: 32%;
	
	}
}
#training .comment .items .item .image img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 896px) {
	#training .comment .items .item .image img {
		width: auto;
		height: calc(100% + 10px);
		object-fit: contain;
	}
}
#training .comment .items .item .text {
	width: 56%;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 896px) {
	#training .comment .items .item .text {
		width: 55%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
#training .comment .items .item .text .name {
	margin-bottom: 10px;
	color: #AC0000;
	font-size: clamp(1.4rem, 2.0vw, 2.0rem);
	line-height: 1.0;
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	#training .comment .items .item .text .name {
		margin-bottom: 10px;
		color: #AC0000;
		font-size: clamp(1.6rem, 2.4vw, 2.4rem);
		line-height: 1.0;
		font-weight: bold;
	}
}
#training .comment .items .item .text p {
	min-height: 125px;
	line-height: 1.6;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}
@media screen and (max-width: 896px) {
	#training .comment .items .item .text p {
		line-height: 1.4;
		font-size: clamp(1.4rem, 2.0vw, 2.0rem);
	}
}

#training #contacts .content_inner {
	background: #0C7DFF;
}
#training #contacts .content_inner .item:last-child h3 {
	background: #6AADA7;
}
#training #contacts .contact_btn {
	background: #6AADA7 url("../../img/btn_arrow_item03.svg") center right 30px no-repeat;
}
#training #contacts .contact_btn:hover {
	background:  url("../../img/btn_arrow_item04.svg") center right 25px no-repeat;
	color: #6AADA7;
	border: 3px solid #6AADA7;
}

/*------------------------------------------
	FAQページー
-------------------------------------------*/
#faq .page_title {
	
}
/*--タブメニュー--*/
#faq  #tab_menu .tab {
	margin-bottom: 50px;
	width: 100%;
}
#faq  #tab_menu .tab li {
	position: relative;
	width: calc(100%/2 - 15px);
	height: 55px;
	text-align: center;
	color: #B60000;
	line-height: 55px;
	background-color: #F3F5F7;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	cursor: pointer;
	pointer-events: auto;
	transition: .8s;
	z-index: 5;
}
@media screen and (max-width: 896px) {
	#faq  #tab_menu .tab li {
		position: relative;
		width: calc(100%/2 - 10px);
		height: 55px;
		text-align: center;
		color: #B60000;
		line-height: 55px;
		background-color: #F3F5F7;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
		cursor: pointer;
		pointer-events: auto;
		transition: .8s;
		z-index: 5;
	}
}
#faq  #tab_menu .tab li:hover,
#faq  #tab_menu .tab li.select {
	color: #fff;
	background-color: #B60000;
	transition: .4s;
}
#tab_menu .hide {
	display: none;
}
#faq  #tab_menu .tab li.select::after {
	content: "";
	position: relative;
	margin-top: 8px;
	display: block;
	width: 100%;
	height: 4px;
	bottom: 0;
	border-radius: 2px;
	background: #B60000;
}
#faq  #tab_menu .tab li div {
  padding: 10px 0 0 30%;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
#faq  #tab_menu .tab li i {
  display: inline-block;
  font-size: 1.2rem;
  font-style: normal;
}
#faq  #tab_menu .goods_quality,
#faq  #tab_menu .order {
  position: relative;
  padding: 0 0 70px;
}
#faq  .fqa_content {
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	box-sizing: border-box;
}
#faq  .fqa_content .question,
#faq  .fqa_content .answer {
	padding: 20px 40px 20px 60px;
}
@media screen and (max-width: 896px) {
	#faq  .fqa_content .question,
	#faq  .fqa_content .answer {
		padding: 20px 40px 20px 60px;
		font-size: 1.4rem;
	}
}
#faq  .fqa_content .question {
	background: url("../../img/faq_item_question.svg") top 18px left 20px no-repeat;
}
#faq  .fqa_content .answer {
	background: url("../../img/faq_item_answer.svg") top 18px left 20px no-repeat;
}


/*----ドロップダウン----*/
.drop__content {
  display: none;
}
/* プラスマークの横部分 */
.drop__label {
  position: relative;
	width: 100%;
}
.drop__label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 3px;
  background: #B60000;
  transform: translateY(-50%);
}

/* プラスマークの縦部分 */
.drop__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 3px;
  height: 20px;
  background: #B60000;
  transform: translateY(-50%);
  transition: .3s;
}

/* 回答表示時にプラスマークの縦部分を消す */
.drop__label.open::after {
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}


/*------------------------------------------
ハイテックの強み
-------------------------------------------*/
@keyframes turnright {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes turnleft {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(-90deg);
  }
}
#strengths {
	position: relative;
	background: #AC0000;
	z-index: auto;
}
#strengths header {
	position: relative;
	z-index: 999;
}
#strengths h2 {
	position: relative;
	margin-bottom: 0;
	z-index: 10;
}
#strength .inner_1200 {
	padding: 120px 0 10px;
	background: #f1f3f5;
}
@media screen and (max-width: 896px) {
	#strength .inner_1200 {
		padding: 0 0;
		background: #f1f3f5;
		overflow: hidden;
	}
}
#strength .content {
	padding: 20px;
	width: 50%;
	height: auto;
	z-index: 20;
}
#strength .title {
	display: flex;
	font-size: clamp(2.4rem, 3.4vw, 4.0rem);
	font-weight: 900;
	line-height: 1.0;
	color: #C40000;
}
#strength h3 .namber {
	margin-right: 20px;
	font-family: 'Inter';
	font-size: 10rem;
	font-size: clamp(5.2rem, 5.2vw, 10rem);
	font-weight: 900;
	transform: translateY(-2px);
}
#strength .bg_item_right {
	z-index: 1;
}
#strength .mskImg {
	mask-image: url("../../img/strengths_bg_musk_01.png");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 100% auto;
	-webkit-mask-image:url("../../img/strengths_bg_musk_01.png");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100% auto;
	
}
#strength .turnleft.rotate,
#strength .mskImg.turnleft.rotate {
	animation: turnleft 3s 0.4s forwards;
}
#strength .mskImg.turnleft.rotate img {
	animation: turnright 3s 0.4s forwards;
}
#strength .turnright.rotate,
#strength .mskImg.turnright.rotate {
	animation: turnright 3s 0.4s forwards;
}
#strength .mskImg.turnright.rotate img {
	animation: turnleft 3s 0.4s forwards;
}

/*----エリア1----*/
#strength .content_01_wrapper {
	position: relative;
	margin-bottom: 30px;
	height: 600px;
	flex-flow: row nowrap;
}
@media screen and (max-width: 896px) {
	#strength .content_01_wrapper {
		margin-bottom: 0;
		flex-flow: row wrap-reverse;
	}
}
#strength .content.content_01 {
	margin-bottom: 20px;
}
#strength .bg_item_01 {
	position: absolute;
	top: -220px;
	right: -390px;
	width: 900px;
	height: 780px;
}
#strength .bg_item_01 .mskImg {
	width: 770px;
	height: 770px;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_01 .mskImg {
		position: absolute;
		top: -35%;
		right: -14%;
		width: 100%;
		height: auto;
	}
}
#strength .bg_item_sub_01 {
	position: absolute;
	bottom: 0;
	right: 400px;
	width: 280px;
	height: 280px;
	transform: translateX(30px);
}
#strength .bg_item_sub_01 .item_01 {
	position: absolute;
	width: 220px;
	height: 220px;
	top: 0;
	left: 0;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_sub_01 .item_01 {
		position: absolute;
		width: 18%;
		height: auto;
		top: auto;
		bottom: -12%;
		left: 0;
	}
}
#strength .bg_item_sub_01 .item_02 {
	position: absolute;
	width: 110px;
	height: 110px;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_sub_01 .item_02 {
		position: absolute;
		width: 110px;
		height: 110px;
		display: none;
		bottom: 0;
		right: 0;
	}
}
/*----エリア2----*/
#strength .content_02_wrapper {
	position: relative;
	margin-bottom: 80px;
	height: 600px;
}
@media screen and (max-width: 896px) {
	#strength .content_02_wrapper {
		margin-bottom: 0;
	}
	#strength .content.content_02 {
		margin-bottom: 0;
	}
}
#strength .content_02 h3 {
	float: right;
}
#strength .bg_item_02 {
	position: absolute;
	top: -220px;
	left: -250px;
	width: 870px;
	height: 810px;
	z-index: 1;
}
#strength .bg_item_02 .mskImg {
	width: 760px;
	height: 760px;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_02 .mskImg {
		position: absolute;
		top: -40%;
		left: -30%;
		width: 100%;
		height: auto;
	}
}
#strength .bg_item_sub_02 {
	position: absolute;
	width: 240px;
	height: 240px;
	bottom: 0;
	left: 370px;
	transform: translateX(10px);
}
#strength .bg_item_sub_02 .item_01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_sub_02 .item_01 {
		position: absolute;
		width: 25%;
		height: auto;
		top: auto;
		right: 10%;
		bottom: -20%;
	}
}

/*----エリア3----*/
#strength .content_03_wrapper {
	position: relative;
	margin-bottom: 30px;
	height: 270px;
	flex-flow: row nowrap;
}
@media screen and (max-width: 896px) {
	#strength .content_03_wrapper {
		flex-flow: row wrap-reverse;
	}
}
#strength .bg_item_03 {
	position: absolute;
	top: -270px;
	right: -220px;
	width: 760px;
	height: 760px;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_03 .mskImg {
		position: absolute;
		top: -40%;
		right: -15%;
		width: 100%;
		height: auto;
	}
}

/*----エリアラインナップ----*/
#strength .equipment {
	position: relative;
	margin: 0 auto 100px;
	max-width: 890px;
	width: 90%;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	z-index: 20;
}
@media screen and (max-width: 896px) {
	#strength .equipment {
		position: relative;
		margin: 0 auto 0;
		max-width: 890px;
		width: 90%;
		border: 1px solid #000;
		background: #fff;
		z-index: 20;
	}
}
#strength .equipment h3 {
	color: #fff;
	text-align: center;
	font-size: clamp(1.6rem, 2.3vw, 4.2rem);
	background: #AC0000;
}
@media screen and (max-width: 896px) {
	#strength .equipment h3 {
		padding: 5px 0;
	}
}
#strength .equipment .items {
	padding: 40px 40px 20px;
}
@media screen and (max-width: 896px) {
	#strength .equipment .items {
		padding: 20px 20px 0;
	}
}
#strength .equipment .item {
	margin-bottom: 20px;
	width: calc(100%/2 - 10px);
}
#strength .equipment .item .photo {
	width: 100%;
	height: auto;
	aspect-ratio: 385/202;
}
#strength .equipment .item .photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 385/202;
	object-fit: cover;
}
@media screen and (max-width: 896px) {
	#strength .equipment .item .photo {
		position: relative;
		aspect-ratio: 140/100;
	}
	#strength .equipment .item .photo img {
		aspect-ratio: 140/100;
	}
}
#strength .equipment .item .text {
	padding-left: 32px;
	display: flex;
	color: #fff;
	font-size: clamp(1.4rem, 1.4vw, 2.0rem);
	font-weight: bold;
	line-height: 1.2;
	background: #AC0000;
}
@media screen and (max-width: 896px) {
	#strength .equipment .item .text {
		padding-left: 0;
		display: block;
		color: #fff;
		font-weight: bold;
		line-height: 1.2;
		background: none;
	}
}
#strength .equipment .item .text .equipment_title {
	margin-right: 40px;
	line-height: 60px;
}
#strength .equipment .item .text .equipment_name {
	padding: 6px 0;
}
@media screen and (max-width: 896px) {
	#strength .equipment .item .equipment_title {
		position: absolute;
		padding: 0 4px;
		bottom: 0;
		margin-right: 0;
		line-height: 1.2;
		color: #fff;
		background: #AC0000;
	}
	#strength .equipment .item .text .equipment_name {
		display: block;
		padding: 4px 0 4px 15px;
		margin-right: 0;
		line-height: 1.2;
		background: #AC0000;
	}
}

/*----エリア4----*/
#strength .content_04_wrapper {
	position: relative;
	height: 400px;
}
@media screen and (max-width: 896px) {
	#strength .content_04_wrapper {
		margin-bottom: 50px;
	}
}
#strength .bg_item_04 {
	position: absolute;
	top: -220px;
	left: -250px;
	width: 1050px;
	height: 760px;
	z-index: 1;
}
#strength .bg_item_04 .mskImg {
	width: 760px;
	height: 760px;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_04 .mskImg {
		position: absolute;
		top: -40%;
		left: -15%;
		width: 95%;
		height: auto;
	}
}
#strength .bg_item_sub_04 {
	position: absolute;
	bottom: -100px;
	left: 400px;
	width: 370px;
	height: 240px;
	transform: translateX(30px);
	z-index: 2;
}
#strength .bg_item_sub_04 .item_01 {
	position: absolute;
	width: 240px;
	height: 240px;
	bottom: 0;
	left: 0;
}
#strength .bg_item_sub_04 .item_02 {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0;
	right: 0;
}
@media screen and (max-width: 896px) {
	#strength .bg_item_sub_04 .item_01 {
		position: absolute;
		width: 18%;
		height: auto;
		bottom: -6%;
		right: 8%;
		left: auto;
	}
	#strength .bg_item_sub_04 .item_02 {
		position: absolute;
		width: 14%;
		height: auto;
		top: auto;
		bottom: 18%;
		right: 0;
	}
}
/*----共通----*/
#strength .content h3 {
	margin-bottom: 20px;
}
#strength .content h3 > div > p {
	margin-bottom: 0;
	padding-top: 20px;
	font-size: clamp(1.8rem, 2.0vw, 2.0rem);
}

#strength .content p {
   margin-bottom: 20px;
	clear: both;
}
#strength .more_btn {
    padding: 0 70px 0 30px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 40px;
    background: #fff url(../../img/btn_arrow_item01.svg) center right 30px no-repeat;
    float: right;
    border-radius: 20px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
#strength .more_btn:hover {
    background: url(../../img/btn_arrow_item02.svg) center right 20px no-repeat;
}

#strength #contacts {
	position: relative;
	clear: both;
	z-index: 30;
}

@media screen and (max-width: 896px) {
	#strength .content_01_wrapper,
	#strength .content_02_wrapper,
	#strength .content_03_wrapper,
	#strength .content_04_wrapper {
		position: relative;
		height: auto;
	}
	#strength .bg_item_01,
	#strength .bg_item_02,
	#strength .bg_item_03,
	#strength .bg_item_04 {
		position: relative;
		top: 0;
		bottom: auto;
		right: auto;
		left: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 360/190;
		overflow: hidden;
	}
	#strength .bg_item_04 {
		overflow: visible;
	}
	#strength .bg_item_sub_01,
	#strength .bg_item_sub_02,
	#strength .bg_item_sub_03,
	#strength .bg_item_sub_04 {
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		width: 100%;
		height: auto;
		transform: translate(0, 0);
		aspect-ratio: 360/190;
	}
	#strength .content.content_01,
	#strength .content.content_02,
	#strength .content.content_03,
	#strength .content.content_04 {
		margin-bottom: 0;
		width: 100%;
		height: auto;
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	}
}

@media screen and (max-width: 896px) {
	#strength #contacts .content_inner {
		box-shadow: none;
	}
}


/*------------------------------------------
contact_form
-------------------------------------------*/
#contact_form.sub_page {
	padding-bottom: 70px;
}
#contact_form .mw-wp-form {
	margin-bottom: 40px;
	padding: 40px;
	background: #D9D9D9;
	border-radius: 6px;
	overflow: hidden;
}
@media screen and (max-width: 896px) {
	#contact_form .mw-wp-form {
		padding: 25px;
	}
}
#contact_form .mw-wp-form .flexwrapper:nth-of-type(1) dl:nth-of-type(1) dt,
#contact_form .mw-wp-form .flexwrapper:nth-of-type(1) dl:nth-of-type(2) dt {
	padding-top: 0;
}
#contact_form .mw-wp-form__list {}
#contact_form .mw-wp-form dt {
	margin-bottom: 4px;
	padding-top: 15px;
	width: auto;
	font-size: 1.8rem;
}
#contact_form .mw-wp-form dt,
#contact_form .mw-wp-form dd {
  line-height: 1.2;
}
#contact_form .flexwrapper > dl {
 width: calc(50% - 10px);
}
@media screen and (max-width: 896px) {
	#contact #contact_form .flexwrapper:nth-of-type(1) {
	 	display: block;
	}
	#contact_form .flexwrapper:nth-of-type(1) dl {
		width: 100%;
	}
}
#contact_form .mw-wp-form dd {
	max-width: 100%;
}
#contact_form .mw-wp-form__label {
  margin-right: 15px;
  padding: 8px 22px;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  vertical-align: 1px;
}

#contact_form .mw-wp-form__label--req {
  background: #BE1D1D;
}

#contact_form .mw-wp-form__label--opt {
  background: #878D8E;
}

#contact_form .mw-wp-form dd input[type="text"],
#contact_form .mw-wp-form dd input[type="email"],
#contact_form .mw-wp-form dd textarea {
	box-sizing: content-box;
	width: calc(100% - (20px * 2));
	padding: 15px 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.25);
}
@media screen and (max-width: 896px) {
	#contact_form .mw-wp-form dd input[type="text"],
#contact_form .mw-wp-form dd input[type="email"],
#contact_form .mw-wp-form dd textarea {
	box-sizing: content-box;
	width: calc(100% - (20px * 2));
	padding: 8px 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.25);
}
}
#contact_form .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
  margin-top: 15px;
}

#contact_form .mw-wp-form dd input[type="tel"] {
  box-sizing: content-box;
  padding: 15px 20px;
  background: #fff;
}

#contact_form .mw-wp-form dd textarea {
  height: 111px;
}

#contact_form .mw-wp-form dd input[type="text"]::placeholder,
/*.mw-wp-form dd input[type="tel"]::placeholder,*/
.mw-wp-form dd input[type="email"]::placeholder,
.mw-wp-form dd textarea::placeholder {
  color: #797979;
}

/* Microsoft Edge */
#contact_form .mw-wp-form dd input[type="text"]::-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]::-ms-input-placeholder,*/
#contact_form .mw-wp-form dd input[type="email"]::-ms-input-placeholder,
#contact_form .mw-wp-form dd textarea::-ms-input-placeholder {
  color: #797979;
}

/* Internet Explorer */
#contact_form .mw-wp-form dd input[type="text"]:-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]:-ms-input-placeholder,*/
#contact_form .mw-wp-form dd input[type="email"]:-ms-input-placeholder,
#contact_form .mw-wp-form dd textarea:-ms-input-placeholder {
  color: #797979;
}

#contact_form .mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px;
}
#contact_form .mw-wp-form__buttons {
  display: flex;
  justify-content: center;
}
#contact_form .mw-wp-form__buttons button[type="submit"] {
	display: block;
	position: relative;
	max-width: 560px;
	width: 80%;
	height: 40px;
	margin: 0 30px;
	text-align: center;
	color: #fff;
	background: #C40000;
	border-radius: 20px;
	transition: opacity .6s;
}
@media screen and (max-width: 896px) {
	#contact_form .mw-wp-form__buttons button[type="submit"] {
		display: block;
		position: relative;
		max-width: 560px;
		width: 80%;
		height: 40px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #C40000;
		border-radius: 20px;
		transition: opacity .6s;
	}
}
#contact_form .mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6;
}
#contact_form .mw_wp_form_confirm .mw-wp-form dd {
	position: relative;
	padding-top: 20px;
	margin-bottom: 10px;
}

#contact_form .required {
	margin-left: 10px;
	padding: 0 8px;
	font-size: 1.4rem;
  	color: #fff;
	background-color: #f00;
}
@media screen and (max-width: 430px) {

 #contact_form  .mw-wp-form__list {
    margin-bottom: 60px;
  }

 #contact_form  .mw-wp-form dt {
    width: 100%;
  }

 #contact_form  .mw-wp-form dd {
    width: 100%;
  }

 #contact_form  .mw-wp-form dd:first-of-type,
  .mw-wp-form dd:not(:first-of-type) {
    margin-top: 15px;
  }

 #contact_form  .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
    margin-top: 10px;
  }

 #contact_form  .mw-wp-form dd textarea {
    height: calc(1.75em * 8);
  }

 #contact_form  .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px;
  }

 #contact_form .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center;
  }
 #contact_form  .mw-wp-form__buttons button[type="submit"] {
    width: 300px;
    margin: 0;
  }

 #contact_form  .mw-wp-form__buttons button[type="submit"]:not(:first-child) {
    margin-top: 30px;
  }


 #contact_form  .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0;
  }

 #contact_form  .mw-wp-form__label {
    padding: 6px 16px;
  }
}


/*---研修会 仮申込書フォーム---*/
#provisional_app_form #contact_form .content_inner p {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
	#provisional_app_form #contact_form #mw_wp_form_mw-wp-form-16651 .mw-wp-form .flexwrapper dl:nth-of-type(2) dt {
		padding-top: 15px;
	}
}
@media screen and (max-width: 896px) {
	#provisional_app_form #contact_form #mw_wp_form_mw-wp-form-16651 .flexwrapper dl {
		width: 100%;
	}
}
#contact_form .check_btn {
	margin-bottom: 20px;
}
#contact_form .check_btn dt {
	position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
	#contact_form .check_btn dd span {
		margin: 0 0 14px;
		display: block;
		text-align: center;
	}
	#contact_form .check_btn dd {
		display: block;
	}
}
 #contact_form .check_btn label .checkbox,
 #contact_form .check_btn label .radio_btn {
	display: none;
}
 #contact_form .mw-wp-form .check_btn label .checkbox + span,
 #contact_form .mw-wp-form .check_btn label .radio_btn + span {
	position: relative;
	cursor: pointer;
	background: #fff;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 5px;
	font-size: clamp(2.0rem, 2.0vw, 2.2rem);
	font-weight: 700;
}
#contact_form .mw-wp-form .check_btn label .checkbox + span {
	padding: 10px 30px;
}
#contact_form .mw-wp-form .check_btn label .radio_btn + span {
	padding: 10px 60px;
}
#contact_form .check_btn label .checkbox:checked + span,
#contact_form .check_btn label .radio_btn:checked + span {
	color: #fff;
	background: #B80C0C;
}
#contact_form .form-contents {}
#contact_form .form-contents dt {
	margin-bottom: 20px;
}
#contact_form .form-contents dd {
	padding-left: 30px;
}
@media screen and (max-width: 896px) {
	#contact_form .form-contents dd {
		padding-left: 0px;
	}
}
#contact_form .form-contents dd:nth-of-type(1) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #000;
}
#contact_form .form-contents .title {
	margin-right: 60px;
	color: #C40000;
	 font-size: clamp(2.0rem, 2.0vw, 2.5rem);
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	#contact_form .form-contents .title br {
		display: none;
	}
}
#contact_form .form-contents .txst {
	width: 80%;
	font-size: clamp(1.8rem, 2.0vw, 2.4rem);
	font-weight: 700;
	line-height: 1.9;
}
@media screen and (max-width: 896px) {
	#contact_form .form-contents .txst {
		width: 100%;
	}
}
#contact_form .form-contents .txst .content_first_text {
	min-width: 180px;
}
#contact_form .form-contents .txst input {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
}
#contact_form .form-contents .txst > span {
	font-size: 1.8rem;
}
#contact_form .provisional_flex {
	margin-bottom: 30px;
	display: flex;
}
#contact_form .provisional_flex .year,
#contact_form .provisional_flex .month,
#contact_form .provisional_flex .number_of_people {
	width: 50%;
	max-width: 210px;
}
@media screen and (max-width: 896px) {
	#contact_form .provisional_flex .year,
	#contact_form .provisional_flex .month,
	#contact_form .provisional_flex .number_of_people {
	max-width: 50%;
	}
}
#contact_form .provisional_flex .year_and_month {
	width: 50%;
}
@media screen and (max-width: 896px) {
	#contact_form .provisional_flex .year_and_month {
		width: 100%;
	}
}
#contact_form .provisional_flex .year,
#contact_form .provisional_flex .month,
#contact_form .provisional_flex .number_of_people > dd {
	display: flex;
	align-items: flex-end;
}
#contact_form .provisional_flex .year span,
#contact_form .provisional_flex .month span,
#contact_form .provisional_flex .number_of_people > dd span {
	padding: 0 10px;
	display: inline-block;
	font-size: clamp(1.8rem, 2.0vw, 2.4rem);
	font-weight: 700;
}
#contact_form .left_text,
#contact_form .right_text {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	font-weight: 700;
}
#contact_form .left_text {
	margin-bottom: 20px;
}
#contact_form .right_text {
	float: right;
}


/*----確認ページ-----*/
#confirm .required,
#confirm .confirm_none {
	display: none;
}
#confirm #contact_form .confirm_text {
	padding-top: 50px;
	text-align: center;
	color: #D90505;
}
#confirm #contact_form .mw-wp-formwrapper {
	margin: 0 auto 40px;
	padding: 40px;
	max-width: 844px;
	width: 100%;
	background: #fff;
	border: 4px solid #D90505;
}
@media screen and (max-width: 896px) {
	#confirm #contact_form .mw-wp-formwrapper {
		padding: 20px;
	}
}
#confirm #contact_form .mw-wp-form {
	margin-bottom: 0;
	padding: 0;
	background: #fff;
}
#confirm #contact_form .flexwrapper {
	 display: block;
}
#confirm #contact_form dl {
	padding: 10px 0;
	display: flex;
	width: 100%;	
	border-bottom: 4px solid #F1F3F5;
}
#confirm #contact_form dl dt {
	padding: 0;
	width: 35%;
	line-height: 1;
}
#confirm #contact_form dl dd {
	padding: 0;
	width: 65%;
	line-height: 1;
}
@media screen and (max-width: 896px) {
	#confirm #contact_form dl dt {
		width: 40%;
	}
	#confirm #contact_form dl dd {
		width: 50%;
	}
}

@media screen and (max-width: 896px) {
	#confirm #contact_form .mw-wp-form dt,
	#confirm #contact_form .mw-wp-form dd {
		font-size: 1.4rem;
	  line-height: 1.2;
	}
}
#confirm #contact_form .provisional_flex .year,
#confirm #contact_form .provisional_flex .month, 
#confirm #contact_form .provisional_flex .number_of_people {
	max-width: 100%;
}
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 dl,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 dt,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 dd {
	margin: 0;
	padding: 10px 0;
}
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 dd,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 div,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 .provisional_flex .year span,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 .provisional_flex .month span,
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 .provisional_flex .number_of_people > dd span {
	font-size: 1.6rem;
	font-weight: 600;
}
#confirm #contact_form #mw_wp_form_mw-wp-form-16651 .year_and_month > dd > div {
	max-width: 16%; 
}
@media screen and (max-width: 896px) {
	#confirm #contact_form #mw_wp_form_mw-wp-form-16651 .year_and_month > dd > div {
		max-width: 45%; 
	}
}


/*----完了ページ----*/
#complete {}
#complete .complate_wrappper {
	margin: 0 auto;
	padding: 50px 100px 54px;
	max-width: 870px;
	border: 4px solid #C40000;
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper {
		padding: 30px;
		border: 4px solid #C40000;
	}
}
#complete .complate_wrappper h3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 4.2rem;
	font-size: clamp(2.4rem, 2.4vw, 4.2rem);
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper h3 {
		margin-bottom: 30px;
		text-align: center;
		font-weight: bold;
	}
}
#complete .complate_wrappper p {
	margin-bottom: 50px;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper p {
		margin-bottom: 25px;
	}
}
#complete .complate_wrappper .tel {
	margin: 0 auto;
	max-width: 500px;
	width: fit-content;
    display: flex;
    align-items: center;
    align-self: center;
    color: #D90505;
	line-height: 36px;
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper .tel {
		margin: 0 auto;
		max-width: 500px;
		width: fit-content;
		display: block;
		align-items: center;
		align-self: center;
		color: #D90505;
		line-height: 36px;
	}
}
#complete .complate_wrappper .tel span {
	display: inline-block;
	margin-right: 20px;
	padding-right: 10px;
	border-right: 3px solid #D90505;
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper .tel span {
		margin: 0 auto;
		display: block;
		max-width: 140px;
		padding-right: 0;
		text-align: center;
		border-right: none;
		border-bottom: 3px solid #D90505;
	}
}
#complete .complate_wrappper .tel a {
	color: #D90505;
	font-size: clamp(3.0rem, 3.0vw, 4.0rem);
	font-weight: bold;
}
#complete .complate_wrappper .tel > div {
	margin-left: 20px;
}
@media screen and (max-width: 896px) {
	#complete .complate_wrappper .tel > div {
	margin-left: 0px;
}
}


/*------------------------------------------
category
-------------------------------------------*/
#category  {}
#category .page_title {
	margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
	#category .page_title {
		margin-bottom: 20px;
	}
}
#category .content_inner {
	margin-bottom: 65px;
	flex-flow: row nowrap;
}
@media screen and (max-width: 896px) {
	#category .content_inner {
		display: block;
	}
}
#category .left_content {
	margin-right: 40px;
	width: 22%;
	min-width: 250px;
	border-right: 3px solid #000;
}
@media screen and (max-width: 896px) {
	#category .left_content {
		margin-bottom: 30px;
		width: 100%;
		min-width: auto;
		border-right: none;
		border-bottom: 3px solid #000;
	}
}
#category .left_content h3 {
	margin-bottom: 80px;
	font-size: 3.2rem;
	font-weight: 900;
}
@media screen and (max-width: 896px) {
	#category .left_content h3 {
		margin-bottom: 30px;
		font-size: 2.4rem;
		font-weight: 900;
	}
}
#category .left_content h3 span {
	display: block;
	color: #C40000;
	font-size: 2.0rem;
}
@media screen and (max-width: 896px) {
	#category .left_content h3 span {
		display: block;
		color: #C40000;
		font-size: 1.8rem;
	}
}
#category .left_content ul {
	
}
@media screen and (max-width: 896px) {
	#category .left_content ul {
	 	display: flex;
		justify-content: flex-start;
		flex-flow: row-reverse wrap-reverse;
	}
}
#category .left_content ul li {
	margin-bottom: 15px;
	text-transform: uppercase;
}
@media screen and (max-width: 896px) {
	#category .left_content ul li {
		width: 50%;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
}
#category .left_content ul li a {
	padding-left: 5px;
	font-weight: bold;
	border-left: 3px solid #000;
}
#category .left_content ul li a:hover,
#category .left_content ul li a.activ {
	color: #C40000;
	border-left: 3px solid #C40000;
}
#category .right_content {
	max-width: 75%;
	width: 100%;
}
@media screen and (max-width: 896px) {
	#category .right_content {
		max-width: 100%;
		width: 100%;
	}
}
#category .right_content li .day_time {
	color: #C40000;
}
#category .right_content li h3 {
	width: 100%;
	font-family: "inter";
	font-size: clamp(2.1rem, 2.1vw, 2.6rem);
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	#category .right_content li h3 {
		font-size: 2.4rem;
	}
}

/*----news----*/
#category.news .right_content li {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 18px 18px;
	width: 100%;
	/*background: #fff;*/
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
	z-index: auto;
	transition: .5s;
}
@media screen and (max-width: 896px) {
	#category.news .right_content li {
		position: relative;
		margin-bottom: 30px;
		padding: 10px 18px 18px;
		width: 100%;
		border-radius: 0px;
		box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
		z-index: auto;
		transition: .5s;
	}
}
#category.news .right_content li:hover .day_time,
#category.news .right_content li:hover h3 {
	color: #fff;
	transition: .4s;
}
#category.news .right_content li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background: #C40000;
	border-radius: 10px;
	z-index: -1;
	transition: .5s;
}
#category.news .right_content li:hover::before {
	width: 100%;
}
#category.news .right_content li .photo {
	display: none;
}


/*----blog----*/
#category.blog .right_content {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: flex-start;
}
@media screen and (max-width: 896px) {
	#category.blog .right_content {
		display: block;
	}
}
#category.blog .right_content li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	/*padding: 8px 18px;*/
	width: calc(100%/2 - 5px);
	height: auto;
	aspect-ratio: 40/22;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
	overflow: hidden;
}
@media screen and (max-width: 896px) {
	#category.blog .right_content li {
		position: relative;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		aspect-ratio: 36/16;		
		background: #fff;
		border-radius: 10px;
		box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
	}
}
#category.blog .right_content li:nth-of-type(even) {
	margin-right: 0;
}
#category.blog .right_content li .photo img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	aspect-ratio: 40/22;
	transition: transform .6s ease;
	opacity: 1;
}
#category.blog .right_content li a:hover {
	opacity: 1;
}
#category.blog .right_content li:hover .photo .overray {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.69);
	z-index: 10;
}
#category.blog .right_content li:hover .photo img {
	transform: scale(1.1);
	opacity: 1;
	transition: .6s, transform .6s ease;
}
#category.blog .right_content li .text {
	position: absolute;
	padding: 8px 18px;
	bottom: 0;
	box-sizing: border-box;
	z-index: 20;
}
#category.blog .right_content li .text,
#category.blog .right_content li .text .day_time {
	color: #fff;
}


/*------------------------------------------
single
-------------------------------------------*/
#single {}
#single .page_title {
	margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
	#single .page_title {
		margin-bottom: 18px;
	}
}
#single .post_content {
	margin-bottom: 50px;
	padding: 40px 110px 70px;
	background: #fff;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
	#single .post_content {
		margin-bottom: 50px;
		padding: 20px 0 70px;
		background: #fff;
		border-radius: 20px;
	}
}
#single .post {
	margin: 0 auto;
	width: 90%;
}
#single .post .day {
	margin-bottom: 15px;
}
#single .post h3 {
	margin-bottom: 50px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 3px solid #000;
}
@media screen and (max-width: 896px) {
	#single .post h3 {
		margin: 0 auto 50px;
		padding: 0 0 10px;
		width: 95%;
		text-align: center;
		font-size: clamp(2.0rem, 2.6vw, 2.6rem);
		border-bottom: 3px solid #000;
	}
}
#single .post .text {
	margin: 0 auto;
	width: 90%;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	font-weight: bold;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
	#single .post .text {
		padding: 0 20px;
	}
}
#single .pager {
	margin: 0 auto 70px;
	width: fit-content;
	height: auto;
	display: flex;
	justify-content: space-between;
}
#single .pager li a {
	margin: 0 10px;
	padding: 0 10px;
	border-bottom: 3px solid #000;
}
#single .pager li a:hover {
	color: #970000;
	border-bottom: 3px solid #970000;
}
