@charset "utf-8";
#wrap {
	font-family: serif;
}
.container {
	padding: 0!important;
}
.flex {
	display: flex;
	justify-content: space-around;
	align-self: center;
}
.vr_img_comp {
	width: 100%;
	margin: 60px 0 120px 0;
}
.vr_img_comp figure {
	width: 50%;
}
.vr_img_comp figure img {
	width: 100%;
}
.vr_ttl_wrapper {
	margin-top: 65px;
}
.vr_intro {
	width: 100%;
	justify-content: space-between;
}
.vr_intro .intro_txt {
	width: calc(50% - 40px);
}
.vr_intro .intro_txt h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 60px;
}
.vr_intro .intro_txt p {
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 28px;
	margin-top: 30px;
}
.vr_intro .intro_img {
	width: 46%;
}
.vr_intro .intro_img figure img {
	width: 100%;
}
.about_vr {
	margin-top: 120px;
}
.about_ttl h2 {
	font-size: 20px!important;
	letter-spacing: 0.12em!important;
}
.about_vr {
	background-image: url(../../images/vr/vr_bg.jpg);
	background-size: 100%;
	padding-top: 80px;
	padding-bottom: 20px;
}
.about_vr ul {
	width: 650px;
	margin: 0 auto;
}
.about_vr ul li {
	margin-bottom: 100px;
}
.about_vr ul li figure img {
	width: 100%;

}
.about_vr ul li b {
	line-height: 1;
	font-size: 26px;
	display: block;
	text-align: center;
	letter-spacing: 0;
	padding: 30px 0;
}
.about_vr ul li p {
	font-size: 16px;
	line-height: 28px;
}
.about_vr ul li figure {
	position: relative;
}
.about_vr ul li figure img.point_step {
	position: absolute;
	width: 54px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
}
.flow_step {
	justify-content: space-between;
	margin-bottom: 80px;
}
.flow_step figure.order_2 {
	order: 2;
}
.flow_step .order_1 {
	order: 1;
	margin-left: calc((100% - 1140px) / 2);
	width: calc(50% - (100% - 1140px) / 2);
}
.flow_step > figure {
	width: calc(50% - 50px);
}
.flow_step > figure img {
	width: 100%;
}
.flow_step div {
	width: calc(50% - 20px);
	padding-left: 20px;
}
.flow_step div b {
	font-size: 28px;
	letter-spacing: 0.12em;
	padding-top: 10px;
	display: block;
}
.flow_step div p {
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 28px;
	margin-top: 18px;
}
.vr_flow {
	margin-top: 80px;
}
.vr_flow .about_ttl {
	padding-bottom: 20px;
}
.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact_wrap {
	background-image: url(../../images/vr/contact_bg.jpg);
	padding: 80px 0;
	margin-bottom: 215px;
}
.contact_wrap .contact_ttl {
	color: #fff;
}
.contact_wrap .contact_ttl h2 {
	font-size: 20px;
	letter-spacing: 0.12em;
}
.contact_wrap b {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.04em;
	padding-top: 26px;
}
a.common_btn {
	width: 300px;
	color: #fff!important;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	letter-spacing: 0.14em;
	border-radius: 25px;
	background: transparent;
	border: 3px solid #fff;
	display: block;
	margin: 65px auto 0 auto;
	position: relative;
}
a.common_btn::after {
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}
br.sp {
	display: none;
}
br.pc {
	display: block;
}
@media screen and (max-width: 767px) {
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
	.vr_ttl_wrapper .archive-title {
		padding-top: 40px;

	}
	.vr_ttl_wrapper .archive-title h2 {
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: 0.1rem;
	}
	.about_vr ul {
		width: 90%;
		margin: 0 auto;
	}
	.vr_img_comp {
		margin: 30px 0;
	}
	.vr_intro {
		flex-wrap: wrap;
	}
	.vr_intro .intro_txt {
		width: 95%;
		margin: 0 auto;
	}
	.vr_intro .intro_txt h3 {
		font-size: 26px;
		line-height: 1.8;
	}
	.vr_intro .intro_img {
		width: 95%;
		margin: 40px auto;
	}
	.about_vr {
		margin-top: 0;
		padding-top: 0;
	}
	.about_vr ul li b {
		font-size: 20px;
		line-height: 1.5;
	}
	.about_vr ul li {
		margin-bottom: 40px;
	}
	.vr_flow {
		margin-top: 0;
	}
	.flow_step {
		flex-wrap: wrap;
	}
	.flow_step > figure {
		width: 90%;
	}
	.flow_step div {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.flow_step div b {
		font-size: 24px;
	}
	.flow_step figure.order_sp_1 {
		order: 1;
		margin-left: 10%;
	}
	.flow_step .order_sp_2 {
		order: 2;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.contact_wrap {
		padding: 40px 0;
		margin-bottom: 0;
	}
	.contact_wrap .contact_ttl .archive-title {
		padding-top: 40px;
	}
	.contact_wrap b {
		font-size: 24px;
		line-height: 1.5;
	}
}












