@charset "UTF-8";
@import 'fontSet.css';
@import 'check-radio.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

#media_wrap{}
.eng{
	font-family: 'Roboto';
}
#media_wrap,
#video_wrap,
#question_wrap,
#contactus_wrap,
#footer_container{
	overflow:hidden;
	position:relative;
}
#media_wrap .media_container,
#video_wrap > .video_container,
#question_wrap .question_container,
#contactus_wrap .contactus_container,
#footer_wrap .footer_container{
	max-width:1460px !important;
	width:100%;
	padding-left:80px;
	padding-right:80px;
	position:relative;
	margin:0 auto;
}

.bg_line_container{
	position:relative;
	z-index:1;
}
.bg_line_container::after{
	content:"";
	z-index:-1;
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	top:0;
	bottom:0;
	background:url(../images/media/media_bg_line1.png) no-repeat center top;
}

@media(max-width:1199.98px){
	.bg_line_container::after{
		content: none;
	}
}
@media(max-width:768.98px){
	.bg_line_container::after{
		content: none;
	}
	#contactus_wrap{
		padding-bottom: 16rem !important;
	}
}
@media(max-width:576.98px){
	#media_wrap .media_container,
	#video_wrap > .video_container,
	#question_wrap .question_container,
	#contactus_wrap .contactus_container,
	#footer_wrap .footer_container{
		max-width:1330px !important;
		padding-left:15px;
		padding-right:15px;
	}
}

.subpage_media .full_bg{
	position:relative;
	z-index:3;
}
#question_wrap .full_bg::before{
	content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
    background: url(../images/media/media_bg_line1.png) no-repeat center top;
}
.subpage_media .full_bg::after{
	content:"";
	position:absolute;
	z-index:-2;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	top:0;
	bottom:0;
	background:#f1f1f1;
}
.visual_ico_box{
	position: absolute;
	left: 10rem;
	top: 6rem;
	z-index: 999999999;
	display: flex;
	align-items: center;
}
.visual_ico_box .img_box:not(:first-child){
	margin-left: 10px;
}
.visual_ico_box .img_box img{
	width: 100%;
}

.col_arrow_box{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	background:url(../images/media/col_arrow_bg.png) no-repeat center center / auto 100%;
	z-index:2;
	position:relative;
}
.col_arrow_box::after{
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	background:#f0f6fd;
	width:100vw;
	left:calc(50% + 50px);
}


.col_arrow_box > dl{
	width:calc(100%/2);
	margin:0;
	padding:5rem 0;
}
.col_arrow_box > dl dt{
	font-family: "Roboto";
	font-size:2rem;
}
.col_arrow_box > dl dd{
	font-size:2.2rem;
	margin-top:2rem;
}
.col_arrow_box > dl.is-active dt{
	background: -webkit-linear-gradient(300deg, rgba(0,122,223,1) 40%, rgba(1,236,188,1) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rows{
	display:flex;
}

.fc_gradient{
	background: -webkit-linear-gradient(300deg, rgba(0,122,223,1) 40%, rgba(1,236,188,1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-mo{
	display:none !important;
}


@media(max-width:1199.98px){
	.subpage_media .full_bg::before{
		content: none;
	}
}
@media(max-width:991.98px){
	.block-pc,
	.block-mo{
		display:none !important;
	}
	.visual_ico_box{
		width: 150px;
	}
}
@media(max-width: 767.98px){
	.visual_ico_box{
		left: 8rem;
	}
	.col_arrow_box > dl dt{
		font-family: "Roboto";
		font-size:1.5rem;
	}
	.col_arrow_box > dl dd{
		font-size:1.5rem;
		margin-top:2rem;
	}
	.block-mo-sm,
	.block-pc-sm{
		display:none !important;
	}
	.subpage_media .full_bg::before{
		display: none;
	}
}
@media(max-width:576.98px){
	.col_arrow_box > dl{
		padding:4rem 0;
	}
	.col_arrow_box > dl dt{
		font-family: "Roboto";
		font-size:1.4rem;
	}
	.col_arrow_box > dl dd{
		font-size:1.3rem;
		margin-top:1.5rem;
	}
	.visual_ico_box{
		width: 100px;
		left: 3rem;
	}
}
@media(max-width:500px){
	.col_arrow_box{
		background-position: 40% center;
	}
	.col_arrow_box::after{
		left: calc(50% + 20px);
	}
	.col_arrow_box > dl dd{
		font-size: 1.2rem;
	}
}


/**/
#media_header{
	position:relative;
	z-index:60;
}
#media_header .bar{
	position:fixed;
	z-index:1;
	right:10rem;
	top:6rem;
	width:5rem;
	height:5rem;
	background:none;
	border:none;
	outline: none;
}
#media_header .bar span{
	position:absolute;
	width:100%;
	left:50%;
	top:50%;
	height:2px;
	background:#fff;
	transform:translate(-50%,-50%);
	transition:all .5s;
}
#media_header .bar span:nth-child(1){
	margin-top:-16px;
}
#media_header .bar span:nth-child(3){
	margin-top:16px;
}
#media_header.is-open .bar span:nth-child(2){
	width:0;
}
#media_header.is-open .bar span:nth-child(1){
	margin-top:0;
	transform:translate(-50%,-50%) rotate(45deg);
}
#media_header.is-open .bar span:nth-child(3){
	margin-top:0;
	transform:translate(-50%,-50%) rotate(-45deg);
}

#media_header .all_menu{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	display:none;
}
#media_header .all_menu .all_menu_inner{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	width:100%;
	height:100%;
	background:url(../images/media/menu_bg.jpg) no-repeat right center / 300px 100%;
}
#media_header .all_menu .all_menu_inner > ul{
	list-style:none;
	padding-right:10rem;
}
#media_header .all_menu .all_menu_inner > ul > li{
	margin-bottom:4rem;
}
#media_header .all_menu .all_menu_inner > ul > li a{
	color:#fff;
	font-weight:700;
	display:block;
	padding-top:15px;
	position:relative;
}
#media_header .all_menu .all_menu_inner > ul > li a::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:20px;
	border-top:1px solid #fff;
}
@media(max-width:991.98px){
	#media_header .bar{
		position:fixed;
		z-index:1;
		right:4rem;
		top:6rem;
		width:4rem;
		height:4rem;
		background:none;
		border:none;
		outline: none;
	}
}
@media(max-width:576.98px){
	#media_header .bar{
		position:fixed;
		z-index:1;
		right:3rem;
		top:5rem;
		width:3rem;
		height:3rem;
		background:none;
		border:none;
		outline: none;
	}
	#media_header .bar span:nth-child(1){
		margin-top:-10px;
	}
	#media_header .bar span:nth-child(3){
		margin-top:10px;
	}
	#media_header .all_menu .all_menu_inner > ul > li{
		margin-bottom:3rem;
	}
	#media_header .all_menu .all_menu_inner{
		background:url(../images/media/menu_bg.jpg) no-repeat right center / 280px 100%;
	}
}



