@charset "UTF-8";
#top_mv {
	position: relative;
}

#top_mv::before {
	content: '';
	background: url(../images/IMG_5263.png) center center/cover no-repeat;
	width: 100%;
	height: 800px;
	display: block;
}

#top_mv .top_mv_text {
	position: absolute;
	font-size: 2rem;
	bottom: 104px;
	left: calc(50% - 10rem);
	color: #fff;
	transform: translate(-50%, 0);
}

@media (max-width: 960px) {
	#top_mv .top_mv_text {
		font-size: 1.5rem;
		left: 50%;
		width: calc(100% - 2rem);
	}
}

#advantage {
	background: url(../images/top_advantage.png) center center/cover no-repeat;
	background-color: #000;
	padding: 6.25rem 1rem 9.25rem;
	text-align: center;
}

@media (max-width: 960px) {
	#advantage {
		padding: 5rem 1.5rem;
	}
}

#advantage .advantage_text {
	margin: 2.75rem auto;
	color: #fff;
}

@media (max-width: 960px) {
	#advantage .advantage_text {
		text-align: left;
	}
}

#advantage .advantage_list {
	margin: 0 auto;
	display: flex;
	max-width: 1130px;
	width: 100%;
}

@media (max-width: 960px) {
	#advantage .advantage_list {
		flex-direction: column;
	}
}

#advantage .advantage_list li {
	max-width: calc((100% - 2rem) / 3);
}

@media (max-width: 960px) {
	#advantage .advantage_list li {
		max-width: 100%;
		margin-bottom: 1.5rem;
		display: flex;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	#advantage .advantage_list li {
		flex-direction: column;
	}
}

#advantage .advantage_list li:not(:last-of-type) {
	margin-right: 1.5rem;
}

@media (max-width: 960px) {
	#advantage .advantage_list li:not(:last-of-type) {
		margin-right: 0;
	}
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_img {
		margin-right: 1.5rem;
		flex-shrink: 0;
		max-width: calc((100% - 1.5rem) / 2);
		width: 100%;
	}
}

@media (max-width: 480px) {
	#advantage .advantage_list li .advantage_list_img {
		margin-right: 0;
		margin-bottom: 1rem;
		max-width: 100%;
	}
}

#advantage .advantage_list li .advantage_list_img img {
	width: 100%;
}

#advantage .advantage_list li .advantage_list_title {
	color: #fff;
	font-size: 1.5rem;
	margin: 1.25rem auto 0.875rem;
	position: relative;
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_title {
		font-size: 1.25rem;
		margin-top: 0;
	}
}

#advantage .advantage_list li .advantage_list_title span {
	display: inline;
	color: #fff;
	font-size: 1.5rem;
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_title span {
		display: none;
		font-size: 1.25rem;
	}
}

@media (max-width: 480px) {
	#advantage .advantage_list li .advantage_list_title span {
		display: inline;
	}
}

#advantage .advantage_list li .advantage_list_title br {
	display: none;
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_title br {
		display: block;
	}
}

@media (max-width: 480px) {
	#advantage .advantage_list li .advantage_list_title br {
		display: none;
	}
}

#advantage .advantage_list li .advantage_list_title::before {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #E5001B;
	width: 252px;
	bottom: 0;
	right: 50%;
	transform: translate(50%, 0px);
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_title::before {
		width: 80%;
	}
}

#advantage .advantage_list li .long_title {
	letter-spacing: -0.56px;
	width: calc(100% + 26px);
	margin-left: -13px;
	margin-right: -13px;
}

@media (max-width: 960px) {
	#advantage .advantage_list li .long_title {
		letter-spacing: 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#advantage .advantage_list li .advantage_list_text {
	color: #fff;
	font-size: 0.875rem;
}

@media (max-width: 960px) {
	#advantage .advantage_list li .advantage_list_text {
		text-align: left;
	}
	#advantage .advantage_list li .advantage_list_text br {
		display: none;
	}
}

#tour {
	background-color: #212121;
	padding: 8rem 1rem 9.875rem;
	position: relative;
	overflow: hidden;
}

#tour .tour_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 960px) {
	#tour .tour_inner {
		flex-direction: column;
		justify-content: space-around;
	}
}

#tour .tour_inner .tour_inner_main {
	flex-shrink: 0;
	width: 400px;
	height: 400px;
	margin-right: 1.5rem;
}

@media (max-width: 960px) {
	#tour .tour_inner .tour_inner_main {
		max-width: 400px;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
}

#tour .tour_inner .tour_inner_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	margin-right: 2rem;
}

@media (max-width: 960px) {
	#tour .tour_inner .tour_inner_list {
		margin-right: 0;
	}
}

#tour .tour_inner .tour_inner_list::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/tour_ex03.svg);
	background-repeat: no-repeat;
	width: 107px;
	height: 74px;
	top: 100px;
	left: -140px;
}

@media (max-width: 768px) {
	#tour .tour_inner .tour_inner_list::before {
		top: inherit;
		left: inherit;
		right: 10px;
		bottom: 0;
	}
}

