.top_screen_d{
	width: 100%;
	height: 750px;
	background: #000;
	position: relative;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.tsdw_outer{
	background: url('image/Rectangle 1.png') no-repeat center center;
	background-size: cover;
	background: #212122;	
	height: 100%;
}
.tsdw_inner{
/*	background: url('image/Group 2.png') no-repeat -98px 58px;
	width: 1232px;
	height: 810px;*/
	background: url('image/Group 2.png') no-repeat center center;
	width: 100%;
	height: 810px;	
	background-size: cover;	
	position: absolute;
	z-index:1;
	height: 830px;
}
.top_line{
	padding: 19px 135px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.logo a img{
	width: 93px;
	height: 93px;
}
.bar-chart-alt{
	/*float: right;	*/
}
.bar-chart-alt a img{
	width: 52px;
	height: 52px;
}
.c_content{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	z-index: 3;
	height: 647px;
}
.c_content div{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.c_content>div{
	width: 50%;
}
.c_text{
	padding: 25px 0 135px 0;
	display: flex;
    justify-content: flex-end;
}
.c_better, .c_better:before, .c_better:after{
	color:#FCF81B;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.c_better{
	line-height: 29px;
	letter-spacing: 0.03em;
	text-align: left;
	font-size: 24px;
	font-style: italic;
	padding: 16px 0 0 18px;
}
.c_better:before, .c_better:after{
	/*display: block;*/
	position: absolute;
	font-size: 32px;
}
.c_better:before{
	display: block;
	content: " “ ";
	color:#FCF81B;
	width: 33px;
	height: 56px;
	margin-left: -18px;
	margin-top: -16px;
}
.c_better:after{
	content: " “ ";
	color:#FCF81B;
	width: 33px;
	height: 56px;
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
	margin-top: 36px;
    margin-left: -11px;
}
.c_services{
	padding: 41px 0 0 245px;
	font-size: 20px;
	color: #B0B0B0;
	text-align: left;
}
.c_services span{
	color: #FC0000;
}
.c_heading{
	font-size: 7.14rem;
	font-weight: 700;
	line-height: 8rem;
	letter-spacing: 0.3rem;
	text-align: left;
	color: #fff;
}
.c_button{
	padding: 20px 0 0 0;
} 
.c_button a{
	display: block;
	width: 254px;
	height: 157px;
	background: url('image/Frame 5.png') no-repeat center center;	
	padding: 30px 0 10px 0;
}
.c_own{
	width: 568px;
	height: 97px;
	background: url('image/Frame 6.png') no-repeat center center;	
}
.text_part_h{
	display: none;
}
.c_image img{
	position:absolute;
	z-index:2;
	width: 909px;
height: 681px;
    margin-top: -35px;
    margin-left: -230px;
}
/* TTL */
#fullpage .ttl_section{
	background: #212122;
}
.ttl_section .content-inside-section{
	background: url('image/Group 2.png') no-repeat center center;
	background-size: cover;
}
.ttl_section .row-no-margin{
	background: url('image/image3050.png') no-repeat center center;
	background-size: cover;
}
.ttl_section_name{
	font-family: 'Lato';
    font-weight: 600;
    font-style: italic;
	font-size: 3.5rem;
}
.ttl_s_text{
	font-family: 'Lato';
    font-weight: 900;
	font-size: 64px;
	font-size: 7rem;
    line-height: 13rem;
}
.ttl_s_text span{
	text-transform: uppercase;
	font-size: 13rem;
}
#fullpage p.ttl_form_text{
	 font-weight: normal;
	 font-size: 3.5rem;
	 line-height: normal;
	 color: #fff;
}
.divider{
	height: 30px;
	width: 100%;
	border-top: 1px solid #fff;
}
#fullpage .section:not(#section0){
	overflow: hidden;
}
.c_image_m{
	display:none;
}

#bg_modal {
	display: none;
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
}
.modal {
	width: 320px;
    background-color: #fff;
	color: #333;
    height: 240px;
    padding: 20px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -160px;
	flex-direction: column;
}
.modal__tile {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    height: 58px;
    font-weight: 700;
}
.modal .form-submit {
    margin: 20px auto;
    display: block;
    font-size: 1.2em;
    line-height: 3em;
    width: 254px;
    background: #EF0202;
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modal__close {
	position: absolute;
    cursor: pointer;
    top: 0;
    right: 7px;
}
.modal__close img {
    width: 13px;
}

@media all and (max-width:737px){
	.top_screen_d{
		    height: 667px;
	}
	.top_line{
		padding: 22px 0 0;
	}
	.c_content{
		flex-direction: column;
		height: auto;
	}
	.c_content>div{
		width: 100%;
	}
	.c_text{
		display: block;
		padding: 0 0 0 0;
	}
	.c_text_inner{
		width: 375px;
		max-width: 100%;
	}
	.c_better{
		font-size: 1.6rem;
		padding: 16px 0 0 24px;
	}
	.c_better:before, .c_better:after{
		font-size: 2.4rem;
	}
	.c_better:before{
		margin-left: -12px;
		margin-top: -10px;
	}
	.c_better:after{
		margin-top: 24px;
		margin-left: -20px;
	}
	.c_services{
		padding: 20px 18px 0 0;
		font-size: 1.4rem;
		text-align: right;
	}
	.c_heading{
		font-size: 4.5rem;
		line-height: 5.3rem;
		padding: 0 12px;
	}
	.c_button {
    padding: 0;
	}
	.c_button a{
    display: block;
    width: 296px;
    height: 160px;
    background: url('image/Frame 5.png') no-repeat center center;
    padding: 30px 0 10px 0;
    background-size: contain;
    position: relative;
    z-index: 5;
    margin-left: -25px;
	}
	.c_own {
    width: 290px;
    height: 75px;
    background: url('image/image 2.png') no-repeat left center;
    background-size: contain;
     position: absolute;
    margin: -51px 0 0 19px;
    z-index: 2;
	}
	.c_image{
		display: none;
	}	
	.c_image_m{
		display:block;
		position: absolute;
		z-index: 3;
		margin: -176px 0 0 44px;
	}
	.c_image_m img{
		width: 484px;
	}
	.text_part_h span{
		display: block;
		width: 150px;
		font-size: 1.3rem;
	}
	.ttl_section_name{
		font-size: 2.4rem;
	}
	.ttl_s_text{
		    font-size: 2.4rem;
    line-height: 6rem;
	}
	.ttl_s_text span{
		    font-size: 3.2rem;
	}
	.ttl_section .c_button a{
		    margin-left: -41px;
	}
	#fullpage p.ttl_form_text{
		font-size: 2rem;
	}
	.tsdw_inner{
		background: none;
	}
	.tsdw_outer{
		background: url('image/bg_smart.png') no-repeat center center;
		background-size: cover;
	}
	.d_text h2{
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.d_text h3{
		line-height: 3rem;
	}
	.content-inside-section ul {
		margin: 5px 0 5px 15px;
	}
	.content-inside-section ul li{
		list-style-type: disc;
		border-bottom: 1px solid #eeeeee54;
	}
}

.modal .it-pdp-agreement {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}
.modal .it-pdp-agreement a {
    color: #333;
    text-decoration: underline;
}
@keyframes agreement_blink {
    0% { background: inherit; }
    50% { background: red; }
    100% { background: inherit; }
}
.agreement-error {
    animation: agreement_blink 1s;
}
#contact-form .agreement-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    align-items: baseline;
    padding-top: 10px;
}
#contact-form .it-pdp-agreement a {
    text-decoration: underline;
}