@charset "utf-8";

@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 400;
 src: url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Regular.woff2) format('woff2'),
 	url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 500;
 src: url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Medium.woff2) format('woff2'),
 	url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Medium.woff) format('woff');
}
@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 600;
 src: url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-SemiBold.woff2) format('woff2'),
 	url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-SemiBold.woff) format('woff');
}
@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 700;
 src: url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Bold.woff2) format('woff2'),
 	url(/recruit/assets/font/Noto_Sans_JP/NotoSansJP-Bold.woff) format('woff');
}


body {
	margin: 0;
	padding: 0;
	color: #333333;
}

#Contents *, #Contents *:after, #Contents *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article {
	position: relative;
	overflow: hidden;
}

.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
	text-indent: -9999px;
}

.contents_inner {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.effect {
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.effect2 {
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.effect3 {
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.trigger {
	opacity: 0;
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

#Contents {
	background: none;
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", serif;
}


@media all and (min-width: 768px) {
	.sponly {
		display: none !important;
	}
	
	.grid_wrap {
		background: #ffffff;
		padding: 45px 0 40px;
		border-top: 1px solid #333333;
	}
	
	.OptionWideRWD #Contents {
		padding: 0;
		overflow: hidden;
	}

	.common_link_btn {
		margin: 40px 0;
	}

	.common_link_btn a {
		width: fit-content;
		max-width: 100%;
		border: 1px solid #CC0000;
		display: inline-block;
		padding: 28px 50px;
		margin: 0 15px;
		font-size: 17px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 20px;
		background: #ffffff url("../img/top/icon_arrow_triangle_red.svg") no-repeat top 50% right 20px;
		text-align: center;
		transition: all 0.3s;
	}

	.common_link_btn_blank a {
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
	}

	.common_link_btn a:hover {
		color: #ffffff;
		background: #CC0000 url("../img/top/icon_arrow_triangle.svg") no-repeat top 50% right 20px;
	}

	.common_link_btn_blank:hover a {
		background: #CC0000 url("../img/top/icon_new_window_hd_wt.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
	}

	/* @group index */
	
	.graduate_head {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.graduate_head_top {
		display: none;
	}
	
	.graduate_head_wrapper.fixed .graduate_head_top {
		display: block;
		margin-right: auto;
	}
	
	.graduate_head_wrapper.fixed .graduate_head_top a {
        font-size: 14px;
        font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
		padding: 23px 15px;
		position: relative;
	}
	
	.graduate_head_wrapper.fixed .graduate_head_top a:hover::after {
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		height: 5px;
		background: #CC0000;
		bottom: 10px;
		left: 15px;
		z-index: 10;
	}
	
	.graduate_head_wrapper {
		transition: all 0.3s;
		top: -69px;
	}
	
	.graduate_head_wrapper.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		background: #F6F6F6;
		text-align: center;
	}
	
	.graduate_head_wrapper.fixed2 {
		top: 60px;
	}
	
	.graduate_head_wrapper.fixed .graduate_head {
		max-width: 1315px;
		padding: 0 15px;
		margin: 0 auto;
	}
	
	.graduate_head ul {
		display: flex;
		margin-right: 15px;
	}
	
	.graduate_head ul li {
		
	}
	
	.graduate_head ul li a {
		font-size: 14px;
		font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
	}
	
	.graduate_head ul li .nav_link {
		font-size: 14px;
		font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
		padding: 23px 15px;
		position: relative;
	}
	
	.graduate_head ul li:hover .nav_link:after {
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		height: 5px;
		background: #CC0000;
		bottom: 10px;
		left: 15px;
		z-index: 10;
	}
	
	.graduate_head_entry {
		margin-right: 10px;
		position: relative;
		z-index: 2;
	}
	
	.graduate_head_career {
		margin-right: 10px;
		position: relative;
		z-index: 2;
	}

	.graduate_head_education {
		margin-right: 32px;
		position: relative;
		z-index: 2;
	}

	.graduate_head_entry a {
		display: inline-block;
		background: #CC0000;
		padding: 10px 20px 12px;
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid #CC0000;
	}
	
	.graduate_head_entry a:hover {
		border: 1px solid #333333;
		color: #333333;
		background: none;
	}
	
	.graduate_head_career a {
		display: inline-block;
		background: #96005a;
		padding: 10px 20px 12px;
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid #96005a;
	}
	
	.graduate_head_career a:hover {
		border: 1px solid #333333;
		color: #333333;
		background: none;
	}

	.graduate_head_education a {
		display: inline-block;
		background: #004596;
		padding: 10px 20px 12px;
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid #004596;
	}
	
	.graduate_head_education a:hover {
		border: 1px solid #333333;
		color: #333333;
		background: none;
	}

	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 0 0;
	}
	
	.menu-trigger span {
		position: absolute;
		left: 6px;
		width: 28px;
		height: 2px;
		background-color: #333333;
	}
	
	.index .menu-trigger span {
		background-color: #ffffff;
	}
	
	.menu-trigger span:nth-of-type(1) {
		top: 13px;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 19px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		top: 25px;
	}
	
	.is-open .menu-trigger span:nth-of-type(1) {
		top: 19px;
		width: 28px;
		left: calc(50% - 14px);
		right: auto;
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	
	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}
	
	.is-open .menu-trigger span:nth-of-type(3) {
		top: 19px;
		left: calc(50% - 14px);
		right: auto;
		width: 28px;
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
	
	.graduate_head ul {
		
	}
	
	.megamenu_hover {
		
	}
	
	.megamenu {
		position: absolute;
		width: 100vw;
		top: 88px;
		left: 0;
		background: #F6F6F6;
		padding: 50px 0px 30px;
		border-top: 1px solid #333333;
		z-index: 110;
		display: none;
	}
	
	.graduate_head_wrapper.fixed .megamenu {
		top: 100%;
	}
	
	.megamenu_inner {
		text-align: center;
		max-width: 1040px;
		padding: 0 15px;
		margin: 0 auto;
		text-align: left;
	}
	
	.megamenu_inner_w {
		max-width: 1305px;
	}
	
	.megamenu_container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.megamenu_container2 {
		justify-content: space-between;
	}
	
	.megamenu_container4 {
		justify-content: space-between;
	}
	
	.megamenu_container3:after {
		content: "";
		display: block;
		width: 31.33%;
		margin: 0 1%;
	}
	
	.megamenu_container .megamenu_box {
		width: 45%;
		margin: 0 0 20px;
	}
	
	.megamenu_container2 .megamenu_box {
		width: 45%;
	}
	
	.megamenu_container4 .megamenu_box {
		width: 22%;
		position: relative;
	}
	
	.megamenu_container4 .megamenu_box:first-child::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		right: -8%;
		background: #333333;
		z-index: 1;
	}
	
	.megamenu_container4 .megamenu_thumb img {
		height: 170px !important;
	}
	
	.megamenu_box {
		transition: all 0.3s;
	}
	
	.megamenu_thumb {
		margin-bottom: 5px;
		position: relative;
		overflow: hidden;
		border-radius: 30px;
	}
	
	.megamenu_thumb img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		transition: all 0.3s;
		border-radius: 30px;
	}
	
	.megamenu_thumb:hover img {
		transform: scale(1.1);
	}
	
	.megamenu_thumb {
		margin-bottom: 5px;
	}
	
	.megamenu_thumb a {
		position: relative;
		display: block;
	}
	
	.megamenu_title {
		text-align: left;
	}
	
	.megamenu_title a {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 600;
	}
	
	.nav_menu_wrap {
		position: absolute;
		width: 100vw;
		top: 88px;
		left: 0;
		background: #F6F6F6;
		padding: 50px 0px 30px;
		z-index: 90;
		border-top: 1px solid #333333;
		z-index: 100;
		display: none;
	}
	
	.nav_menu_wrap.fixed {
		position: fixed;
		top: 68px;
	}
	
	.nav_menu_wrap.fixed2 {
		position: fixed;
		top: 128px;
	}
	
	.nav_menu_inner {
		display: flex;
		justify-content: space-between;
	}
	
	.nav_menu_box {
		width: 30%;
	}
	
	.nav_menu_column {
		margin-bottom: 80px;
	}
	
	.nav_menu_title {
		border-bottom: 1px solid #333333;
		padding-bottom: 20px;
	}
	
	.nav_menu_title span {
		font-size: 13px;
		font-weight: 500;
		color: #35B1C7;
		display: inline-block;
		background: url("../img/top/icon_en.svg") no-repeat center left;
		padding: 0 0 0 15px;
		margin-bottom: 5px;
	}
	
	.nav_menu_title h4 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.nav_menu_link ul {
		margin: 30px 0;
	}
	
	.nav_menu_link ul li {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 500;
	}
	
	.nav_menu_link ul li a {
		color: #333333;
		text-decoration: none;
		display: block;
		transition: all 0.3s;
	}
	
	.nav_menu_link ul li a:hover {
		color: #CC0000;
	}
	
	.noise_wrap {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		padding: 20px 0 42px 0;
		margin-top: 10px;
		position: relative;
		height: 780px;
	}
	
	.noise_wrap:before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 75%;
		height: 664px;
		border-top-left-radius: 30px;
		z-index: -1;
	}
	
	.index_mv_photo {
		position: absolute;
		bottom: -50px;
		right: 0;
		width: 75%;
		height: 664px;
		border-top-left-radius: 30px;
		z-index: -1;
		overflow: hidden;
	}
	
	.index_mv {
		position: absolute;
		bottom: 50px;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	
	.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
		animation: zoom 10s linear 0s 1 normal both;
	}
	
	.slide-img img {
		object-fit: cover;
		height: 664px !important;
		width: 100%;
	}
	
	.index_mv_inner {
		display: inline-block;
		margin: 0 auto;
		padding: 0 30px;
		background: rgba(255,255,255,0.8);
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		padding: 40px 40px 40px 0px;
		position: relative;
	}
	
	.index_mv_inner:before {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 2;
	}
	
	.index_mv h1 {
		font-size: 63px;
		font-weight: 600;
		color: #CC0000;
		line-height: 1.28;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
	}
	
	.index_mv_en1 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	
	.index_mv_en2 {
		font-size: 13px;
		font-weight: 600;
	}
	
	.index_lead {
		background: url("../img/top/index_red_back.png") no-repeat;
		background-size: cover;
		padding: 50px 0;
		color: #ffffff;
	}
	
	.index_lead .Container {
		position: relative;
	}
	
	.index_lead_en {
		font-size: 15px;
		color: #FFFFFF;
		font-weight: 600;
	}
	
	.index_lead_photo01 {
		position: absolute;
		top: -130px;
		right: -100px;
		z-index: 1;
	}
	
	.index_lead_photo02 {
		text-align: center;
		margin: 20px 0 0;
	}
	
	.index_lead_photo03 {
		position: absolute;
		bottom: -150px;
		left: -200px;
		z-index: 1;
	}
	
	.index_lead_photo04 {
		position: absolute;
		bottom: -200px;
		right: -200px;
		z-index: 1;
	}
	
	.index_lead_photo01 img, .index_lead_photo02 img, .index_lead_photo03 img, .index_lead_photo04 img {
		border-radius: 30px;
	}
	
	.index_about {
		background: url("../img/top/index_black_back.png") no-repeat;
		background-size: cover;
		padding: 254px 0 164px;
	}
	
	.index_section_title {
		
	}
	
	.index_section_title span {
		font-size: 13px;
		font-weight: 500;
		color: #35B1C7;
		display: inline-block;
		background: url("../img/top/icon_en.svg") no-repeat center left;
		padding: 0 0 0 15px;
		margin-bottom: 5px;
	}
	
	.index_section_title h3 {
		font-size: 40px;
		font-weight: 500;
		color: #ffffff;
	}
	
	.index_about_container {
		display: flex;
		margin: 60px 0 0;
	}
	
	.index_about_box {
		width: 50%;
		height: 300px;
		position: relative;
	}
	
	.index_about_box:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.53);
		mix-blend-mode: multiply;
		z-index: 1;
	}
	
	.index_about_box_thumb {
		overflow: hidden;
	}
	
	.index_about_box_thumb img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		transition: all 0.3s;
	}
	
	.index_about_box:hover .index_about_box_thumb img {
		transform: scale(1.1);
	}
	
	.index_about_box_title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		z-index: 2;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		font-size: 21px;
		font-weight: 600;
		text-decoration: none;
		line-height: 1.66;
	}
	
	.index_about_box_title span {
		display: inline-block;
		background: url("../img/top/icon_arrow.svg") no-repeat left center;
		padding-left: 40px;
	}
	
	.index_business {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		position: relative;
		padding: 260px 0;
	}
	
	.index_business:before {
		content: "";
		position: absolute;
		top: 0;
		right: -300px;
		width: 979px;
		height: 412px;
		background: url("../img/top/index_parts01.png") no-repeat;
		background-size: 979px auto;
	}
	
	.index_business .index_section_title h3 {
		color: #333333;
		font-size: 40px;
		font-weight: 600;
	}
	
	.index_business_container {
		
	}
	
	.index_business_title {
		width: 23%;
		margin: 30px 0 0;
	}
	
	.index_business_text {
		margin: 35px 0 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 2;
	}
	
	.index_business_photo {
		position: absolute;
		top: 260px;
		right: 0;
		width: 70%;
		max-width: 1150px;
	}
	
	.index_business_photo_img {
		position: relative;
		overflow: hidden;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.index_business_photo_img img {
		width: 100%;
		height: 394px;
		object-fit: cover;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		transition: all 0.3s;
	}
	
	.index_business_photo:hover .index_business_photo_img img {
		transform: scale(1.1);
	}
	
	.index_business_photo_img:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(0,0,0,0.25);
		mix-blend-mode: multiply;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.index_business_photo h4 {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		color: #ffffff;
		width: 609.652px;
		height: 99.705px;
		background: url("../img/top/index_corner_icon_long.svg") no-repeat;
		background-size: cover;
		font-size: 23px;
		font-weight: 600;
		text-align: center;
		padding: 50px 30px 0 0;
		max-width: 100%;
	}
	
	.index_business_photo h4:after {
		position: absolute;
		content: "";
		width: 16.57px;
		height: 13.743px;
		background: url("../img/top/index_corner_arrow.svg") no-repeat;
		bottom: 26px;
		/*left: 539px;*/
		z-index: 1;
		left: max(21.5em ,calc( 539 / 610 * 100%));
	}
	
	.index_business_photo_icon {
		position: absolute;
		bottom: 10px;
		right: 50px;
		z-index: 2;
	}
	
	.index_peopleclimate {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		position: relative;
		padding: 260px 0;
	}
	
	.index_peopleclimate .index_section_title h3 {
		color: #333333;
	}
	
	.index_peopleclimate:before {
		content: "";
		position: absolute;
		top: 0;
		left: -300px;
		width: 836px;
		height: 841px;
		background: url("../img/top/index_parts02.png") no-repeat;
		background-size: 836px auto;
		z-index: 1;
	}
	
	.index_peopleclimate:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 668px;
		height: 378px;
		background: url("../img/top/index_parts03.png") no-repeat;
		background-size: 668px auto;
		z-index: 1;
	}
	
	.index_peopleclimate .Container {
		position: relative;
		padding-top: 115px;
	}
	
	.index_peopleclimate .index_section_title, .index_peopleclimate_photo {
		position: relative;
		z-index: 2;
	}
	
	.index_peopleclimate_back {
		position: absolute;
		width: 100vw;
		height: calc(100% - 405px);
		top: 0;
		right: 0;
		z-index: 0;
		background: #F6F6F6;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	.index_peopleclimate_photo {
		margin: 55px 0 0;
		max-width: 1200px !important;
		overflow: hidden;
		border-radius: 30px;
	}
	
	.index_peopleclimate_photo_img img {
		width: 100%;
		height: 457px !important;
		object-fit: cover;
		border-radius: 30px;
		transition: all 0.3s;
	}
	
	.index_peopleclimate_photo:hover .index_peopleclimate_photo_img img {
		transform: scale(1.1);
	}
	
	.index_peopleclimate_photo h4 {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		color: #ffffff;
		width: 321.648px;
		height: 99.704px;
		background: url("../img/top/index_corner_icon.svg") no-repeat;
		background-size: cover;
		font-size: 23px;
		font-weight: 600;
		text-align: center;
		padding: 50px 30px 0 0;
	}
	
	.index_peopleclimate_photo h4:after {
		position: absolute;
		content: "";
		width: 16.57px;
		height: 13.743px;
		background: url("../img/top/index_corner_arrow.svg") no-repeat;
		bottom: 26px;
		left: 239px;
		z-index: 1;
	}
	
	.index_peopleclimate_photo_icon {
		position: absolute;
		bottom: 10px;
		right: 50px;
		z-index: 2;
	}
	
	.index_crosstalk {
		margin: 100px 0 0;
		position: relative;
		z-index: 2;
	}
	
	.index_crosstalk_img img {
		width: 100%;
		height: auto;
		max-width: 992px !important;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		transform: translateX(-130px);
	}
	
	.index_crosstalk_link {
		position: absolute;
		top: 110px;
		right: 45px;
		z-index: 2;
		background: #ffffff;
		border-radius: 50px;
		padding: 70px 70px 40px 70px;
	}
	
	.index_crosstalk_link h5 {
		font-size: 21px;
		font-weight: 600;
		margin-bottom: 60px;
	}
	
	.index_crosstalk_link ul li {
		margin-bottom: 30px;
		border-bottom: 1px solid #E0E0E0;
		padding-bottom: 30px;
	}
	
	.index_crosstalk_link ul li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.index_crosstalk_link ul li a {
		color: #333333;
		text-decoration: none;
		font-weight: 600;
		background: url("../img/top/icon_arrow.svg") no-repeat left center;
		display: block;
		padding: 0 0 0 38px;
		transition: all 0.3s;
		font-size: 17px;
	}
	
	.index_crosstalk_link ul li a:hover {
		color: #CC0000;
	}
	
	.index_environment {
		background: rgba(0,0,0,0.8);
		position: relative;
		padding: 126px 0;
	}
	
	.index_environment .Container {
		position: relative;
		z-index: 3;
	}
	
	.index_environment:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: url("../img/top/index_bottom_photo.jpg");
		background-size: cover;
		opacity: 0.25;
	}
	
	.index_environment:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		background: url("../img/top/index_bottom_noise.jpg");
		background-size: cover;
		opacity: 0.32;
	}
	
	.index_environment_container {
		display: flex;
		justify-content: space-between;
	}
	
	.index_environment_box {
		width: 47%;
	}
	
	.index_environment_link {
		margin: 60px 0 0;
	}
	
	.index_environment_link a {
		display: block;
		font-size: 17px;
		font-weight: 600;
		color: #ffffff;
		padding: 80px 0;
		border-radius: 30px;
		background: #CC0000 url("../img/top/icon_arrow_triangle.svg") no-repeat top 50% right 20px;
		text-decoration: none;
		text-align: center;
		transition: all 0.3s;
	}
	
	.index_environment_link a:hover {
		color: #CC0000;
		background: #ffffff url("../img/top/icon_arrow_triangle_red.svg") no-repeat top 50% right 20px;
	}
	
	.index_contact {
		padding: 100px 0;
	}
	
	.index_contact .recruit_career_contact {
		margin: 0;
	}
	
	/* @end */
	
	/* @group page */
	
	.page_wrap {
		background: #F6F6F6 url("../img/noise_page.png");
		background-size: 1000px auto;
		padding: 20px 0 42px 0;
		margin-top: 10px;
		position: relative;
	}
	
	.page_wrap_wt {
		background: #ffffff url("../img/noise_page.png");
		background-size: 1000px auto;
		padding: 20px 0 42px 0;
		margin-top: 10px;
		position: relative;
	}
	
	.page_wrap_crosstalk:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 550px;
		background: #ffffff;
		z-index: 0;
	}
	
	.page_wrap_crosstalk .Container {
		
	}
	
	.page_head {
		margin: 42px 0 0;
		position: relative;
	}
	
	.page_head .Container {
		position: relative;
		z-index: 1;
	}
	
	.page_head_title {
		position: absolute;
		top: 50px;
		left: -30px;
		z-index: 12;
		background: #F6F6F6;
		padding: 35px 35px 25px 35px;
		border-radius: 10px;
		min-width: 314px;
		font-weight: 500;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	
	.page_head_title span {
		display: inline-block;
		position: relative;
		margin-bottom: 25px;
		font-size: 15px;
	}
	
	.page_head_title span:before {
		position: absolute;
		content: "";
		width: 25px;
		height: 1px;
		background: #333333;
		bottom: -10px;
		left: 0;
		z-index: 11;
	}
	
	.page_head_img {
		position: relative;
		z-index: 10;
	}
	
	.page_head_img img {
		width: 100%;
		height: auto;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.page_head_title_sub {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.page_head_title h1 {
		font-size: 24px;
	}
	
	.page_head_name {
		position: absolute;
		bottom: 0px;
		left: 15px;
		z-index: 12;
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
		width: calc(100% - 30px);
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		min-height: 297px;
		display: flex;
		align-items: flex-end;
	}
	
	.page_head_name h2 {
		position: relative;
		font-size: 36px;
		color: #ffffff;
		line-height: 1.5;
		letter-spacing: 0.05em;
		z-index: 2;
		margin: 0 0 50px 50px;
	}
	
	.page_anchor {
		margin: 100px 0;
		text-align: center;
	}
	
	.page_anchor_container {
		display: flex;
		justify-content: space-between;
		max-width: 900px;
		margin: 0 auto;
		border: 1px solid #CC0000;
		border-radius: 15px;
		padding: 20px 0;
		background: #ffffff;
	}
	
	.page_anchor_box {
		width: 33.33%;
		position: relative;
	}
	
	.page_anchor_box:after {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
		background: #CC0000;
		z-index: 1;
	}
	
	.page_anchor_box:last-child::after {
		display: none;
	}
	
	.page_anchor_box a {
		display: block;
		padding: 20px 30px;
		text-decoration: none;
	}
	
	.page_anchor_box a span {
		display: inline-block;
		padding: 0 0 0 20px;
		background: url("../img/voice/voice_anchor_arrow.svg") no-repeat left center;
	}
	
	/* @end */
	
	/* @group crosstalk */
	
	.crosstalk_head {
		transform: translateY(-100px);
		z-index: 0;
		position: relative;
	}
	
	.crosstalk_head:after {
		position: absolute;
		content: "";
		width: 1000px;
		height: 478px;
		background: #CC0000;
		bottom: -50px;
		right: 0;
		z-index: -1;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}
	
	.crosstalk_head .Container {
		position: relative;
		background: #FFFFFF;
		padding-top: 140px;
		padding-bottom: 80px;
	}
	
	.crosstalk_head .Container:before {
		position: absolute;
		content: "";
		width: 120px;
		height: 100%;
		background: #FFFFFF;
		top: 0;
		left: -120px;
		z-index: 1;
		border-top-left-radius: 50px;
	}
	
	.crosstalk_head .Container:after {
		position: absolute;
		content: "";
		width: 50px;
		height: 100%;
		background: #FFFFFF;
		top: 0;
		right: -50px;
		z-index: 1;
		border-bottom-right-radius: 50px;
	}
	
	.crosstalk_head_title {
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	
	.crosstalk_head_container {
		display: flex;
		justify-content: space-between;
		padding: 0 6.6%;
	}
	
	.crosstalk_head_box {
		width: 20%;
		text-align: center;
	}
	
	.crosstalk_head_thumb {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.crosstalk_head_thumb img {
		width: 100%;
		height: auto;
		max-width: 152px !important;
	}
	
	.crosstalk_head_section {
		font-size: 13px;
		margin-bottom: 20px;
	}
	
	.crosstalk_head_section2 {
		min-height: 42px;
	}
	
	.crosstalk_head_name {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.red_border{
		border-bottom: 2px solid #CC0000;
	}
	
	.crosstalk_head_year {
		font-size: 13px;
	}
	
	.crosstalk_head_profile {
		margin: 15px 0 0;
		background: #F6F6F6;
		border-radius: 30px;
		padding: 20px;
		font-size: 12px;
		text-align: justify;
	}
	
	.crosstalk_dei_lead {
		max-width: 1040px;
		margin: 50px auto 0;
		padding-top: 30px;
		font-size: 15px;
		line-height: 2;
		border-top: 1px solid #E0E0E0;
		text-align: justify;
	}
	
	.crosstalk_main {
		margin: 110px 0;
	}
	
	.crosstalk_main .Container {
		position: relative;
		background: #FFFFFF;
		padding-top: 72px;
		padding-bottom: 72px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	.crosstalk_main.crosstalk_main_right .Container {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	
	.crosstalk_main_left .Container:before {
		position: absolute;
		content: "";
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background: #FFFFFF;
		z-index: 1;
	}
	
	.crosstalk_main_right .Container:before {
		position: absolute;
		content: "";
		top: 0;
		left: 100%;
		width: 100vw;
		height: 100%;
		background: #FFFFFF;
		z-index: 1;
	}
	
	.crosstalk_main_title {
		background: #CC0000;
		display: inline-block;
		position: relative;
		padding: 15px 50px 15px 0;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		min-width: 610px;
	}
	
	.crosstalk_main_title:before {
		position: absolute;
		content: "";
		top: 0;
		right: 100%;
		width: 100%;
		height: 100%;
		background: #CC0000;
		z-index: 1;
	}
	
	.crosstalk_main_title h3 {
		font-size: 28px;
		font-weight: 600;
		color: #ffffff;
	}
	
	.crosstalk_main_container {
		margin: 50px 120px 50px 0;
	}
	
	.crosstalk_main_right .crosstalk_main_container {
		margin: 50px 0px 50px 120px;
	}
	
	.crosstalk_main_box {
		display: flex;
		justify-content: space-between;
		margin-right: 150px;
		margin-bottom: 70px;
	}
	
	.crosstalk_main_box:nth-child(even) {
		margin-right: 0;
		margin-left: 150px;
	}
	
	.crosstalk_main_thumb {
		width: 60px;
		color: #CC0000;
		font-size: 12px;
		text-align: center;
	}
	
	.crosstalk_main_thumb img {
		width: 60px;
		height: auto;
		border-radius: 60px;
		border: 1px solid #CC0000;
		margin-bottom: 5px;
	}
	
	.crosstalk_main_text {
		width: calc(100% - 100px);
		font-size: 15px;
		line-height: 2;
		text-align: justify;
	}
	
	.crosstalk_main_box:nth-child(even) .crosstalk_main_thumb {
		order: 2;
	}
	
	.crosstalk_main_box:nth-child(even) .crosstalk_main_text {
		order: 1;
	}
	
	.crosstalk_main_photo0102 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		transform: translateY(-80px);
		position: relative;
		z-index: 10;
	}
	
	.crosstalk_main_photo0102 img {
		width: 100%;
		height: auto;
	}
	
	.crosstalk_main_photo01 {
		width: 49%;
	}
	
	.crosstalk_main_photo01 img {
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	.crosstalk_main_photo02 {
		width: 49%;
		position: relative;
		margin: 140px 0 0;
	}
	
	.crosstalk_main_photo02 img {
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo02:after {
		content: "";
		position: absolute;
		top: 20px;
		left: 80px;
		background: #AADCE6;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo03 {
		text-align: center;
		margin-bottom: 70px;
	}
	
	.crosstalk_main_photo03_inner {
		display: inline-block;
		position: relative;
	}
	
	.crosstalk_main_photo03 img {
		width: 100%;
		height: auto;
		border-radius: 50px;
		position: relative;
		z-index: 2;
		max-width: 940px !important;
	}
	
	.crosstalk_main_photo03_inner:after {
		content: "";
		position: absolute;
		top: 20px;
		left: 20px;
		background: #AADCE6;
		border-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo04 {
		transform: translateY(-80px);
		position: relative;
		z-index: 10;
		text-align: right;
	}
	
	.crosstalk_main_photo04_inner {
		display: inline-block;
		position: relative;
	}
	
	.crosstalk_main_photo04_inner img {
		width: 100%;
		height: auto;
		max-width: 1170px !important;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo04_inner:after {
		content: "";
		position: absolute;
		top: 20px;
		left: -20px;
		background: #AADCE6;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		width: calc(100% + 20px);
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo05 {
		transform: translateY(-80px);
		position: relative;
		z-index: 10;
		text-align: center;
	}
	
	.crosstalk_main_photo05_inner {
		display: inline-block;
		position: relative;
	}
	
	.crosstalk_main_photo05_inner img {
		width: 100%;
		height: auto;
		max-width: 940px !important;
		border-radius: 30px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo05_inner:after {
		content: "";
		position: absolute;
		top: 20px;
		left: 20px;
		background: #AADCE6;
		border-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo06 {
		margin: 100px 0 0;
	}
	
	.crosstalk_main_photo06 img {
		width: 100%;
		height: auto;
	}
	
	.crosstalk_att {
		text-align: right;
		max-width: 980px;
		margin: 0 auto;
	}
	
	.crosstalk_att2 {
		max-width: 1275px;
		margin-top: 20px;
	}
	
	.nextcontents {
		padding: 140px 0 110px;
	}
	
	.nextcontents h4 {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		color: #CC0000;
		letter-spacing: 0.03em;
	}
	
	.nextcontents_container {
		margin: 56px 0 0;
		display: flex;
		justify-content: center;
	}
	
	.nextcontents_box {
		width: 38%;
		margin: 0 3%;
	}
	
	.nextcontents_thumb {
		position: relative;
	}
	
	.nextcontents_thumb img {
		width: 100%;
		height: 228px !important;
		object-fit: cover;
		transition: all 0.3s;
	}
	
	.nextcontents_box:hover .nextcontents_thumb img {
		transform: scale(1.1);
	}
	
	.nextcontents_thumb {
		margin-bottom: 20px;
	}
	
	.nextcontents_thumb a {
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 15px;
	}
	
	.nextcontents_thumb:after {
		position: absolute;
		content: "";
		width: 48px;
		height: 48px;
		bottom: 24px;
		right: -24px;
		z-index: 1;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
	}
	
	.nextcontents_title {
		font-size: 18px;
		font-weight: 600;
	}
	
	.nextcontents_title a {
		text-decoration: none;
		color: #333333;
	}
	
	/* @end */
	
	/* @group voice */
	
	.voice_jobhunting {
		background: #F6F6F6;
		border-top-left-radius: 120px;
		border-top-right-radius: 120px;
		max-width: 1440px;
		margin: 0 auto 120px;
	}
	
	.voice_jobhunting .Container {
		position: relative;
		padding-top: 140px;
		padding-bottom: 140px;
	}
	
	.voice_jobhunting_label {
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	
	.voice_jobhunting_label span {
		display: inline-block;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		background: #CC0000;
		padding: 20px 100px;
		border-radius: 100px;
	}
	
	.voice_jobhunting_mt {
		margin-top: 80px;
	}
	
	.voice_jobhunting h2 {
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color: #CC0000;
		position: relative;
		margin-bottom: 50px;
	}
	
	.voice_jobhunting h2:after {
		position: absolute;
		content: "";
		width: 2px;
		height: 44px;
		background: #CC0000;
		top: 60px;
		left: 50%;
	}
	
	.voice_jobhunting_list {
		display: flex;
		justify-content: center;
	}
	
	.voice_jobhunting_box {
		width: 22%;
		margin: 0 1.5% 80px;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	
	.voice_jobhunting_box a {
		cursor: pointer;
		display: block;
	}
	
	.voice_jobhunting_thumb {
		margin-bottom: -80px;
		text-align: center;
		z-index: 1;
		position: relative;
	}
	
	.voice_jobhunting_job {
		position: absolute;
		top: 100px;
		right: calc(190 / 273 * 100%);
		z-index: 2;
	}
	
	.voice_jobhunting_job span {
		display: inline-block;
		border-radius: 5px;
		color: #ffffff;
		font-size: clamp(10px, 0.8vw, 13px);
		font-weight: 600;
		padding: 8px 10px;
		min-width: min(calc(60 / 767 * 100vw), 88px);
		width: fit-content;
		text-align: center;
		word-break: keep-all;
		line-height: 1.4;
	}
	
	.voice_jobhunting_att {
		text-align: right;
	}
	
	.orange .voice_jobhunting_job span, .orange .voice_jobhunting_plus, .orange .voice_modal_profile_job span {
		background: #D5804B;
	}
	
	.pink .voice_jobhunting_job span, .pink .voice_jobhunting_plus, .pink .voice_modal_profile_job span {
		background: #D54B7B;
	}
	
	.sky .voice_jobhunting_job span , .sky .voice_jobhunting_plus, .sky .voice_modal_profile_job span {
		background: #35B1C7;
	}
	
	.purple .voice_jobhunting_job span, .purple .voice_jobhunting_plus, .purple .voice_modal_profile_job span {
		background: #7162B1;
	}
	
	.blue .voice_jobhunting_job span, .blue .voice_jobhunting_plus, .blue .voice_modal_profile_job span {
		background: #3F7EC9;
	}
	
	.green .voice_jobhunting_job span, .green .voice_jobhunting_plus, .green .voice_modal_profile_job span {
		background: #3D967B;
	}
	
	.yellowgreen .voice_jobhunting_job span, .yellowgreen .voice_jobhunting_plus, .yellowgreen .voice_modal_profile_job span {
		background: #74B556;
	}
	
	.voice_jobhunting_textarea {
		background: #ffffff;
		border-radius: 30px;
		padding: 100px 30px 50px;
		text-align: center;
		flex-grow: 1;
	}
	
	.voice_jobhunting_section {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.voice_jobhunting_name {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.voice_jobhunting_status {
		font-size: 13px;
	}
	
	.voice_jobhunting_status span {
		color: #999999;
	}
	
	.voice_jobhunting_plus {
		position: absolute;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		bottom: -25px;
		right: -25px;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.voice_jobhunting_plus a {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.modaal-overlay {
		opacity: 0.3 !important;
	}
	
	.modaal-container {
		background: none;
		box-shadow: none;
	}
	
	.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
		background: #CC0000;
	}
	
	.voice_modal_inner {
		max-width: 940px;
		margin: 0 auto;
		background: #F6F6F6;
		border-radius: 30px;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.16);
		position: relative;
		padding: 80px 70px 115px;
	}
	
	.voice_modal_label {
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	
	.voice_modal_label span {
		display: inline-block;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		background: #CC0000;
		padding: 20px 100px;
		border-radius: 100px;
	}
	
	.voice_modal_head {
		display: flex;
		justify-content: space-between;
	}
	
	.voice_modal_profile {
		width: 40%;
		text-align: center;
		position: relative;
	}
	
	.voice_modal_text {
		width: 60%;
		background: #ffffff;
		border-radius: 50px;
		padding: 30px;
		margin: 70px 0 0;
		position: relative;
	}
	
	.voice_modal_text:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		top: 80px;
		left: -20px;
		background: url("../img/voice/voice_modal_message.svg") no-repeat;
		z-index: 1;
	}
	
	.voice_modal_profile_thumb {
		margin-bottom: 20px;
	}
	
	.voice_modal_profile_job {
		position: absolute;
		top: 100px;
		right: min(calc(170 / 200 * 100%), 210px);
		z-index: 2;
	}
	
	.voice_modal_profile_job span {
		display: inline-block;
		border-radius: 5px;
		color: #ffffff;
		font-size: 13px;
		font-weight: 600;
		padding: 5px 15px;
		min-width: 88px;
		text-align: center;
		white-space: nowrap;
	}
	
	.voice_modal_profile_textarea {
		
	}
	
	.voice_modal_profile_section {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.voice_modal_profile_name {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.voice_modal_profile_status {
		font-size: 13px;
	}
	
	.voice_modal_q {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.voice_modal_a {
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.02em;
	}
	
	.voice_modal_photo {
		margin: 80px 0 0;
	}
	
	.voice_modal_photo img {
		border-radius: 30px;
		width: 100%;
		height: auto;
	}
	
	.voice_modal {
		display: none;
	}
	
	.voice_message {
		position: relative;
		text-align: center;
	}
	
	.voice_message span {
		font-size: 170px;
		font-weight: bold;
		color: #CC0000;
		opacity: 0.06;
		line-height: 1;
	}
	
	.voice_message h2 {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	.voice_message h2:after {
		display: none;
	}
	
	/* @end */
	
	/* @group philosophy */
	
	.philosophy {
		background: url("../img/philosophy/mainback.jpg") no-repeat center center;
		background-size: cover;
		position: relative;
		padding: 160px 0;
		margin: 42px 0 0;
	}
	
	.philosophy:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #BE9797;
		mix-blend-mode: multiply;
		opacity: 0.5;
	}
	
	.philosophy .Container {
		position: relative;
		z-index: 2;
	}
	
	.philosophy_title {
		text-align: center;
		margin-bottom: 70px;
	}
	
	.philosophy_title h2 {
		font-size: 15px;
		font-weight: 500;
		position: relative;
		margin-bottom: 20px;
	}
	
	.philosophy_title h2:after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		width: 26px;
		height: 1px;
		background: #333333;
		margin-left: -13px;
	}
	
	.philosophy_title h1 {
		font-size: 24px;
		font-weight: 500;
	}
	
	.philosophy_message {
		max-width: 840px;
		margin: 0 auto;
		position: relative;
	}
	
	.philosophy_message p{
		font-size: 15px;
		line-height: 2;
	}
	
	.philosophy_message:after {
		content: "";
		position: absolute;
		bottom: -64px;
		right: -137px;
		width: 648px;
		height: 388px;
		background: #CC0000;
		border-radius: 30px;
		opacity: 0.8;
		z-index: 1;
	}
	
	.philosophy_message_inner {
		font-size: 15px;
		line-height: 2;
		background: #ffffff;
		border-radius: 30px;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.16);
		padding: 120px 120px 150px;
		position: relative;
		z-index: 2;
	}
	
	.philosophy_message_lead {
		position: absolute;
		bottom: 50px;
		right: 60px;
		font-size: 37px;
		font-weight: 600;
		color: #CC0000;
	}
	
	/* @end */
	
	/* @group recruit_info */
	
	.recruit_info {
		margin: 150px 0;
	}
	
	.recruit_info h2 {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_info_table {
		background: #ffffff;
		font-size: 15px;
		letter-spacing: 0.02em;
	}
	
	.recruit_info_row {
		display: flex;
		justify-content: space-between;
	}
	
	.recruit_info_label {
		width: 15%;
		border-bottom: 1px solid #CC0000;
		padding: 30px 0 30px 40px;
	}
	
	.recruit_info_text {
		width: 85%;
		border-bottom: 1px solid #333333;
		padding: 30px 30px 30px 40px;
		line-height: 2;
	}
	
	.recruit_info_row:first-child .recruit_info_label {
		border-top: 1px solid #CC0000;
	}
	
	.recruit_info_row:first-child .recruit_info_text {
		border-top: 1px solid #333333;
	}
	
	.recruit_ideal {
		background: #F6F6F6;
		border-radius: 30px;
		max-width: 1440px;
		margin: 150px auto;
		text-align: center;
		padding: 120px 0;
	}
	
	.recruit_ideal h2 {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_ideal_box {
		background: #ffffff;
		display: flex;
		max-width: 972px;
		margin: 0 auto 40px;
		border-radius: 100px;
		padding: 45px 10%;
		align-items: center;
	}
	
	.recruit_ideal_num {
		font-size: 30px;
		font-weight: bold;
		color: #CC0000;
		margin-right: 30px;
		line-height: 1;
	}
	
	.recruit_ideal_text {
		font-size: 17px;
		font-weight: 500;
		line-height: 1;
	}
	
	.recruit_flow {
		margin: 130px 0;
	}
	
	.recruit_flow h2 {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_flow_container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.recruit_flow_container2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.recruit_flow_box {
		width: 27.5%;
		border-radius: 15px;
		border: 2px solid #CC0000;
		padding: 30px 30px;
		text-align: center;
		background: #ffffff;
		position: relative;
		margin-bottom: 65px;
	}
	
	.recruit_flow_container2 .recruit_flow_box{
		margin: 0 4.375%;
	}
	
	.recruit_flow_box:after {
		position: absolute;
		content: "";
		width: 25px;
		height: 35px;
		background: url("../img/recruit/info_flow_arrow.svg") no-repeat;
		top: 50%;
		right: -21%;
		margin-top: -17px;
	}
	
	.recruit_flow_container2 .recruit_flow_box:nth-child(1)::before {
		position: absolute;
		content: "";
		width: 25px;
		height: 35px;
		background: url("../img/recruit/info_flow_arrow.svg") no-repeat;
		top: 50%;
		left: -21%;
		margin-top: -17px;
	}
	
	.recruit_flow_box:nth-child(3)::after, .recruit_flow_box:last-child::after {
		display: none;
	}
	
	.recruit_flow_icon {
		width: 161px;
		height: 161px;
		background: #FDE5E9;
		border-radius: 161px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 15px;
	}
	
	.recruit_flow_num {
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		line-height: 1;
		background: #333333;
		border-radius: 100px;
		padding: 8px 25px;
		position: absolute;
		top: 20px;
		left: -20px;
		z-index: 1;
	}
	
	.recruit_flow_text {
		min-height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.recruit_flow_text span {
		font-size: 13px;
	}
	
	.recruit_faq {
		margin: 130px 0;
	}
	
	.recruit_faq h2 {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_faq h3 {
		font-size: 20px;
		font-weight: 500;
		color: #333333;
		margin-bottom: 20px;
	}
	
	.recruit_faq_container {
		margin-bottom: 80px;
	}
	
	.recruit_faq_box {
		margin-bottom: 20px;
		background: #EEEEEE;
		border-radius: 15px;
	}
	
	.recruit_faq_q {
		display: flex;
		align-items: center;
		position: relative;
		cursor: pointer;
		background: #F6F6F6;
		border-radius: 15px;
		padding: 50px 60px;
	}
	
	.recruit_faq_q_icon {
		margin-right: 15px;
		font-size: 30px;
		font-weight: bold;
		color: #CC0000;
		margin-right: 30px;
		line-height: 1;
	}
	
	.recruit_flow_q_title {
		font-size: 17px;
		font-weight: 500;
	}
	
	.recruit_flow_q_plus {
		position: absolute;
		width: 50px;
		height: 50px;
		background: #CC0000;
		border-radius: 50px;
		top: 50%;
		margin-top: -25px;
		right: 60px;
		z-index: 1;
	}
	
	.recruit_flow_q_plus_inner {
		position: relative;
		width: 50px;
		height: 50px;
	}
	
	.recruit_flow_q_plus_inner span:first-child {
		position: absolute;
		top: 25px;
		left: 19px;
		width: 14px;
		height: 2px;
		background: #ffffff;
		display: block;
	}
	
	.recruit_flow_q_plus_inner span:last-child {
		position: absolute;
		top: 19px;
		left: 25px;
		width: 2px;
		height: 14px;
		background: #ffffff;
		display: block;
	}
	
	.recruit_faq_q.open .recruit_flow_q_plus_inner span:last-child {
		display: none;
	}
	
	.recruit_faq_a {
		display: none;
	}
	
	.recruit_faq_a_inner {
		display: flex;
		position: relative;
		padding: 50px 60px;
	}
	
	.recruit_faq_a_icon {
		margin-right: 15px;
		font-size: 30px;
		font-weight: bold;
		color: #CC0000;
		margin-right: 30px;
		line-height: 1;
	}
	
	.recruit_faq_a_text {
		font-size: 17px;
		font-weight: 500;
		line-height: 2;
		text-align: justify;
	}
	
	.recruit_career {
		margin: 180px 0 200px;
	}
	
	.recruit_career h2 {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_career_table {
		max-width: 972px;
		margin: 0 auto;
		font-size: 15px;
	}
	
	.recruit_career_table_head {
		display: flex;
		background: #CC0000;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	
	.recruit_career_table_box {
		width: 23.33%;
		padding: 38px 0;
		text-align: center;
	}
	
	.recruit_career_table_box:first-child {
		width: 30%;
	}
	
	.recruit_career_table_head .recruit_career_table_box {
		border-right: 1px dashed #ffffff;
	}
	
	.recruit_career_table_head .recruit_career_table_box:last-child {
		border-right: 0;
	}
	
	.recruit_career_table_row {
		display: flex;
		border-bottom: 1px solid #333333;
	}
	
	.recruit_career_table_row .recruit_career_table_box {
		border-right: 1px dashed #333333;
	}
	
	.recruit_career_table_row .recruit_career_table_box:first-child {
		background: #F6F6F6;
	}
	
	.recruit_career_table_row .recruit_career_table_box:last-child {
		border-right: 0;
	}
	
	.recruit_career_contact {
		display: flex;
		justify-content: center;
		margin: 53px 0 0;
	}
	
	.recruit_career_contact_label {
		width: 126px;
		background: #CC0000;
		text-align: center;
		color: #ffffff;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
	}
	
	.recruit_career_contact_address {
		display: flex;
		margin-right: 20px;
		padding: 10px 0;
	}
	
	.recruit_career_contact_address span {
		display: inline-block;
		margin-right: 1em;
	}
	
	.recruit_career_contact_link {
		display: flex;
		align-items: flex-end;
	}
	
	.recruit_career_contact_link a {
		display: inline-block;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 4px right 0;
		background-size: 20px auto;
		padding-right: 30px;
		text-decoration: none;
	}
	
	.icon_blank {
		display: inline-block;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 8px right 5px;
		background-size: 20px auto;
		padding-right: 30px;
	}
	
	/* @end */
	
	/* @group welfare */
	
	.welfare_about {
		
	}
	
	.welfare_about_lead {
		max-width: 776px;
		font-size: 15px;
		line-height: 2;
		margin: 0 auto 100px;
	}
	
	.welfare_lead {
		font-size: 28px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.welfare_cafeteria {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto 30px;
	}
	
	.welfare_cafeteria_title {
		width: 20%;
	}
	
	.welfare_lead_sub {
		font-size: 20px;
		font-weight: 600;
		color: #333333;
		display: inline-block;
		background: url("../img/welfare/icon_en_red.svg") no-repeat top 9px left;
		padding: 0 0 0 15px;
	}
	
	.welfare_cafeteria_text {
		width: 78%;
		font-size: 15px;
		line-height: 2;
	}
	
	.welfare_about_plan_title {
		text-align: center;
		font-size: 15px;
	}
	
	.welfare_about_plan_container {
		background: #F6F6F6;
		padding: 20px;
		border-radius: 10px;
		max-width: 1100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px auto 0;
	}
	
	.welfare_about_plan_box {
		width: 23.5%;
		background: #ffffff;
		border-radius: 5px;
		padding: 30px 15px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.welfare_about_plan_box:nth-child(n+5) {
		margin-bottom: 0;
	}
	
	.welfare_about_plan_box h4 {
		font-size: 17px;
		font-weight: 600;
		color: #CC0000;
		position: relative;
		margin-bottom: 20px;
	}
	
	.welfare_about_plan_box h4:after {
		position: absolute;
		content: "";
		width: 30px;
		height: 1px;
		bottom: -13px;
		left: 50%;
		margin-left: -15px;
		background: #CC0000;
	}
	
	.welfare_about_plan_box p {
		font-size: 15px;
	}
	
	.welfare_about_plan_lead {
		width: 100%;
		margin: 15px 0;
		text-align: center;
	}
	
	.welfare_about_plan_lead span {
		display: inline-block;
		background: linear-gradient(90deg, rgba(228, 4, 40, 0) 0%, #e40428 14.78%, #e40428 85.22%, rgba(228, 4, 40, 0) 100%);
		font-size: 21px;
		font-weight: 600;
		color: #ffffff;
		padding: 8px 80px 12px;
	}
	
	.welfare_system {
		max-width: 1100px;
		margin: 115px auto;
	}
	
	.welfare_system_table {
		font-size: 15px;
		letter-spacing: 0.02em;
		margin: 45px 0 0;
	}
	
	.welfare_system_row {
		display: flex;
		justify-content: space-between;
	}
	
	.welfare_system_label {
		width: 15%;
		border-bottom: 1px solid #CC0000;
		padding: 30px 0 30px 0px;
		color: #CC0000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.welfare_system_text {
		width: 85%;
		border-bottom: 1px solid #333333;
		padding: 30px 30px 30px 40px;
		line-height: 2;
	}
	
	.welfare_system_row:first-child .welfare_system_label {
		border-top: 1px solid #CC0000;
	}
	
	.welfare_system_row:first-child .welfare_system_text {
		border-top: 1px solid #333333;
	}
	
	.welfare_support {
		max-width: 1100px;
		margin: 120px auto 0;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	.welfare_support h4 {
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
	}
	
	.welfare_support_left {
		width: 60%;
		background: #F6F6F6;
		border-radius: 10px;
		position: relative;
		padding-bottom: 50px;
	}
	
	.welfare_support_right {
		width: 39%;
		background: #F6F6F6;
		border-radius: 10px;
		position: relative;
		padding-bottom: 50px;
	}
	
	.welfare_support_left_table {
		padding: 30px;
		position: relative;
	}
	
	.welfare_support_left_table_inner {
		position: relative;
	}
	
	.welfare_support_left_table_inner:before {
		content: "";
		position: absolute;
		width: calc(37.2% + 20px);
		height: calc(100% + 60px);
		background: #ffffff;
		top: 0px;
		left: calc(20% - 10px);
		z-index: 0;
		border-radius: 10px;
	}
	
	.welfare_support_left_table_inner:after {
		content: "";
		position: absolute;
		width: calc(37.2% + 20px);
		height: calc(100% + 60px);
		background: #ffffff;
		top: 0px;
		right: -10px;
		z-index: 0;
		border-radius: 10px;
	}
	
	.welfare_support_left_table_head {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		z-index: 1;
	}
	
	.welfare_support_left_table_label {
		width: 15%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.welfare_support_left_table_row_text {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.welfare_support_left_table_box1 {
		width: 46.5%;
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.welfare_support_left_table_head .welfare_support_left_table_box1 {
		background: none;
		border: 0;
		color: #CC0000;
	}
	
	.welfare_support_left_table_box2 {
		width: 100%;
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		display: flex;
		justify-content: center;
	}
	
	.welfare_support_left_table_box2_inner {
		width: 50%;
		padding: 0 10px;
		text-align: left;
	}
	
	.welfare_support_left_table_row {
		border-top: 1px dashed #333333;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 0 0;
		position: relative;
		z-index: 1;
	}
	
	.welfare_support_right_table {
		background: #F6F6F6;
	}
	
	.welfare_support_right_table_lead {
		padding: 13px 10px;
		text-align: center;
		font-size: 15px;
		color: #FFFFFF;
		background: #CC0000;
	}
	
	.welfare_support_right_table .welfare_support_right_table_lead:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.welfare_support_right_table_text {
		display: flex;
		padding: 10px 20px 40px;
		font-size: 15px;
		line-height: 2;
	}
	
	.welfare_support_right_table_text_inner {
		width: 50%;
	}
	
	.welfare_support_left_table_box3 {
		position: absolute;
		bottom: 20px;
		left: 13.65%;
		z-index: 1;
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		width: calc(86.35% - 20px);
	}
	
	.welfare_tree {
		margin: 120px 0;
	}
	
	.welfare_tree_img {
		max-width: 1100px;
		margin: 0 auto;
		background: #F6F6F6;
		border-radius: 10px;
		padding: 30px;
	}
	
	.welfare_tree_img img {
		width: 100%;
		height: auto;
	}
	
	.welfare_photogallery_wrap {
		max-width: 1100px;
		margin: 50px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.mainslider {
		width: 58%;
	}
	
	.mainslider img {
		width: 100%;
		height: 560px !important;
		object-fit: cover;
		border-radius: 10px;
	}
	
	#NextIcon1 {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	#NextIcon1 a {
		width: 48px;
		height: 48px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	#PrevIcon1 {
		position: absolute;
		top: 0;
		right: 55px;
		z-index: 1;
	}
	
	#PrevIcon1 a {
		width: 48px;
		height: 48px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		transform: scale(-1,1);
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	.controlWrap {
		width: 38%;
		position: relative;
		display: flex;
		align-items: flex-end;
	}
	
	.controlWrap ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	
	.controlWrap .change-draw-image {
		width: 30.5%;
		margin-top: 15px;
	}
	
	.controlWrap .change-draw-image img {
		width: 100%;
		height: 100px !important;
		object-fit: cover;
		border-radius: 10px;
	}
	
	#NextIcon2, #PrevIcon2 {
		display: none;
	}
	
	.progress-container {
		width: 100%;
		height: 5px;
		margin-top: 66px;
	}
	
	.progress-inner {
		max-width: 600px;
		margin: 0 auto;
		height: 1px;
		background-color: #AAAAAA;
		position: relative;
	}
	
	.progress-bar {
		width: 10%;
		height: 3px;
		background-color: #CC0000;
		position: absolute;
		left: 0;
		top: -1px;
		transition: left 0.3s ease-in-out;
		border-radius: 3px;
	}
	
	/* @end */
	
	/* @group business */
	
	.business_lead {
		background: #F6F6F6;
		padding: 180px 0 110px;
		transform: translateY(-100px);
		margin-bottom: -100px;
	}
	
	.business_lead p {
		font-size: 15px;
		line-height: 2;
		max-width: 776px;
		margin: 0 auto;
	}
	
	.business_main {
		background: url("../img/business/business_en.svg") no-repeat top right;
		padding: 100px 0 0;
	}
	
	.business_main_inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.business_six {
		background: #F6F6F6;
		border-radius: 30px;
		padding: 60px 30px;
		display: flex;
		position: relative;
		justify-content: space-between;
	}
	
	.business_six h2 {
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.business_six h2 span {
		background: #CC0000;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 6px 80px;
		color: #ffffff;
		border-radius: 100px;
	}
	
	.business_six_box {
		width: 15%;
		border: 1px solid #CC0000;
		border-radius: 50%;
		background: #ffffff;
	}
	
	.business_six_box_inner {
		position: relative;
		padding: 100% 0 0;
		height: 0;
	}
	
	.business_six_box_inner p {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		margin: 0;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #CC0000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.business_detail {
		margin: 100px 0 0;
	}
	
	.business_detail_box {
		border: 1px solid #CC0000;
		border-radius: 30px;
		padding: 70px 50px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	
	.business_detail_photo {
		width: 50%;
		position: relative;
	}
	
	.business_detail_photo img {
		width: 100%;
		height: auto;
		border-radius: 30px;
		position: relative;
		z-index: 1;
	}
	
	.business_detail_photo_inner {
		position: relative;
	}
	
	.business_detail_photo_inner:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: ;
		border-radius: 30px;
		bottom: -12px;
		right: -12px;
		background: #35B1C7;
		z-index: 0;
		opacity: 0.35;
	}
	
	.business_detail_text {
		width: 45%;
		margin: 20px 0 0;
	}
	
	.business_detail_text span {
		font-size: 12px;
		font-weight: bold;
		color: #35B1C7;
	}
	
	.business_detail_text h3 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		margin-bottom: 20px;
	}
	
	.business_detail_text p {
		font-size: 15px;
		line-height: 2;
		text-align: justify;
	}
	
	.business_detail_link {
		text-align: right;
		margin: 10px 0 0;
	}
	
	.business_detail_link a {
		font-size: 14px;
		font-weight: bold;
		color: #CC0000;
		display: inline-block;
		padding: 4px 40px 0px 0;
		text-decoration: none;
		transition: all 0.3s;
	}
	
	.business_detail_link a:hover {
		color: #b1000e;
	}
	
	.business_foot {
		background: #F6F6F6;
		padding: 100px 0;
	}
	
	.business_foot_link {
		text-align: center;
	}
	
	.business_foot_link a {
		display: block;
		margin: 0 auto;
		max-width: 560px;
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 20px auto;
		border: 1px solid #CC0000;
		padding: 70px 100px;
		color: #CC0000;
		border-radius: 30px;
		text-decoration: none;
		font-size: 18px;
		text-align: center;
		transition: all 0.3s;
	}
	
	.business_foot_link a:hover {
		background: #CC0000 url("../img/top/icon_new_window_hd_wt.gif") no-repeat top 50% right 15px;
		background-size: 20px auto;
		color: #ffffff;
	}
	
	/* @end */
	
	/* @group about_anchor */
	
	.about_anchor {
		max-width: 1000px;
		margin: 100px auto 0;
		background: #ffffff;
		border-radius: 15px;
		padding: 20px;
		border: 1px solid #CC0000;
	}
	
	.about_anchor ul {
		display: flex;
		justify-content: space-between;
	}
	
	.about_anchor ul li {
		width: 33%;
		text-align: center;
		position: relative;
	}
	
	.about_anchor ul li:after {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background: #CC0000;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.about_anchor ul li:last-child::after {
		display: none;
	}
	
	.about_anchor ul li a {
		display: inline-block;
		color: #CC0000;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.3;
		letter-spacing: 0.06em;
		padding: 10px 30px 10px 30px;
		background: url("../img/voice/voice_anchor_arrow.svg") no-repeat center left;
	}
	
	.about_anchor ul li a span {
		display: block;
		font-size: 10px;
		font-weight: 500;
	}
	
	.about_group {
		background: #F6F6F6 url("../img/about/about_group.svg") no-repeat top right;
		padding: 160px 0;
	}
	
	.about_head {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.about_title {
		position: relative;
	}
	
	.about_title:after {
		position: absolute;
		content: "";
		width: 60px;
		height: 1px;
		background: #CC0000;
		top: 13px;
		left: -80px;
		z-index: 1;
	}
	
	.about_title span {
		font-size: 14px;
		color: #CC0000;
		font-weight: 600;
		letter-spacing: 0.06em;
	}
	
	.about_title h2 {
		font-size: 50px;
		font-weight: bold;
		color: #CC0000;
		letter-spacing: 0.1em;
	}
	
	.about_title p {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.02em;
	}
	
	.about_head_text {
		width: 60%;
		font-size: 15px;
		line-height: 2;
	}
	
	.about_group_business {
		max-width: 1000px;
		background: #ffffff;
		border-radius: 30px;
		padding: 9%;
		margin: 150px auto 0;
		position: relative;
	}
	
	.about_group_business_title {
		position: absolute;
		top: -33px;
		left: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.about_group_business_title h3 {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		background: #CC0000;
		color: #ffffff;
		padding: 20px 30px;
		border-radius: 100px;
	}
	
	.about_group_business_img {
		margin-bottom: 80px;
	}
	
	.about_group_business_img img {
		width: 100%;
		height: auto;
	}
	
	.about_arrow {
		text-align: center;
	}
	
	.about_group_business_ch {
		border: 1px solid #CC0000;
		border-radius: 30px;
		padding: 50px 30px 30px;
		text-align: center;
		margin-top: 60px;
	}
	
	.about_group_business_ch_head {
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 15px;
		display: block;
	}
	
	.about_group_business_ch h4 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #CC0000;
		margin-bottom: 50px;
	}
	
	.about_group_business_ch h4 span {
		display: inline-block;
		padding-bottom: 5px;
		border-bottom: 3px solid #CC0000;
		letter-spacing: 0.05em;
	}
	
	.about_group_business_ch_lead {
		font-size: 14px;
		font-weight: bold;
	}
	
	.about_group_business_ch_icons {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 55px;
	}
	
	.about_group_business_ch_icon {
		width: 20%;
		margin: 0 4% 40px;
		position: relative;
	}
	
	.about_group_business_ch_icon_title {
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.about_group_business_ch_icon_title span {
		background: #CC0000;
		display: inline-block;
		color: #ffffff;
		font-size: 12px;
		padding: 0px 10px;
		border-radius: 100px;
		min-width: 80px;
	}
	
	.about_group_business_ch_icon_img img {
		width: 100%;
		height: auto;
	}
	
	.about_2021 {
		background: #ffffff url("../img/about/about_2021.svg") no-repeat top right;
		padding: 160px 0;
	}
	
	.about_2021_history {
		max-width: 1000px;
		margin: 100px auto;
	}
	
	.about_2021_history_box {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	.about_2021_history_year {
		width: 40%;
		line-height: 1;
		padding: 40px 0 0 60px;
		position: relative;
	}
	
	.about_2021_history_year:before {
		content: "";
		position: absolute;
		width: 4px;
		height: 100%;
		background: #999999;
		top: 0;
		left: 18px;
		z-index: 0;
	}
	
	.about_2021_history_year:after {
		content: "";
		position: absolute;
		top: 83px;
		left: 5px;
		width: 30px;
		height: 30px;
		background: #CC0000;
		border-radius: 30px;
	}
	
	.about_2021_history_box:last-child::before {
		content: "";
		position: absolute;
		width: 4px;
		height: calc(100% - 62px);
		background: #CC0000;
		top: 90px;
		left: 18px;
		z-index: 2;
	}
	
	.about_2021_history_box:last-child::after {
		position: absolute;
		content: "";
		width: 62.828px;
		height: 34.242px;
		bottom: -60px;
		left: -11px;
		z-index: 2;
		background: url("../img/about/about_year_arrow.svg") no-repeat;
	}
	
	.about_2021_history_year_2021:after {
		content: "";
		position: absolute;
		top: 90px;
		left: 0px;
		width: 40px;
		height: 40px;
		background: #ffffff url("../img/about/about_icon_circle.svg") no-repeat;
		background-size: 40px auto;
		z-index: 3;
	}
	
	.about_2021_history_year_2004,
	.about_2021_history_year_2015 {
		color: #999999;
		font-size: 100px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.about_2021_history_year_2021 {
		color: #CC0000;
		font-size: 120px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.about_2021_history_text {
		width: 55%;
		padding: 60px 0 50px 0px;
	}
	
	.about_2021_history_text h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #333333;
		line-height: 1.8;
	}
	
	.about_2021_history_text p {
		font-size: 15px;
		line-height: 2;
	}
	
	.about_2021_history_link {
		text-align: right;
		margin: 50px 0 0;
	}
	
	.about_2021_history_link a {
		border: 1px solid #CC0000;
		display: inline-block;
		padding: 28px 70px;
		font-size: 17px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 20px;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
		transition: all 0.3s;
	}
	
	.about_2021_history_link a:hover {
		color: #ffffff;
		background: #CC0000 url("../img/top/icon_new_window_hd_wt.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
	}
	
	.about_partner {
		background: #F6F6F6 url("../img/about/about_partner.svg") no-repeat top right;
		padding: 160px 0;
	}
	
	.about_partner_wt {
		background: #ffffff;
		padding: 100px;
		max-width: 1000px;
		margin: 0 auto;
		border-radius: 30px;
	}
	
	.about_partner_wt01 {
		margin-top: 90px;
		position: relative;
	}
	
	.about_partner_rect {
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-bottom: 60px;
	}
	
	.about_partner_rect_box {
		width: 48%;
	}
	
	.about_partner_rect_box img {
		width: 100%;
		height: auto;
	}
	
	.about_partner_rect:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 50px;
		border: 1px solid #CC0000;
		bottom: 0;
		left: 0;
		border-top: 0;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.about_partner_rect:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 50px;
		bottom: -50px;
		left: 50%;
		background: #CC0000;
	}
	
	.about_partner_feature {
		display: flex;
		justify-content: space-between;
		position: relative;
		border: 1px solid #CC0000;
		border-radius: 30px;
		padding: 80px 0;
		margin: 50px 0 0;
	}
	
	.about_partner_feature:before {
		content: "";
		position: absolute;
		width: 1px;
		height: calc(100% - 160px);
		top: 80px;
		left: 50%;
		z-index: 1;
		background: #CC0000;
	}
	
	.about_partner_feature_box {
		width: 48%;
		text-align: center;
	}
	
	.about_partner_feature_box h3 {
		font-size: 18px;
		font-weight: bold;
		color: #CC0000;
		margin-bottom: 30px;
	}
	
	.about_partner_feature_box h3 span {
		display: inline-block;
		border-bottom: 3px solid #CC0000;
		padding: 0 5px 7px;
	}
	
	.about_partner_feature_box p {
		font-size: 14px;
		font-weight: bold;
		min-height: 45px;
		text-align: center;
	}
	
	.about_partner_feature_box h4 {
		font-size: 20px;
		font-weight: bold;
		color: #CC0000;
		margin: 10px 0 0;
	}
	
	.about_lead {
		background: #CC0000;
		text-align: center;
		padding: 30px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		color: #FFFFFF;
		border-radius: 30px;
		max-width: 1000px;
		margin: 80px auto 50px;
		position: relative;
	}
	
	.about_lead:before {
		position: absolute;
		content: "";
		top: -80px;
		left: 50%;
		width: 1px;
		height: 80px;
		background: #CC0000;
		z-index: 1;
	}
	
	.about_lead:after {
		position: absolute;
		content: "";
		bottom: -50px;
		left: 50%;
		width: 1px;
		height: 50px;
		background: #CC0000;
		z-index: 1;
	}
	
	.about_partner_with {
		max-width: 780px;
		margin: 0 auto;
	}
	
	.about_partner_with img{
		width: 100%;
		height: auto;
	}
	
	.about_partner_with_cointainer {
		display: flex;
		justify-content: space-between;
		max-width: 780px;
		margin: 0 auto;
		padding: 80px 0 0;
	}
	
	.about_partner_with_box {
		width: 47.5%;
		border: 1px solid #CC0000;
		border-radius: 30px;
		background: #F6F6F6;
		padding-bottom: 20px;
	}
	
	.about_partner_with_box h3 {
		font-size: 16px;
		font-weight: bold;
		background: #CC0000;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		color: #ffffff;
		padding: 20px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.about_partner_with_box p {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.about_partner_wt02 {
		margin-bottom: 80px;
	}
	
	.about_partner_wt03 {
		margin-top: 80px;
		position: relative;
		padding-top: 70px;
	}
	
	.about_partner_wt03_title {
		position: absolute;
		top: -17px;
		left: 0;
		z-index: 1;
		text-align: center;
		width: 100%;
	}
	
	.about_partner_wt03_title h3 {
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		background: #CC0000;
		padding: 3px 30px 5px;
		color: #ffffff;
		border-radius: 30px;
	}
	
	.about_partner_wt03_text {
		max-width: 650px;
		margin: 0 auto;
		line-height: 2;
	}
	
	.about_partner_wt03_img {
		text-align: center;
		margin: 70px 0 0;
	}
	
	.about_partner_wt03_img img {
		width: 100%;
		height: auto;
		max-width: 470px !important;
	}
	
	.about_partner_wt03_link {
		position: absolute;
		bottom: -40px;
		right: 40px;
		z-index: 1;
	}
	
	.about_partner_wt03_link a {
		width: 350px;
		border: 1px solid #CC0000;
		display: block;
		padding: 28px 20px;
		margin: 0 15px;
		font-size: 17px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 20px;
		background: #ffffff url("../img/top/icon_arrow_triangle_red.svg") no-repeat top 50% right 20px;
		text-align: center;
		transition: all 0.3s;
	}
	
	.about_partner_wt03_link_blank a {
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
	}
	
	.about_partner_wt03_link a:hover {
		color: #ffffff;
		background: #CC0000 url("../img/top/icon_arrow_triangle.svg") no-repeat top 50% right 20px;
	}
	
	.about_partner_wt03_link_blank:hover a {
		background: #CC0000 url("../img/top/icon_new_window_hd_wt.gif") no-repeat top 50% right 20px;
		background-size: 20px auto;
	}
	
	.about_global {
		background: #ffffff url("../img/about/about_global.svg") no-repeat top right;
		padding: 160px 0;
	}
	
	.about_global_feature {
		display: flex;
		justify-content: space-between;
		max-width: 1000px;
		margin: 70px auto;
	}
	
	.about_global_feature_box {
		width: 32%;
		border: 1px solid #CC0000;
		padding: 50px 20px;
		border-radius: 30px;
		text-align: center;
		position: relative;
	}
	
	.about_global_feature_text {
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: 500;
	}
	
	.about_global_feature_num {
		color: #CC0000;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.about_global_feature_num_1 {
		font-size: 100px;
		font-weight: bold;
		line-height: 1;
	}
	
	.about_global_feature_num_2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 10px;
		text-align: left;
	}
	
	.about_global_feature_num_2 span {
		font-size: 45px;
	}
	
	.about_global_feature_caption {
		position: absolute;
		bottom: -30px;
		right: 0;
		font-size: 13px;
		z-index: ;
	}
	
	.about_global_map_title {
		text-align: center;
		margin: 180px 0 70px;
	}
	
	.about_global_map_title h3 {
		font-size: 20px;
		font-weight: bold;
		background: #CC0000;
		color: #ffffff;
		padding: 8px 80px;
		border-radius: 100px;
		display: inline-block;
	}
	
	.about_global_map_img {
		text-align: center;
	}
	
	.about_global_map_img img {
		width: 100%;
		height: auto;
		max-width: 1000px !important;
	}
	
	.about_global_map_link {
		margin: 80px 0 0;
		display: flex;
		justify-content: center;
	}
	
	.about_global_map_link a {
		border: 1px solid #CC0000;
		display: inline-block;
		padding: 28px 30px;
		font-size: 17px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 20px;
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 20px auto;
		min-width: 350px;
		text-align: center;
		margin: 0 25px;
		transition: all 0.3s;
	}
	
	.about_global_map_link a:hover {
		color: #ffffff;
		background: #CC0000 url("../img/top/icon_new_window_hd_wt.gif") no-repeat top 50% right 15px;
		background-size: 20px auto;
	}
	
	.about_foot {
		background: #CC0000 url("../img/about/about_arrow_white.svg") no-repeat top center;
		padding: 230px 0 120px;
		text-align: center;
	}
	
	.about_foot p {
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	/* @end */
	
	
}

@media all and (max-width: 1510px) and (min-width: 1300px) {
	
}

@media all and (max-width: 1360px) and (min-width: 1280px) {
	
}

@media all and (max-width: 1180px) and (min-width: 768px) {
	
	.graduate_head ul {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.fullimg {
		width: 100%;
		height: auto;
	}
	
	.pconly {
		display: none !important;
	}
	
	.JS #Contents {
		padding: 0;
	}
	
	.JS table th, .JS table td {
		padding: 0;
		font-size: 100%;
	}
	
	.JS body #Contents {
		background: #ffffff;
	}
	
	.grid_wrap {
		background: #ffffff;
		padding: 45px 0 40px;
		border-top: 1px solid #333333;
	}
	
	.OptionWideRWD #Contents {
		padding: 0;
		overflow: hidden;
	}

	.common_link_btn {
		margin: 20px 0;
	}

	.common_link_btn a {
		border: 1px solid #CC0000;
		display: block;
		padding: 18px 30px;
		font-size: 14px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 10px;
		background: #ffffff url("../img/top/icon_arrow_triangle_red.svg") no-repeat top 50% right 20px;
		margin: 20px 0 0;
	}
	
	.common_link_btn_blank a {
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 16px auto;
	}

	/* @group index */
	
	.graduate_head {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.graduate_head_top {
		display: none;
	}
	
	.graduate_head_wrapper.fixed .graduate_head_top {
		display: none;
		margin-right: auto;
	}
	
	.graduate_head_wrapper.fixed .graduate_head_top a {
        font-size: 14px;
        font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
		padding: 15px 15px;
		position: relative;
	}
	
	.graduate_head_wrapper.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 70;
		width: 100%;
		background: #F6F6F6;
		text-align: center;
	}
	
	.graduate_head_wrapper.fixed2 {
		top: 45px;
	}
	
	.graduate_head_wrapper.fixed .graduate_head {
		max-width: 1315px;
		padding: 0 15px;
		margin: 0 auto;
	}
	
	.graduate_head ul {
		display: none;
	}
	
	.graduate_head ul li {
		
	}
	
	.graduate_head ul li a {
		font-size: 14px;
		font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
	}
	
	.graduate_head ul li .nav_link {
		font-size: 14px;
		font-weight: 500;
		display: inline-block;
		color: #333333;
		text-decoration: none;
		padding: 23px 15px;
		position: relative;
	}
	
	.graduate_head_entry {
		margin-right: 5px;
		position: relative;
		z-index: 2;
	}
	
	.graduate_head_career {
		margin-right: 5px;
		position: relative;
		z-index: 2;
	}

	.graduate_head_education {
		margin-right: 10px;
		position: relative;
		z-index: 2;
	}

	.graduate_head_entry a {
		display: inline-block;
		background: #CC0000;
		padding: 4px 15px;
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		line-height: 1.6;
	}
	
	.graduate_head_career a {
		display: inline-block;
		background: #96005a;
		padding: 4px 15px;
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid #96005a;
		line-height: 1.6;
	}

	.graduate_head_education a {
		display: inline-block;
		background: #004596;
		padding: 4px 15px;
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 80px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid #004596;
		line-height: 1.6;
	}

	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 0 0;
	}
	
	.menu-trigger span {
		position: absolute;
		left: 6px;
		width: 28px;
		height: 2px;
		background-color: #333333;
	}
	
	.index .menu-trigger span {
		background-color: #ffffff;
	}
	
	.menu-trigger span:nth-of-type(1) {
		top: 13px;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 19px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		top: 25px;
	}
	
	.is-open .menu-trigger span:nth-of-type(1) {
		top: 19px;
		width: 28px;
		left: calc(50% - 14px);
		right: auto;
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	
	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}
	
	.is-open .menu-trigger span:nth-of-type(3) {
		top: 19px;
		left: calc(50% - 14px);
		right: auto;
		width: 28px;
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
	
	.graduate_head ul {
		
	}
	
	.megamenu {
		display: none;
	}
		
	.nav_menu_wrap {
		position: absolute;
		width: 100vw;
		height: 100vh;
		top: 88px;
		left: 0;
		background: #F6F6F6;
		padding: 30px 10px 140px;
		z-index: 71;
		border-top: 1px solid #333333;
		display: none;
		overflow: auto;
	}
	
	.nav_menu_wrap.fixed {
		position: fixed;
		top: 54px;
	}
	
	.nav_menu_wrap.fixed2 {
		position: fixed;
		top: 99px;
	}
	
	.nav_menu_inner {
	}
	
	.nav_menu_box {
	}
	
	.nav_menu_column {
		position: relative;
	}
	
	.nav_menu_title {
		border-bottom: 1px solid #333333;
		padding: 20px 10px;
		position: relative;
	}
	
	.nav_menu_title:before {
		content: "";
		position: absolute;
		width: 20px;
		height: 2px;
		background: #333333;
		top: 50px;
		right: 0;
		z-index: 1;
	}
	
	.nav_menu_title:after {
		content: "";
		position: absolute;
		width: 2px;
		height: 20px;
		background: #333333;
		top: 41px;
		right: 9px;
		z-index: 1;
	}
	
	.nav_menu_title.is-open:after {
		display: none;
	}
	
	.nav_menu_title span {
		font-size: 13px;
		font-weight: 500;
		color: #35B1C7;
		display: inline-block;
		background: url("../img/top/icon_en.svg") no-repeat center left;
		padding: 0 0 0 15px;
		margin-bottom: 5px;
	}
	
	.nav_menu_title h4 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.nav_menu_link ul {
		display: none;
		padding: 20px 0 10px 10px;
		border-bottom: 1px solid #333333;
	}
	
	.nav_menu_link ul li {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 500;
	}
	
	.nav_menu_link ul li a {
		color: #333333;
		text-decoration: none;
		display: block;
		transition: all 0.3s;
	}
		
	.noise_wrap {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		padding: 20px 0 0px 0;
		margin-top: 10px;
		position: relative;
	}
	
	.index_mv .Container {
		margin: 15px 0 0;
		padding: 0;
		position: relative;
	}
	
	.index_mv_photo {
		margin-left: 43px;
		overflow: hidden;
		width: calc(100% - 43px);
		height: 100vw;
		border-top-left-radius: 30px;
	}
	
	.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
		animation: zoom 10s linear 0s 1 normal both;
	}
	
	.slide-img img {
		object-fit: cover;
		height: 100vw !important;
		width: 100%;
	}
	
	.index_mv {
		z-index: 1;
		width: 100%;
	}
	
	.index_mv_inner {
		display: inline-block;
		margin: 0 auto;
		background: #ffffff;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		padding: 40px 20px 40px 20px;
		position: relative;
		transform: translateY(-100px);
		position: absolute;
		top: 360px;
		left: 0;
		z-index: 1;
	}
	
	.index_mv_inner:before {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 2;
	}
	
	.index_mv h1 {
		font-size: 32px;
		font-weight: 600;
		color: #CC0000;
		line-height: 1.28;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	
	.index_mv_en1 {
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	
	.index_mv_en2 {
		font-size: 9px;
		font-weight: 600;
	}
	
	.index_lead {
		background: url("../img/top/index_red_back.png") no-repeat;
		background-size: cover;
		padding: 180px 0 100px;
		color: #ffffff;
	}
	
	.index_lead .Container {
		position: relative;
	}
	
	.index_lead_en {
		font-size: 15px;
		color: #FFFFFF;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	.index_lead_photo01 {
		transform: translateX(40px);
		text-align: right;
		margin-bottom: 30px;
	}
	
	.index_lead_photo01 img {
		width: 75%;
		height: auto;
	}
	
	.index_lead_photo02 {
		transform: translateX(-40px);
	}
	
	.index_lead_photo02 img {
		width: 85%;
		height: auto;
	}
	
	.index_lead_photo03 {
		display: none;
	}
	
	.index_lead_photo04 {
		display: none;
	}
	
	.index_lead_photo01 img, .index_lead_photo02 img, .index_lead_photo03 img, .index_lead_photo04 img {
		border-radius: 30px;
	}
	
	.index_about {
		background: url("../img/top/index_black_back.png") no-repeat;
		background-size: cover;
		padding: 80px 0;
	}
	
	.index_section_title {
		
	}
	
	.index_section_title span {
		font-size: 13px;
		font-weight: 500;
		color: #35B1C7;
		display: inline-block;
		background: url("../img/top/icon_en.svg") no-repeat center left;
		padding: 0 0 0 15px;
		margin-bottom: 5px;
	}
	
	.index_section_title h3 {
		font-size: 24px;
		font-weight: 500;
		color: #ffffff;
	}
	
	.index_about_container {
		margin: 30px 0 0;
	}
	
	.index_about_box {
		height: 300px;
		position: relative;
		margin-bottom: 20px;
	}
	
	.index_about_box_thumb {
		overflow: hidden;
	}
	
	.index_about_box_thumb img {
		width: 100%;
		height: 300px !important;
		object-fit: cover;
	}
	
	.index_about_box:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0,0,0,0.53);
		mix-blend-mode: multiply;
	}
	
	.index_about_box:after {
		content: "";
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat left center;
		background-size: 40px auto;
		z-index: 1;
	}
	
	.index_about_box_title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		z-index: 2;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		line-height: 1.66;
	}
	
	.index_business {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		position: relative;
		padding: 80px 0 20px;
	}
	
	.index_business:before {
		content: "";
		position: absolute;
		top: 0px;
		left: -20px;
		width: 300px;
		height: 270px;
		background: url("../img/top/index_parts01.png") no-repeat;
		background-size: 300px auto;
		z-index: 1;
	}
	
	.index_business .index_section_title h3 {
		color: #333333;
		font-size: 24px;
		font-weight: 600;
	}
	
	.index_business_container {
		
	}
	
	.index_business_title {
		margin: 30px 0 0;
	}
	
	.index_business_text {
		margin: 20px 0 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 2;
		margin-bottom: 40px;
	}
	
	.index_business_photo {
		position: relative;
		margin-right: -15px;
		margin-left: 20px;
	}
	
	.index_business_photo_img img {
		width: 100%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.index_business_photo_img:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(0,0,0,0.25);
		mix-blend-mode: multiply;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.index_business_photo:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.25);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.index_business_photo h4 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		color: #ffffff;
		width: 327.7px;
		height: 99.65px;
		background: url("../img/top/index_corner_icon_sp.svg") no-repeat;
		background-size: cover;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		padding: 15px 20px 0 30px;
	}
	
	.index_business_photo_icon {
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 2;
	}
	
	.index_business_photo_icon img {
		width: 40px;
		height: auto;
	}
	
	.index_peopleclimate {
		background: url("../img/noise.png") no-repeat top left;
		background-size: cover;
		position: relative;
		padding: 80px 0;
	}
	
	.index_peopleclimate .index_section_title h3 {
		color: #333333;
	}
	
	.index_peopleclimate:before {
		content: "";
		position: absolute;
		top: 0;
		right: -70px;
		width: 300px;
		height: 300px;
		background: url("../img/top/index_parts02.png") no-repeat;
		background-size: 300px auto;
		z-index: 1;
	}
	
	.index_peopleclimate:after {
		display: none;
	}
	
	.index_peopleclimate .Container {
		position: relative;
		padding-top: 80px;
	}
	
	.index_peopleclimate .index_section_title, .index_peopleclimate_photo {
		position: relative;
		z-index: 2;
	}
	
	.index_peopleclimate_back {
		position: absolute;
		width: 100vw;
		height: calc(100% - 405px);
		top: 0;
		right: 0;
		z-index: 0;
		background: #F6F6F6;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	.index_peopleclimate_photo {
		margin: 55px 30px 0 -15px;
		max-width: 1200px;
	}
	
	.index_peopleclimate_photo_img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.index_peopleclimate_photo h4 {
		position: absolute;
		top: 0;
		left: -110px;
		z-index: 1;
		color: #ffffff;
		width: 327.7px;
		height: 99.65px;
		background: url("../img/top/index_corner_icon_sp.svg") no-repeat top right;
		background-size: cover;
		font-size: 16px;
		font-weight: 600;
		text-align: right;
		padding: 25px 80px 0 0;
	}
	
	.index_peopleclimate_photo_icon {
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 2;
	}
	
	.index_peopleclimate_photo_icon img {
		width: 40px;
		height: auto;
	}
	
	.index_crosstalk {
		margin: 100px 0 0;
		position: relative;
		z-index: 2;
	}
	
	.index_crosstalk:after {
		content: "";
		position: absolute;
		bottom: -60px;
		right: 0;
		width: 280px;
		height: 180px;
		background: url("../img/top/index_parts03.png") no-repeat;
		background-size: 280px auto;
		z-index: 0;
	}
	
	.index_crosstalk_img {
		margin: 0 -15px;
	}
	
	.index_crosstalk_img img {
		width: 100%;
		height: auto;
	}
	
	.index_crosstalk_link {
		position: relative;
		z-index: 2;
		background: #ffffff;
		border-radius: 30px;
		padding: 60px 30px 40px;
		margin: 0 15px -60px;
		transform: translateY(-100px);
	}
	
	.index_crosstalk_link h5 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 40px;
	}
	
	.index_crosstalk_link ul li {
		margin-bottom: 20px;
		border-bottom: 1px solid #E0E0E0;
		padding-bottom: 20px;
	}
	
	.index_crosstalk_link ul li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.index_crosstalk_link ul li a {
		color: #333333;
		text-decoration: none;
		font-weight: 600;
		background: url("../img/top/icon_arrow.svg") no-repeat top left;
		display: block;
		padding: 0 0 0 40px;
		font-size: 14px;
	}
	
	.index_environment {
		background: rgba(0,0,0,0.8);
		position: relative;
		padding: 80px 0;
	}
	
	.index_environment .Container {
		position: relative;
		z-index: 3;
	}
	
	.index_environment:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: url("../img/top/index_bottom_photo.jpg");
		background-size: cover;
		opacity: 0.25;
	}
	
	.index_environment:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		background: url("../img/top/index_bottom_noise.jpg");
		background-size: cover;
		opacity: 0.32;
	}
	
	.index_environment_container {
		margin: 0 15px;
	}
	
	.index_environment_box {
		margin-bottom: 80px;
	}
	
	.index_environment_box:last-child {
		margin-bottom: 0;
	}
	
	.index_environment_link {
		margin: 40px 0 0;
	}
	
	.index_environment_link a {
		display: block;
		font-size: 17px;
		font-weight: 600;
		color: #ffffff;
		padding: 40px 0;
		border-radius: 30px;
		background: #CC0000 url("../img/top/icon_arrow_triangle.svg") no-repeat top 50% right 20px;
		text-decoration: none;
		text-align: center;
	}
	
	.index_contact {
		padding: 40px 0;
	}
	
	.index_contact .recruit_career_contact {
		margin: 0;
	}
	
	/* @end */
	
	/* @group page */
	
	.page_wrap {
		background: #F6F6F6 url("../img/noise_page.png");
		background-size: 500px auto;
		padding: 20px 0 0 0;
		margin-top: 10px;
		position: relative;
	}
	
	.page_wrap_wt {
		background: #ffffff url("../img/noise_page.png");
		background-size: 500px auto;
		padding: 20px 0 0 0;
		margin-top: 10px;
		position: relative;
	}
	
	.page_wrap_crosstalk:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 550px;
		background: #ffffff;
		z-index: 0;
	}
	
	.page_wrap_crosstalk .Container {
		
	}
	
	.page_head {
		margin: 15px 0 0;
		position: relative;
	}
	
	.page_head .Container {
		position: relative;
		z-index: 1;
	}
	
	.page_head_title {
		background: #F6F6F6;
		padding: 10px 20px 10px 20px;
		border-top-left-radius: 20px;
		min-width: 180px;
		font-weight: 500;
		margin-right: -15px;
	}
	
	.page_head_title span {
		display: block;
		position: relative;
		margin-bottom: 15px;
		font-size: 12px;
	}
	
	.page_head_title span:before {
		position: absolute;
		content: "";
		width: 20px;
		height: 1px;
		background: #333333;
		bottom: -7px;
		left: 0;
		z-index: 11;
	}
	
	.page_head_img {
		position: relative;
		z-index: 10;
		margin-right: -15px;
	}
	
	.page_head_img img {
		width: 100%;
		height: 280px !important;
		object-fit: cover;
		border-bottom-left-radius: 20px;
	}

	.page_head_img img.img_position_top {
		object-position: top;
	}
	
	.page_head_title_sub {
		font-size: 12px;
		margin-bottom: 5px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	.page_head_title h1 {
		font-size: 18px;
		display: inline-block;
	}
	
	.page_head_name {
		position: absolute;
		bottom: 0px;
		left: 15px;
		z-index: 12;
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		width: calc(100% - 15px);
		border-bottom-left-radius: 20px;
		min-height: 120px;
		display: flex;
		align-items: flex-end;
	}
	
	.page_head_name h2 {
		position: relative;
		font-size: 18px;
		color: #ffffff;
		line-height: 1.5;
		letter-spacing: 0.05em;
		z-index: 2;
		margin: 0 0 20px 20px;
	}
	
	.page_anchor {
		margin: 30px 0;
		text-align: center;
	}
	
	.page_anchor_container {
		margin: 0 auto;
		border: 1px solid #CC0000;
		border-radius: 15px;
		padding: 0px 0;
		background: #ffffff;
	}
	
	.page_anchor_box {
		position: relative;
	}
	
	.page_anchor_box:after {
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		bottom: 0;
		left: 15px;
		background: #CC0000;
		z-index: 1;
	}
	
	.page_anchor_box:last-child::after {
		display: none;
	}
	
	.page_anchor_box a {
		display: block;
		padding: 20px 10px;
		text-decoration: none;
	}
	
	.page_anchor_box a span {
		display: inline-block;
		padding: 0 0 0 20px;
		background: url("../img/voice/voice_anchor_arrow.svg") no-repeat left center;
	}
	
	/* @end */
	
	/* @group crosstalk */
	
	.crosstalk_head {
		z-index: 0;
		position: relative;
	}
	
	.crosstalk_head:after {
		position: absolute;
		content: "";
		width: 90%;
		height: 278px;
		background: #CC0000;
		bottom: -30px;
		right: 0;
		z-index: -1;
		border-bottom-left-radius: 30px;
		border-top-left-radius: 30px;
	}
	
	.crosstalk_head .Container {
		position: relative;
		background: #FFFFFF;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
	.crosstalk_head .Container:before {
		position: absolute;
		content: "";
		width: 120px;
		height: 100%;
		background: #FFFFFF;
		top: 0;
		left: -120px;
		z-index: 1;
		border-top-left-radius: 50px;
	}
	
	.crosstalk_head .Container:after {
		position: absolute;
		content: "";
		width: 50px;
		height: 100%;
		background: #FFFFFF;
		top: 0;
		right: -50px;
		z-index: 1;
		border-bottom-right-radius: 50px;
	}
	
	.crosstalk_head_title {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.crosstalk_head_container {
		display: flex;
		justify-content: space-between;
		padding: 0 6.6%;
		flex-wrap: wrap;
	}
	
	.crosstalk_head_box {
		width: 46%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.crosstalk_head_thumb {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.crosstalk_head_thumb img {
		width: 100%;
		height: auto;
		max-width: 152px;
	}
	
	.crosstalk_head_section {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.crosstalk_head_section2 {
		min-height: 42px;
	}
	
	.crosstalk_head_name {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.crosstalk_head_year {
		font-size: 13px;
	}
	
	.crosstalk_head_profile {
		margin: 10px 0 0;
		background: #F6F6F6;
		border-radius: 10px;
		padding: 10px;
		font-size: 12px;
		text-align: justify;
	}
	
	.crosstalk_dei_lead {
		max-width: 1040px;
		margin: 20px auto 0;
		padding-top: 20px;
		font-size: 14px;
		line-height: 2;
		border-top: 1px solid #E0E0E0;
	}
	
	.crosstalk_main {
		margin: 60px 0;
	}
	
	.crosstalk_main .Container {
		position: relative;
		background: #FFFFFF;
		padding-top: 30px;
		padding-bottom: 30px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		margin-right: 15px;
	}
	
	.crosstalk_main.crosstalk_main_right .Container {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		margin-left: 15px;
	}
	
	.crosstalk_main_left .Container:before {
		position: absolute;
		content: "";
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background: #FFFFFF;
		z-index: 1;
	}
	
	.crosstalk_main_right .Container:before {
		position: absolute;
		content: "";
		top: 0;
		left: 100%;
		width: 100vw;
		height: 100%;
		background: #FFFFFF;
		z-index: 1;
	}
	
	.crosstalk_main_title {
		background: #CC0000;
		display: inline-block;
		position: relative;
		padding: 10px 30px 10px 0;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	.crosstalk_main_title:before {
		position: absolute;
		content: "";
		top: 0;
		right: 100%;
		width: 100%;
		height: 100%;
		background: #CC0000;
		z-index: 1;
	}
	
	.crosstalk_main_title h3 {
		font-size: 18px;
		font-weight: 600;
		color: #ffffff;
	}
	
	.crosstalk_main_container {
		margin: 20px 0px 20px 0;
	}
	
	.crosstalk_main_right .crosstalk_main_container {
		margin: 20px 0px 20px 0px;
	}
	
	.crosstalk_main_box {
		display: flex;
		justify-content: space-between;
		margin-right: 10px;
		margin-bottom: 30px;
	}
	
	.crosstalk_main_box:nth-child(even) {
		margin-right: 0;
		margin-left: 10px;
	}
	
	.crosstalk_main_thumb {
		width: 50px;
		color: #CC0000;
		font-size: 12px;
		text-align: center;
	}
	
	.crosstalk_main_thumb img {
		width: 50px;
		height: auto;
		border-radius: 60px;
		border: 1px solid #CC0000;
		margin-bottom: 5px;
	}
	
	.crosstalk_main_text {
		width: calc(100% - 65px);
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}
	
	.crosstalk_main_box:nth-child(even) .crosstalk_main_thumb {
		order: 2;
	}
	
	.crosstalk_main_box:nth-child(even) .crosstalk_main_text {
		order: 1;
	}
	
	.crosstalk_main_photo0102 {
		transform: translateY(-20px);
		position: relative;
		z-index: 10;
	}
	
	.crosstalk_main_photo0102 img {
		width: 100%;
		height: auto;
	}
	
	.crosstalk_main_photo01 {
		width: 80%;
	}
	
	.crosstalk_main_photo01 img {
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.crosstalk_main_photo02 {
		width: 80%;
		position: relative;
		margin: 20px 0 0 20%;
	}
	
	.crosstalk_main_photo02 img {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo02:after {
		content: "";
		position: absolute;
		top: 20px;
		left: 80px;
		background: #AADCE6;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo03 {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.crosstalk_main_photo03_inner {
		display: inline-block;
		position: relative;
	}
	
	.crosstalk_main_photo03 img {
		width: 100%;
		height: auto;
		border-radius: 30px;
		position: relative;
		z-index: 2;
		max-width: 940px;
	}
	
	.crosstalk_main_photo03_inner:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		background: #AADCE6;
		border-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo04 {
		transform: translateY(-30px);
		position: relative;
		z-index: 10;
		text-align: right;
	}
	
	.crosstalk_main_photo04_inner {
		display: inline-block;
		position: relative;
		margin-left: 20px;
	}
	
	.crosstalk_main_photo04_inner img {
		width: 100%;
		height: auto;
		max-width: 1170px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo04_inner:after {
		content: "";
		position: absolute;
		top: 15px;
		left: -15px;
		background: #AADCE6;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		width: calc(100% + 20px);
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo05 {
		transform: translateY(-30px);
		position: relative;
		z-index: 10;
		text-align: center;
	}
	
	.crosstalk_main_photo05_inner {
		display: inline-block;
		position: relative;
		margin: 0 30px;
	}
	
	.crosstalk_main_photo05_inner img {
		width: 100%;
		height: auto;
		max-width: 940px;
		border-radius: 30px;
		position: relative;
		z-index: 2;
	}
	
	.crosstalk_main_photo05_inner:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		background: #AADCE6;
		border-radius: 30px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.crosstalk_main_photo06 {
		margin: 30px 0 0;
	}
	
	.crosstalk_main_photo06 img {
		width: 100%;
		height: auto;
	}
	
	.crosstalk_att {
		text-align: right;
		max-width: 980px;
		margin: 0 15px;
		font-size: 13px;
	}
	
	.nextcontents {
		padding: 60px 0;
	}
	
	.nextcontents h4 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #CC0000;
		letter-spacing: 0.03em;
	}
	
	.nextcontents_container {
		margin: 30px 20px 0;
	}
	
	.nextcontents_box {
		margin-bottom: 25px;
	}
	
	.nextcontents_thumb img {
		width: 100%;
		height: 150px !important;
		object-fit: cover;
		border-radius: 10px;
	}

	.nextcontents_thumb img.img_position_top {
		object-position: top -30px right 50%;
	}
	
	.nextcontents_thumb {
		margin-bottom: 10px;
	}
	
	.nextcontents_thumb a {
		display: block;
		position: relative;
	}
	
	.nextcontents_thumb a:after {
		position: absolute;
		content: "";
		width: 38px;
		height: 38px;
		bottom: 19px;
		right: -19px;
		z-index: 1;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		background-size: 38px auto;
	}
	
	.nextcontents_title {
		font-size: 15px;
		font-weight: 600;
	}
	
	.nextcontents_title a {
		text-decoration: none;
		color: #333333;
	}
	
	/* @end */
	
	/* @group voice */
	
	.voice_jobhunting {
		background: #F6F6F6;
		border-top-left-radius: 60px;
		border-top-right-radius: 60px;
		margin: 80px auto 0;
	}
	
	.voice_jobhunting .Container {
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.voice_jobhunting_label {
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	
	.voice_jobhunting_label span {
		display: inline-block;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		background: #CC0000;
		padding: 10px 50px;
		border-radius: 100px;
	}
	
	.voice_jobhunting_mt {
		margin-top: 80px;
	}
	
	.voice_jobhunting h2 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #CC0000;
		position: relative;
		margin: 0 20px 30px;
	}
	
	.voice_jobhunting h2:after {
		position: absolute;
		content: "";
		width: 2px;
		height: 30px;
		background: #CC0000;
		bottom: -40px;
		left: 50%;
	}
	
	.voice_jobhunting_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.voice_jobhunting_box {
		width: 40%;
		margin: 0 5% 40px;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	
	.voice_jobhunting_box a {
		cursor: pointer;
		display: block;
	}
	
	.voice_jobhunting_thumb {
		margin-bottom: -40px;
		text-align: center;
		z-index: 1;
		position: relative;
	}
	
	.voice_jobhunting_thumb img {
		width: 90%;
	}
	
	.voice_jobhunting_job {
		z-index: 2;
		text-align: left;
		margin-left: -20px;
		margin-bottom: -20px;
	}
	
	.voice_jobhunting_job span {
		display: inline-block;
		border-radius: 5px;
		color: #ffffff;
		font-size: 10px;
		font-weight: 600;
		padding: 2px 5px;
		min-width: 60px;
		text-align: center;
		white-space: nowrap;
	}
	
	.voice_jobhunting_att {
		text-align: right;
	}
	
	.crosstalk_att2 {
		max-width: 1275px;
		margin-top: 20px;
	}
	
	.orange .voice_jobhunting_job span, .orange .voice_jobhunting_plus, .orange .voice_modal_profile_job span {
		background: #D5804B;
	}
	
	.pink .voice_jobhunting_job span, .pink .voice_jobhunting_plus, .pink .voice_modal_profile_job span {
		background: #D54B7B;
	}
	
	.sky .voice_jobhunting_job span , .sky .voice_jobhunting_plus, .sky .voice_modal_profile_job span {
		background: #35B1C7;
	}
	
	.purple .voice_jobhunting_job span, .purple .voice_jobhunting_plus, .purple .voice_modal_profile_job span {
		background: #7162B1;
	}
	
	.blue .voice_jobhunting_job span, .blue .voice_jobhunting_plus, .blue .voice_modal_profile_job span {
		background: #3F7EC9;
	}
	
	.green .voice_jobhunting_job span, .green .voice_jobhunting_plus, .green .voice_modal_profile_job span {
		background: #3D967B;
	}
	
	.yellowgreen .voice_jobhunting_job span, .yellowgreen .voice_jobhunting_plus, .yellowgreen .voice_modal_profile_job span {
		background: #74B556;
	}
	
	.voice_jobhunting_textarea {
		background: #ffffff;
		border-radius: 15px;
		padding: 60px 10px 20px;
		text-align: center;
		flex-grow: 1;
	}
	
	.voice_jobhunting_section {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.voice_jobhunting_name {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.voice_jobhunting_status {
		font-size: 13px;
	}
	
	.voice_jobhunting_status span {
		color: #999999;
	}
	
	.voice_jobhunting_plus {
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		bottom: -20px;
		right: -20px;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.voice_jobhunting_plus a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.modaal-overlay {
		opacity: 0.3 !important;
	}
	
	.modaal-container {
		background: none;
		box-shadow: none;
	}
	
	.modaal-inner-wrapper {
		padding: 80px 0;
	}
	
	.modaal-content-container {
		padding: 15px;
	}
	
	.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
		background: #CC0000;
	}
	
	.voice_modal_inner {
		max-width: 940px;
		margin: 0 auto;
		background: #F6F6F6;
		border-radius: 30px;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.16);
		position: relative;
		padding: 30px 20px;
	}
	
	.voice_modal_label {
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	
	.voice_modal_label span {
		display: inline-block;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		background: #CC0000;
		padding: 10px 50px;
		border-radius: 100px;
	}
	
	.voice_modal_head {
	}
	
	.voice_modal_profile {
		text-align: center;
		position: relative;
	}
	
	.voice_modal_text {
		background: #ffffff;
		border-radius: 20px;
		padding: 20px;
		margin: 20px 0 0;
		position: relative;
	}
	
	.voice_modal_text:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		top: -20px;
		left: 30px;
		background: url("../img/voice/voice_modal_message.svg") no-repeat;
		z-index: 1;
		transform: rotate(-180deg);
	}
	
	.voice_modal_profile_thumb {
		margin-bottom: 20px;
	}
	
	.voice_modal_profile_thumb img {
		width: 150px;
		height: auto;
	}
	
	.voice_modal_profile_job {
		position: absolute;
		top: 160px;
		left: 20%;
		z-index: 2;
	}
	
	.voice_modal_profile_job span {
		display: inline-block;
		border-radius: 5px;
		color: #ffffff;
		font-size: 10px;
		font-weight: 600;
		padding: 2px 5px;
		min-width: 60px;
		text-align: center;
		white-space: nowrap;
	}
	
	.voice_modal_profile_textarea {
		
	}
	
	.voice_modal_profile_section {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.voice_modal_profile_name {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	.voice_modal_profile_status {
		font-size: 13px;
	}
	
	.voice_modal_q {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.voice_modal_a {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.02em;
	}
	
	.voice_modal_photo {
		margin: 20px 0 0;
	}
	
	.voice_modal_photo img {
		border-radius: 20px;
		width: 100%;
		height: auto;
	}
	
	.voice_modal {
		display: none;
	}
	
	.voice_message {
		position: relative;
		text-align: center;
	}
	
	.voice_message span {
		font-size: 70px;
		font-weight: bold;
		color: #CC0000;
		opacity: 0.06;
		line-height: 1;
	}
	
	.voice_message h2 {
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.voice_message h2:after {
		display: none;
	}
	
	/* @end */
	
	/* @group philosophy */
	
	.philosophy {
		background: url("../img/philosophy/mainback.jpg") no-repeat center center;
		background-size: cover;
		position: relative;
		padding: 40px 0 0 0;
		margin-top: 10px;
	}
	
	.philosophy:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #BE9797;
		mix-blend-mode: multiply;
		opacity: 0.5;
	}
	
	.philosophy .Container {
		position: relative;
		z-index: 2;
	}
	
	.philosophy_title {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.philosophy_title h2 {
		font-size: 14px;
		font-weight: 500;
		position: relative;
		margin-bottom: 20px;
	}
	
	.philosophy_title h2:after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		width: 26px;
		height: 1px;
		background: #333333;
		margin-left: -13px;
	}
	
	.philosophy_title h1 {
		font-size: 20px;
		font-weight: 500;
	}
	
	.philosophy_message {
		max-width: 840px;
		margin: 0 auto;
		position: relative;
	}
	
	.philosophy_message p{
		font-size: 14px;
		line-height: 2;
	}
	
	.philosophy_message:after {
		content: "";
		position: absolute;
		bottom: -34px;
		right: -67px;
		width: 348px;
		height: 188px;
		background: #CC0000;
		border-radius: 20px;
		opacity: 0.8;
		z-index: 1;
	}
	
	.philosophy_message_inner {
		font-size: 14px;
		line-height: 2;
		background: #ffffff;
		border-radius: 20px;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.16);
		padding: 30px;
		position: relative;
		z-index: 2;
	}
	
	.philosophy_message_lead {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		display: flex;
		justify-content: flex-end;
		margin-top: 30px;
	}
	
	/* @end */
	
	/* @group recruit_info */
	
	.recruit_info {
		margin: 60px 0;
	}
	
	.recruit_info h2 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_info_table {
		background: #ffffff;
		font-size: 14px;
		letter-spacing: 0.02em;
		border-top: 1px solid #333333;
	}
	
	.recruit_info_row {
		border-bottom: 1px solid #333333;
	}
	
	.recruit_info_label {
		padding: 20px 0 0px 20px;
		color: #CC0000;
	}
	
	.recruit_info_text {
		padding: 10px 0px 20px 20px;
		line-height: 2;
	}
	
	.recruit_info_row:first-child .recruit_info_label {
	}
	
	.recruit_info_row:first-child .recruit_info_text {
	}
	
	.recruit_ideal {
		background: #F6F6F6;
		border-radius: 30px;
		max-width: 1440px;
		margin: 60px 15px;
		text-align: center;
		padding: 30px 0;
	}
	
	.recruit_ideal h2 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.recruit_ideal_box {
		background: #ffffff;
		display: flex;
		margin: 0 auto 20px;
		border-radius: 100px;
		padding: 20px;
	}
	
	.recruit_ideal_num {
		font-size: 20px;
		font-weight: bold;
		color: #CC0000;
		margin-right: 15px;
		line-height: 1;
	}
	
	.recruit_ideal_text {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		text-align: left;
	}
	
	.recruit_flow {
		margin: 60px 0;
	}
	
	.recruit_flow h2 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.recruit_flow_container {
		margin: 0 30px;
	}
	
	.recruit_flow_container2 {
		margin: 0 30px;
	}
	
	.recruit_flow_box {
		border-radius: 15px;
		border: 2px solid #CC0000;
		padding: 20px 20px;
		text-align: center;
		background: #ffffff;
		position: relative;
		margin-bottom: 30px;
	}
	
	.recruit_flow_box:after {
		position: absolute;
		content: "";
		width: 15px;
		height: 22px;
		background: url("../img/recruit/info_flow_arrow.svg") no-repeat;
		background-size: 15px auto;
		bottom: -28px;
		left: 50%;
		margin-left: -7px;
		transform: rotate(90deg);
	}
	
	.recruit_flow_container2 .recruit_flow_box:last-child::after {
		display: none;
	}
	
	.recruit_flow_icon {
		width: 100px;
		height: 100px;
		background: #FDE5E9;
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 10px;
	}
	
	.recruit_flow_icon img {
		width: 40px;
		height: auto;
	}
	
	.recruit_flow_num {
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		line-height: 1;
		background: #333333;
		border-radius: 100px;
		padding: 6px 15px;
		position: absolute;
		top: 20px;
		left: -20px;
		z-index: 1;
	}
	
	.recruit_flow_text {
		text-align: center;
	}
	
	.recruit_flow_text span {
		font-size: 13px;
	}
	
	.recruit_faq {
		margin: 60px 0;
	}
	
	.recruit_faq h2 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.recruit_faq h3 {
		font-size: 16px;
		font-weight: 500;
		color: #333333;
		margin-bottom: 10px;
	}
	
	.recruit_faq_container {
		margin-bottom: 40px;
	}
	
	.recruit_faq_box {
		border-radius: 15px;
		margin-bottom: 20px;
		background: #EEEEEE;
	}
	
	.recruit_faq_q {
		display: flex;
		position: relative;
		cursor: pointer;
		background: #F6F6F6;
		padding: 20px;
		border-radius: 15px;
	}
	
	.recruit_faq_q_icon {
		margin-right: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #CC0000;
		line-height: 1;
	}
	
	.recruit_flow_q_title {
		font-size: 15px;
		font-weight: 500;
		margin-right: 40px;
	}
	
	.recruit_flow_q_plus {
		position: absolute;
		width: 30px;
		height: 30px;
		background: #CC0000;
		border-radius: 30px;
		top: 20px;
		right: 15px;
		z-index: 1;
	}
	
	.recruit_flow_q_plus_inner {
		position: relative;
		width: 30px;
		height: 30px;
	}
	
	.recruit_flow_q_plus_inner span:first-child {
		position: absolute;
		top: 14px;
		left: 10px;
		width: 10px;
		height: 2px;
		background: #ffffff;
		display: block;
	}
	
	.recruit_flow_q_plus_inner span:last-child {
		position: absolute;
		top: 10px;
		left: 14px;
		width: 2px;
		height: 10px;
		background: #ffffff;
		display: block;
	}
	
	.recruit_faq_q.open .recruit_flow_q_plus_inner span:last-child {
		display: none;
	}
	
	.recruit_faq_a {
		display: none;
	}
	
	.recruit_faq_a_inner {
		display: flex;
		position: relative;
		padding: 20px;
	}
	
	.recruit_faq_a_icon {
		margin-right: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #CC0000;
		line-height: 1;
	}
	
	.recruit_faq_a_text {
		font-size: 15px;
		font-weight: 500;
		line-height: 2;
		text-align: justify;
	}
	
	.recruit_career {
		margin: 80px 0;
	}
	
	.recruit_career h2 {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.recruit_career_table {
		margin: 0 auto;
		font-size: 13px;
	}
	
	.recruit_career_table_head {
		display: flex;
		background: #CC0000;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	
	.recruit_career_table_box {
		width: 23.33%;
		padding: 20px 0;
		text-align: center;
	}
	
	.recruit_career_table_box:first-child {
		width: 30%;
	}
	
	.recruit_career_table_head .recruit_career_table_box {
		border-right: 1px dashed #ffffff;
	}
	
	.recruit_career_table_head .recruit_career_table_box:last-child {
		border-right: 0;
	}
	
	.recruit_career_table_row {
		display: flex;
		border-bottom: 1px solid #333333;
	}
	
	.recruit_career_table_row .recruit_career_table_box {
		border-right: 1px dashed #333333;
	}
	
	.recruit_career_table_row .recruit_career_table_box:first-child {
		background: #F6F6F6;
	}
	
	.recruit_career_table_row .recruit_career_table_box:last-child {
		border-right: 0;
	}
	
	.recruit_career_contact {
		margin: 53px 0 0;
	}
	
	.recruit_career_contact_label {
		width: 100px;
		background: #CC0000;
		text-align: center;
		color: #ffffff;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		padding: 3px 0 5px;
	}
	
	.recruit_career_contact_address {
		display: flex;
		padding: 10px 0;
		font-size: 14px;
	}
	
	.recruit_career_contact_address span {
		display: inline-block;
		margin-right: 1em;
	}
	
	.recruit_career_contact_link {
		font-size: 14px;
	}
	
	.recruit_career_contact_link a {
		display: inline-block;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 4px right 0;
		background-size: 16px auto;
		padding-right: 25px;
		text-decoration: none;
	}
	
	.icon_blank {
		display: inline-block;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 8px right 4px;
		background-size: 16px auto;
		padding-right: 25px;
	}
	
	/* @end */
	
	/* @group welfare */
	
	.welfare_about {
		
	}
	
	.welfare_about_lead {
		max-width: 776px;
		font-size: 14px;
		line-height: 2;
		margin: 0 auto 50px;
	}
	
	.welfare_lead {
		font-size: 24px;
		font-weight: 600;
		color: #CC0000;
		text-align: center;
		margin-bottom: 20px !important;
	}
	
	.welfare_cafeteria {
		margin: 0 auto 30px;
	}
	
	.welfare_cafeteria_title {
	}
	
	.welfare_lead_sub {
		font-size: 17px;
		font-weight: 600;
		color: #35B1C7;
		display: inline-block;
		background: url("../img/top/icon_en.svg") no-repeat top 9px left;
		padding: 0 0 0 15px;
		margin-bottom: 5px;
	}
	
	.welfare_cafeteria_text {
		font-size: 14px;
		line-height: 2;
	}
	
	.welfare_about_plan_title {
		text-align: center;
		font-size: 15px;
	}
	
	.welfare_about_plan_container {
		background: #F6F6F6;
		padding: 20px;
		border-radius: 10px;
		max-width: 1100px;
		margin: 20px auto 0;
	}
	
	.welfare_about_plan_box {
		background: #ffffff;
		border-radius: 5px;
		padding: 15px 15px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.welfare_about_plan_box h4 {
		font-size: 16px;
		font-weight: 600;
		color: #CC0000;
		position: relative;
		margin-bottom: 20px;
	}
	
	.welfare_about_plan_box h4:after {
		position: absolute;
		content: "";
		width: 30px;
		height: 1px;
		bottom: -13px;
		left: 50%;
		margin-left: -15px;
		background: #CC0000;
	}
	
	.welfare_about_plan_box p {
		font-size: 14px;
	}
	
	.welfare_about_plan_lead {
		width: 100%;
		margin: 15px 0;
		text-align: center;
	}
	
	.welfare_about_plan_lead span {
		display: block;
		background: linear-gradient(90deg, rgba(228, 4, 40, 0) 0%, #e40428 14.78%, #e40428 85.22%, rgba(228, 4, 40, 0) 100%);
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		padding: 8px 20px 12px;
	}
	
	.welfare_system {
		max-width: 1100px;
		margin: 50px auto;
	}
	
	.welfare_system_table {
		font-size: 14px;
		letter-spacing: 0.02em;
		margin: 20px 0 0;
		border-top: 1px solid #333333;
	}
	
	.welfare_system_row {
		border-bottom: 1px solid #333333;
	}
	
	.welfare_system_label {
		padding: 15px 0 0px 0px;
		color: #CC0000;
	}
	
	.welfare_system_text {
		padding: 10px 0px 15px 0px;
		line-height: 2;
	}
	
	.welfare_support {
		max-width: 1100px;
		margin: 60px auto 0;
		position: relative;
	}
	
	.welfare_support h4 {
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
	}
	
	.welfare_support_left {
		background: #F6F6F6;
		border-radius: 10px;
		position: relative;
		margin-bottom: 50px;
	}
	
	.welfare_support_right {
		background: #F6F6F6;
		border-radius: 10px;
		position: relative;
		margin-bottom: 50px;
	}
	
	.welfare_support_left_table {
		padding: 15px 20px 15px 15px;
		position: relative;
	}
	
	.welfare_support_left_table_inner {
		position: relative;
	}
	
	.welfare_support_left_table_inner:before {
		content: "";
		position: absolute;
		width: calc(37.2% + 20px);
		height: calc(100% - 0px);
		background: #ffffff;
		top: 0px;
		left: calc(20% - 10px);
		z-index: 0;
		border-radius: 10px;
	}
	
	.welfare_support_left_table_inner:after {
		content: "";
		position: absolute;
		width: calc(37.2% + 20px);
		height: calc(100% - 0px);
		background: #ffffff;
		top: 0px;
		right: -10px;
		z-index: 0;
		border-radius: 10px;
	}
	
	.welfare_support_left_table_head {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		z-index: 1;
	}
	
	.welfare_support_left_table_label {
		width: 15%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 13px;
	}
	
	.welfare_support_left_table_row_text {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.welfare_support_left_table_box1 {
		width: 46.5%;
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	.welfare_support_left_table_head .welfare_support_left_table_box1 {
		background: none;
		border: 0;
		color: #CC0000;
	}
	
	.welfare_support_left_table_box2 {
		width: 100%;
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 5px;
		margin-bottom: 10px;
		font-size: 12px;
		display: flex;
		justify-content: center;
	}
	
	.welfare_support_left_table_box2_inner {
		width: 50%;
		padding: 0 10px;
		text-align: left;
	}
	
	.welfare_support_left_table_row {
		border-top: 1px dashed #333333;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 0 0;
		position: relative;
		z-index: 1;
	}
	
	.welfare_support_right_table {
		background: #F6F6F6;
	}
	
	.welfare_support_right_table_lead {
		padding: 13px 10px;
		text-align: center;
		font-size: 15px;
		color: #FFFFFF;
		background: #CC0000;
	}
	
	.welfare_support_right_table .welfare_support_right_table_lead:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.welfare_support_right_table_text {
		display: flex;
		padding: 10px 20px 30px;
		font-size: 12px;
		line-height: 2;
	}
	
	.welfare_support_right_table_text_inner {
		width: 50%;
	}
	
	.welfare_support_left_table_box3 {
		background: #F6F6F6;
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding: 10px;
		margin: 10px 0;
		font-size: 13px;
	}
	
	.welfare_tree {
		margin: 60px 0;
	}
	
	.welfare_tree_img {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.welfare_tree_img img {
		width: 100%;
		height: auto;
	}
	
	.welfare_photogallery_wrap {
		max-width: 1100px;
		margin: 30px auto;
	}
	
	.mainslider {
	}
	
	.mainslider img {
		width: 100%;
		height: 300px !important;
		object-fit: cover;
		border-radius: 10px;
	}
	
	.mainslider #PrevIcon1, .mainslider #NextIcon1 {
		display: none;
	}
	
	#NextIcon1 {
		position: absolute;
		top: 10px;
		left: calc(50% + 5px);
		z-index: 1;
	}
	
	#NextIcon1 a {
		width: 30px;
		height: 30px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		background-size: 30px auto;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	#PrevIcon1 {
		position: absolute;
		top: 10px;
		right: calc(50% + 5px);
		z-index: 1;
	}
	
	#PrevIcon1 a {
		width: 30px;
		height: 30px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		background-size: 30px auto;
		transform: scale(-1,1);
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	.controlWrap {
		position: relative;
	}
	
	.controlWrap .bx-wrapper {
		display: none;
	}
	
	.controlWrap ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	
	.controlWrap .change-draw-image {
		width: 30.5%;
		margin-top: 15px;
	}
	
	.controlWrap .change-draw-image img {
		width: 100%;
		height: 100px !important;
		object-fit: cover;
		border-radius: 10px;
	}
	
	#NextIcon2, #PrevIcon2 {
		display: none;
	}
	
	#NextIcon2 a {
		width: 48px;
		height: 48px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	#PrevIcon2 {
		position: absolute;
		top: 0;
		right: 55px;
		z-index: 1;
	}
	
	#PrevIcon2 a {
		width: 48px;
		height: 48px;
		background: url("../img/top/icon_arrow_l.svg") no-repeat;
		transform: scale(-1,1);
		overflow: hidden;
		text-indent: -9999px;
		display: block;
	}
	
	.progress-container {
		width: 100%;
		height: 5px;
		margin-top: 66px;
	}
	
	.progress-inner {
		max-width: 600px;
		margin: 0 auto;
		height: 1px;
		background-color: #AAAAAA;
		position: relative;
	}
	
	.progress-bar {
		width: 10%;
		height: 3px;
		background-color: #CC0000;
		position: absolute;
		left: 0;
		top: -1px;
		transition: left 0.3s ease-in-out;
		border-radius: 3px;
	}
	
	/* @end */
	
	/* @group business */
	
	.business_lead {
		background: #F6F6F6;
		padding: 100px 0 50px;
		transform: translateY(-50px);
		margin-bottom: -50px;
	}
	
	.business_lead p {
		font-size: 14px;
		line-height: 2;
		max-width: 776px;
		margin: 0 auto;
	}
	
	.business_main {
		background-size: 30px auto;
		padding: 60px 15px 0 15px;
	}
	
	.business_main_inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.business_six {
		background: #F6F6F6;
		border-radius: 20px;
		padding: 40px 25px 20px;
		display: flex;
		position: relative;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.business_six h2 {
		position: absolute;
		top: -10px;
		left: 15px;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.business_six h2 span {
		background: #CC0000;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		padding: 3px 20px;
		color: #ffffff;
		border-radius: 100px;
	}
	
	.business_six_box {
		width: 45%;
		border: 1px solid #CC0000;
		border-radius: 50%;
		background: #ffffff;
		margin-bottom: 15px;
	}
	
	.business_six_box_inner {
		position: relative;
		padding: 100% 0 0;
		height: 0;
	}
	
	.business_six_box_inner p {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		margin: 0;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		color: #CC0000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.business_detail {
		margin: 50px 0 0;
	}
	
	.business_detail_box {
		border: 1px solid #CC0000;
		border-radius: 20px;
		padding: 20px 20px;
		margin-bottom: 40px;
	}
	
	.business_detail_photo {
		position: relative;
		margin-bottom: 20px;
	}
	
	.business_detail_photo img {
		width: 100%;
		height: auto;
		border-radius: 20px;
		position: relative;
		z-index: 1;
	}
	
	.business_detail_photo_inner {
		position: relative;
	}
	
	.business_detail_photo_inner:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: ;
		border-radius: 20px;
		bottom: -12px;
		right: -12px;
		background: #35B1C7;
		z-index: 0;
		opacity: 0.35;
	}
	
	.business_detail_text {
		margin: 20px 0 0;
	}
	
	.business_detail_text span {
		font-size: 12px;
		font-weight: bold;
		color: #35B1C7;
	}
	
	.business_detail_text h3 {
		font-size: 20px;
		font-weight: 600;
		color: #CC0000;
		margin-bottom: 10px;
	}
	
	.business_detail_text p {
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}
	
	.business_detail_link {
		text-align: right;
		margin: 5px 0 0;
	}
	
	.business_detail_link a {
		font-size: 13px;
		font-weight: bold;
		color: #CC0000;
		display: inline-block;
		padding: 1px 30px 0px 0;
		text-decoration: none;
	}
	
	.business_foot {
		background: #F6F6F6;
		padding: 50px 0;
	}
	
	.business_foot_link {
		text-align: center;
	}
	
	.business_foot_link a {
		display: block;
		margin: 0 auto;
		max-width: 560px;
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 16px auto;
		padding: 30px 20px;
		border: 1px solid #CC0000;
		color: #CC0000;
		border-radius: 20px;
		text-decoration: none;
		font-size: 15px;
		text-align: center;
	}
	
	/* @end */
	
	/* @group about_anchor */
	
	.about_anchor {
		margin: 50px auto 0;
		background: #ffffff;
		border-radius: 15px;
		padding: 10px;
		border: 1px solid #CC0000;
	}
	
	.about_anchor ul {
	}
	
	.about_anchor ul li {
		text-align: center;
		position: relative;
	}
	
	.about_anchor ul li:after {
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		background: #CC0000;
		bottom: 0;
		left: 15px;
		z-index: 1;
	}
	
	.about_anchor ul li:last-child::after {
		display: none;
	}
	
	.about_anchor ul li a {
		display: inline-block;
		color: #CC0000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.3;
		letter-spacing: 0.06em;
		padding: 10px 30px 10px 30px;
		background: url("../img/voice/voice_anchor_arrow.svg") no-repeat center left;
	}
	
	.about_anchor ul li a span {
		display: block;
		font-size: 10px;
		font-weight: 500;
	}
	
	.about_group {
		background: #F6F6F6;
		padding: 40px 0;
	}
	
	.about_head {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.about_title {
		position: relative;
		padding-left: 40px;
	}
	
	.about_title:after {
		position: absolute;
		content: "";
		width: 30px;
		height: 1px;
		background: #CC0000;
		top: 13px;
		left: 0px;
		z-index: 1;
	}
	
	.about_title span {
		font-size: 14px;
		color: #CC0000;
		font-weight: 600;
		letter-spacing: 0.06em;
	}
	
	.about_title h2 {
		font-size: 30px;
		font-weight: bold;
		color: #CC0000;
		letter-spacing: 0.1em;
		margin: 0 !important;
	}
	
	.about_title p {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.02em;
	}
	
	.about_head_text {
		margin: 20px 0 0 40px;
		font-size: 14px;
		line-height: 2;
	}
	
	.about_group_business {
		background: #ffffff;
		border-radius: 30px;
		padding: 40px 20px 20px;
		margin: 60px auto 0;
		position: relative;
	}
	
	.about_group_business_title {
		position: absolute;
		top: -16px;
		left: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.about_group_business_title h3 {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		background: #CC0000;
		color: #ffffff;
		padding: 10px 20px;
		border-radius: 100px;
	}
	
	.about_group_business_img {
		margin-bottom: 40px;
	}
	
	.about_group_business_img img {
		width: 100%;
		height: auto;
	}
	
	.about_arrow {
		text-align: center;
	}
	
	.about_arrow img {
		width: 45px;
		height: auto;
	}
	
	.about_group_business_ch {
		border: 1px solid #CC0000;
		border-radius: 20px;
		padding: 30px 15px 30px;
		text-align: center;
		margin-top: 30px;
	}
	
	.about_group_business_ch_head {
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 15px;
		display: block;
	}
	
	.about_group_business_ch h4 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #CC0000;
		margin-bottom: 30px;
	}
	
	.about_group_business_ch h4 span {
		display: inline-block;
		padding-bottom: 5px;
		border-bottom: 3px solid #CC0000;
		letter-spacing: 0.05em;
	}
	
	.about_group_business_ch_lead {
		font-size: 13px;
		font-weight: bold;
	}
	
	.about_group_business_ch_icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 30px;
	}
	
	.about_group_business_ch_icon {
		width: 50%;
		position: relative;
		margin-bottom: 30px;
	}
	
	.about_group_business_ch_icon:last-child {
		margin-bottom: 0;
	}
	
	.about_group_business_ch_icon_title {
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	
	.about_group_business_ch_icon_title span {
		background: #CC0000;
		display: inline-block;
		color: #ffffff;
		font-size: 10px;
		padding: 0px 10px;
		border-radius: 100px;
		min-width: 80px;
	}
	
	.about_group_business_ch_icon_img img {
		width: 80%;
		height: auto;
	}
	
	.about_2021 {
		background: #ffffff;
		padding: 40px 0;
	}
	
	.about_2021_history {
		max-width: 1000px;
		margin: 50px auto;
	}
	
	.about_2021_history_box {
		position: relative;
	}
	
	.about_2021_history_box:before {
		content: "";
		position: absolute;
		width: 4px;
		height: 100%;
		background: #999999;
		top: 0;
		left: 9px;
		z-index: 0;
	}
	
	.about_2021_history_year {
		line-height: 1;
		padding: 20px 0 0 30px;
		position: relative;
	}
	
	.about_2021_history_year:after {
		content: "";
		position: absolute;
		top: 41px;
		left: 3px;
		width: 15px;
		height: 15px;
		background: #CC0000;
		border-radius: 30px;
	}
	
	.about_2021_history_box:last-child::before {
		content: "";
		position: absolute;
		width: 4px;
		height: calc(100% - 31px);
		background: #CC0000;
		top: 0px;
		left: 9px;
		z-index: 2;
	}
	
	.about_2021_history_box:last-child::after {
		position: absolute;
		content: "";
		width: 31px;
		height: 17px;
		bottom: 0px;
		left: -5px;
		z-index: 2;
		background: url("../img/about/about_year_arrow.svg") no-repeat;
		background-size: 31px auto;
	}
	
	.about_2021_history_year_2021:after {
		content: "";
		position: absolute;
		top: 45px;
		left: 0px;
		width: 20px;
		height: 20px;
		background: #ffffff url("../img/about/about_icon_circle.svg") no-repeat;
		background-size: 20px auto;
		z-index: 3;
	}
	
	.about_2021_history_year_2004,
	.about_2021_history_year_2015 {
		color: #999999;
		font-size: 50px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.about_2021_history_year_2021 {
		color: #CC0000;
		font-size: 60px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.about_2021_history_text {
		padding: 30px 0 30px 30px;
	}
	
	.about_2021_history_text h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #333333;
		line-height: 1.8;
	}
	
	.about_2021_history_text p {
		font-size: 14px;
		line-height: 2;
	}
	
	.about_2021_history_link {
		text-align: right;
		margin: 25px 0 0;
	}
	
	.about_2021_history_link a {
		border: 1px solid #CC0000;
		display: inline-block;
		padding: 14px 40px 14px 20px;
		font-size: 15px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 10px;
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 16px auto;
	}
	
	.about_partner {
		background: #F6F6F6;
		padding: 40px 0;
	}
	
	.about_partner_wt {
		background: #ffffff;
		padding: 20px;
		margin: 0 auto;
		border-radius: 20px;
	}
	
	.about_partner_wt01 {
		margin-top: 90px;
	}
	
	.about_partner_rect {
		position: relative;
		padding-bottom: 60px;
	}
	
	.about_partner_rect_box {
		margin-top: 20px;
	}
	
	.about_partner_rect_box img {
		width: 100%;
		height: auto;
	}
	
	.about_partner_rect:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 50px;
		border: 1px solid #CC0000;
		bottom: 0;
		left: 0;
		border-top: 0;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.about_partner_rect:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 50px;
		bottom: -50px;
		left: 50%;
		background: #CC0000;
	}
	
	.about_partner_feature {
		position: relative;
		border: 1px solid #CC0000;
		border-radius: 20px;
		padding: 0;
		margin: 50px 0 0;
	}
	
	.about_partner_feature_box {
		text-align: center;
		border-bottom: 1px solid #CC0000;
		margin: 0 20px;
		padding: 20px 0;
	}
	
	.about_partner_feature_box:last-child {
		border-bottom: 0;
	}
	
	.about_partner_feature_box h3 {
		font-size: 14px;
		font-weight: bold;
		color: #CC0000;
		margin-bottom: 20px;
	}
	
	.about_partner_feature_box h3 span {
		display: inline-block;
		border-bottom: 2px solid #CC0000;
		padding: 0 5px 7px;
	}
	
	.about_partner_feature_box p {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	
	.about_partner_feature_box h4 {
		font-size: 16px;
		font-weight: bold;
		color: #CC0000;
		margin: 10px 0 0;
	}
	
	.about_lead {
		background: #CC0000;
		text-align: center;
		padding: 20px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		color: #FFFFFF;
		border-radius: 20px;
		max-width: 1000px;
		margin: 50px auto;
		position: relative;
	}
	
	.about_lead:before {
		position: absolute;
		content: "";
		top: -50px;
		left: 50%;
		width: 1px;
		height: 50px;
		background: #CC0000;
		z-index: 1;
	}
	
	.about_lead:after {
		position: absolute;
		content: "";
		bottom: -50px;
		left: 50%;
		width: 1px;
		height: 50px;
		background: #CC0000;
		z-index: 1;
	}
	
	.about_partner_with {
		max-width: 780px;
		margin: 0 auto;
	}
	
	.about_partner_with img{
		width: 100%;
		height: auto;
	}
	
	.about_partner_with_cointainer {
		margin: 0 auto;
		padding: 30px 0 0;
	}
	
	.about_partner_with_box {
		border: 1px solid #CC0000;
		border-radius: 30px;
		background: #F6F6F6;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.about_partner_with_box h3 {
		font-size: 14px;
		font-weight: bold;
		background: #CC0000;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		color: #ffffff;
		padding: 15px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.about_partner_with_box p {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.about_partner_wt02 {
		margin-bottom: 40px;
	}
	
	.about_partner_wt03 {
		margin-top: 40px;
		position: relative;
		padding-top: 40px;
	}
	
	.about_partner_wt03_title {
		position: absolute;
		top: -17px;
		left: 0;
		z-index: 1;
		text-align: center;
		width: 100%;
	}
	
	.about_partner_wt03_title h3 {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		background: #CC0000;
		padding: 3px 30px 5px;
		color: #ffffff;
		border-radius: 30px;
	}
	
	.about_partner_wt03_text {
		font-size: 14px;
		margin: 0 auto;
		line-height: 2;
	}
	
	.about_partner_wt03_img {
		text-align: center;
		margin: 30px 0 0;
	}
	
	.about_partner_wt03_img img {
		width: 100%;
		height: auto;
		max-width: 470px;
	}
	
	.about_partner_wt03_link {
		margin: 20px 0 0;
		z-index: 1;
	}
	
	.about_partner_wt03_link a {
		border: 1px solid #CC0000;
		display: block;
		padding: 18px 30px;
		font-size: 14px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 10px;
		background: #ffffff url("../img/top/icon_arrow_triangle_red.svg") no-repeat top 50% right 20px;
		margin: 20px 0 0;
	}
	
	.about_partner_wt03_link_blank a {
		background: url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 16px auto;
	}
	
	.about_global {
		background: #ffffff;
		padding: 40px 0;
	}
	
	.about_global_feature {
		margin: 40px auto;
	}
	
	.about_global_feature_box {
		border: 1px solid #CC0000;
		padding: 20px 10px;
		border-radius: 30px;
		text-align: center;
		margin-bottom: 40px;
		position: relative;
	}
	
	.about_global_feature_text {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 500;
	}
	
	.about_global_feature_num {
		color: #CC0000;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.about_global_feature_num_1 {
		font-size: 60px;
		font-weight: bold;
		line-height: 1;
	}
	
	.about_global_feature_num_2 {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 10px;
		text-align: left;
	}
	
	.about_global_feature_num_2 span {
		font-size: 25px;
	}
	
	.about_global_feature_caption {
		position: absolute;
		bottom: -25px;
		right: 0;
		font-size: 12px;
		z-index: ;
	}
	
	.about_global_map_title {
		text-align: center;
		margin: 50px 0 20px;
	}
	
	.about_global_map_title h3 {
		font-size: 14px;
		font-weight: bold;
		background: #CC0000;
		color: #ffffff;
		padding: 3px 30px 5px;
		border-radius: 100px;
		display: inline-block;
	}
	
	.about_global_map_img {
		text-align: center;
	}
	
	.about_global_map_img img {
		width: 100%;
		height: auto;
		max-width: 1000px;
	}
	
	.about_global_map_link {
		margin: 40px 20px 0;
	}
	
	.about_global_map_link a {
		border: 1px solid #CC0000;
		display: block;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: 600;
		color: #CC0000;
		text-decoration: none;
		border-radius: 10px;
		background: #ffffff url("../img/top/icon_new_window_hd.gif") no-repeat top 50% right 15px;
		background-size: 16px auto;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.about_foot {
		background: #CC0000 url("../img/about/about_arrow_white.svg") no-repeat top center;
		background-size: 30px auto;
		padding: 80px 0 40px;
		text-align: center;
	}
	
	.about_foot p {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	/* @end */
}

@media screen and (max-width: 579px) {
	.nextcontents_thumb img.img_position_top {
		object-position: top;
	}
}

@keyframes marquee {
0% {
	transform: translateX(100%);
}

100% {
	transform: translateX(-100%);
}
}

@keyframes marquee2 {
0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-200%);
}
}
  
  @keyframes zoom {
0% {
	transform: scale(1);
}

100% {
	transform: scale(1.1);
}
}