  

/*  Project
---------------------------------------------------------- */
.l-overseas_header{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
}

.p-overseas_pagetop{
	background-color: rgba(68,122,172,0);
	transition: background-color 0.3s, box-shadow 0.3s;
}
.p-overseas_pagetop.is-fixed,
.p-overseas_pagetop:hover{
	background-color: rgba(68,122,172,1);
}

h1.p-overseas_pagetop__logo,
.p-overseas_gnav__item>a{
	text-shadow: 1px 1px 4px rgb(0 0 0 / 70%), 2px 3px 24px rgb(0 0 0 / 18%);
	transition: all 0.3s;
}
.p-overseas_pagetop:hover h1.p-overseas_pagetop__logo,
.p-overseas_pagetop.is-fixed h1.p-overseas_pagetop__logo,
.p-overseas_pagetop:hover .p-overseas_gnav__item>a,
.p-overseas_pagetop.is-fixed .p-overseas_gnav__item>a{
	text-shadow: none;
}


.l-overseas_main h1.p-main_title{
	font-size: clamp(2.75rem,1rem + 2.2vw,3.25rem);
	padding-top: 30px;
	padding-bottom: 40px;
}

/*sns_accounts*/
.p-sns_accounts {
	padding: 1.375rem 0 1.625rem;
	border-top: #D9DEE4 1px solid;
	border-bottom: none;
}

/*hero*/
.p-heroArea__play_mov_btn{
	margin-top: min(-11vw,-131px);
	transform: translateY(30px);
	transition: transform 1s 1.2s, opacity 1s 1.2s;
}
.p-heroArea__play_mov_btn.is-appear {
	margin-top: min(-11vw,-131px);
	transform: translateY(0px);
}

.p-feature_catch{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-top: -5.5vw;
	position: absolute;
	bottom: -6px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s 0.5s, transform 0.8s 0.5s;
}
.p-feature_catch.is-appear{
	transform: translateY(0px);
	opacity: 1;
}

.p-feature_catch h2.p-ctg_label{
	font-weight: 600;
	font-size: max(5.4vw, 64px);
	line-height: 1.4;
	color: rgba(255,255,255,0.4);
	white-space: nowrap;
	transform: scale(0.7);
	transition: transform 0.8s 0.5s;
}
.p-feature_catch.is-appear h2.p-ctg_label{
	transform: scale(1);
}