/**/
#section_visual{
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
}
#section_visual::after{
	background:url(../images/media/sec_visual_bg.jpg) no-repeat center center / cover !important;
}
#section_visual .text_box{
	width: 100%;
}
#section_visual .text_box picture{
	display: flex;
	justify-content: center;
}
#section_visual .text_box .article{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#section_visual .text_box .article > div{
	padding-top:5rem;
	padding-left:4rem;
	color:#fff;
	font-size:17px;
	line-height:1.6;
}
#section_visual .text_box .article > div .eng{
	font-size:2rem;
}
#section_visual .text_box .article .t3{
	color:#fff;
	font-size:17px;
	font-weight:300;
	width:20rem;
}


#section_visual .text_box2{
	width: 100%;
}
#section_visual .text_box2 > div.t2::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:2rem;
	border-top:1px solid #fff;
}

@media(min-width:992px){
	#section_visual .text_box2{
		position:absolute;
		left:50%;
		top:0;
		height:100%;
		transform:translateX(-50%);
		width:100%;
		/*max-width:984px;*/
		color:#fff;
		font-size:17px;
		font-weight:300;
	}
	#section_visual .text_box2 > div.t1{
		position:absolute;
		left:4rem;
		bottom:10rem;
	}
	#section_visual .text_box2 > div.t2{
		position:absolute;
		right:0;
		bottom:10rem;
		padding-top:2rem;
		width:20rem;
		/*right:-28rem;;*/
	}
	#section_visual .text_box2 > div.t3{
		display:none;
	}
}

@media(max-width:991.98px){
	#section_visual{
		display:flex;
		flex-wrap:wrap;
		flex-direction: column;
		padding-top: 100px;
	}
	#section_visual .text_box{
		max-width:60rem;
		margin:0 auto;
	}
	#section_visual .text_box .article > div{
		padding-left: 0;
	}
	#section_visual .text_box .t3{
		display:none;
	}
	#section_visual .text_box2{
		max-width:60rem;
		width:100%;
		display:flex;
		color:#fff;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin-top:10rem;
		/*padding-left:3rem;*/
		font-size:17px;
	}
	#section_visual .text_box2 > div.t1{
		width:100%;
		padding-bottom:7rem;
	}
	#section_visual .text_box2 > div.t2{
		position:relative;
		padding-top:10px;
	}
	#section_visual .text_box2 > div.t2{
		right:0;
	}
}
@media screen and (max-width: 576.98px){
	.subpage_media .ico_box{
		width: 100px;
		top: 5rem;
	}
}
@media(max-width:567.98px){
	#section_visual .text_box2{
		font-size: 14px; 
	}
}



/*section_experience*/
#section_experience{
	padding:14rem 0;
	text-align:center;
}
#section_experience ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#section_experience ul > li{
	width:calc(100%/5);
	margin:3rem 0;
}
@media(max-width:991.98px){
	#section_experience ul{
		justify-content: flex-start;
	}
	#section_experience ul > li{
		width:calc(100%/3);
		margin:3rem 0;
	}
}

@media(max-width:576.98px){
	#section_experience{
		padding:8rem 0;
		text-align:center;
	}
	#section_experience ul > li {
		margin: 2rem 0;
	}
	#section_experience ul > li img{
		width:100%;
	}
	#section_experience > p{
		font-size: 14px !important;
	}
}


/*section_why*/
#section_why{
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
#section_why::after{
	background:url(../images/media/sec_why_bg.jpg) no-repeat center center / cover !important;
}
#section_why > div{
	color:#fff;
	position:absolute;
}
#section_why > div h3{
	position:absolute;
	left:0;
	width:100%;
	top:-16rem;
	font-weight:400 !important;
}

@media(max-width:576.98px){
	#section_why{
		height:auto;
		padding:10rem 0;
	}
	#section_why > div{
		position:relative;
	}
	#section_why > div h3{
		position:relative;
		left:0;
		width:100%;
		top:0;
		font-weight:400 !important;
		margin-bottom:5rem;
	}
}



/*#section_point1*/
#section_point1{

}
#section_point1 .inner_contents1{
	padding:22rem 0 20rem 0;
}
@media(max-width:767.98px){
	#section_point1 .inner_contents1{
		padding:15rem 0 12rem 0;
	}
}
@media(max-width:576.98px){
	#section_point1 .inner_contents1{
		padding:10rem 0 8rem 0;
	}
	#section_point1 .inner_contents1 .col_arrow_box {
		background: url(../images/media/col_arrow_bg.png) no-repeat 35% center / auto 100%;
	}
	#section_point1 .inner_contents1 .col_arrow_box::after{
		left:calc(40% + 50px);
	}
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(1) {
		width: 40%;
	}
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(2) {
		width: 60%;
	}
}
@media(max-width:420px){
	#section_point1 .inner_contents1 .col_arrow_box{
		flex-direction: column;
		background: none;
	}
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(1),
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(2){
		width: 100%;
	}
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(1)::before{
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 500px;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid #fff;
		z-index: -1;
	}
	#section_point1 .inner_contents1 .col_arrow_box > dl:nth-child(1)::after{
		 content: "";
		position: absolute;
		left: 50%;
		top: 10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid rgba(0, 0, 0, 0.1);
		z-index: -2;
		filter: blur(5px);
	}
	.col_arrow_box::after{
		width: 500px;
		left: -20px !important;
		z-index: -3;
	}
}


#section_point1 .inner_contents2{
	padding:15rem 0;
	text-align:center;
	font-size:3.5rem;
	color:#fff;
}
#section_point1 .inner_contents2::after{
	background:url(../images/media/sec_point1_bg1.png) no-repeat center center / cover !important;
}
#section_point1 .inner_contents2 strong{
	background: -webkit-linear-gradient(300deg, rgba(0,122,223,1) 40%, rgba(1,236,188,1) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media(max-width:1004px){
	#section_point1 .inner_contents2 br{
		display: none;
	}
}
@media(max-width:767.98px){
	#section_point1 .inner_contents2{
		padding:10rem 0;
		font-size:2.6rem;
	}
}
@media(max-width:576.98px){
	#section_point1 .inner_contents2{
		padding:8rem 0;
		font-size:2rem;
	}
	#section_point1 .inner_contents2 br{
		display: none;
	}
}


#section_point1  .inner_contents3{
	padding:22rem 0;
}
#section_point1  .inner_contents3 .bg_box{
	height:22rem;
	padding:3rem 10rem;
	display:flex;
	align-items: flex-end;
	position:relative;
	z-index:2;
	color:#fff;
}
#section_point1  .inner_contents3 .bg_box p{
	font-size:3rem;
	font-weight:600;
}
#section_point1  .inner_contents3 .bg_box p small{
	font-size:1.8rem;
	font-weight:300;
	display:block;
	margin-bottom:5px;
}
#section_point1  .inner_contents3 .bg_box::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100vw;
	height:100%;
	background:#000;
	z-index:-1;
}
#section_point1  .inner_contents3 .people_count{
	display:flex;
	justify-content: flex-end;
}
#section_point1  .inner_contents3 .rows > div{
	padding:0px 3rem;
	position:relative;
}
#section_point1  .inner_contents3 .row{
	display: flex;
	align-items: flex-end;
}
#section_point1  .inner_contents3 .row>div{
	width: 50%;
}
#section_point1  .inner_contents3 .row .txt_box{
	position: relative;
}
#section_point1  .inner_contents3 .row .txt_box::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -65px;
	width: 638px;
	height: 36px;
	background:url(../images/media/media_bg_deco1.png) no-repeat center center;
}
#section_point1  .inner_contents3 .rows > div:last-child::after{
	content:"";
	position:absolute;
	left:0;
	top:1.5rem;
	height:3.6rem;
	border-left:1px solid #000;

}

