/* ============================================= */

	/* web font読み込みここから*/

	/* ============================================= */
	
	@font-face {
		/*フォントの名前*/
		font-family: "din-2014";
		/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
		src: url("../font/din-2014-bold.woff2") format("woff2"),
				 url("../font/din-2014-bold.woff") format("woff");
	}

/* ============================================= */

	/* web font読み込みここまで*/

	/* ============================================= */

/* ============================================= */

	/* isp-lp.css打ち消し ここから*/

	/* ============================================= */

	section {

		padding: 100px 0;

	}

	h2{

		--main-color: #002590;

		margin: auto;

		margin-bottom: 50px;

		position: relative;

		padding: 0 0 20px 0;

		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));

		background-repeat: no-repeat;

		background-size: 100% 0.3rem;

		background-position: bottom;

		color: #fff;

		font-size: 3.2rem;

		font-weight: 500;

	}

	h2:after {

		content: none;

	}

	h2 a {
		float: right;

		text-decoration: none;
	}

	.header_contact a {

		color: #fff;

	}

	#eyechach {

		height: auto;

	}

	#eyechach img {

		width: auto;

	}

	footer{

		margin-top: 0;

	}

	.header_contact {
		display: block;
	}

	@media screen and (max-width: 768px ) {
		h1{
	
			font-size:10px;
	
			text-align: left;
	
			line-height: 1.5;
	
		}
	
		.hLogo {
	
			width: 140px;
	
		}

		section {
			padding:  50px 0;
		}

		table.form th, table.form td {
			width:100%;
			display:block;
		}

		table.form th {
			text-align: left;
		}

		#eyechach img {
			width: 100%;
		}

	}

	@media screen and (max-width: 591px ) {
		h2 {
			font-size: 2.2rem;
		}

		section {
			padding: 30px 0;
		}
	}

/* ============================================= */

	/* isp-lp.css打ち消し ここまで*/

/* ============================================= */

	body{

		background-color: #000;

	}

	.h2_white{

		color: #333;

		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 37, 144, 1) 50%, rgba(255, 255, 255, 0));

		text-align: center;

	}

	.type03{

		color: #333;

		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 37, 144, 1) 50%, rgba(255, 255, 255, 0));

		text-align: left;

	}

	.inner{

		width: 100%;

	}

	.tc{

		text-align: center;

		margin-bottom: 30px;

	}

	.bg_black{

		background-color: #000;

	}

	a:hover, .btn:hover {
		cursor: pointer;
	}

	.hLogo a, .type01 {
		transition: 0.5s;
	}

	.hLogo a:hover, .type01:hover {
		opacity: 0.8;
	}
	
	.header_list li a {
		position: relative;
	}

	.header_list li a::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #fff;
		bottom: -8px;
		visibility: hidden;
		opacity: 0;
	}
			
	.header_list li a:hover::after {
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
	}

	.btn{

		background: linear-gradient(45deg, rgb(0, 84, 166), rgb(16, 176, 245));

		/* background:  rgb(16, 176, 245); */

		border-radius: 25px;

		padding: 0.5rem 2.5rem;

		/* border: 1px solid #fff; */

		letter-spacing: .2rem;

	}

	.lp_form_btn2{

		width: 600px;

		background: linear-gradient(45deg, rgb(0, 84, 166), rgb(16, 176, 245));

		border-radius: 3px;

		padding: 1rem 2rem;

		border: 2px solid #fff;

		text-align: center;

		color: #FFF;

		font-size: 28px;

		margin: auto;

		font-weight: 400;

		padding: 20px;

		position: relative;
	}

	.lp_form_btn2::after,
	.lp_form_btn3::after {
		position: absolute;
		left: -2px;
		top: -2px;
		content: url(../img/vrdata-center/lp_form_btn.png);
		opacity: 0;
	}

  .lp_form_btn3{

		width: 600px;

		background: linear-gradient(45deg, rgb(0, 84, 166), rgb(16, 176, 245));

		border-radius: 3px;

		padding: 1rem 2rem;

		border: 2px solid #fff;

		text-align: center;

		color: #FFF;

		font-size: 28px;

		margin: auto;

		font-weight: 400;

		padding: 20px;

    margin-top: 60px;

		position: relative;

	}

	.header_contact .btn {
		position: relative;
	}

	.header_contact .btn::after {
		position: absolute;
		left: 0;
		top: 0;
		content: 'お問合せ';
		border-radius: 25px;
		letter-spacing: .2rem;
		padding: 0.5rem 2.5rem;
		text-align: center;
		background: linear-gradient(45deg, rgb(13, 120, 228), rgb(47, 188, 249));
		color: #fff;
		opacity: 0;
	}

	.header_contact .btn:hover::after,
	.lp_form_btn2:hover::after,
	.lp_form_btn3:hover::after {
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
	}

	.lp_form_btn2 span, .lp_form_btn3 span{

		display: block;

		font-size: 21px;

		line-height: 2.5rem;

	}

	form p {
		text-align: center;
	}

	#dc_form .btn {
		color: #fff;
		border: none;
		display: block;
		margin: 0 auto;
		width: 300px;
		padding: 15px 0;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		font-weight: 500;
	}

	@media screen and (max-width: 768px ) {
		.type03 {
			line-height: 40px;
    	text-align: center;
		}

		h2 a {
			float: none;
		}
	}

	@media screen and (max-width: 591px ) {
		.tc {
			font-size: 1.5rem;
		}

		form p{
			font-size: 1.5rem;
		}
	}