/*p-top_bn_description*/
.p-top_bn_description{
	line-height: 1;
	font-size: clamp(1.125rem,0.75rem + 0.4vw,1.375rem);
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.sp .p-top_bn_description{
	font-size: 0.875rem;
}

/*p-news_area*/

.p-news_area{
	padding-top: 0.5rem;
	text-align: left;
}

/*p-news_area__body*/
.p-news_area__body{
	padding: 2.5rem 1.25rem 0.5rem;
}

/*p-news__index*/

.p-news__index a{
	text-decoration: none;
}
.p-news__index a:hover{
	text-decoration: underline;
}
.p-news__index{
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
.p-news__index li{
	position: relative;
	padding-left: 10rem;
	margin-bottom: 0.875rem;
	padding-bottom: 0.875rem;
	border-bottom: #e6e6e6 1px solid;
	background: url(/common/image/arrow_red.png) no-repeat 9rem 0.4375em;
}
.p-news__index li .p-news__date{
	display: block;
	position: absolute;
	top:0px; left: 0px;
}
.p-news__index li .pdf_size{
	white-space: nowrap;
}

/*p-goto_index*/
.p-goto_index{
	text-align: center;
}
.p-goto_index__btn{
	display: inline-block;
	padding: 1rem 4rem 1.125rem;
	width: auto;
	text-align: center;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px;
	border: #447AAC 1px solid;
	position: relative;
	background-color: #fff;
}
.p-goto_index__btn a{
	display: inline-block;
	text-decoration: none;
	color: #212121;
}

/*About Us: Global*/
/*p-top_gradient_body*/
.p-top_gradient_body{
	position: relative;
	min-height: 1100px;
	background: linear-gradient(to bottom, rgba(217, 222, 228, 1) 0px, rgba(217, 222, 228, 0.6) max(600px,30vw), rgba(217, 222, 228, 0) max(1200px,60vw));
}
.p-global_network{
	position: relative;
	padding-top: 0.5rem;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s;
}
.p-global_network.is-appear{
	opacity: 1;
	transform: translateY(0);
}
.p-global_network::before{
	content: "";
	width: 100%;
	position: absolute;
	top:0px; left: 0px;
	aspect-ratio: 3/1;
	background-image: url("/tech/overseas/images/bg_global_network_circle.svg");
	background-position: 50% -10px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s 0.6s;
}
.p-global_network.is-appear::before{
	opacity: 0.9;
	transform: translateY(0px);
}
.p-global_map_wrap{
}
.p-global_map{
	position: relative;
	aspect-ratio: 2/1;
	background: url("/tech/overseas/images/img_global_map.png") no-repeat 50% 0px;
	background-size: 100% auto;
	width: 100%;
	width: clamp(1160px,85%,1600px);
	margin: -40px auto 0;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s 0.3s;
}
.is-appear .p-global_map.is-appear{
	opacity: 1;
	transform: translateY(0);
}
.p-global_map__world_map{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 50%;
	margin-left: -50%;
}
.p-global_map__lines,
.p-global_map__boxes{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px; left: 0px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	opacity: 0;
}
.p-global_map__lines{
	background-image: url('/tech/overseas/images/img_global_map_lines.png');
	transition: opacity 0.6s 1s;
}
.p-global_map__boxes{
	background-image: url('/tech/overseas/images/img_global_map_boxes.png');
	transform: scale(0.8);
	transition: all 0.6s 0.6s;
}
.is-appear .p-global_map.is-appear .p-global_map__lines{
	opacity: 1;
}
.is-appear .p-global_map.is-appear .p-global_map__boxes{
	opacity: 1;
	transform: scale(1);
}

.p-global_map__basebox li{
	position: absolute;
	width: 20%; height: 10%;
}
.p-global_map__basebox li a::before{
	content: "";
	position: absolute;
	box-sizing: border-box;
	display: block;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: #a6c4eb 1px solid;
	border-radius: 4px;
	background-color: rgba(166,196,235,0.3);
	mix-blend-mode: multiply;
	top:-5px; left: -5px;
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s;
}
.p-global_map__basebox li:hover a::before{
	opacity: 0.75;
	transform: scale(1.0);
}
.p-global_map__basebox li a span{
	display: none;
}
#global_ke{
	left:2.33%; top:11%;
}
#global_ke a::before{
	border: #7A5A9A 1px solid;
	background-color: rgba(122,90,154,0.4);
}
#global_kap{
	width: 26.67%;
	left:2.75%; top:67.5%;
}
#global_kap a::before{
	border: #DE7200 1px solid;
	background-color: rgba(222,114,0,0.4);
}
#global_ch{
	left:24.17%; top:21.17%;
}
#global_ch a::before{
	border: #C68C00 1px solid;
	background-color: rgba(198,140,0,0.4);
}
#global_tw{
	left:46.5%; top:56%;
}
#global_tw a::before{
	border: #CE607B 1px solid;
	background-color: rgba(206,96,123,0.4);
}
#global_ka{
	left:54.92%; top:75.33%;
}
#global_ka a::before{
	border: #5170BC 1px solid;
	background-color: rgba(81,112,188,0.4);
}
#global_kusa{
	left:77.17%; top:23.67%;
}
#global_kusa a::before{
	border: #2784B7 1px solid;
	background-color: rgba(39,132,183,0.4);
}
#global_jp{
	left:46.5%; top:37.5%;
}
#global_jp a::before{
	border: #848E98 1px solid;
	background-color: rgba(132,142,152,0.4);
}
.p-global_map__note{
	display: none;
}