#section_point1  .inner_contents3 .bg_box1::after{
	background:url(../images/media/section_point1_bg2.jpg) no-repeat center center / cover !important;
}
#section_point1  .inner_contents3 .bg_box2::after{
	background:url(../images/media/section_point1_bg3.jpg) no-repeat center center / cover !important;
}
#section_point1  .inner_contents3 .bg_box3::after{
	background:url(../images/media/section_point1_bg4.jpg) no-repeat center center / cover !important;
}	

@media(max-width:1200px){
	#section_point1 .inner_contents3 .row{
		flex-direction: column;
	}
	#section_point1 .inner_contents3 .row>div{
		width: 100%;
	}
	#section_point1  .inner_contents3 .row .txt_box{
		font-size: 34px;
	}
	#section_point1  .inner_contents3 .row .txt_box::after{
		content: "";
		display: block;
		position: absolute;
		left: 340px;
		top: 60px;
		width: 81px;
		height: 81px;
		background:url(../images/media/media_bg_deco2.png) no-repeat center center;
	}
}
@media(max-width:991.98px){
	#section_point1  .inner_contents3 .row .txt_box::after{
		left: 240px;
		top: 30px;
		background:url(../images/media/media_bg_deco2.png) no-repeat center center / 70%;
	}
}
@media(max-width:767.98px){
	#section_point1 .inner_contents3{
		padding:15rem 0;
	}
	#section_point1 .inner_contents3 .bg_box{
		height:18rem;
		padding:2rem 5rem;
	}
	#section_point1  .inner_contents3 .bg_box::after{
		left:-15px;
	}
	#section_point1  .inner_contents3 .bg_box p{
		font-size:2rem;
	}
	#section_point1  .inner_contents3 .bg_box p small{
		font-size:1.5rem;
	}
}
@media(max-width:576.98px){
	#section_point1 .inner_contents3{
		padding:10rem 0;
	}
	#section_point1 .inner_contents3 .bg_box{
		height:14rem;
		padding:2rem 3rem;
	}
	#section_point1  .inner_contents3 .bg_box p{
		font-size:1.8rem;
	}
	#section_point1  .inner_contents3 .bg_box p small{
		font-size:1.3rem;
	}
	#section_point1 .inner_contents3 .rows > div{
		padding: 0 2rem;
	}
	#section_point1 .inner_contents3 .row .txt_box{
		font-size: 20px !important;
	}
	#section_point1  .inner_contents3 .row .txt_box::after{
		left: 180px;
		top: 20px;
		background:url(../images/media/media_bg_deco2.png) no-repeat center center / 50%;
	}
}
@media(max-width:420px){
	#section_point1 .inner_contents3 .rows > div p{
		font-size: 20px !important;
	}
	#section_point1 .inner_contents3 .rows > div p:last-child{
		font-size: 16px !important;
	}
}



/*#section_point2*/
#section_point2{
	z-index:unset
}
#section_point2::after{
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(235,245,252,1) 60%, rgba(251,253,254,1) 100%) !important;
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(235,245,252,1) 60%, rgba(251,253,254,1) 100%) !important;
	background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(235,245,252,1) 60%, rgba(251,253,254,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fbfdfe",GradientType=1) !important;
}
#section_point2 .inner_contents1{
	padding:16rem 0 20rem 0;
}

#section_point2 .inner_contents4{
	padding-top:30rem;
}
@media(max-width:991.98px){
	#section_point2 .inner_contents4{
		padding-top:30rem;
	}
}
@media(max-width:767.98px){
	#section_point2 .inner_contents1{
		padding:10rem 0 14rem 0;
	}
	#section_point2 .inner_contents4{
		padding-top:10rem;
	}
}
@media(max-width:576.98px){
	#section_point2 .inner_contents1{
		padding:3rem 0 10rem 0;
	}
	#section_point2 .inner_contents2 .row-sm{ 
		margin-left:-5px;
		margin-right:-5px;
	}
	#section_point2 .inner_contents2 .row-sm .col{ 
		padding-left:5px;
		padding-right:5px;
		width: 33.33%;
	}
}
@media(max-width:420px){
	#section_point2 .inner_contents1 .col_arrow_box{
		flex-direction: column;
	}
	
	#section_point2 .inner_contents1 .col_arrow_box > dl:nth-child(1)::before{
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 500px;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid #fff;
		z-index: -1;
	}
	#section_point2 .inner_contents1 .col_arrow_box > dl:nth-child(1)::after{
		 content: "";
		position: absolute;
		left: 50%;
		top: 10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid rgba(0, 0, 0, 0.1);
		z-index: -2;
		filter: blur(5px);
	}
}


/*#section_point3*/

#section_point3 .inner_phone{
	margin-top:20rem;
	position:relative;
}
#section_point3 .inner_phone > .rows:nth-child(1){
	height:58rem;
	align-items: center;
}
#section_point3 .inner_phone > .rows:nth-child(1)::after{
	background:#101010 url(../images/media/sec_point3_phone_bg.png) no-repeat center center / 100% auto;
}
#section_point3 .inner_phone > .rows:nth-child(2){
	justify-content: flex-end;
}
#section_point3 .inner_phone .phone{
	position:absolute;
	left:50%;
	top:50%;
	z-index:5;
	transform:translate(-50%,-10%);
	margin-left:-10rem;
}

@media(max-width:1236px){
	#section_point3 .inner_phone .phone{
		width: 27%;
	}
	#section_point3 .inner_phone .phone img{
		width: 100%;
	}
}
@media(max-width:991.98px){
	#section_point3 .inner_phone .phone.block-pc{
		display:block !important;
	}
	#section_point3 .inner_phone .phone{
		transform: none;
		left: 68%;
		top: 30%;
		width: 160px;
	}
}
@media(max-width:767.98px){
	#section_point3 .inner_phone{
		margin-top:14rem;
	}
	#section_point3 .inner_phone > .rows:nth-child(1){
		height:40rem;
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .img_title{
		max-width:200px !important;
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .phone{
		left:auto;
		left:60%;
		top:50%;
		transform:translate(0%,-30%);
		margin-left:0rem;
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .phone img{
		max-width:140px;
	}
	#section_point3 .inner_phone > .rows:nth-child(2){
		justify-content: center;
		text-align:center;
	}
	#section_point3 .inner_phone .phone{
		left: 75%;
		top: 33%;
		width: 100px;
	}
}

@media(max-width:576.98px){
	#section_point3 .inner_phone > .rows:nth-child(1){
		height:36rem;
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .img_title{
		max-width:140px !important;
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .phone{
		transform:translate(0%,-30%);
	}
	#section_point3 .inner_phone > .rows:nth-child(1) .phone img{
		max-width:100px;
	}
	#section_point3 .inner_paper h5{
	font-size: 1.4rem !important;
	}
	#section_point3 .inner_phone .phone{
		width: 85px;
	}
}
@media(max-width:420px){
	#section_point3 .inner_phone > .rows:nth-child(2) br{
		display: none;
	}
	#section_point3 .inner_paper{
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}
	#section_point3 .inner_paper div{
		width: 100%;
	}
	#section_point3 .inner_phone .phone{
		left: 88%;
	}
	#section_point3 .inner_contents1 .col_arrow_box{
		flex-direction: column;
	}
	
	#section_point3 .inner_contents1 .col_arrow_box > dl:nth-child(1)::before{
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 500px;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid #fff;
		z-index: -1;
	}
	#section_point3 .inner_contents1 .col_arrow_box > dl:nth-child(1)::after{
		 content: "";
		position: absolute;
		left: 50%;
		top: 10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid rgba(0, 0, 0, 0.1);
		z-index: -2;
		filter: blur(5px);
	}
}






