@charset "utf-8";
.page_top{
	max-width:1240px;
	padding:42px 20px 43px;
	margin:0 auto 60px;
	position:relative;
	color:#fff;
	display:flex;
	align-items:center;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.page_top::before{
	content:'';
	display:block;
	background: #029FE1;
	background: linear-gradient(95deg, rgba(2, 159, 225, 1) 0%, rgba(30, 48, 133, 1) 100%);
	margin:0 calc(50% - 50vw);
	width:100vw;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.page_top .page_title{padding:0;margin:0}
.page_top .page_title::before{display:none;}
.page_title[data-subtitle]::before{
	content:attr(data-subtitle);
	display:block;
	background:none;
	margin:0;
	width:auto;
	height:auto;
	position:relative;
	left:auto;
	top:auto;
	z-index:1;
	font-size:1.4rem;
	letter-spacing:1.4px;
}
.page_top_in{flex:1;}
.tech_info{
	display:flex;
	flex-wrap:wrap;
	font-size:1.4rem;
	margin:6px 0 0;
}
.tech_info span{
	position:relative;
	display:inline-block;
}
.tech_info span:not(:first-child){
	padding-left:10px;
	margin-left:10px;
}
.tech_info span:not(:first-child)::before{
	content:'';
	display:block;
	width:1px;
	height:10px;
	background:#fff;
	position:absolute;
	left:0;
	top:calc(50% - 5px);
}
.tech_icon{
	margin:0 20px 0 0;
	width:80px;
}

.tech_back_btn{
	text-align:center;
	margin:50px 0 0;
}
.tech_back_btn a{
	display:inline-block;
	padding-top:22px;
	color:#333 !important;
	text-decoration:none;
	font-weight:500;
	position:relative;
	transition:color .3s;
}
.tech_back_btn a:hover{text-decoration:underline;}
.tech_back_btn a::after,.tech_back_btn a::before{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:0;
	left:calc(50% - 8.5px);
	transition:opacity .3s,visibility .3s;
}
.tech_back_btn a::after{
	background:url(/img/common/icon_dot.svg) center top no-repeat;
}
.tech_back_btn a::before{
	background:url(/img/common/icon_dot_hover.svg) center top no-repeat;
	opacity:0;
	visibility:hidden;
}
.tech_back_btn a:hover::after{opacity:0;visibility:hidden;}
.tech_back_btn a:hover::before{opacity:1;visibility:visible;}

.tech_cta{
	border-radius:10px;
	margin:120px 0 0;
	overflow:hidden;
}
.tech_cta_title{
	margin:0;
	padding:17px 20px;
	background:#03163C;
	text-align:center;
	font-size:2.4rem;
	letter-spacing:2.4px;
	border:none;
	color:#fff;
}
.tech_cta_title::before{display:none;}
.tech_cta_box{
	background:#E8DCC7;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:19px 40px 17px;
}
.tech_cta_txt{
	margin:0;
	font-size:1.6rem;
	letter-spacing:1.6px;
	flex:1;
	font-weight:bold;
}
.tech_cta_txt_in{
	display:flex;
}
.tech_cta_txt_in span{
	position:relative;
	display:inline-block;
	font-size:2.4rem;
	letter-spacing:2.4px;
}
.tech_cta_txt_in span:not(:first-child){
	padding-left:20px;
	margin-left:20px;
}
.tech_cta_txt_in span:not(:first-child)::before{
	content:'';
	display:block;
	width:1px;
	height:20px;
	background:#333;
	position:absolute;
	left:0;
	top:calc(50% - 10px);
}
.tech_cta_btn{display:block;width:320px;margin-left:20px;}
.tech_cta_btn a{
	display:block;
	border-radius:40px;
	text-align:center;
	color:#fff !important;
	padding:12px 20px;
	text-decoration:none;
	border:1px solid #03163C;
	font-size:1.6rem;
	letter-spacing:1.6px;
	background:#03163C;
	transition:background .3s,color .3s;
}
.tech_cta_btn a:hover{background:#fff;color:#03163C !important;}
.tech_cta_name{display:inline-block;margin-right:5px;}

.single_technology .content_area{max-width:1040px;}

.tech_cap_column{margin-bottom:10px !important;}
.tech_cap_column img{margin-bottom:0 !important;}
.tech_cap_txt{margin:10px 0 20px !important;font-size:1.5rem;letter-spacing:1.5px;}


@media screen and (max-width:1100px){
.page_top{
	padding:40px 20px 40px;
	margin:0 auto 60px;
}
.tech_info{margin:11px 0 0;}
.tech_cta{
	margin:80px 0 0;
	overflow:hidden;
}
.tech_cta_box{display:block;text-align:center;padding:32px 30px 17px;}
.tech_cta_title{
	padding:15px 20px;
	font-size:2rem;
	letter-spacing:2px;
}
.tech_cta_txt{
	font-size:1.6rem;
	letter-spacing:1.6px;
}
.tech_cta_txt_in{
	justify-content:center;
}
.tech_cta_txt_in span{
	font-size:2.4rem;
	letter-spacing:2.4px;
}
.tech_cta_txt_in span:not(:first-child){
	padding-left:29px;
	margin-left:28px;
}
.tech_cta_btn{width:320px;margin:17px auto 23px;}
.tech_cta_btn a{
	font-size:1.5rem;
	letter-spacing:1.5px;
	margin:auto;
}
.tech_cap_txt{font-size:1.4rem;letter-spacing:1.4px;}
}

@media screen and (max-width:767px){
.page_top{padding:20px 20px 18px;}
.tech_info{line-height:1.5;font-size:1.2rem;letter-spacing:1.2px;}
.tech_cta_title{font-size:1.6rem;letter-spacing:1.6px;padding:19px 20px 17px;}
.tech_cta_box{
	display:block;
	padding:27px 20px 40px;
}
.tech_cta_txt_in{display:block;margin-top:20px;line-height:2.7rem;font-size:2rem;letter-spacing:2px;}
.tech_cta_txt{
	font-size:1.4rem;
	letter-spacing:1.4px;
	text-align:center;
	line-height:2.1rem;
}
.tech_cta_name{display:block;margin:0;}
.tech_cta_txt_in span{display:block;margin-bottom:11px;}
.tech_cta_txt_in span:not(:first-child){margin:0;padding:0;}
.tech_cta_txt_in span:not(:first-child)::before{display:none;}
.tech_cta_btn{max-width:none;margin:25px auto 0;width:auto;}
.tech_cta_btn a{font-size:1.3rem;letter-spacing:1.3px;width:200px;margin:auto;}
.page_title{font-size:2.2rem;letter-spacing:2.2px;line-height:2.7rem;}
.page_title[data-subtitle]::before{font-size:1.2rem;letter-spacing:1.2px;}

}