.p-global_map__sub_links{
	margin: -2rem auto 2.5rem;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s 0.8s;
}
.is-appear .p-global_map__sub_links{
	opacity: 1;
	transform: translateY(0px);
}
.sp .p-global_map__sub_links{
	margin-top: 1.5rem;
}
.p-global_map__sub_links ul {
	display: flex;
	justify-content: space-between;
}
.p-global_map__sub_links ul li{
	background-color: #fff;
	line-height: 1;
	text-align: center;
	padding: 1.25rem 1rem 1.4375rem;
	width: calc((100% - 20px)/2);
	font-size: 1.125rem;
	background-image: url("/tech/overseas/common/images/arrow_right_s_blue.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
.p-global_map__sub_links ul li a{
	color: #212121;
	text-decoration: none;
}
.p-global_map__sub_links ul li.civil{
	background-color: #80986E;
	background-image: url("/tech/overseas/common/images/arrow_right_s_wh.svg");
}
.p-global_map__sub_links ul li.civil a{
	color: #fff;
}

.sp .p-global_map__sub_links ul li{
	padding: 0.625rem 0.5rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

/*p-top_ctg_bn_area*/

.p-top_ctg_bn_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-top_ctg_bn{
	flex: 0 0 auto;
	text-align: center;
	color: #fff;
	margin-bottom: 0.125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	
	opacity: 0;
	transform: translateY(40px);
}
.is-appear .p-top_ctg_bn{
	opacity: 1;
	transform: translateY(0);
}
.p-top_ctg_bn a{
	color: #fff;
	text-decoration: none;
}
.p-top_ctg_bn a::before{
	mix-blend-mode: multiply;
	background-color: rgba(136,146,156,0.6);
}
.p-top_ctg_bn a::after{
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 30px; height: 40px;
	margin-top: -20px;
	background: url("/tech/overseas/common/images/arrow_right_m_wh.svg") no-repeat 50% 50%;
	background-size: auto 100%;
	opacity: 0;
	transform: translateX(-40px);
	transition: all 0.3s;
}
.p-top_ctg_bn:hover a::after{
	opacity: 1;
	transform: translateX(0px);
}
.p-top_ctg_bn#people{
	width: 100%;
	aspect-ratio: 7 / 2;
	background-image: url("/tech/overseas/images/bg_bn_people.jpg");
	transition: 0.6s 0.4s;
}
.p-top_ctg_bn#projects,
.p-top_ctg_bn#about_us{
	width: calc((100% - 2px)/2);
	aspect-ratio: 7 / 3;
}

.p-top_ctg_bn#projects{
	background-image: url("/tech/overseas/images/bg_bn_projects.jpg");
	transition: 0.6s 0.6s;
}
.p-top_ctg_bn#about_us{
	background-image: url("/tech/overseas/images/bg_bn_about_us.jpg");
	transition: 0.6s 0.6s;
}

/*p-recommend_bn*/
.p-top_ctg_bn_area.p-recommend_bn{
	padding: 1.5rem 1.5rem 1.375rem;
	background: #447AAC;
}
.p-top_ctg_bn#mid_bn_history,
.p-top_ctg_bn#mid_bn_social,
.p-top_ctg_bn#mid_bn_environment{
	width: calc((100% - 36px)/3);
	aspect-ratio: 7 / 3;
}
.p-top_ctg_bn#mid_bn_history{
	background-image: url("/tech/overseas/images/bg_bn_history.jpg");
	transition: 0.6s 0.2s;
}
.p-top_ctg_bn#mid_bn_social{
	background-image: url("/tech/overseas/images/bg_bn_social.jpg");
	transition: 0.6s 0.2s;
}
.p-top_ctg_bn#mid_bn_environment{
	background-image: url("/tech/overseas/images/bg_bn_environment.jpg");
	transition: 0.6s 0.2s;
}

/**/

.p-top_ctg_bn__title{
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 1rem;
}
.p-mid_bn .p-top_ctg_bn__title{
	min-height: 200px;
	padding-bottom: 0.25rem;
}

.p-top_ctg_bn__title span{
	position: relative;
	z-index: 2;
}
#people .p-top_ctg_bn__title{
	min-height: 380px;
}

.l-overseas_main .p-top_ctg_bn__title h2{
	font-size: clamp(3.25rem,1rem + 2.5vw, 4.5rem);
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0;
	padding-bottom: 1rem;
}
.sp .l-overseas_main .p-top_ctg_bn__title h2{
	font-size: 2.5rem;
}

.l-overseas_main .p-mid_bn .p-top_ctg_bn__title h2{
	font-size: clamp(1.375rem,1rem + 0.5vw,2rem);
	font-weight: 500;
	padding-bottom: 0;
}
.sp .l-overseas_main .p-mid_bn .p-top_ctg_bn__title h2{
	font-size: 1.25rem;
}

.sp .p-top_ctg_bn__title,
.sp #people .p-top_ctg_bn__title{
	min-height: 200px;
}
.sp .p-top_ctg_bn#projects,
.sp .p-top_ctg_bn#about_us{
	width: 100%;
	aspect-ratio: 7 / 2;
}
.sp .p-top_ctg_bn#mid_bn_history,
.sp .p-top_ctg_bn#mid_bn_social,
.sp .p-top_ctg_bn#mid_bn_environment{
	width: 100%;
	aspect-ratio: 4 / 1;
}
.sp .p-mid_bn .p-top_ctg_bn__title{
	min-height: 140px;
}

/*js-appear*/
.js-appearBox{}