/**/
#section_point4{
	margin-top:35rem;
}
#section_point4 .system_vs{
	align-items: center;
	text-align:center;
	margin-top:26rem;
}
#section_point4 .system_vs .vs{
	width:8.2rem;
	margin-left:1.5rem;
	margin-right:1.5rem;
	flex-shrink: 0;
	transform:translateY(-20px);
}
#section_point4 .system_vs dl{
	width:50%;
}
#section_point4 .system_vs dl dt{
	border-bottom:1px solid #b0b0b0;
	margin-bottom:3rem;
	padding-bottom:5rem;
}

#section_point4 .system_ad{
	margin-top:26rem;
}
#section_point4 .system_ad > div{
	width:calc(100%/3);
	gap:4rem;
	text-align:center;
	justify-content: space-between;
}
#section_point4 .system_ad > div p:nth-child(1){
	font-size:2.2rem;
}
#section_point4 .system_ad > div p:nth-child(2){
	font-size:2.2rem;
}
#section_point4 .system_ad > div p:nth-child(3){
	font-size:2.7rem;
}

#section_point4 .system_fi{
	padding-top:25rem;
	padding-bottom:25rem;
	text-align:center;
}
#section_point4 .system_fi::after{
	background:url(../images/media/system_fi_bg.jpg) no-repeat center center / cover;
}
#section_point4 .system_fi .rows{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#section_point4 .system_fi .rows > div.circle_item{
	width:32rem;
	height:32rem;
	display:flex;
	position:relative;
	align-items: center;
	justify-content: center;
	z-index:2;
	color:#fff;
	font-size:3rem;
	font-weight:600;
}
#section_point4 .system_fi .rows > div.circle_item::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:100%;
	background:url(../images/media/system_fi_circle.png) no-repeat center center / 100%;
}
#section_point4 .system_fi .rows > div.circle_item:nth-child(1):after{
	transform:rotate(180deg);
}
#section_point4 .system_fi .rows > div.circle_item:nth-child(5):after{
	transform:rotate(225deg);
}
#section_point4 .system_fi .rows > div.icon_plus{
	color:#fff;
	font-size:4.4rem;
}
#section_point4 .system_fi h4 strong{
	display:inline-block;
	position:relative;
}
#section_point4 .system_fi h4 strong::after{
	content:"";
	position:absolute;
	top:-6px;
	left:50%;
	transform: translateX(-50%);
	width:6px;
	height:6px;
	background:#fff;
	border-radius:100%;
}


@media(max-width:1199.98px){
	#section_point4 .system_fi{
		padding-top:20rem;
		padding-bottom:20rem;
	}
	#section_point4 .system_fi .rows > div.circle_item{
		width:26rem;
		height:26rem;
		font-size:2.4rem;
	}
}


@media(max-width:991.98px){
	#section_point4 {
		margin-top: 12rem;
	}
	#section_point4 .system_vs {
		margin-top: 10rem;
	}
	#section_point4 .system_fi{
		padding-top:15rem;
		padding-bottom:15rem;
	}
	#section_point4 .system_fi .rows > div.circle_item{
		width:20rem;
		height:20rem;
		font-size:2rem;
		position:relative;
	}
}

@media(max-width:767.98px){
	#section_point4 .system_vs{
		display:block;
	}
	#section_point4 .system_vs dl{
		width:100%;
		background-color: #fff;
		border: 1px solid transparent;
		border-image: linear-gradient(to top, #00ecbc 0%, #007adf 100%);
		border-image-slice: 1;
		position:relative;
	}
	#section_point4 .system_vs dl::after{
		content:"";
		position:absolute;
		background:url(../images/media/vs.png) no-repeat center center / cover;
		width:50px;
		padding-top:39px;
		left:50%;
		top:50%;
		transform: translate(-50%,-50%);
	}
	#section_point4 .system_vs dl dt{
		padding:4rem 2rem;
		margin:0;
		border-bottom:0;
	}
	#section_point4 .system_vs dl dt:nth-child(2){
		background:#e0f6fd
	}
	#section_point4 .system_ad{
		margin-top:14rem;
	}
	#section_point4 .system_ad img{
		width:80px;
	}
	#section_point4 .system_ad > div p:nth-child(3){
		font-size:1.8rem;
	}
	#section_point4 .system_ad > div p:nth-child(3) br{
		display:none;
	}
	#section_point4 .system_fi{
		padding-top:12rem;
		padding-bottom:12rem;
	}
	#section_point4 .system_fi .rows{
		justify-content: center;
	}
	#section_point4 .system_fi .icon_plus{
		display:none !important;
	}
	#section_point4 .system_fi .rows .circle_item:nth-child(1){
		margin-right:-3rem;
	}
	#section_point4 .system_fi .rows .circle_item:nth-child(5){
		margin-left:-3rem;
	}
	#section_point4 .system_fi .rows > div.circle_item{
		width:18rem;
		height:18rem;
		font-size:1.6rem;
	}
	#section_point4 .system_fi .rows > div.circle_item::before{
		content:"";
		width: 25px;
		height: 25px;
		position:absolute;
		right:-10px;
		top:50%;
		transform: translate(-50%,-50%);
		background: url('../images/media/plus_ico.png') no-repeat center / 50%;
	}
	#section_point4 .system_fi .rows > div.circle_item:nth-child(5):before{
		display:none;
	}
}

@media(max-width:576.98px){
	#section_point4 .system_ad{
		margin-top:10rem;
	}
	#section_point4 .system_vs dl::after{
		width:36px;
		padding-top:28px;
	}
	#section_point4 .system_vs dl dt{
		padding:3rem 1.5rem;
		margin:0;
		border-bottom:0;
	}
	#section_point4 .system_ad > div p:nth-child(3){
		font-size:1.4rem;
	}
	#section_point4 .system_ad img{
		width:60px;
	}
	#section_point4 .system_fi{
		padding-top:8rem;
		padding-bottom:8rem;
	}
	#section_point4 .system_fi .rows > div.circle_item{
		width:14rem;
		height:14rem;
		font-size:1.3rem;
	}
}
@media(max-width:500px){
	#section_point4 .system_ad{
		flex-wrap: wrap;
	}
	#section_point4 .system_ad > div{
		width: calc(100% / 2);
		padding: 0 1rem;
	}
	#section_point4 .system_ad > div:last-of-type{
		width: 100%;
		margin-top: 3rem;
	}
}
@media(max-width:420px){
	#section_point4 .inner_contents1 .col_arrow_box{
		flex-direction: column;
	}
	
	#section_point4 .inner_contents1 .col_arrow_box > dl:nth-child(1)::before{
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 500px;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid #fff;
		z-index: -1;
	}
	#section_point4 .inner_contents1 .col_arrow_box > dl:nth-child(1)::after{
		content: "";
		position: absolute;
		left: 50%;
		top: 10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 250px solid transparent;
		border-right: 250px solid transparent;
		border-top: 150px solid rgba(0, 0, 0, 0.1);
		z-index: -2;
		filter: blur(5px);
	}
}




