 .c-panel.c-panel_hover .c-panel_item {
	position: relative;
	overflow: hidden
}

.c-panel.c-panel_hover .c-panel_item:hover .c-panel_info_area {
	top: 0
}

.c-panel.c-panel_hover .c-panel_item img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.c-panel.c-panel_hover .c-panel_item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.c-panel.c-panel_hover .c-panel_item.panel_animation {
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.c-panel.c-panel_hover .c-panel_item.panel_animation.is_fadeup {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.c-panel.c-panel_hover .c-panel_info_area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;left:0;
	background-color: transparent;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.c-panel.c-panel_hover .c-panel_info_area .c-panel_info {
	padding: 0 1.6rem;
	position: absolute;
	opacity: 0;
	top: 25%;
	-webkit-transform: translateY(-20%) scale(.7);
	-ms-transform: translateY(-20%) scale(.7);
	transform: translateY(-20%) scale(.7);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.c-panel.c-panel_hover .c-panel_info_area .c-panel_info .c-panel_title {
	font-size: 20px;
	line-height: 1.4
}

.c-panel.c-panel_hover .c-panel_info_area .c-panel_info .c-panel_desc {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1.6rem
}

.c-panel.c-panel_hover .c-panel_info_area .c-panel_link:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/assets/img/common/icn/link_arrow_white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 1.2rem;
	height: .4rem;
	bottom: 2rem;
	left: 2rem
}

.c-panel.c-panel_hover .c-panel_info_area:hover .c-panel_info {
	opacity: 1;
	-webkit-transform: translateY(-20%) scale(1);
	-ms-transform: translateY(-20%) scale(1);
	transform: translateY(-20%) scale(1)
}

.c-panel.c-panel_gradation .c-panel_item {
	display: block; 
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 6
}

.c-panel.c-panel_gradation .c-panel_item img {
	width: 100%;
	height: auto;
	-webkit-transform: translatez(0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.c-panel.c-panel_gradation .c-panel_item:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.c-panel.c-panel_gradation .c-panel_item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(0, 0,
		0, .6) 75%, rgba(0, 0, 0, .9) 100%);
	background: linear-gradient(to bottom, transparent 0, transparent 50%, rgba(0, 0, 0,
		.6) 75%, rgba(0, 0, 0, .9) 100%);
	z-index: 4
}

.c-panel.c-panel_gradation .c-panel_info_area {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 5
}

.c-panel.c-panel_gradation .c-panel_info_area .c-panel_info {
	padding: 1.6rem 6.4rem 1.6rem 1.6rem;
	font-size: 14px;
	line-height: 1.4
}

.c-panel.c-panel_gradation .c-panel_info_area:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/assets/img/common/icn/link_arrow_white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 7px;
	bottom: 2rem;
	right: 2rem
}

.c-panel.c-panel_hover .c-panel_info_area .c-panel_link:after {
	opacity: 0;
	-webkit-transform: translateY(-20%) scale(.7);
	-ms-transform: translateY(-20%) scale(.7);
	transform: translateY(-20%) scale(.7);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.c-panel.c-panel_hover .c-panel_info_area:hover .c-panel_link:after {
	opacity: 1;
	-webkit-transform: translateY(-20%) scale(1);
	-ms-transform: translateY(-20%) scale(1);
	transform: translateY(-20%) scale(1)
}
.c-sns_area,.jsc_animate_order_contents,.jsc_animate_order_item,.main_visual {
	opacity: 0
}

.main_visual .slick-next::after,.main_visual .slick-prev::after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.left-pan:before {
	width: 100%;
	-webkit-animation: LEFT-PAN .4s ease-out 1;
	animation: LEFT-PAN .4s ease-out 1
}

.c-header_main .c-header_lead,.c-header_main h2.c-header_title {
	position: relative;
	left: -8%;
	opacity: 0;
	-webkit-transition: left 1s ease,opacity .8s ease;
	transition: left 1s ease,opacity .8s ease;
	z-index: 2
}
.bgfff{ background:#fff; clear:both}
.c-sns_area {
	right: 10rem;
	-webkit-transition: right 1s ease,opacity 1.5s ease;
	transition: right 1s ease,opacity 1.5s ease
}

@-webkit-keyframes LEFT-PAN {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes LEFT-PAN {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

.container_wrap.top {
	padding-top: 0;
	overflow: hidden
}

.container_wrap.top header {
	position: absolute
}

.container_wrap.top.is-unfixed header {
	position: fixed
}

.container_wrap.top .container {
	position: relative;
	z-index: 14;
	margin-top: calc(100vh - 58px)
}

.main_visual.is_show {
	opacity: 1
}

.main_visual {
	position: fixed;
	z-index: 13;
	width: 100%
}

.main_visual .main_visual_slider_image {
	width: 100%;
	height: calc(100vh - 148px);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: none!important;
	transition: none!important
}

.main_visual .main_visual_slider_image.slider_1 {
	background-image: url(/assets/img/share/work/top/pc/slider/1.jpg)
}

.main_visual .main_visual_slider_image.slider_2 {
	background-image: url(/assets/img/share/work/top/pc/slider/2.jpg)
}

.main_visual .main_visual_slider_image.slider_3 {
	background-image: url(/assets/img/share/work/top/pc/slider/3.jpg)
}

.main_visual .main_visual_slider_image.slider_4 {
	background-image: url(/assets/img/share/work/top/pc/slider/4.jpg)
}

.main_visual .main_visual_slider_image.slick-current {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .8s ease,-webkit-transform .8s cubic-bezier(.785,.135,.15,.86)!important;
	transition: opacity .8s ease,-webkit-transform .8s cubic-bezier(.785,.135,.15,.86)!important;
	transition: transform .8s cubic-bezier(.785,.135,.15,.86),opacity .8s ease!important;
	transition: transform .8s cubic-bezier(.785,.135,.15,.86),opacity .8s ease,-webkit-transform .8s cubic-bezier(.785,.135,.15,.86)!important
}

.main_visual .main_visual_slider_image.is_stay {
	opacity: 1!important;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	transform: translateX(0)!important;
	-webkit-transition: none!important;
	transition: none!important
}

.main_visual .main_visual_slider_image.is_prev {
	-webkit-transform: translateX(-100%)!important;
	-ms-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
	-webkit-transition: none!important;
	transition: none!important
}

.main_visual .main_visual_slider_image.is_next {
	-webkit-transform: translateX(100%)!important;
	-ms-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
	-webkit-transition: none!important;
	transition: none!important
}

.main_visual .slider_info_area {
	background-color: #333;
	height: 90px;
	position: relative
}

.main_visual .slider_info {
	position: absolute;
	padding: 1.6rem 3rem;
	left: 40px;
	top: 0;
	opacity: 0;
	-webkit-transition: left .5s ease-out,opacity .3s ease-out;
	transition: left .5s ease-out,opacity .3s ease-out
}

.main_visual .slider_info.is_show {
	opacity: 1;
	left: 0;
	-webkit-transition: left .7s ease-out,opacity .3s ease-out;
	transition: left .7s ease-out,opacity .3s ease-out
}

.main_visual .slider_info .slider_title {
	color: #fff;
	font-size: 18px
}

.main_visual .slider_info .slider_name {
	font-size: 18px;
	margin-top: .8rem;
	color: #a9a9a9
}

.main_visual .main_visual_controll {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	background-color: #000;
	color: #fff
}

.main_visual .main_visual_controll_cur,.main_visual .main_visual_controll_max {
	width: 14px;
	font-size: 14px;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	text-align: center
}

.main_visual .main_visual_controll_cur {
	top: 25px
}

.main_visual .main_visual_controll_max {
	bottom: 25px;
	padding-top: 5px;
	border-top: 1px solid #fff
}

.main_visual .slick-prev {
	width: 20px;
	height: 20px;
	z-index: 100000;
	bottom: -65px;
	top: auto;
	right: 60px;
	left: auto
}

.main_visual .slick-prev::after {
	width: 15px;
	height: 15px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.main_visual .slick-next {
	width: 20px;
	height: 20px;
	z-index: 100000;
	bottom: -65px;
	top: auto;
	right: 10px;
	left: auto
}

.main_visual .slick-next::after {
	width: 15px;
	height: 15px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.company_copy {
	padding-top: 10rem;
	padding-right: 23.5rem;
	padding-bottom: 4rem;
	font-size: 18px;
	line-height: 1.5
}

.difference_more {
	width: 23.5rem
}

.difference {
	height: 23.5rem
}

.our_work {
	position: relative;
 
}

.our_work .our_work_head {
	position: absolute;
	top: 0;
	right: 3rem;
	color: #fff;
	width: 23.5rem;
	height: 23.5rem
}

.our_work .our_work_head h2 {
	font-size: 40px;
	font-weight: 400;
	padding-top: 4rem
}

.our_work .our_work_more a {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 2rem
}

.our_work .our_work_controll {
	position: absolute;
	bottom: 4rem;
	left: 0;
	height: 20px;
	width: 4rem
}

.our_work .our_work_next::after,.our_work .our_work_prev::after {
	position: absolute;
	margin: auto;
	content: "";
	width: .8rem;
	height: .8rem;
	bottom: 0
}

.our_work .our_work_next {
	position: absolute;
	right: -25px;
	top: -15px;
	padding: 20px;
	cursor: pointer
}

.our_work .our_work_next::after {
	top: 0;
	left: 0;
	right: 15px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.our_work .our_work_next.is_show::after {
	border-color: #fff
}

.our_work .our_work_prev {
	position: absolute;
	left: -20px;
	top: -15px;
	padding: 20px;
	cursor: pointer
}

.our_work .our_work_prev::after {
	top: 0;
	right: 0;
	left: 15px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.our_work .our_work_prev.is_show::after {
	border-color: #fff
}

.our_work .work_list_area {
	position: relative;
	margin: 0 3rem
}

.our_work .our_work_list {
	position: absolute;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.our_work .our_work_list.our_work_list {
	opacity: 0;
	z-index: 0;
	display: none
}

.our_work .our_work_list.our_work_list.is_show {
	display: block;
	opacity: 1;
	z-index: 1
}

.our_work .our_work_list img {
	width: 23.5rem;
 
}

.our_work .our_work_list .c-panel_item {
	position: absolute;
	overflow: hidden;
	width: 23.5rem;
 
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,transform .5s ease;
	transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease
}

.our_work .our_work_list .c-panel_item.is_fadeup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.our_work .our_work_list .c-panel_item:hover .c-panel_info_area {
	top: 0;
	background-color: rgba(0,0,0,.5)
}

.our_work .our_work_list .c-panel_item.item_1 {
	top: 0;
	left: 0
}

.our_work .our_work_list .c-panel_item.item_2 {
	top: 23.5rem;
	left: 0
}

.our_work .our_work_list .c-panel_item.item_3 {
	top: 0;
	left: 23.5rem
}

.our_work .our_work_list .c-panel_item.item_4 {
	top: 23.5rem;
	left: 23.5rem
}

.our_work .our_work_list .c-panel_item.item_5 {
	top: 47rem;
	left: 23.5rem
}

.our_work .our_work_list .c-panel_item.item_6 {
	top: 23.5rem;
	left: 47rem
}

.our_work .our_work_list .c-panel_item.item_7 {
	top: 47rem;
	left: 47rem
}

.our_work .our_work_list .c-panel_item.item_8 {
	top: 47rem;
	left: 70.5rem
}

.news_insight {
	margin-top: 30px
}

.news_insight .news_insight_head {
	padding-bottom: 50px
}

.news_insight .news_insight_head h2 {
	font-size: 50px;
	font-weight: 400
}

.news_insight .news_insight_list_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-right: 3rem
}

.news_insight .news_insight_list_wrap::after {
	content: '';
	display: block;
	clear: both
}

.news_insight .news_insight_img_list_area {
	width: 25rem;
	min-height: 1px;
	position: relative;
	z-index: 8
}

.news_insight .news_insight_img_list_area .news_insight_img_list {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	width: 100%
}

.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 10
}

.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item.is_active {
	opacity: 1;
	z-index: 11
}

.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item img {
	width: 100%;
	height: auto
}

.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .05
}

.news_insight .news_insight_info_area {
	overflow: hidden;
	margin-left: 2.5rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
	width: 69.35rem
}

.news_insight .news_insight_info_area .news_insight_info_list {
	height: 25rem;
	overflow-y: scroll;
	width: 100%
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item:hover .news_insight_date,.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item:hover .news_insight_title {
	color: #b71a35
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item+.news_insight_info_item {
	margin-top: 2.4rem
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category {
	width: 100px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	margin-left: 0
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category.Events {
	background-color: #990e94
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category.News {
	background-color: #b71a35
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category.Reportage {
	background-color: #1a8db7
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category.Research {
	background-color: #159875
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category.Viewpoints {
	background-color: #c57900
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_date {
	min-width: 120px;
	width: 100px;
	font-size: 16px
}

.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_title {
	margin-left: 20px;
	font-size: 16px;
	width: 41.6rem;
	overflow: hidden;
	white-space: nowrap
}

.news_insight .news_insight_more {
	z-index: 12;
	text-align: right
}

.news_insight .news_insight_more .c-link_frame {
	display: inline-block;
	text-align: left
}

.news_insight .c-outside {
	margin: 0 3rem;
	padding-top: 20px;
	box-sizing: border-box
}

.news_insight .p-top_news_see-more-btn {
	margin-top: 30px;
	width: 23.6rem
}

.our_people {
	position: relative;
	height: 70.5rem
}

.our_people .our_people_head {
	position: absolute;
	top: 0;
	right: 3rem;
	color: #fff;
	width: 23.5rem;
	height: 23.5rem
}

.our_people .our_people_head h2 {
	font-size: 50px;
	font-weight: 400;
	padding-top: 4rem
}

.our_people .our_people_head .our_people_more a {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 2rem
}

.our_people .our_people_head .our_people_controll {
	position: absolute;
	bottom: 4rem;
	left: 0;
	height: 20px;
	width: 4rem
}

.our_people .our_people_head .our_people_next {
	width: .8rem;
	height: .8rem;
	position: absolute;
	right: 0;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.our_people .our_people_head .our_people_next.is_show {
	border-color: #fff
}

.our_people .our_people_head .our_people_prev {
	width: .8rem;
	height: .8rem;
	position: absolute;
	left: 0;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.our_people .our_people_head .our_people_prev.is_show {
	border-color: #fff
}

.our_people .our_people_list_area {
	position: relative;
	margin: 0 3rem
}

.our_people .our_people_list {
	position: relative;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.our_people .our_people_list.our_people_list_1 {
	opacity: 0;
	z-index: 0;
	display: none
}

.our_people .our_people_list.our_people_list_1.is_show {
	display: block;
	opacity: 1;
	z-index: 1
}

.our_people .our_people_list.our_people_list_2 {
	opacity: 0;
	z-index: 0;
	display: none
}

.our_people .our_people_list.our_people_list_2.is_show {
	display: block;
	opacity: 1;
	z-index: 1
}

.our_people .our_people_list img {
	width: 23.5rem;
	height: 23.5rem
}

.our_people .our_people_list .c-panel_item {
	position: absolute;
	overflow: hidden;
	width: 23.5rem;
	height: 23.5rem;
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,transform .5s ease;
	transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease
}

.our_people .our_people_list .c-panel_item.is_fadeup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.our_people .our_people_list .c-panel_item:hover .c-panel_info_area {
	top: 0;
	background-color: rgba(0,0,0,.5)
}

.our_people .our_people_list .c-panel_item.item_1 {
	top: 0;
	left: 0
}

.our_people .our_people_list .c-panel_item.item_2 {
	top: 23.5rem;
	left: 0
}

.our_people .our_people_list .c-panel_item.item_3 {
	top: 0;
	left: 23.5rem
}

.our_people .our_people_list .c-panel_item.item_4 {
	top: 23.5rem;
	left: 23.5rem
}

.our_people .our_people_list .c-panel_item.item_5 {
	top: 47rem;
	left: 23.5rem
}

.our_people .our_people_list .c-panel_item.item_6 {
	top: 23.5rem;
	left: 47rem
}

.our_people .our_people_list .c-panel_item.item_7 {
	top: 47rem;
	left: 47rem
}

.our_people .our_people_list .c-panel_item.item_8 {
	top: 47rem;
	left: 70.5rem
}

.our_people .our_people_list .c-panel_item.item_9 {
	top: 0;
	right: -23.5rem
}

.our_people .our_people_list .c-panel_item.item_10 {
	top: 23.5rem;
	right: -23.5rem
}

.our_network {
	position: relative;
	margin-top: 50px
}

.our_network .our_network_head h2 {
	font-size: 50px;
	font-weight: 400
}

.our_network .our_network_more {
	z-index: 15;
	margin-top: 2rem;
	width: 23.5rem
}

.our_network .our_network_info {
	position: absolute;
	top: 0;
	left: 47rem
}

.our_network .our_network_info .info_item {
	font-size: 28px
}

.our_network .our_network_info .info_item+.info_item {
	margin-top: 2rem
}

.our_network .our_network_info .info_value {
	display: inline-block;
	padding-right: .8rem;
	color: #b71a35;
	font-weight: 400
}

.our_network .our_network_map {
	margin-top: 12rem;
	position: relative;
	padding-bottom: 8rem
}

.our_network .our_network_map img {
	width: 100%;
	height: auto
}

.our_network .our_network_link {
	position: absolute;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	color: #b71a35;
	padding: 1.2rem;
	z-index: 18;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.our_network .our_network_link:hover {
	-webkit-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25);
	transform: scale(1.25,1.25)
}

.our_network .our_network_link.link_europe_middle_east {
	position: absolute;
	top: 5.5rem;
	left: 9.5rem
}

.our_network .our_network_link.link_east_asia {
	position: absolute;
	top: 12rem;
	left: 33rem
}

.our_network .our_network_link.link_north_america {
	position: absolute;
	top: 10rem;
	left: 62rem
}

.our_network .our_network_link.link_japan {
	position: absolute;
	top: 12rem;
	left: 45rem
}

.our_network .our_network_link.link_south_asia {
	position: absolute;
	top: 16rem;
	left: 25rem
}

.our_network .our_network_link.link_south_east_asia {
	position: absolute;
	top: 24rem;
	left: 34rem
}

.our_network .our_network_link.link_oceania {
	position: absolute;
	top: 33.5rem;
	left: 43.5rem
}

.our_network .our_network_modal_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -10rem;
	z-index: 16;
	opacity: 0
}

.our_network .our_network_modal_bg.is_show {
	z-index: 19;
	opacity: 1
}

.our_network .our_network_modal_close {
	opacity: 0;
	position: absolute;
	top: 3rem;
	right: 3rem;
	z-index: 100;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.our_network .our_network_modal_close::after,.our_network .our_network_modal_close::before {
	display: block;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	content: ""
}

.our_network .our_network_modal_close.is_show {
	opacity: 1
}

.our_network .our_network_modal_close::before {
	width: 30px;
	height: 1px
}

.our_network .our_network_modal_close::after {
	width: 1px;
	height: 30px
}

.our_network .our_network_modal {
	position: absolute;
	top: 0;
	bottom: 12rem;
	left: 8rem;
	right: 8rem;
	padding: 4rem 2.8rem;
	color: #fff;
	background: 0 0;
	z-index: 17
}

.our_network .our_network_modal .our_network_modal_country.is_show+.our_network_modal_country.is_show:hover,.our_network .our_network_modal .our_network_modal_country.is_show:first-child:hover {
	color: #b71a35
}


.our_network .our_network_modal.is_show {
	background: rgba(0,0,0,.7);
	z-index: 20;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.our_network .our_network_modal .our_network_modal_country {
	opacity: 0;
	height: 0;
	font-size: 24px;
	cursor: pointer;
	position: relative;
	left: 20px
}

.our_network .our_network_modal .our_network_modal_country.is_show {
	left: 0;
	opacity: 1;
	height: auto;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.our_network .our_network_modal .our_network_modal_country.is_show+.our_network_modal_country.is_show {
	margin-top: 1.6rem
}

.our_network .our_network_modal .our_network_modal_base_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.our_network .our_network_modal .our_network_modal_base {
	opacity: 0;
	height: 0;
	position: relative;
	margin-top: 1.6rem;
	left: 20px
}

.our_network .our_network_modal .our_network_modal_base+.our_network_modal_base {
	margin-left: 2.4rem
}

.our_network .our_network_modal .our_network_modal_base.is_show {
	left: 0;
	opacity: 1;
	height: auto;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.our_network .our_network_modal .our_network_modal_base .our_network_modal_base_link {
	font-size: 12px;
	line-height: 1.4;
	color: #fff
}

.our_network .our_network_modal .our_network_modal_base .our_network_modal_base_link+.our_network_modal_base_link {
	margin-top: 1.2rem
}

.contact_us {
	padding: 6.4rem 0 8rem;
	position: relative
}

.contact_us .contact_us_head {
	margin: 0 3rem 4rem;
	position: relative;
	z-index: 2
}

.contact_us .contact_us_head h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 400
}

.contact_us .contact_us_select_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 3rem;
	padding: 0 6.8rem
}

.contact_us .contact_us_box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	padding: 1.6rem 1.6rem 2.4rem;
	position: relative;
	overflow: hidden
}

.contact_us .contact_us_box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

.contact_us .contact_us_box.is_disabled::after {
	top: 0;
	opacity: .6
}

.contact_us .contact_us_box_head {
	background-image: url(/assets/img/idx/icn/select_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: right bottom;
	font-size: 24px;
	padding-bottom: 2rem
}

.contact_us .contact_us_box:last-child .contact_us_box_head {
	background-image: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1.5rem;
	margin-bottom: .5rem
}

.contact_us .contact_us_select_wrap {
	padding: 1.6rem .8rem 1.6rem 0;
	border-bottom: 1px solid #000;
	position: relative
}

.contact_us .c-load-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-size: 0
}

.contact_us .contact_us_select {
	height: 14.4rem;
	overflow: hidden;
	border-right: 1px solid #b2b2b2;
	overflow-y: scroll
}

.contact_us .contact_us_select .contact_us_select_item {
	width: 88%;
	line-height: 1.4;
	padding: .4rem .8rem
}

.contact_us .contact_us_select .contact_us_select_item+.contact_us_select_item {
	margin-top: .8rem
}

.contact_us .contact_us_select .contact_us_select_item.is_selected {
	background-color: #e5e5e5
}

.contact_us .contact_us_select .contact_us_select_item.mail {
	background-image: url(/assets/img/idx/icn/mail.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: .8rem center;
	padding-left: 2.8rem
}

.contact_us::before,.our_people::before,.our_work::before {
	content: "";
	background-color: #fff;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0
}

.contact_us.left-black::before,.our_people.left-black::before,.our_work.left-black::before {
	width: 100%;
	height: 100%;
	-webkit-animation: LEFT-BLACK 1s ease-out 1;
	animation: LEFT-BLACK 1s ease-out 1
}

@-webkit-keyframes LEFT-BLACK {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes LEFT-BLACK {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

.p-panel {
	position: relative;
 
}

.p-panel .p-panel_head {
	position: absolute;
	top: 0;
	right: 0;
 
	width: 25%;
	height: 23.5rem
}

.p-panel .p-panel_head h2 {
	font-size: 36px;
	font-weight: 400;
	padding-top: 4rem
}
.p-panel .p-panel_more a{width: 100%;
	font-size: 16px;background-color: #fff; border:#0e6eb8 1px solid; color:#0e6eb8 ; margin-top: 2rem;text-align:center; line-height:50px}
.p-panel .p-panel_more a:hover {
	
	color: #fff;
	 border:#ddd 1px solid; ;background-color: #0e6eb8;
}

.p-panel .p-panel_controll {
	position: absolute;
	bottom: 4rem;
	left: 0;
	height: 20px;
	width: 4rem
}

.p-panel .p-panel_next::after,.p-panel .p-panel_prev::after {
	position: absolute;
	bottom: 0;
	margin: auto;
	width: .8rem;
	height: .8rem;
	content: ""
}

.p-panel .p-panel_next {
	position: absolute;
	right: -25px;
	top: -15px;
	padding: 20px;
	cursor: pointer
}

.p-panel .p-panel_next::after {
	top: 0;
	left: 0;
	right: 15px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.p-panel .p-panel_next.is_show::after {
	border-color: #fff
}

.p-panel .p-panel_prev {
	position: absolute;
	left: -20px;
	top: -15px;
	padding: 20px;
	cursor: pointer
}

.p-panel .p-panel_prev::after {
	top: 0;
	right: 0;
	left: 15px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.p-panel .p-panel_prev.is_show::after {
	border-color: #fff
}

.p-panel .p-panel_area {
	position: relative;
	margin: 0 3rem
}

.p-panel .p-panel_list {
	
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.p-panel .p-panel_list.p-panel_list {
	opacity: 0;
	z-index: 0;
	display: none
}

.p-panel .p-panel_list.p-panel_list.is_show {
	display: block;
	opacity: 1;
	z-index: 1   ; overflow: hidden;
}

.p-panel .p-panel_list img {
	width:100%;
 
}

.p-panel .p-panel_list .c-panel_item {
	float:left;
	overflow: hidden;
	width: 20%;
 
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,transform .5s ease;
	transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease
}

.p-panel .p-panel_list .c-panel_item.is_fadeup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.p-panel .p-panel_list .c-panel_item:hover .c-panel_info_area {
	top: 0;
	background-color: rgba(0,0,0,.5)
}

.p-panel .p-panel_list .c-panel_item.item_1 {
	top: 0;
	left: 0
}

.p-panel .p-panel_list .c-panel_item.item_2 {
	top: 23.5rem;
	left: 0
}

.p-panel .p-panel_list .c-panel_item.item_3 {
	top: 0;
	left: 23.5rem
}

.p-panel .p-panel_list .c-panel_item.item_4 {
	top: 23.5rem;
	left: 23.5rem
}

.p-panel .p-panel_list .c-panel_item.item_5 {
	top: 47rem;
	left: 23.5rem
}

.p-panel .p-panel_list .c-panel_item.item_6 {
	top: 23.5rem;
	left: 47rem
}

.p-panel .p-panel_list .c-panel_item.item_7 {
	top: 47rem;
	left: 47rem
}

.p-panel .p-panel_list .c-panel_item.item_8 {
	top: 47rem;
	left: 70.5rem
}

@media screen and (max-width:1200px) {
	.our_work .our_work_head h2 {
		font-size: 36px
	}
}

@media screen and (max-width:1100px) {
	.our_work .our_work_head h2,.p-panel .p-panel_head h2 {
		font-size: 32px
	}
}

@media screen and (max-width:1024px) {
	.container_wrap.top {
		padding-top: 0;
		overflow: hidden
	}

	.container_wrap.top header {
		position: absolute
	}

	.container_wrap.top.is-unfixed header {
		position: fixed
	}

	.container_wrap.top .container {
		position: relative;
		z-index: 14;
		padding-top: 0;
		margin-top: 113vw
	}

	.c-panel.c-panel_hover .c-panel_info_area .c-panel_link:after {
		opacity: 1
	}

	.c-panel.c-panel_hover .c-panel_info_area {
		top: -100%
	}

	.c-panel.c-panel_hover .c-panel_info_area:hover {
		top: 0
	}

	.main_visual {
		position: fixed;
		z-index: 13;
		width: 100%
	}

	.main_visual .main_visual_slider_image {
		width: 100%;
		height: 100vw;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		-webkit-transition: opacity .8s ease-out,-webkit-transform .8s ease-out!important;
		transition: opacity .8s ease-out,-webkit-transform .8s ease-out!important;
		transition: transform .8s ease-out,opacity .8s ease-out!important;
		transition: transform .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out!important
	}

	.main_visual .main_visual_slider_image.slider_1 {
		background-image: url(/assets/img/share/work/top/sp/slider/1.jpg)
	}

	.main_visual .main_visual_slider_image.slider_2 {
		background-image: url(/assets/img/share/work/top/sp/slider/2.jpg)
	}

	.main_visual .main_visual_slider_image.slider_3 {
		background-image: url(/assets/img/share/work/top/sp/slider/3.jpg)
	}

	.main_visual .main_visual_slider_image.slider_4 {
		background-image: url(/assets/img/share/work/top/sp/slider/4.jpg)
	}

	.main_visual .main_visual_slider_image.slick-current {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.main_visual .main_visual_slider_image.is_stay {
		opacity: 1!important;
		-webkit-transform: translateX(0)!important;
		-ms-transform: translateX(0)!important;
		transform: translateX(0)!important
	}

	.main_visual .main_visual_slider_image.is_prev {
		-webkit-transform: translateX(-100%)!important;
		-ms-transform: translateX(-100%)!important;
		transform: translateX(-100%)!important
	}

	.main_visual .main_visual_slider_image.is_next {
		-webkit-transform: translateX(100%)!important;
		-ms-transform: translateX(100%)!important;
		transform: translateX(100%)!important
	}

	.main_visual .slider_info_area {
		background-color: #333;
		height: 13vw;
		position: relative
	}

	.main_visual .slider_info {
		position: absolute;
		padding: 2.66667vw 5.33333vw;
		left: 20px;
		top: 0;
		opacity: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

	.main_visual .slider_info.is_show {
		opacity: 1;
		left: 0
	}

	.main_visual .slider_info .slider_title {
		font-size: 12px;
		font-size: 3.2vw;
		color: #fff
	}

	.main_visual .slider_info .slider_name {
		font-size: 12px;
		font-size: 3.2vw;
		margin-top: .8rem;
		color: #a9a9a9
	}

	.main_visual .slick-next::after,.main_visual .slick-prev::after {
		content: "";
		position: absolute;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: auto
	}

	.main_visual .main_visual_controll,.main_visual .main_visual_controll_cur,.main_visual .main_visual_controll_max {
		display: none
	}

	.main_visual .slick-prev {
		width: 1.33333vw;
		height: 1.33333vw;
		z-index: 100000;
		bottom: -8vw;
		top: auto;
		right: 9.33333vw;
		left: auto
	}

	.main_visual .slick-prev::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 1.6vw;
		height: 1.6vw;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	.main_visual .slick-next {
		width: 1.33333vw;
		height: 1.33333vw;
		z-index: 100000;
		bottom: -8vw;
		top: auto;
		right: 2.66667vw;
		left: auto
	}

	.main_visual .slick-next::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 1.6vw;
		height: 1.6vw;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.difference,.our_work {
		height: auto
	}

	.company_copy {
		font-size: 13px;
		font-size: 3.46667vw;
		margin-top: 24vw;
		padding-right: 0;
		padding-top: 0
	}

	.difference_more {
		width: 100%
	}

	.our_work {
		margin-top: 16vw;
		padding: 16vw 0
	}

	.our_work .our_work_head {
		width: auto;
		margin: 0 5.33333vw;
		position: relative;
		right: auto;
		top: auto;
		height: auto
	}

	.our_work .our_work_head h2 {
		font-size: 30px;
		font-size: 8vw;
		padding-top: 0
	}

	.our_work .our_work_more a {
		font-size: 3.9vw;
		margin-top: 0;
		padding: 4vw 5.33333vw
	}

	.our_work .our_work_controll {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: auto;
		right: 0;
		height: 4vw;
		width: 13.33333vw
	}

	.our_work .our_work_next::after,.our_work .our_work_prev::after {
		width: 4vw;
		height: 4vw
	}

	.our_work .our_work_next {
		right: -15px
	}

	.our_work .our_work_prev {
		left: -25px
	}

	.our_work .work_list_area {
		position: relative;
		margin: 13.33333vw 5.33333vw;
		height: 178.66667vw
	}

	.our_work .our_work_list {
		position: absolute;
		width: 100%
	}

	.our_work .our_work_list.our_work_list_1,.our_work .our_work_list.our_work_list_2 {
		top: -25px
	}

	.our_work .our_work_list .c-panel_item {
		position: absolute;
		overflow: hidden;
		width: 44.66667vw;
		height: 44.66667vw
	}

	.our_work .our_work_list .c-panel_item:hover .our_work_info_area {
		top: 0;
		opacity: .7
	}

	.our_work .our_work_list .c-panel_item.item_1 {
		top: 0;
		left: 0
	}

	.our_work .our_work_list .c-panel_item.item_2 {
		top: 0;
		left: 44.66667vw
	}

	.our_work .our_work_list .c-panel_item.item_3 {
		top: 44.66667vw;
		left: 0
	}

	.our_work .our_work_list .c-panel_item.item_4 {
		top: 44.66667vw;
		left: 44.66667vw
	}

	.our_work .our_work_list .c-panel_item.item_5 {
		top: 89.33333vw;
		left: 0
	}

	.our_work .our_work_list .c-panel_item.item_6 {
		top: 89.33333vw;
		left: 44.66667vw
	}

	.our_work .our_work_list .c-panel_item.item_7 {
		top: 0;
		top: 134vw;
		left: 0
	}

	.our_work .our_work_list .c-panel_item.item_8 {
		top: 0;
		top: 134vw;
		left: 44.66667vw
	}

	.news_insight {
		margin-top: 16vw;
		min-height: 2000px
	}

	.news_insight .news_insight_head {
		padding: 0
	}

	.news_insight .news_insight_head h2 {
		font-size: 30px;
		font-size: 8vw
	}

	.news_insight .news_insight_list_wrap {
		display: block;
		margin: 10.66667vw 5.33333vw;
		position: relative
	}

	.news_insight .news_insight_img_list_area {
		float: left;
		width: 26.66667vw;
		min-height: 1px;
		position: relative;
		z-index: 8
	}

	.news_insight .news_insight_img_list_area .news_insight_img_list {
		position: relative;
		overflow: hidden;
		padding-top: 0;
		width: 100%
	}

	.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item {
		position: relative;
		opacity: 1
	}

	.news_insight .news_insight_img_list_area .news_insight_img_list .news_insight_img_item img {
		width: 100%;
		height: auto
	}

	.news_insight .news_insight_info_area {
		float: right;
		margin-left: 0;
		width: 58.66667vw;
		display: block;
		height: auto;
		overflow: auto
	}

	.news_insight .news_insight_info_area .news_insight_info_list {
		height: auto;
		overflow-y: auto
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 26.66667vw;
		font-size: 0
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item+.news_insight_info_item {
		margin-top: 0
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_info {
		display: block
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_category {
		font-size: 10px;
		font-size: 2.66667vw;
		display: inline-block;
		width: 13.33333vw;
		padding: .26667vw 0;
		margin-left: .5em
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_date {
		font-size: 13px;
		font-size: 3.46667vw;
		display: inline-block;
		min-width: initial;
		width: auto
	}

	.news_insight .news_insight_info_area .news_insight_info_list .news_insight_info_item .news_insight_title {
		font-size: 13px;
		font-size: 3.46667vw;
		margin-top: 1.33333vw;
		margin-left: 0;
		width: 100%;
		overflow: hidden;
		white-space: initial;
		line-height: 1.5
	}

	.news_insight .news_insight_more {
		position: absolute;
		bottom: 2.4rem;
		right: 3rem
	}

	.our_people {
		margin-top: 16vw;
		height: auto;
		padding: 16vw 0
	}

	.our_people .our_people_head {
		width: auto;
		margin: 0 5.33333vw;
		position: relative;
		height: auto;
		right: auto
	}

	.our_people .our_people_head h2 {
		font-size: 30px;
		font-size: 8vw;
		padding-top: 0
	}

	.our_people .our_people_head .our_people_more a {
		font-size: 3.9vw;
		margin-top: 0;
		padding: 4vw 5.33333vw
	}

	.our_people .our_people_head .our_people_controll {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: auto;
		right: 0;
		height: 4vw;
		width: 13.33333vw
	}

	.our_people .our_people_head .our_people_next {
		width: 4vw;
		height: 4vw;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.our_people .our_people_head .our_people_prev {
		width: 4vw;
		height: 4vw;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.our_people .our_people_list_area {
		position: relative;
		margin: 13.33333vw 5.33333vw;
		height: 178.66667vw
	}

	.our_people .our_people_list {
		position: relative
	}

	.our_people .our_people_list .c-panel_item {
		position: absolute;
		overflow: hidden;
		width: 44.66667vw;
		height: 44.66667vw
	}

	.our_people .our_people_list .c-panel_item:hover .our_people_info_area {
		top: 0;
		opacity: .7
	}

	.our_people .our_people_list .c-panel_item.item_1 {
		top: 0;
		left: 0
	}

	.our_people .our_people_list .c-panel_item.item_2 {
		top: 0;
		left: 44.66667vw
	}

	.our_people .our_people_list .c-panel_item.item_3 {
		top: 44.66667vw;
		left: 0
	}

	.our_people .our_people_list .c-panel_item.item_4 {
		top: 44.66667vw;
		left: 44.66667vw
	}

	.our_people .our_people_list .c-panel_item.item_5 {
		top: 89.33333vw;
		left: 0
	}

	.our_people .our_people_list .c-panel_item.item_6 {
		top: 89.33333vw;
		left: 44.66667vw
	}

	.our_people .our_people_list .c-panel_item.item_7 {
		top: 134vw;
		left: 0
	}

	.our_people .our_people_list .c-panel_item.item_8 {
		top: 134vw;
		left: 44.66667vw
	}

	.our_people .our_people_list .c-panel_item.item_9 {
		top: 44.66667vw;
		right: -44.66667vw
	}

	.our_people .our_people_list .c-panel_item.item_10 {
		top: 44.66667vw;
		right: -89.33333vw
	}

	.our_network {
		margin-top: 16vw;
		padding-bottom: 16vw;
		height: auto
	}

	.our_network .our_network_head h2 {
		font-size: 30px;
		font-size: 8vw
	}

	.our_network .our_network_more {
		margin-top: 13.33333vw;
		width: 100%
	}

	.our_network .our_network_info {
		position: static
	}

	.our_network .our_network_info .info_item {
		font-size: 25px;
		font-size: 6.66667vw
	}

	.our_network .our_network_info .info_item+.info_item {
		margin-top: 4vw
	}

	.our_network .our_network_info .info_value {
		display: inline-block;
		padding-right: 2.66667vw;
		color: #b71a35;
		font-weight: 400
	}

	.our_network .our_network_map {
		margin: 8vw 2.66667vw 21.33333vw;
		padding-bottom: 0
	}

	.our_network .our_network_link {
		font-size: 12px;
		font-size: 3.2vw;
		line-height: 1.25;
		padding: 1.33333vw
	}

	.our_network .our_network_link.link_europe_middle_east {
		position: absolute;
		top: 4.5vw;
		left: 4.5vw
	}

	.our_network .our_network_link.link_east_asia {
		position: absolute;
		top: 8.5vw;
		left: 28vw
	}

	.our_network .our_network_link.link_north_america {
		position: absolute;
		top: 8.5vw;
		left: 58vw
	}

	.our_network .our_network_link.link_japan {
		position: absolute;
		top: 12vw;
		left: 43vw
	}

	.our_network .our_network_link.link_south_asia {
		position: absolute;
		top: 17vw;
		left: 19vw
	}

	.our_network .our_network_link.link_south_east_asia {
		position: absolute;
		top: 24vw;
		left: 32vw
	}

	.our_network .our_network_link.link_oceania {
		position: absolute;
		top: 32.5vw;
		left: 43.5vw
	}

	.our_network .our_network_modal_bg {
		top: -10vw;
		bottom: -53.33333vw;
		z-index: 16;
		opacity: 0
	}

	.our_network .our_network_modal_bg.is_show {
		z-index: 19;
		opacity: 1
	}

	.our_network .our_network_modal_close {
		top: 2.66667vw;
		right: 5.33333vw
	}

	.our_network .our_network_modal_close::before {
		width: 20px;
		height: 3px
	}

	.our_network .our_network_modal_close::after {
		width: 3px;
		height: 20px
	}

	.our_network .our_network_modal {
		position: absolute;
		top: 0;
		bottom: -40vw;
		left: 2.66667vw;
		right: 2.66667vw;
		padding: 4rem 2.8rem;
		color: #fff;
		background: 0 0;
		z-index: 17
	}

	.our_network .our_network_modal.is_show {
		background: rgba(0,0,0,.5);
		z-index: 20;
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

	.our_network .our_network_modal .our_network_modal_country {
		font-size: 15px;
		font-size: 4vw
	}

	.our_network .our_network_modal .our_network_modal_country.is_show+.our_network_modal_country.is_show {
		margin-top: 8vw
	}

	.our_network .our_network_modal .our_network_modal_base_wrap {
		display: block;
		overflow-y: scroll;
		overflow: auto;
		height: 80vw
	}

	.our_network .our_network_modal .our_network_modal_base {
		opacity: 0;
		height: 0;
		position: relative;
		margin-top: 1.6rem;
		left: 20px
	}

	.our_network .our_network_modal .our_network_modal_base.is_show {
		left: 0;
		opacity: 1;
		height: auto;
		-webkit-transition: left .5s ease;
		transition: left .5s ease
	}

	.our_network .our_network_modal .our_network_modal_base .our_network_modal_base_link {
		font-size: 13px;
		font-size: 3.46667vw;
		line-height: 1.4
	}

	.our_network .our_network_modal .our_network_modal_base .our_network_modal_base_link+.our_network_modal_base_link {
		margin-top: 4vw
	}

	.contact_us {
		margin-top: 0;
		padding: 16vw 0
	}

	.contact_us .contact_us_head {
		margin: 0 5.33333vw
	}

	.contact_us .contact_us_head h2 {
		font-size: 30px;
		font-size: 8vw
	}

	.contact_us .contact_us_select_box {
		position: relative;
		margin-top: 8vw
	}

	.contact_us .contact_us_select_box.is_disabled {
		opacity: .6
	}

	.contact_us .contact_us_select_box select {
		background-color: #000;
		border-color: #fff;
		color: #fff
	}

	.contact_us .contact_us_select_title {
		font-size: 17px;
		font-size: 4.53333vw;
		color: #fff
	}

	.contact_us .c-select_box {
		margin-top: 5.33333vw
	}

	.contact_us .contact_us_select_result {
		color: #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-top: 5.33333vw;
		padding: 5.33333vw
	}

	.contact_us .contact_us_select_result .contact_us_select_result_item a {
		color: #fff
	}

	.contact_us .contact_us_select_result .contact_us_select_result_item+.contact_us_select_result_item {
		margin-top: 2.66667vw
	}

	.p-panel {
		margin-top: 0;
		height: auto;
		padding: 0 0 16vw 0
	}
.p-panel_head h1{ padding-top:0 !important; font-size:20px !important}
.p-panel_head h2{font-size:15px !important}
	.p-panel .p-panel_head {
		width: auto;
		margin: 0 5.33333vw;
		position: relative;
		right: auto;
		top: auto;
		height: auto
	}

	.p-panel .p-panel_head h2 {
		font-size: 30px;
		font-size: 8vw;
		padding-top: 0
	}

	.p-panel .p-panel_more a {
		font-size: 3.9vw;
		margin-top: 0;
		padding: 4vw 5.33333vw
	}

	.p-panel .p-panel_controll {
		top: 0;
		bottom: 0;
		margin: auto;
		left: auto;
		right: 0;
		height: 4vw;
		width: 13.33333vw
	}

	.p-panel .p-panel_next::after,.p-panel .p-panel_prev::after {
		width: 4vw;
		height: 4vw
	}

	.p-panel .p-panel_next {
		right: -15px
	}

	.p-panel .p-panel_prev {
		left: -25px
	}

	.p-panel .p-panel_area {
		margin: 13.33333vw 5.33333vw;
		height: 178.66667vw
	}

	.p-panel .p-panel_list {
		position: absolute;
		width: 100%
	}

	.p-panel .p-panel_list img {
		width: 23.5rem;
		height: 23.5rem
	}

	.p-panel .p-panel_list .c-panel_item {
		position: absolute;
		overflow: hidden;
		width: 44.66667vw;
		height: 44.66667vw
	}

	.p-panel .p-panel_list .c-panel_item.item_1 {
		top: 0;
		left: 0
	}

	.p-panel .p-panel_list .c-panel_item.item_2 {
		top: 0;
		left: 44.66667vw
	}

	.p-panel .p-panel_list .c-panel_item.item_3 {
		top: 44.66667vw;
		left: 0
	}

	.p-panel .p-panel_list .c-panel_item.item_4 {
		top: 44.66667vw;
		left: 44.66667vw
	}

	.p-panel .p-panel_list .c-panel_item.item_5 {
		top: 89.33333vw;
		left: 0
	}

	.p-panel .p-panel_list .c-panel_item.item_6 {
		top: 89.33333vw;
		left: 44.66667vw
	}

	.p-panel .p-panel_list .c-panel_item.item_7 {
		top: 0;
		top: 134vw;
		left: 0
	}

	.p-panel .p-panel_list .c-panel_item.item_8 {
		top: 0;
		top: 134vw;
		left: 44.66667vw
	}
}

.kv_movie_wrap {
	position: fixed;
	z-index: 15;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: ease-out .5s opacity,-webkit-transform .5s ease-out;
	transition: ease-out .5s opacity,-webkit-transform .5s ease-out;
	transition: ease-out .5s opacity,transform .5s ease-out;
	transition: ease-out .5s opacity,transform .5s ease-out,-webkit-transform .5s ease-out;
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.kv_movie_wrap.is-end {
	opacity: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg)
}

.kv_movie_wrap .intro-movie {
	position: fixed;
	z-index: 16;
	opacity: 1;
	pointer-events: none
}

.kv_movie_wrap .intro-movie.is-horizon {
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.kv_movie_wrap .intro-movie.is-horizon video {
	width: 100vw
}

.kv_movie_wrap .intro-movie.is-virtical {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

.kv_movie_wrap .intro-movie.is-virtical video {
	height: 100vh
}

.kv_movie_wrap .kv_movie_skip {
	display: none;
	position: fixed;
	z-index: 17;
	bottom: 0;
	right: 0;
	background-color: #000;
	padding: 15px 20px 15px 50px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer
}

@media screen and (max-width:1024px) {
	.kv_movie_wrap .intro-movie.is-virtical {
		left: 50%
	}

	.kv_movie_wrap .kv_movie_skip {
		padding: 15px 20px 15px 50px;
		font-size: 3.9vw
	}
}

.kv_movie_wrap .kv_movie_skip:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 6px;
	left: 20px;
	top: calc(50% - 3px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/assets/img/common/icn/link_arrow_white.png);
	background-size: cover
}

.kv_movie_wrap .kv_movie_skip:hover {
	opacity: .7
}

.kv_movie_wrap .kv_movie_skip.is-active {
	display: block
}
 
 
 
 
 