@charset "utf-8";


/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_mv
---------------------------------------------*/
.s_mv {
	width: 100%;
	min-height: 90vh;
	overflow: hidden;
}

.s_mv_ph {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: inherit;
	z-index: 0;
}

.s_mv_ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.s_mv_catches {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	margin: auto;
	padding: 0 60px;
}

.s_mv_catch {
	width: calc(20% - 50px);
	opacity: 0;
	transform: translateY(30px);
	display: flex;
	justify-content: center;
}

.s_mv_catch img {
	width: 100%;
	max-width: 250px;
	height: 100%;
}

.s_mv_catch:nth-child(1) {
	animation: fadeUp 0.5s 0.5s forwards;
}

.s_mv_catch:nth-child(2) {
	animation: fadeUp 0.5s 1.2s forwards;
}

.s_mv_catch:nth-child(3) {
	animation: fadeUp 0.5s 1.9s forwards;
}

.s_mv_catch:nth-child(4) {
	animation: fadeUp 0.5s 2.6s forwards;
}

@media (max-width: 1024px) {
	.s_mv_catch {
		width: calc(20% - 30px);
	}
}

@media (max-width: 768px) {
	.s_mv {
		min-height: 50vh;
	}

	.s_mv_ph img {
		object-position: top center;
	}
}

@media (max-width: 500px) {
	.s_mv {
		min-height: 40vh;
		padding-top: 50px;
	}

	.s_mv_catches {
		top: 0rem;
		right: 0;
		padding: 0px;
		gap: 0px;
		width: 100%;
	}

	.s_mv_catch img {
		width: 130%;
	}

	.s_mv_ph {
		width: 130%;
	}
}

@media (max-width: 400px) {
	/* .s_mv_catch_2 img {
		margin-top: -2.5px;
	} */
}

/*  .s_top_about
---------------------------------------------*/
.s_top_about {
	overflow: hidden;
}