/*#video_wrap*/
#video_wrap{
	padding-top:20rem;
	padding-bottom:20rem;
}

#video_wrap .video_title{
	text-align:center;
	margin-bottom:13rem;
}
#video_wrap .video_title span{
	display:block;
}
#video_wrap .video_title strong{
	font-size:5rem;
	display:block;
	font-weight:500;
	font-family: "Roboto";
	margin:3rem 0 2rem 0;
}
#video_wrap .video_title small{
	font-size:2.8rem;
	font-weight:400;
	color:#017adf;
}
@media(max-width:1199.98px){
	#video_wrap .video_title{
		margin-bottom:8rem;
	}
	#video_wrap .video_title span img{
		width:10rem;
	}
	#video_wrap .video_title strong{
		font-size:4rem;
	}
	#video_wrap .video_title small{
		font-size:2.2rem;
	}
}

@media(max-width:767.98px){
	#video_wrap {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}
	#video_wrap .video_title{
		margin-bottom:6rem;
	}
	#video_wrap .video_title span img{
		width:7rem;
	}
	#video_wrap .video_title strong{
		font-size:3rem;
	}
	#video_wrap .video_title small{
		font-size:2rem;
	}
}

@media(max-width:576.98px){
	#video_wrap {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	#video_wrap .video_title{
		margin-bottom:4rem;
	}
	#video_wrap .video_title span img{
		width:5rem;
	}
	#video_wrap .video_title strong{
		font-size:2.2rem;
		margin: 2.5rem 0 0rem 0;
	}
	#video_wrap .video_title small{
		font-size:1.7rem;
	}
}


#video_wrap .video_list{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:6rem;
}
#video_wrap .video_list > li{
	padding:10px;
}
#video_wrap .video_list > li > a{
	display:block;
	border:1px solid #ddd;
	position:relative;
	overflow:hidden;
	padding-top:56.25%;
}
#video_wrap .video_list > li > a::after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background:url(../images/media/icon_video_play.png) no-repeat center center / cover;
	width:5rem;
	height:5rem;
	z-index:1;
}


#video_wrap .video_list.col5 > li{
	width:calc(100%/5);
}
#video_wrap .video_list.col3 > li{
	width:calc(100%/3);
}
#video_wrap [class^="video_section"] .rows{
	align-items: center;
	margin-left:-15px;
	margin-right:-15px;
	flex-wrap:wrap;
}
#video_wrap [class^="video_section"] .rows > div{
	width:50%;
}
#video_wrap [class^="video_section"] .rows > div.video_container img{
	width:100%;
}
#video_wrap [class^="video_section"] .rows > div.video_container .video_inner{
	position:relative;
}
#video_wrap [class^="video_section"] .rows > div.video_container .video_inner a{
	display:block;
	position:relative;
}
#video_wrap [class^="video_section"] .rows > div.video_container .video_inner a::after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background:url(../images/media/icon_video_play.png) no-repeat center center / cover;
	width:11rem;
	height:11rem;
	z-index:1;
}




#video_wrap [class^="video_section"] .rows .info2{
	font-size:2.4rem;
	line-height:1.3;
	padding-left:5rem;
	width:50%;
}
#video_wrap [class^="video_section"] .rows .info2 p{
	position:relative;
	padding-left:1.5rem;
}
#video_wrap [class^="video_section"] .rows .info2 p + p{
	margin-top:4rem;
}
#video_wrap [class^="video_section"] .rows .info2 p::after{
	content:"";
	position:absolute;
	left:0;
	top:.5rem;
	height:2rem;
	border-left:2px solid #313131;
}

@media(max-width:991.98px){
	#video_wrap [class^="video_section"] .rows > div{
		width:100%;
	}
	#video_wrap .video_list.col5 > li{
		width:calc(100%/4);
	}
	#video_wrap [class^="video_section"] .rows .info2{
		font-size:2rem;
		line-height:1.3;
		padding-left:0;
		width:100%;
		text-align:center;
		margin-top:4rem;
		display:flex;
		justify-content: center;
	}
	#video_wrap [class^="video_section"] .rows .info2 p{
		padding-left:1rem;
		padding-right:1rem;
		padding-top:2rem;
		width:100%;
	}
	#video_wrap [class^="video_section"] .rows .info2 p + p{
		margin-top: 0;
	}
	#video_wrap [class^="video_section"] .rows .info2 p br{
		display: none;
	}
	#video_wrap [class^="video_section"] .rows .info2 p::after{
		height:0;
		left:50%;
		top:0;
		transform:translateX(-50%);
		width:30px;
		border-top:1px solid #000;
	}
}

@media(max-width:767.98px){

	#video_wrap [class^="video_section"] .rows{
		margin-left:-5px;
		margin-right:-5px;
	}
	#video_wrap .video_list.col5 > li{
		width:calc(100%/4);
	}
	#video_wrap .video_list > li {
		padding: 5px;
	}
	#video_wrap [class^="video_section"] .rows .info2 p + p {
		margin-top: 0rem;
	}
	#video_wrap [class^="video_section"] .rows .info2.col3{
		display:block;
		text-align:left;
	}
	#video_wrap [class^="video_section"] .rows .info2.col3 p{
		padding-left:3.5rem;
		padding-top:0;
		margin-top:2rem;
	}
	#video_wrap [class^="video_section"] .rows .info2.col3 p::after{
		left:15px;
		top:50%;
		width:20px;
	}
	#video_wrap [class^="video_section"] .rows dl.info2{
		display:block;
		text-align:center;
	}
	#video_wrap [class^="video_section"] .rows dl.info2 dt{
		margin-bottom:1.5rem;
	}
}

@media(max-width:576.98px){
	#video_wrap [class^="video_section"] .rows > div.video_container .video_inner::after {
		width: 6rem;
		height: 6rem;
	}
	#video_wrap .video_list{
		margin-top: 3rem;
	}
	#video_wrap .video_list > li > a::after{
		width:2.6rem;
		height:2.6rem;
	}
	#video_wrap [class^="video_section"] .rows .info2{
		font-size:1.4rem;
		margin-top:4rem;
	}
	#video_wrap .video_section03 .rows .info2 p:nth-of-type(odd),
	#video_wrap .video_section04 .rows .info2 p:nth-of-type(odd),
	#video_wrap .video_section06 .rows .info2 p:nth-of-type(odd){
		padding: 2rem 1rem 0 0;
	}
	#video_wrap .video_section03 .rows .info2 p:nth-of-type(even)
	#video_wrap .video_section04 .rows .info2 p:nth-of-type(even),
	#video_wrap .video_section06 .rows .info2 p:nth-of-type(even){
		padding: 2rem 0 0 1rem;
	}
	#video_wrap [class^="video_section"] .rows .info2.col3 p{
		margin-top:1.2rem;
	}
	#video_wrap [class^="video_section"] .rows dl.info2 dt{
		font-size: 1.7rem;
	}
	#video_wrap [class^="video_section"] .rows .info2{
		font-size: 1.3rem;
	}
	#video_wrap .video_list.col5 > li{
		width: calc(100% / 3);
	}
}
@media(max-width:420px){
	#video_wrap [class^="video_section"] .rows .info2.col3 p br{
		display: none;
	}
}