#tour .tour_inner .tour_inner_list li {
	max-width: calc((100% - 5rem) / 3);
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (max-width: 480px) {
	#tour .tour_inner .tour_inner_list li {
		justify-content: space-between;
		max-width: calc((100% - 1rem) / 2);
	}
}

#tour .tour_inner .tour_inner_list li#nc {
	position: relative;
}

#tour .tour_inner .tour_inner_list li#nc img {
	width: 106px;
}

#tour .tour_inner .tour_inner_list li#nc::after {
	content: 'NC旋盤';
	position: absolute;
	color: #fff;
	bottom: -6px;
	letter-spacing: 1px;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: sans-serif;
}

#tour .tour_inner .tour_inner_list li#machine {
	position: relative;
	transform: translate(0, 4px);
}

#tour .tour_inner .tour_inner_list li#machine img {
	width: 96px;
}

#tour .tour_inner .tour_inner_list li#machine::after {
	content: 'マシンニング';
	position: absolute;
	color: #fff;
	bottom: -6px;
	letter-spacing: 1px;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
}

#tour .tour_inner .tour_inner_list li#tenzou {
	position: relative;
}

#tour .tour_inner .tour_inner_list li#tenzou img {
	width: 96px;
	transform: translate(0, -10px);
}

#tour .tour_inner .tour_inner_list li#tenzou::after {
	content: '転造';
	position: absolute;
	color: #fff;
	bottom: -6px;
	letter-spacing: 1px;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'YuGothic','游ゴシック', '游ゴシック体', YuGothic, sans-serif;
}

#tour .tour_inner .tour_inner_list li img {
	margin: 0 auto;
}

#tour .tour_inner .tour_inner_list li:last-of-type {
	position: relative;
	max-width: 100%;
}

@media (max-width: 480px) {
	#tour .tour_inner .tour_inner_list li:last-of-type {
		max-width: calc((100% - 1rem) / 2);
	}
}

#tour .tour_inner .tour_inner_list li:last-of-type::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/tour_ex04.svg);
	background-repeat: no-repeat;
	width: 107px;
	height: 74px;
	top: 16px;
	left: 50px;
}

@media (max-width: 480px) {
	#tour .tour_inner .tour_inner_list li:last-of-type::before {
		top: 125px;
		left: 80px;
	}
}

#tour .tour_inner .tour_inner_list li:last-of-type::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/tour_ex01.svg);
	background-repeat: no-repeat;
	width: 107px;
	height: 74px;
	top: 50px;
	left: 8px;
}

@media (max-width: 480px) {
	#tour .tour_inner .tour_inner_list li:last-of-type::after {
		top: 140px;
		left: 30px;
	}
}

#tour .tour_inner .tour_inner_list li.point img {
	cursor: pointer;
}

#tour .tour_inner .tour_inner_list li.point:hover {
	opacity: 0.5;
}

#tour .tour_inner .tour_inner_list li.heat {
	position: relative;
}

#tour .tour_inner .tour_inner_list li.heat::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/tour_ex02.svg);
	background-repeat: no-repeat;
	width: 107px;
	height: 100px;
	top: 16px;
	right: -100px;
}

@media (max-width: 768px) {
	#tour .tour_inner .tour_inner_list li.heat::before {
		display: none;
	}
}

#tour .tour_inner .tour_inner_list li.heat::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/tour_ex01.svg);
	background-repeat: no-repeat;
	width: 50px;
	height: 56px;
	top: -44px;
	right: -44px;
}

@media (max-width: 768px) {
	#tour .tour_inner .tour_inner_list li.heat::after {
		display: none;
	}
}

#tour .tour_inner .tour_inner_list li:not(:nth-of-type(-n+3)) {
	margin-top: 1.5rem;
}

#tour .tour_modal {
	position: fixed;
	z-index: 9999;
	max-width: 900px;
	width: 100%;
	padding: 0 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: none;
}

#tour .tour_modal .tour_modal_cancel {
	position: absolute;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#tour .tour_modal .tour_modal_cancel::before {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}

#tour .tour_modal .tour_modal_cancel::after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
}

#tour .tour_modal .tour_modal_title {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	z-index: 9999;
	line-height: 1;
}

@media (max-width: 768px) {
	#tour .tour_modal .tour_modal_title {
		font-size: 2rem;
	}
}

#tour .tour_modal .tour_modal_img {
	max-width: 600px;
	max-height: 400px;
	object-fit: contain;
	margin: 0 auto;
}

#tour .tour_modal .tour_modal_img img {
	position: relative;
}

#tour .tour_modal .tour_modal_img img::after {
	content: '×';
	position: relative;
	font-size: 1.25px;
	color: #fff;
}

#tour .tour_modal .tour_modal_text {
	margin-top: 1.5rem;
	color: #fff;
	z-index: 9999;
}

#tour #modal_overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	cursor: pointer;
}