/* ============================================= */

	/* ヘッダー*/

/* ============================================= */

	.headerdiv {

		/* background: rgb(0,0,0,0.9); */

		background: #000;

		/* opacity: 0.8; */

	}

	.header_contact{

		color:#fff;

	}

	.header_list li{

		padding: 0 10px

	}

	.header_list a{

		color: #fff;

		text-decoration: none;

	}

	@media screen and (max-width: 1024px) {
		.header_list {
			display: none;
		}

	}

	@media screen and (max-width: 768px ) {
		.lp_form_btn2 {
			width: 550px;
		}

		.lp_form_btn3 {
			width: 550px;
		}
	}

	@media screen and (max-width: 591px ) {
		.btn {
			font-size: 1.5rem;
		}

		.whats_dc_wrapper div {
			padding: 10px;
		}

		.lp_form_btn2 {
			max-width: 290px;
		}

		.lp_form_btn3 {
			max-width: 290px;
		}

		.lp_form_btn2 span, .lp_form_btn3 span {
			font-size: 16px;
			line-height: 2rem;
		}

	}

/* ============================================= */

	/* ファーストビュー*/

/* ============================================= */

	#eyechach,.bg_img{

		background-position: center top;

		background-repeat: no-repeat;

		background-attachment: fixed;

		background-size: cover;

		background-image: url(../img/vrdata-center/eyecatch.png);

	}

	#eyechach{

		padding: 150px 0 30px 0;

	}

	.eyechach_left{

		width: 66%;

	}

	.eyechach_left_title {
		max-width: 80%;
	}

	.eyechach_left_copy{

		width: 60%;

	}

	.eyechach_right{

		position: absolute;

		top: 0;

		max-width: 600px;

		right: -220px;

	}

	.eyechach_right_sp {
		display: none;
	}

	#eyechach picture::after{

		content: none;

	}

  .texts {

    /* display: flex;

    justify-content: center;

		align-items: center; */
		padding: 10px 0;

  }

	.text_vr{

		font-size: 19rem;

		color: #fff;

		display: inline-block;

		line-height: 0.8;

		font-family: 'futura';

		padding: 20px 10px 0 0;

	}

	.text_dcs{

		font-size: 8.2rem;

		line-height: 1;

		color: #fff;

		/* float: right; */

		font-family: 'futura';

		padding-top: 15px;

	}

	.text_jp{

		text-align: center;

		width: 100%;

		display: block;

		border: 1px solid #fff;

		color: #fff;

		padding: 1rem;

		font-size: 42px;

	}

	.cardbox{

		padding: 50px 0 0;

	}

	.card01 {

		background: rgb(252, 238, 33,0.8);

		position: relative;

		padding: 0 20px 20px;

		text-align: center;

	}

	.card01_w3{

		width: calc(97%/3);

	}

	.card01_w2{

		width: calc(98%/2);

		margin: 30px 0 0;

	}

	.card01_title{

		padding-bottom: 5px;

		font-size: 2rem;

		font-weight: 500;

		border-bottom: 2px solid #000;

		margin-bottom: 10px;

	}

	.card01_title2{

		height: 80px;

	}

	.card01_title span{

		color: #002590;

	}

	.big_num{

		font-size: 4rem;

		font-family: 'din-2014';

		font-weight: 600;

		line-height: 0.9;

		padding-right: 2px;

	}

	.card01::before,

	.card01::after{

		width: calc(100% - 20px);

		height: 0;

		display: block;

		position: absolute;

		right: 0;

		content: "";

	}

	.card01::before{

		border-bottom: solid 20px rgb(252, 238, 33,0.8);

		border-left: solid 20px transparent;

		bottom: 100%;

	}

	.main_txt{

		padding: 50px;

		text-align: center;

		color: #fff;

		font-size: 1.8rem;

		line-height: 1.9;

		letter-spacing: 0.05em;

	}

	.pc_br {
		display: block;
	}

	.sp_br {
		display: none;
	}

	@media screen and (max-width: 1024px) {
		.eyechach_left {
			width: 100%;
		}

		.eyechach_right {
			display: none;
		}

		.eyechach_right_sp {
			display: block;
			text-align: center;
			padding-top: 20px;
		}

		.eyechach_right_sp img {
			max-width: 768px;
		}

		.eyechach_left_title {
			max-width: 768px;
			margin: 0 auto;
		}

		#eyechach .eyechach_left_title img {
			width: 88%;
		}

		.texts {
			max-width: 768px;
			margin: 0 auto;
			text-align: center;
		}

		#eyechach .texts img {
			width: 100%;
		}

		.text_jp {
			max-width: 768px;
			margin: 0 auto;
		}

		.text_vr {
			font-size: 20rem;
		}

		.card01_w3 {
			width: 48%;
			margin: 20px 5px;
		}

		.card01_w2 {
			width: 48%;
			margin: 20px 5px;
		}

		.card01_w2_last {
			width: 100%;
			margin: 20px 5px;
		}

		.card01_title2 {
			height: auto;
		}
	}

	@media screen and (max-width: 768px) {
		.eyechach_right {
			max-width: 500px;
		}

		.text_vr {
			font-size: 15rem;
		}

		.text_dcs {
			font-size: 6rem;
		}

		.text_jp {
			width: 100%;
			font-size: 35px;
		}

		.card01_w3 {
			width: 100%;
		}

		.card01_w2 {
			width: 100%;
		}

		.pc_br {
			display: none;
		}

		.sp_br {
			display: block;
		}

		.card01_title {
			font-size: 3rem;
			height: auto;
		}

		.card01_text {
			font-size: 2.2rem;
		}

		.main_txt {
			font-size: 2rem;
		}
		
	}

	@media screen and (max-width: 591px ) {
		.eyechach_right {
			right: -12px;
		}

		.text_vr {
			font-size: 12rem;
			padding-top: 90px;
		}


		.text_dcs {
			font-size: 4rem;
		}

		.text_jp {
			font-size: 20px;
		}

		.card01_title  {
			font-size: 2rem;
		}

		.card01_text  {
			font-size: 1.7rem;
		}

		.main_txt {
			font-size: 1.4rem;
			padding: 30px;
		}

	}

	/* ============================================= */

	/* データセンターとは？ */

	/* ============================================= */

	.whats_dc_wrapper{

		align-items: center;

	}

	.whats_dc_wrapper div{

		width: 50%;

		color: #fff;

		padding: 20px;

		padding-bottom: 50px;

		line-height: 3.2rem;

	}

	/* ============================================= */

	/* データセンターサービスの特徴・メリット */

	/* ============================================= */

	.merit{

		width: 50%;

		padding: 0 20px;

		color: white;

	}

	.merit p{

		padding: 10px 0;

	}

	.merit img{

		max-width: 200px;

		height: auto;

	}

	.merit_title{

		color: #2FC0FF;

		font-size: 2.3rem;

		position: relative;

		padding-left: 30px;

		margin-left: 30px;

	}

	.merit_title:before{

		position: absolute;

		font-family: "Font Awesome 5 Free";

		font-weight: 900;

		content: "\f559";

		/* content: "\f091"; */

		background: #333;

		color: #2FC0FF;

		font-size: 18px;

		border-radius: 50%;

		left: -50px;

		width: 40px;

		height: 40px;

		line-height: 40px;

		text-align: center;

		top: 50%;

		-webkit-transform: translateY(-50%);

		transform: translateY(-50%);

	}

	@media screen and (max-width: 1024px ) {
		.inner {
			padding: 0 15px;
		}
	}

	@media screen and (max-width: 768px ) {
		.whats_dc_wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			flex-direction: column;
		}

		.whats_dc_wrapper div {
			width: 100%;
			line-height: 4.2rem;
		}

		.whats_dc_text {
			font-size: 2.3rem;
			text-align: center;
		}

		#merit_dc .flex {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			flex-direction: column;
		}

		.merit {
			width: 100%;
		}
	
	}

	@media screen and (max-width: 591px ) {
		.whats_dc_wrapper div {
			padding: 10px;
			line-height: 2.8rem;
		}

		.whats_dc_text {
			font-size: 1.6rem;
		}
	}

	/* ============================================= */

	/* ご利用からサポート開始までの流れ */

	/* ============================================= */
	.support_dc_icons {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: start;
    justify-content: start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
		align-items: center;
		padding-bottom: 10px;
	}

	.support_dc_icon {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
		align-items: center;
	}

	.flow{

		position: relative;

		border: 2px solid #002590;

		padding: 10px;

		text-align: center;

		font-size: 24px;

		color: #002590;

		margin-bottom: 35px;

	}

	/* .flow{

		color: #002590;

		padding: 10px;

		border: 2px solid #002590;

		position: absolute;

		left: 50%;

		top: 50%;

		transform: translate(-50%, -50%);

		width: 100%;

		font-size: 24px;

		display: flex;

		justify-content: center;

		align-items: center;

		z-index: 2;

	} */

	.support_dcwrapper .flow:not(:first-child)::before {

		content: "";

		height: 35px;

		display: block;

		border-left: 15px solid #002590;

		position: absolute;

		top: -37px;

		left: 50%;

	}

	.flex_start {
		justify-content: start;
		flex-flow: nowrap;
		-webkit-flex-wrap: nowrap;
		align-items: center;
	}

	.flow_num{

		text-align: left;

		font-family: 'din-2014';

		font-weight: 600;

		padding-right: 2px;

		color: #002590;

		width: 50px;

		font-size: 4rem

	}

	.flow_txt{

		font-size: 3rem;

		width: calc(100% - 320px);

		line-height: 60px;

	}

	.flow_icon_left {
		padding-right: 58px;
	}

	@media screen and (max-width: 768px ) {
		.flow img {
			width: 80%;
		}

		.flow_icons img {
			width: 40%;
		}

		.flow_num {
			font-size: 3.5rem;
		}
	
		.support_dc_icons {
			justify-content: center;
		}
	
		.flow_txt{
			font-size: 2rem;
			width: calc(100% - 310px);
		}
	
		.support_dc_icon {
			padding: 0 10px;
		}
	}
	
	@media screen and (max-width: 591px){
	
		.support_dc_icon img {
			width: 35px;
		}
	
		.support_dc_icon p {
			font-size: 1.5rem;
		}
	
	
		.flow_num {
			font-size: 2.6rem;
		}
	
		.flow_txt {
			font-size: 1.8rem;
			line-height: 45px;
			width: 100%;
			text-align: left;
			padding-left: 5px;
		}

		.flow img {
			width: 90%;
		}

		.flow_icons img {
			width: 40%;
		}

		.flow_icon_left {
			padding-right: 38px;
		}
	
	}

	/* ============================================= */

	/* ご利用料金/フォーム */

	/* ============================================= */