/*.video_section01*/

#video_wrap .video_section01 .rows .info{
	padding-left:5rem;
	padding-right:15px;
}
#video_wrap .video_section01 .rows .info li{
	display:flex;
	padding:1.5rem 0;
	border-bottom:1px solid #ddd;
}

#video_wrap .video_section01 .rows .info li strong{
	font-size:2.4rem;
	flex-shrink: 0;
	width:14rem;
}
#video_wrap .video_section01 .rows .info li p{
	font-size:2.4rem;
	font-weight:400;
	line-height:1.3;
}

@media(max-width:1199.98px){
	#video_wrap .video_section01 .rows .info li strong{
		font-size:2rem;
		width:12rem;
	}
	#video_wrap .video_section01 .rows .info li p{
		font-size:2rem;
	}
}

@media(max-width:991.98px){
	#video_wrap .video_section01 .rows .info{
		padding:0;
	}
	#video_wrap .video_section01 .rows .info ul{
		margin-top:4rem;
		display:flex;
		flex-wrap:wrap;
	}
	#video_wrap .video_section01 .rows .info li{
		width:50%;
		display:block;
		text-align:center;
		min-height:16rem;
		padding: 2.5rem 0;
	}
	#video_wrap .video_section01 .rows .info li strong{
		font-size:2rem;
		width:auto;
		display:block;
		margin-bottom:1rem;
	}
	#video_wrap .video_section01 .rows .info li p{
		font-size:2rem;
	}
	#video_wrap .video_section01 .rows .info li:nth-child(3),
	#video_wrap .video_section01 .rows .info li:nth-child(4){
		border-bottom:0;
	}
	#video_wrap .video_section01 .rows .info li:nth-child(1),
	#video_wrap .video_section01 .rows .info li:nth-child(3){
		border-right:1px solid #ddd;
	}
}

@media(max-width:767.98px){
	#video_wrap .video_section01 .rows .info li{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 2.5rem 1rem;
	}
	#video_wrap .video_section01 .rows .info li br{
		display:none;
	}
	#video_wrap .video_section01 .rows .info li strong{
		font-size:1.7rem;
	}
	#video_wrap .video_section01 .rows .info li p{
		font-size:1.4rem;
		display:flex;
		justify-content: center;
		text-align:center;
		padding:0px 5px;
	}
	#video_wrap .video_section01 .rows .info li p::before{
		content:"-";
		margin-right:5px;
	}	
}
@media(max-width:567.98px){
	#video_wrap .video_section01 .rows .info li:nth-of-type(odd){
		padding: 2.5rem 1rem 2.5rem 0;
	}
	#video_wrap .video_section01 .rows .info li:nth-of-type(even){
		padding: 2.5rem 0 2.5rem 1rem;
	}
	#video_wrap .video_section01 .rows .info li p{
		font-size: 1.3rem;
	}
}
@media(max-width:500px){
	#video_wrap .video_section01 .rows .info li p{
		font-size: 1.2rem;
	}
}


/*.video_section02*/
#video_wrap .video_section02 .video_container{
	display:flex;
	_margin-left:-10px;
	_margin-right:-10px;
}
#video_wrap .video_section02 .video_container > div{
	width:calc(100%/2);
	padding-left:10px;
	padding-right:10px;
}
#video_wrap .video_section02 .video_list a{
	padding-top:177.77%;
}




/*#cs_question_wrap*/

#question_wrap{
	padding-bottom: 20rem;
}
#question_wrap .section_group{}
#question_wrap .section_group::after{
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(234,244,252,1) 60%, rgba(255,255,255,1) 90%) !important;
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(234,244,252,1) 60%, rgba(255,255,255,1) 90%) !important;
	background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(234,244,252,1) 60%, rgba(255,255,255,1) 90%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1) !important;
}


#question_wrap .cs_question_visual{
	padding-top: 57.032vw;
	background:url(../images/media/cs_question_visual.jpg) no-repeat center center / 100% auto;
	width: 100vw;
	max-height: 1095px;
	margin: 0 auto 0 calc(((100vw - 100%) / 2) * -1);
}
#question_wrap .cs_worry{
	padding:15rem 0;
	text-align:center;
}
#question_wrap .cs_worry .dot{
	margin-bottom:24rem;
}
#question_wrap .cs_worry .dot span{
	background:#017adf;
	width:7px;
	height:7px;
	border-radius:100%;
	display:block;
	margin:2rem auto;
}
#question_wrap .cs_worry .phone_box{
	align-items: flex-end;
}
#question_wrap .cs_worry .phone_box > dl{
	width:50%;
	text-align: left;
	padding-left: 110px;
}
@media(max-width:991.98px){
	#question_wrap .cs_worry .phone_box{
		display:block;
	}
	#question_wrap .cs_worry .phone_box > dl{
		width:100%;
		margin-top:5rem;
		text-align: center;
		padding-left: 0;
	}
}
@media(max-width:767.98px){
	#question_wrap .cs_worry{
		padding:10rem 0;
		text-align:center;
	}
	#question_wrap .cs_worry .dot{
		margin-bottom:12rem;
	}
	#question_wrap .cs_worry .dot span{
		width:5px;
		height:5px;
		margin:1rem auto;
	}
}


/* sec_statistics */
#question_wrap .sec_statistics .rows > div{
	padding: 0 5rem;
	width: 50%;
	text-align: center;
}
#question_wrap .sec_statistics .rows > div:first-child{
	background: url(../images/media/statistics_line.png) no-repeat right top / 2px auto;
}
#question_wrap .sec_statistics .rows > div h4{
	margin-bottom: 3.5rem;
	line-height: 1.5;
	font-size: 3.5rem;
	font-weight: 400;
}
#question_wrap .sec_statistics .rows > div h4 small{
	display: block;
	font-size: 2.3rem;
}
#question_wrap .sec_statistics .rows > div img{
	width: 100%;
}
#question_wrap .sec_statistics > h3{
	line-height: 1.6;
	text-align:center;
}
#question_wrap .sec_statistics > h3 p{
	font-size: 2.5rem;
}
#question_wrap .sec_statistics > h3 p span{
	color: #017adf;
}
#question_wrap .sec_statistics > p{
	z-index: 1;
	position: relative;
	padding-left: 9rem;
	font-size: 4.5rem;
}
#question_wrap .sec_statistics > p::before,
#question_wrap .sec_statistics > p::after{
	content:"";
	position:absolute;
}
#question_wrap .sec_statistics > p::before{
	left: 5.5rem;
	width: 2.6rem;
	height: 2rem;
	background: url(../images/media/statistics_textIcon.png) no-repeat center center / 2.6rem 2rem;
}
#question_wrap .sec_statistics > p::after{
	z-index:-1;
	bottom:0;
	left: 0;
	width: 100vw;
	height:58%;
	background:url(../images/media/statistics_textBg.jpg) no-repeat center center / cover;;
}
#question_wrap .sec_statistics > p strong{
	font-size: 5.3rem;
}
#question_wrap .sec_statistics > p span{
	color: #fff;
}