.s_top_about_cont {
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.s_top_about_tagline {
	margin: 1em 0 0.6em;
	font-size: 3.75em;
	font-weight: 700;
	line-height: 1.6;
}

.s_top_about_lead {
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 2;
}

.s_top_about_ph_wrap {
	position: absolute;
}

.s_top_about_ph_wrap.is_about_ph_left {
	top: -20px;
	left: 20px;
	width: 450px;
	max-width: 25%;
}

.s_top_about_ph_wrap.is_about_ph_right {
	right: 20px;
	bottom: -100px;
	width: 330px;
	max-width: 20%;
}

.s_top_about_ph {
	position: absolute;
	inset: 0;
	margin: auto;
}

.s_top_about_ph:nth-child(1) {
	transform: translateX(-10px);
}

.s_top_about_ph:nth-child(2) {
	transform: translateX(10px);
}

.active .s_top_about_ph:nth-child(1) {
	animation: leftMove 0.5s 0.5s forwards;
}

.active .s_top_about_ph:nth-child(2) {
	animation: rightMove 0.5s 0.5s forwards;
}

.active .s_top_about_ph_wrap:last-child .s_top_about_ph:nth-child(1) {
	animation: leftMove 0.5s 1.5s forwards;
}

.active .s_top_about_ph_wrap:last-child .s_top_about_ph:nth-child(2) {
	animation: rightMove 0.5s 1.5s forwards;
}

.s_top_about_deco {
	position: absolute;
}

.is_deco_border {
	right: -20px;
	bottom: -2%;
	width: 40%;
}

.is_deco_width {
	top: 5%;
	left: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.s_top_about_ph_wrap.is_about_ph_left {
		left: 0px;
	}

	.s_top_about_ph_wrap.is_about_ph_right {
		right: 0px;
	}
}

@media (max-width: 960px) {
	.s_top_about_ph_wrap {
		position: relative;
	}

	.s_element_container {
		display: flex;
		flex-direction: column;
	}

	.s_top_about_ph_wrap.is_about_ph_left {
		position: relative;
		margin: auto;
		top: 0;
	}

	.s_top_about_ph_wrap.is_about_ph_right {
		position: relative;
		margin: auto;
		top: 0;
	}

	.s_top_about_ph_wrap.is_about_ph_left {
		width: 100%;
		max-width: 300px;
	}

	.s_top_about_ph_wrap.is_about_ph_right {
		width: 100%;
		max-width: 300px;
	}

	.is_deco_width {
		top: -5%;
	}

	.s_top_about_cont {
		margin-top: 0px;
	}

}

@media (max-width: 768px) {
	.s_top_about_ph_wrap.is_about_ph_left {
		max-width: 200px;
	}

	.s_top_about_ph_wrap.is_about_ph_right {
		max-width: 200px;
	}

	.c_slide {
		padding-bottom: 0;
	}

	.s_top_about_tagline {
		margin: 0;
	}
}

@media (max-width: 500px) {
	.s_top_about_cont {
		display: flex;
		flex-direction: column-reverse;
	}

	.s_top_about_ph {
		width: 80%;
	}

	.s_top_about_ph_wrap.is_about_ph_left {
		max-width: 300px;
	}

	.s_top_about_ph_wrap.is_about_ph_right {
		max-width: 300px;
	}

	.s_top_about_tagline {
		margin: 0;
		font-size: 1.875em;
	}

	.is_deco_border {
		bottom: 8%;
		width: 40%;
	}

	.is_deco_border {
		right: 0px;
	}

	.is_deco_width {
		top: 0;
		left: 10%;
		width: 80%;
	}

	.c_slide {
		padding: 0;
	}
}

/*  Top Movie
---------------------------------------------*/
.s_top_movie {
	overflow: hidden;
}

.s_top_movie video {
	width: 100%;
	margin-inline: auto;
}

.s_top_movie_header_img {
	position: absolute;
	width: 100%;
	max-width: 196px;
	height: 34.5px;
	right: -120%;
}

.s_top_movie_img {
	position: absolute;
	width: 100%;
	height: 15px;
	right: 0;
	bottom: -5%;
}

@media (max-width: 500px) {
	.s_top_movie_header_img {
		right: -130px;
		top: 40px;
		max-width: 400px;
		min-width: 100px;
	}
}


/* Products 
---------------------------------------------*/
.s_product {
	overflow: hidden;
}

.s_product_list_item {
	flex: 0 0 calc(25% - 20px);
	box-sizing: border-box;
	transition: transform .3s ease-in-out;
}

.s_product_card {
	transition: transform .3s ease-in-out;
}

.s_product_img {
	object-fit: cover;
	object-position: center;

	transform: translateZ(0);
	will-change: transform;

	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}

.s_product_connector {
	position: absolute;
	width: 100%;
	max-width: 15px;
	height: 70px;
	left: 2%;
	bottom: -10%;
	z-index: 1;
}

.s_product_break_img {
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 55px;
	left: 12%;
	top: 7%;
}

.s_product_img_container {
	max-width: 300px;
	min-height: 400px;
}

/* When Hovered Button */
.s_product_list_item:hover .c_dark_arrow_btn:hover a {
	background-color: var(--primary-accent) !important;
}

.s_product_list_item:hover .c_dark_arrow_btn:hover .c_dark_arrow_btn_content {
	color: var(--light-color);
}

.s_product_list_item:hover .c_dark_arrow_btn:hover .c_dark_arrow_btn_icon {
	border-left-color: var(--light-color);
	border-left: 1px solid var(--light-color);
}

.s_product_list_item:hover .c_dark_arrow_btn:hover .c_dark_arrow_btn_svg {
	fill: var(--light-color);
}

/* Item Hovered */
.s_product_list_item:hover .s_product_card {
	transition: transform .3s ease-in-out;
	transform: scale(1.04);
}

.s_product_list_item:hover .s_product_img {
	object-position: center;
}

.s_product_list_item:hover .c_dark_arrow_btn a {
	background-color: var(--light-color);
	color: var(--primary-accent);
	padding: 0.7em 50px 0.8em 1em;
	max-width: fit-content;
}

.s_product_list_item:hover .c_dark_arrow_btn_content {
	display: flex;
}

.s_product_list_item:hover .c_dark_arrow_btn_icon {
	border-left-color: var(--primary-accent);
	border-left: 1px solid var(--primary-accent);
}

.s_product_list_item:hover .c_dark_arrow_btn_svg {
	fill: var(--primary-accent);
}

@media (max-width: 1260px) {
	.s_product_list_item {
		flex: 0 0 calc(25% - 10px);
	}

	.s_product_break_img {
		left: 0%;
		top: 0%;
	}
}

@media (max-width: 960px) {
	.s_product_img_container {
		min-height: 280px;
	}
}

@media (max-width: 768px) {
	.s_product {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.s_product_list {
		flex-wrap: wrap !important;
	}

	.s_product_card {
		margin: 0 auto;
	}

	.s_product_list_item {
		padding: 0 !important;
		flex: 0 0 calc(50% - 20px);
	}

	.s_product_img_container {
		max-width: 100%;
		min-height: 350px;
	}

	.s_product_break_img {
		max-width: 200px;
		height: 55px;
		left: 50%;
		top: -20%;
	}
}

@media (max-width: 500px) {
	.s_product_list {
		gap: 30px;
	}

	.s_product_break_img {
		max-width: 150px;
		height: 35px;
		left: 45%;
		top: -10%;
	}

	.s_product_desc br {
		display: none;
	}

	.s_product_connector {
		bottom: -7%;
	}

	.s_product_img_container {
		min-height: 300px;
	}

	.s_product_list_item {
		flex: 100%;
	}

	.s_product_content {
		font-size: 1.3em;
	}

	.s_product_content p {
		font-size: .95em;
	}

	.s_product_list_item .c_dark_arrow_btn_content {
		display: flex;
	}

	.s_product_list_item .c_dark_arrow_btn a {
		padding: 0.7em 50px 0.8em 1em;
		max-width: fit-content;
	}

	.s_product_list_item .c_dark_arrow_btn .c_dark_arrow_btn_icon {
		border-left-color: var(--light-color);
		border-left: 1px solid;
	}



}

@media (max-width: 400px) {
	.s_product_img_container {
		min-height: 400px;
	}
}


/* Recruit 
---------------------------------------------*/

.s_recruit_container {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	backface-visibility: hidden;
	transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
	will-change: transform;
}

.s_recruit_container::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(0deg,
			transparent,
			transparent 30%,
			rgba(0, 145, 58, 0.3));
	/* background: linear-gradient(90deg, rgba(29, 29, 29, .4) 43%, rgba(235, 235, 235, .0) 100%); */
	transform: translateX(-200%);
	transition: all .5s ease;
	opacity: 0;
	z-index: 2;
}

.s_recruit_container:hover::before {
	opacity: 1;
	transform: translatex(0%);
}

.s_recruit_container:hover {
	transform: scale(1.05);
	box-shadow: 0px 3px 20px 3px rgba(0, 145, 58, 0.3);
}

.s_recruit_container h3 {
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
	transform-origin: center;
}


.s_recruit_container:hover .c_dark_btn a {
	background-color: var(--light-color);
	color: var(--primary-accent);
}

.s_recruit_container:hover .c_dark_btn_icon {
	border-left-color: var(--primary-accent);
}

.s_recruit_container:hover .c_dark_btn_svg {
	fill: var(--primary-accent);
}

.s_recruit_img {
	min-height: inherit;
}

.s_recruit_overlay {
	height: 100%;
	min-height: inherit;
	background: linear-gradient(90deg, rgba(29, 29, 29, .4) 43%, rgba(235, 235, 235, .0) 100%);
	left: 0;
	top: 0;
}

.s_recruit_rotating_img {
	position: absolute;
	min-width: 982.507px;
	height: 982.704px;
	top: 5%;
	right: -10%;
	animation: rotate 30s linear infinite;
}

@media (max-width: 960px) {
	.s_recruit_rotating_img {
		min-width: 500px;
		height: 500px;
		top: 0%;
		right: -20%;
	}
}

@media (max-width: 768px) {
	.s_recruit_rotating_img {
		right: -30%;
	}

	.s_recruit_container h3 {
		font-size: 2.5em;
		line-height: 50px;
	}

	.s_recruit_container h2 {
		font-size: 5em;
		line-height: 60px;
	}
}

@media (max-width: 550px) {
	.s_recruit_container {
		padding: 20px !important;
	}

	.s_logo .c_lg_container {
		flex-direction: column;
		gap: 10px !important;
		padding: 10px 0;
	}

	.s_logo_x {
		height: 20px;
	}

	.s_recruit_img {
		object-position: 60% 100%;
	}

	.s_recruit_container {
		min-height: 300px;
	}

	.s_recruit_container h3 {
		font-size: 1.6em;
		line-height: 30px;
	}

	.s_recruit_container h2 {
		font-size: 3em;
		line-height: 40px;
	}
}

@media (max-width: 500px) {
	.s_recruit_rotating_img {
		right: -50%;
	}

	.s_recruit .c_section_title_description br {
		display: flex;
	}

	.s_recruit_overlay_lg {
		font-size: 1.4em !important;
		line-height: 30px !important;
	}

	.s_recruit_overlay_sm {
		font-size: 1.875em !important;
		line-height: 40px !important;
	}
}

@media (max-width: 400px) {
	.s_recruit_container h3 {
		font-size: 1.4em;
		line-height: 20px;
	}

	.s_recruit_container h2 {
		font-size: 2.5em;
		line-height: 40px;
	}
}

/* News 
---------------------------------------------*/
.s_news {
	background: var(--light-color);
}

.s_news_date {
	padding-right: 10px;
}

.s_news_meta {
	flex-shrink: 0;
}

.s_news_desc_container {
	display: flex;
	flex: 1;
	min-width: 0;
	width: 100%;
}

.s_news_list_item_desc {
	flex: 1;
	text-wrap: wrap;
	min-width: 0;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 30px;
	color: var(--dark-color) !important;
	padding: 0 20px;
}

.s_news_link p {
	flex: 1;
	text-wrap: wrap;
	min-width: 0;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 30px;
	color: var(--dark-color) !important;
	padding: 0 20px;
}

.s_news_list_item .c_arrow_svg {
	flex-shrink: 0;
	transition: .3s ease-in-out;
	transform: translateX(-30%);
}

.s_news_list_item {
	height: fit-content;
}

.s_news_list_item:hover .s_news_date,
.s_news_list_item:hover p {
	transition: .3s ease-in-out;
	color: var(--primary-accent) !important;
}

.s_news_list_item:hover .s_news_category {
	transition: background-color .3s ease-in-out;
	background: var(--primary-accent);
}

.s_news_list_item:hover .c_arrow_svg {
	transform: translateX(0%);
}

.s_news_category {
	display: inline-block;
	padding: 5px 10px;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	text-align: center;
	height: fit-content;
	text-wrap: nowrap;
	white-space: nowrap;
	box-sizing: border-box;
}

.s_news_description {
	margin-left: 40px;
}

.c_arrow_svg {
	max-width: 20px;
	height: 25px;
}

.s_news_img {
	position: absolute;
	min-width: 300px;
	height: 55px;
	bottom: -50%;
	left: 10%;
}

@media (max-width: 768px) {
	.s_news .c_lg_container {
		flex-direction: column;
	}

	.s_news_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.s_news_title,
	.s_news_list {
		width: 100% !important;
	}

	.s_news_img {
		bottom: -25%;
	}

	.s_news_list_item_link {
		flex-direction: column;
	}

	.s_news_desc_container {
		width: 100% !important;
	}

	.s_news_list_item_desc {
		padding-left: 0
	}
}

@media (max-width: 500px) {
	.s_news_link {
		flex-wrap: wrap !important;
		padding: 0 !important;
	}

	.s_news_link p {
		font-size: 1.3em;
		padding-left: 0px;
	}

	.s_news_img {
		bottom: -15% !important;
		min-width: 150px !important;
		height: 35px;
	}
}

/* Logo 
---------------------------------------------*/

.s_logo_x {
	width: 100%;
	max-width: 20px;
}

.s_logo_paragraph br {
	display: none;
}

.s_logo_img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.follow-image {
	width: 200px;
	height: auto;
	transform: translate(var(--x, 0), var(--y, 0)) scale(1.1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	pointer-events: none;
	object-fit: contain;
}

.hover-container:hover .follow-image {
	transition: transform 0.1s linear;
}

@media (max-width: 660px) {
	.s_logo_container {
		flex-direction: column;
	}

	.s_logo_x {
		height: 30px;
	}

	.s_logo_paragraph {
		margin-top: 20px;
	}
}

@media (max-width: 510px) {
	.s_logo_paragraph br {
		display: block;
	}
}

@media (max-width: 500px) {
	.s_logo {
		padding-top: 50px !important;
	}
}



/* Contact 
---------------------------------------------*/
.s_contact {
	min-height: auto;
	overflow: hidden;
}

.s_blur_container {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(10px);
}

.c_section_title_description {
	line-height: 40px;
}

.tel_button a {
	font-size: 1.25em;
	padding: 0.45em 70px 0.45em 1em !important;
}

@media (max-width: 960px) {
	.s_footer_contact h2 {
		font-size: 2em;
	}
}

@media (max-width: 768px) {
	.s_footer_contacth2 {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 500px) {
	.s_contact {
		padding-bottom: 70px !important;
	}

	.s_footer_contact h4 {
		font-size: 1.2em;
	}
}

/* Page Header*/
.s_pages {
	width: 100%;
	min-height: auto;
}

.s_pages_header {
	width: 100%;
	height: 450px;
}

.s_pages_title_container {
	height: 160px;
}

.c_pages_title {
	position: absolute;
}

.s_scroller {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0px 40px;
	border-color: #FFFFFF transparent transparent transparent;
	transform: rotate(0deg);
	z-index: 2;
}

.s_scroll_line {
	position: absolute;
	width: 10px;
	height: 20px;
	top: 0;
	z-index: 2;
}

.s_pages_header_break {
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 55px;
	right: 0;
	top: 20%;
}

.c_pages_title_sub {
	line-height: 140px;
	font-weight: 700;
}

.c_pages_title_header {
	font-weight: 900;
	font-size: 1.87em;
	text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff, 0 0 18px #ffffff;
}

@media (max-width: 500px) {

	.c_pages_title_header_container {
		flex-direction: row;
	}

	.c_pages_title_sub,
	.c_pages_title_header {
		text-orientation: mixed;
		writing-mode: horizontal-tb;
	}

	.c_pages_title_sub {
		line-height: 1 !important;
	}

	.s_pages_header_break {
		max-width: 150px;
		top: 0%;
	}

	.s_pages_title_container {
		height: 100px;
	}

	.s_pages_header {
		width: 100%;
		height: 250px;
	}
}

/* sticky section */
.s_sticky_section .c_left_container {
	width: 45%;
}

.s_sticky_section .c_right_container {
	width: 55%;
}

.s_sticky_title {
	top: 125px;
}

.s_sticky_description {
	line-height: 2;
}

.s_number {
	line-height: 1;
}

.s_sticky_list_item {
	margin-bottom: 50px;
}

.s_sticky_list_item h3 {
	line-height: 1.5;
}

.s_sticky_recruit_title {
	line-height: .8;
}

.s_sticky_recruit_number {
	line-height: .7;
}

.s_sticky_recruit_job_ttl {
	line-height: 0.7 !important;
}

.s_sticky_recruit_job_desc {
	line-height: 0.8;
}

.s_sticky_lines_about,
.s_sticky_lines_products {
	border-top: 1px solid var(--dark-color);
	width: 20px;
	height: 28px;
	min-height: inherit;
}

.s_sticky_lines {
	border-top: 1px solid var(--dark-color);
	width: 20px;
	height: 15px;
	min-height: inherit;
}

.s_sticky_element {
	max-width: 380px;
	height: 180px;
}

.s_sticky_element_one {
	top: 20%;
	left: -100%;
}

.s_sticky_element_two {
	bottom: 10%;
	left: -50%;
}

.c_comparisson .s_sticky_description:nth-child(2) br {
	display: none;
}

.s_sticky_interview_mobile {
	display: none !important;
}

@media (max-width: 1280px) {

	.s_sticky_recruit_job_desc {
		font-size: .9em !important;
	}
}

@media (max-width: 1260px) {
	.s_sticky_title {
		margin-bottom: 20px;
	}

	.s_sticky_section {
		flex-direction: column;
	}

	.s_sticky_section .c_left_container,
	.s_sticky_section .c_right_container {
		width: 100%;
	}
}

@media (max-width: 500px) {

	.s_number,
	.s_sticky_recruit_number {
		line-height: 1 !important;
	}

	.c_comparisson {
		justify-content: space-between !important;
	}

	.c_comparisson .s_sticky_description {
		font-size: 1em;
	}

	.c_comparisson .s_sticky_description:nth-child(2) br {
		display: flex;
	}

	.s_sticky_lines,
	.s_sticky_interview {
		display: none !important;
	}

	.s_sticky_recruit_job_ttl {
		font-size: 1.3em !important;
	}

	.s_sticky_recruit_job_desc {
		font-size: 1em !important;
	}

	.s_sticky_interview_mobile {
		display: flex !important;
		flex-direction: column;
		align-items: start !important;
	}
}


.s_wh_font {
	color: var(--light-color);
}

.s_gr_font {
	color: var(--primary-accent);
}

.s_tel_hover:hover {
	opacity: 0.5;
}

.grecaptcha-badge { visibility: hidden; }