@media(max-width:991.98px){
	#question_wrap .sec_statistics .rows > div h4{
		margin-bottom: 2.5rem;
		font-size: 2.8rem;
	}
	#question_wrap .sec_statistics > p{
		font-size:3.5rem;
	}
	#question_wrap .sec_statistics > p strong{
		font-size:4rem;
	}
}

@media(max-width:767.98px){
	#question_wrap .sec_statistics .rows{
		flex-wrap:wrap;
	}
	#question_wrap .sec_statistics .rows > div{
		padding: 0 2rem;
		width: 100%;
	}
	#question_wrap .sec_statistics .rows > div h4{
		margin-bottom: 2.5rem;
		font-size: 2.2rem;
	}
	#question_wrap .sec_statistics .rows > div h4 small{
		font-size:1.6rem;
	}
	#question_wrap .sec_statistics .rows > div:first-child{
		background:none
	}
	#question_wrap .sec_statistics .rows > div img{
		max-width:400px;
		width:80%;
	}
	#question_wrap .sec_statistics > p{
		font-size:2.5rem;
		padding-left:6rem;
	}
	#question_wrap .sec_statistics > p strong{
		font-size:3rem;
	}
	#question_wrap .sec_statistics > p::before {
		left: 3rem;
		width: 2rem;
		background: url(../images/media/statistics_textIcon.png) no-repeat center center / 2rem 1.5rem;
	}
}
@media(max-width:576.98px){
	#question_wrap .sec_statistics > p{
		font-size:2rem;
		padding-left:5rem;
	}
	#question_wrap .sec_statistics > p strong{
		font-size:2.4rem;
	}
	#question_wrap .sec_statistics > p::before {
		left: 2rem;
		width: 1.6rem;
		background: url(../images/media/statistics_textIcon.png) no-repeat center center / 1.6rem 1.2rem;
	}
	#question_wrap .sec_statistics .rows > div h4{
		font-size: 2rem;
	}
}




/* qna */
#question_wrap .qna{
	z-index: 1;
	position: relative;
	margin-top: 37rem;
}
#question_wrap .qna::after{
	content:"";
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:32%;
	top:4.5%;
	background:#202020;
	z-index:-1;
}

#question_wrap .qna .rows{
	align-items: center;
}
#question_wrap .qna .rows p{
	width: 50%;
	font-size: 1.8rem;
}
#question_wrap .qna .rows p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#question_wrap .qna .rows p:first-child{
	height: 42rem;
}
#question_wrap .qna .rows p:last-child{
	position: relative;
	padding-left: 7rem;
	padding-right: 4rem;
}
#question_wrap .qna .rows p strong{
	z-index: 1;
	position: relative;
	display: block;
	margin-bottom: 3rem;
	font-size: 3.7rem;
}
#question_wrap .qna .rows p:last-child::before{
	content: "";
	position: absolute;
	top: -2rem; left: 3.5rem;
	width: 4.7rem;
	height: 6.6rem;
	background: url(../images/media/qna_icon.png) no-repeat center center / 4.7rem 6.6rem;
}
#question_wrap .qna .rows:nth-child(even) p:last-child{
	order: -1;
	padding-left: 9rem;
}
#question_wrap .qna .rows:nth-child(even) p:last-child::before{
	left: 5.5rem;
}
/* text 흰색 */
#question_wrap .qna .color_wh{
	color: #fff;
}


@media(max-width:991.98px){
	#question_wrap .qna{
		z-index: 1;
		position: relative;
		margin-top: 27rem;
	}
	#question_wrap .qna::after {
		height: 30%;
		top: 4.5%;
	}
	#question_wrap .qna .rows p strong {
		margin-bottom: 2rem;
		font-size: 2.2rem;
	}
	#question_wrap .qna .rows p {
		font-size: 1.5rem;
		width:55%
	}
	#question_wrap .qna .rows p:first-child{
		height:auto;
		width:45%;
	}
}
@media(max-width:767.98px){
	#question_wrap{
		padding-bottom:14rem;
	}
	#question_wrap .qna{
		z-index: 1;
		position: relative;
		margin-top: 17rem;
	}
	#question_wrap .qna::after {
		height: 30%;
		top: 4.5%;
	}
	#question_wrap .qna .rows{
		flex-wrap:wrap;
	}
	#question_wrap .qna .rows + .rows{
		margin-top:7rem;
	}
	#question_wrap .qna .rows p strong {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#question_wrap .qna .rows p {
		font-size: 1.4rem;
		width:100%
	}
	#question_wrap .qna .rows p:first-child{
		height:auto;
		width:100%;
		margin-bottom:3rem;
	}
	#question_wrap .qna .rows p:first-child img{
		width:50%;
	}
	#question_wrap .qna .rows p:last-child{
		padding:0;
	}
	#question_wrap .qna .rows p:last-child::before{
		display:none;
	}
	#question_wrap .qna .rows p:last-child strong{
		display:block;
		text-align:center;
		position:relative;
	}
	#question_wrap .qna .rows p:last-child strong span{
		display:inline-block;
		position:relative;
		z-index:1;
	}
	#question_wrap .qna .rows p:last-child strong span::before{
		content: "";
		position: absolute;
		top: 1rem; left: 0;
		width: 2.5rem;
		height: 3.5rem;
		background: url(../images/media/qna_icon.png) no-repeat center center / cover;
		transform:translateY(-60%);
		z-index:-1;
	}
	#question_wrap .qna .rows:nth-child(even) p:first-child{
		text-align:right;
	}
	#question_wrap .qna .rows:nth-child(even) p:last-child{
		padding-left:0;
		order:0;
	}
	#question_wrap .qna .rows:nth-child(2) p:last-child strong{
		color:#000 !important;
	}
}

@media(max-width:576.98px){
	#question_wrap .qna{
		margin-top: 10rem;
	}
	#question_wrap .qna .rows p strong {
		font-size: 1.7rem;
	}
	#question_wrap .qna .rows p:last-child strong span{
		padding: 0 1rem;
	}
	#question_wrap .qna .rows p {
		font-size: 1.4rem;
	}
	#question_wrap{
		padding-bottom: 8rem;
	}
}
@media(max-width:500px){
	#question_wrap .qna .rows p:first-child img{
		width: 100%;
	}
	#question_wrap .qna .rows p:last-child{
		text-align: center;
	}
	#question_wrap .qna .rows p:last-child br{
		display: none;
	}
}




/*contactus_wrap*/
#contactus_wrap{
	padding-bottom: 24rem;
}
#contactus_wrap .contactus_title{
	text-align:center;
	font-weight:800;
}



#contactus_wrap .process_step{
	text-align:center;
}
#contactus_wrap .process_step ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
#contactus_wrap .process_step ul > li{
	width:calc(100%/3);
	position:relative;
	margin-bottom:14rem
}
#contactus_wrap .process_step ul > li::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translate(50%,-50%);
	width: 19px;
	height: 33px;
	background: url("../images/media/sec_process_arrow.png") no-repeat center;
}
#contactus_wrap .process_step ul > li:nth-child(2)::after,
#contactus_wrap .process_step ul > li:nth-child(5)::after{
	display:none;
}


#contactus_wrap .process_step ul > li:nth-child(1),
#contactus_wrap .process_step ul > li:nth-child(2){
	width:calc(100%/3 + 2px);
}
#contactus_wrap .process_step ul > li img{
	width:14rem;
}
#contactus_wrap .process_step ul > li > p:nth-child(1){
	font-size:3rem;
	font-weight:600;
}
#contactus_wrap .process_step ul > li > p:nth-child(1) small{
	display:block;
	color:#777;
	font-size:2.3rem;
	font-weight:400;
}
#contactus_wrap .process_step ul > li > p:nth-child(2){
	margin:2.5rem 0 2.5rem 0;
}
#contactus_wrap .process_step ul > li > p:nth-child(3){
	font-size:2.5rem;
}

#contactus_wrap .sec_progress .subscribe_box{
	display:flex;
	color:#fff;
	align-items: center;
	padding:6rem 0;
}
#contactus_wrap .sec_progress .subscribe_box::after{
	background:#278df7 !important;
}
#contactus_wrap .sec_progress .subscribe_box h4{
	width:39rem;
	font-size:6rem;
	font-weight:800;
}
#contactus_wrap .sec_progress .subscribe_box div{
	font-size:3.4rem;
	font-weight:300;
}
#contactus_wrap .sec_progress .subscribe_box div span{
	font-size: 2.5rem;
	vertical-align: middle;
}
#contactus_wrap .sec_service::after{
	background:#f7fafe !important;
}


@media(max-width:1199.98px){
	#contactus_wrap .process_step ul > li > p:nth-child(1){
		font-size:2.6rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(1) small{
		font-size:2rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(3){
		font-size:2.2rem;
	}
	#contactus_wrap .process_step ul > li img{
		width:12rem;
	}
	#contactus_wrap .sec_progress .subscribe_box h4{
		width:24rem;
		font-size:4rem;
	}
	#contactus_wrap .sec_progress .subscribe_box div{
		font-size:2.6rem;
	}
}
@media(max-width:991.98px){
	#contactus_wrap .process_step ul > li > p:nth-child(1){
		font-size:2.2rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(1) small{
		font-size:1.7rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(3){
		font-size:1.8rem;
	}
	#contactus_wrap .process_step ul > li img{
		width:10rem;
	}
	#contactus_wrap .sec_progress .subscribe_box{
		align-items: center;
		justify-content: center;
	}
	#contactus_wrap .sec_progress .subscribe_box h4{
		width:auto;
		font-size:3rem;
		padding-right:3rem;
	}
	#contactus_wrap .sec_progress .subscribe_box div{
		font-size:2rem;
	}
}
@media(max-width:767.98px){
	#contactus_wrap .process_step{
		padding-bottom: 14rem;
	}
	#contactus_wrap .process_step ul > li {
		width: calc(100%/2) !important;
		margin-bottom: 8rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(1){
		font-size:2.2rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(1) small{
		font-size:1.7rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-child(3){
		font-size:1.8rem;
	}
	#contactus_wrap .process_step ul > li img{
		width:10rem;
	}
	#contactus_wrap .process_step ul > li:nth-child(4)::after {
		display:none;
	}
	#contactus_wrap .sec_progress .subscribe_box{
		display:block;
		text-align:center;
		position:relative;
	}
	#contactus_wrap .sec_progress .subscribe_box h4{
		position:absolute;
		left:50%;
		top:1px;
		transform:translate(-50%,-100%);
		padding-right:0;
		background:url(../images/media/subscribe_box_title_bg.png) no-repeat center center / 100% 100%;
		padding:15px 4rem 0 4rem;
	}
	#contactus_wrap .process_step ul > li::after{
		background: url(../images/media/sec_process_arrow.png) no-repeat center / 70%;
	}
}
@media(max-width:567.98px){
	#contactus_wrap{
		padding-bottom: 7rem !important;
	}
	#contactus_wrap .sec_progress .subscribe_box{
		padding: 5rem 0;
	}
	#contactus_wrap .sec_progress .subscribe_box div br{
		display: none;
	}
	#contactus_wrap .process_step{
		padding-bottom: 8rem;
	}
	#contactus_wrap .process_step ul > li{
		margin-bottom: 5rem;
	}
	#contactus_wrap .process_step ul > li > p:nth-of-type(1){
		font-size: 1.7rem !important;
	}
	#contactus_wrap .process_step ul > li > p:nth-of-type(1) small{
		font-size: 1.2rem;
		height: 2rem;
	}
	#contactus_wrap .process_step ul > li > p:not(:first-child){
		font-size: 1.4rem;
	}
	#contactus_wrap .sec_progress .subscribe_box div{
		font-size: 1.7rem;
	}
	#contactus_wrap .sec_progress .subscribe_box h4{
		font-size: 1.7rem;
	}
	#contactus_wrap .sec_progress .subscribe_box div span{
		font-size: 1.6rem;
	}
	#contactus_wrap .process_step ul > li::after{
		background: url(../images/media/sec_process_arrow.png) no-repeat center / 45%;
	}
	.sec_service{
		padding-bottom: 80px !important;
		padding-top: 80px !important;
	}
}
@media(max-width: 500px){
	#contactus_wrap .process_step ul > li{
		padding: 0 1rem;
	}
	#contactus_wrap .process_step ul > li > p br{
		display: none;
	}
}
@media(max-width: 430px){
}






#footer_wrap{
	border-top:1px solid #000;
	padding:4rem 0 8rem 0;
}
#footer_wrap .footer_container{
	display:flex;
	justify-content: space-between;
	align-items: center;
}


@media(max-width:767.98px){
	#footer_wrap img{
		width:100px !important;
	}
	
}



#video_detail_pop.modal {
	text-align: center;
	padding: 0!important;
}

#video_detail_pop.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

#video_detail_pop .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#video_detail_pop .modal-dialog.modal-lg{
	width:90%;
	max-width:1100px;
}
#video_detail_pop.h .modal-dialog.modal-lg{
	width:90%;
	max-width:460px;
}


#video_detail_pop.modal .modal-content{
	background:none;
	border-radius:0;
	border:none;
}
#video_detail_pop.modal .modal-content .modal-close{
	position:absolute;
	right:-50px;
	top:-50px;
	border:none;
	background:none;
	color:#fff;
	font-size:4rem;
}
#video_detail_pop.modal .modal-content .video_container .video_inner{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#video_detail_pop.modal.h .modal-content .video_container .video_inner{
	width:auto;
	height:80vh;
	padding-top:0;
	padding-left:50%;
}


#video_detail_pop.modal .modal-content .video_container .video_inner #modal_detail_video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

@media(max-width:767.98px){
	#video_detail_pop.modal .modal-content .modal-close{
		font-size:3rem;
		right:-10px;
		top:-40px;
	}
}

/* sec_location */
.sec_location .loc_bottom{
	padding-top: 3rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_location .loc_bottom::after{
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
	border-top:1px solid #000;
}

@media(max-width:767.98px){
	.sec_location .loc_bottom::after{
		display: none;
	}
	.sec_location .loc_bottom .ico_box{
		display: none;
	}
	.sec_location .loc_bottom{
		padding-top: 0;
		align-items: flex-start;
	}
}
@media(max-width:567.98px){
	.sec_location h4{
		margin-bottom: 10px !important;
	}
	.sec_location p:first-of-type{
		margin-bottom: 20px !important;
	}
	.sec_location p:nth-of-type(4){
		margin-top: 20px !important;
	}
}