/*========================
mv
========================*/
#mv {
	background-image: url(../nextvip/img/mv.jpg);
}

/*========================
introduction
========================*/
#introduction {
	padding: 0.60rem 0 1.20rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#introduction {
		padding: 0.60rem 0 0;
	}
}

#introduction::before {
	content: "";
	width: calc(50% + 3.10rem);
	height: 4.73rem;
	background-image: url(../nextvip/img/intro_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0.80rem;
	right: 0;
	z-index: 0;
}
@media screen and (max-width:599px) {
	#introduction::before {
		width: 100%;
		height: calc(100% - 0.80rem);
		background-position: right center;
		top: 0.80rem;
	}
}

#introduction .ph_wrap {
	width: calc(50% + 0.50rem);
	height: auto;
	position: absolute;
	left: -1.00rem;
	top: 0.80rem;
}
@media screen and (max-width:599px) {
	#introduction .ph_wrap {
		width: calc(100% + 0.40rem);
		position: relative;
		left: -0.20rem;
		top: auto;
		margin-top: 0.20rem;
	}
}

#introduction .ph_wrap .catch_wrap {
	position: absolute;
	top: -0.60rem;
	left: 0.60rem;
	z-index: 1;
}
@media screen and (max-width:599px) {
	#introduction .ph_wrap .catch_wrap {
		position: absolute;
		top: -0.35rem;
		left: 0.20rem;
	}
}

#introduction .ph_wrap .catch_wrap span {
	position: relative;
	line-height: 1;
	padding: 0;
}

#introduction .ph_wrap .catch_wrap span::before {
	content: "";
	width: calc(100% + 0.12rem);
	background-color: #FFF;
	height: 80%;
	position: absolute;
	top: 52%;
	left: -0.06rem;
	transform: translateY(-50%);
	z-index: -1;
}

#introduction .ph_wrap .catch_wrap .catch {
	font-size: 0.18rem;
	font-weight: 800;
	color: #111;
}
@media screen and (max-width:599px) {
	#introduction .ph_wrap .catch_wrap .catch {
		font-size: 0.16rem;
	}
}

#introduction .ph_wrap .catch_wrap .catch span::before {
	height: 100%;
}

#introduction .ph_wrap .catch_wrap .large {
	font-size: 0.44rem;
	font-weight: 800;
	color: #111;
	margin-top: 0.20rem;
}
@media screen and (max-width:599px) {
	#introduction .ph_wrap .catch_wrap .large {
		font-size: 0.32rem;
		margin-top: 0.10rem;
	}
}

#introduction .ph_wrap .catch_wrap .large em {
	color: #00A0E2;
	font-style: normal;
}

#introduction .ph_wrap .ph {
	width: 100%;
	height: 4.70rem;
	position: relative;
	z-index: 0;
}
@media screen and (max-width:599px) {
	#introduction .ph_wrap .ph {
		height: 66vw;
	}
}

#introduction .ph_wrap .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#introduction .txt_box {
	width: 50%;
	margin-left: auto;
	padding: 0.70rem 0;
}
@media screen and (max-width:599px) {
	#introduction .txt_box {
		width: 100%;
		margin-left: auto;
		padding: 0.25rem 0;
	}
}

#introduction .txt_box .tit {
	font-size: 0.24rem;
	font-weight: 900;
	line-height: 1.66;
}
@media screen and (max-width:599px) {
	#introduction .txt_box .tit {
		font-size: 0.19rem;
		font-weight: 900;
		line-height: 1.66;
	}
	#introduction .txt_box .tit em {
		font-size: 0.17rem;
	}
}

#introduction .txt_box .tit span {
	color: #00A0E2;
}

#introduction .txt_box .txt {
	font-size: 0.16rem;
	line-height: 2;
	text-align: justify;
	padding-top: 0.15rem;
}
@media screen and (max-width:599px) {
	#introduction .txt_box .txt {
		font-size: 0.14rem;
		line-height: 2;
		text-align: justify;
		padding-top: 0.15rem;
	}
}

/*========================
Point
========================*/
#point {
	position: relative;
	z-index: 1;
}

#point .in .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.50rem 0;
	padding-bottom: 0.60rem;
}
@media screen and (max-width:599px) {
	#point .in .list {
		gap: 0.30rem 0;
		padding-bottom: 0.40rem;
		padding-top: 0.30rem;
	}
}

#point .in .list .detail {
	width: 100%;
	max-width: 5.65rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:599px) {
	#point .in .list .detail {
		max-width: 100%;
		align-items: center;
	}
}

#point .in .list .detail .ph {
	width: 2.00rem;
	height: 2.00rem;
}
@media screen and (max-width:599px) {
	#point .in .list .detail .ph {
		width: 1.20rem;
		height: 1.20rem;
	}
}

#point .in .list .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#point .in .list .detail .txt_box {
	width: calc(100% - 2.20rem);
}
@media screen and (max-width:599px) {
	#point .in .list .detail .txt_box {
		width: calc(100% - 1.40rem);
	}
}

#point .in .list .detail .num {
	font-family: 'Roboto', sans-serif;
	color: #00A0E2;
	font-size: 0.18rem;
	font-weight: 700;
}
@media screen and (max-width:599px) {
	#point .in .list .detail .num {
		width: 100%;
		font-size: 0.13rem;
		padding-bottom: 0.05rem;
	}
}

#point .in .list .detail .num span {
	display: inline-block;
	padding-left: 0.06rem;
	font-size: 0.30rem;
}
@media screen and (max-width:599px) {
	#point .in .list .detail .num span {
		font-size: 0.18rem;
	}
}

#point .in .list .detail .txt_box .tit {
	font-size: 0.20rem;
	font-weight: 700;
	padding: 0.06rem 0 0.04rem;
	line-height: 1.5;
}
@media screen and (max-width:599px) {
	#point .in .list .detail .txt_box .tit {
		font-size: 0.16rem;
		padding: 0;
		padding-bottom: 0.10rem;
	}
}

#point .in .list .detail .txt {
	font-size: 0.15rem;
	line-height: 1.73;
	text-align: justify;
	letter-spacing: 0.02em;
}
@media screen and (max-width:599px) {
	#point .in .list .detail .txt {
		font-size: 0.14rem;
		padding-top: 0.10rem;
	}
}

/* このような方におすすめです */
#point .in .osusume_wrap {
	position: relative;
}

#point .in .osusume_wrap::before {
	content: "";
	width: 100%;
	height: 0.90rem;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
@media screen and (max-width:599px) {
	#point .in .osusume_wrap::before {
		height: calc(100% - 0.20rem);
	}
}

#point .in .osusume_wrap .tit {
	text-align: center;
	font-size: 0.20rem;
	font-weight: 800;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:599px) {
	#point .in .osusume_wrap .tit {
		font-size: 0.18rem;
	}
}

#point .in .osusume_wrap .tit span {
	background-color: #00A0E2;
	display: inline-block;
	padding: 0.08rem 0.15rem;
}

#point .in .osusume_wrap .list {
	position: relative;
	z-index: 1;
	color: #111;
	display: flex;
	justify-content: center;
	gap: 0 0.30rem;
	padding: 0.20rem 0 0.35rem;
}
@media screen and (max-width:599px) {
	#point .in .osusume_wrap .list {
		display: block;
		padding: 0.10rem 0.16rem 0.16rem;
	}
}

#point .in .osusume_wrap .list .txt {
	font-size: 0.18rem;
	font-weight: 700;
}
@media screen and (max-width:599px) {
	#point .in .osusume_wrap .list .txt {
		font-size: 0.15rem;
		line-height: 2;
		letter-spacing: 0.02em;
	}
}

#point .in .osusume_wrap .list .txt span::before {
	content: "";
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.04rem;
	display: inline-block;
	background-image: url(../nextvip/img/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width:599px) {
	#point .in .osusume_wrap .list .txt span::before {
		width: 0.14rem;
		height: 0.14rem;
	}
}

/* 主な有資格者 */
#point .in .license_wrap {
	margin-top: 0.60rem;
	padding-bottom: 0.80rem;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap {
		margin-top: 0.40rem;
		padding-bottom: 0.50rem;
	}
}

#point .in .license_box {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.17rem 0;
}
@media screen and (max-width:599px) {
	#point .in .license_box {
		padding-bottom: 0.07rem;
	}
}

#point .in .license_wrap .tit {
	width: 100%;
	max-width: 2.00rem;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 800;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .tit {
		max-width: 100%;
		font-size: 0.16rem;
		border-bottom: 1px solid #FFF;
		padding-bottom: 0.17rem;
	}
}

#point .in .license_wrap .license_txt {
	width: calc(100% - 2.00rem);
	border-left: 1px solid #9E9E9F;
	box-sizing: border-box;
	padding-left: 0.30rem;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .license_txt {
		width: 100%;
		border-left: 0;
		padding: 0.07rem 0 0;
	}
}

#point .in .license_wrap .license_txt .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.10rem 0;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .license_txt .list {
		display: block;
		padding: 0.10rem 0;
	}
}

#point .in .license_wrap .license_txt .list .list_tit {
	width: 2.00rem;
	font-size: 0.18rem;
	font-weight: 700;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .license_txt .list .list_tit {
		width: 100%;
		font-size: 0.16rem;
		padding-bottom: 0.08rem;
	}
}

#point .in .license_wrap .license_txt .list .txt_box {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 2.00rem);
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .license_txt .list .txt_box {
		display: block;
		width: 100%;
		line-height: 1.91;
		padding-left: 1em;
	}
}

#point .in .license_wrap .license_txt .list .txt_box .txt {
	width: 33.3%;
	font-size: 0.16rem;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .license_txt .list .txt_box .txt {
		width: 100%;
		font-size: 0.14rem;
	}
}

#point .in .license_wrap .license_txt .list .txt_box .txt::before {
	content: "●";
	color: #00A0E2;
	font-size: 0.14rem;
	position: relative;
	display: inline-block;
	padding-right: 0.03rem;
}

#point .in .license_wrap .note {
	text-align: center;
	font-size: 0.14rem;
	font-weight: 500;
	padding-top: 0.20rem;
}
@media screen and (max-width:599px) {
	#point .in .license_wrap .note {
		font-size: 0.13rem;
		line-height: 1.875;
		padding-top: 0.15rem;
	}
}

/*========================
NEXT VIPのご利用方法
========================*/
#howtouse {
	position: relative;
	z-index: 2;
	padding: 0.50rem 0 1.10rem;
	color: #111;
}

#howtouse::before {
	content: "";
	width: 100%;
	height: calc(100% - 0.50rem);
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
@media screen and (max-width:599px) {
	#howtouse::before {
		height: calc(100% - 0.40rem);
	}
}

#howtouse .sec_tit {
	text-align: center;
	font-size: 0.40rem;
	font-weight: 800;
}
@media screen and (max-width:599px) {
	#howtouse .sec_tit {
		text-align: center;
		font-size: 0.28rem;
	}
}

#howtouse .sec_tit span {
	padding-bottom: 0.03rem;
	border-bottom: 2px solid #111;
}

#howtouse .sec_tit span em {
	color: #00A0E2;
}

#howtouse .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.80rem;
	padding-bottom: 0.30rem;
}
@media screen and (max-width:599px) {
	#howtouse .list {
		display: block;
		padding-top: 0.40rem;
		padding-bottom: 0.30rem;
	}
}

#howtouse .list .detail {
	width: 100%;
	max-width: 2.50rem;
	position: relative;
}
@media screen and (max-width:599px) {
	#howtouse .list .detail {
		max-width: 100%;
		padding-top: 0.30rem;
	}
}

#howtouse .list .detail .num {
	font-family: 'Roboto', sans-serif;
	font-size: 0.80rem;
	font-weight: 700;
	color: #FFF;
	opacity: 0.2;
	position: absolute;
	top: -0.30rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	-webkit-text-stroke: 2px #00A0E2;
  text-stroke: 2px #00A0E2;
  paint-order: stroke;
}
@media screen and (max-width:599px) {
	#howtouse .list .detail .num {
		font-size: 0.60rem;
		opacity: 0.6;
		position: absolute;
		top: 0.30rem;
		left: 0;
		transform: translateX(0);
	}
}

#howtouse .list .detail .tit {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.5;
	color: #00A0E2;
	padding-bottom: 0.10rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:599px) {
	#howtouse .list .detail .tit {
		font-size: 0.18rem;
		padding-left: 0.80rem;
		text-align: left;
		padding-bottom: 0.15rem;
	}
}

#howtouse .list .detail .ph {
	width: 100%;
	height: 2.01rem;
	overflow: hidden;
}

#howtouse .list .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#howtouse .list .detail .txt {
	padding-top: 0.10rem;
	font-size: 0.15rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0;
}
@media screen and (max-width:599px) {
	#howtouse .list .detail .txt {
		padding-top: 0.15rem;
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

#howtouse .btn {
	width: 100%;
	max-width: 5.50rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:599px) {
	#howtouse .btn {
		max-width: calc(100% - 0.80rem);
	}
}

#howtouse .btn a {
	display: block;
	background: linear-gradient(45deg, rgba(22,131,255,1) 0%,rgba(10,149,0,1) 100%);
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	padding: 0.35rem 0;
	padding-left: 0.56rem;
	position: relative;
}
@media screen and (max-width:599px) {
	#howtouse .btn a {
		font-size: 0.18rem;
		padding: 0.30rem 0;
		padding-left: 0.36rem;
	}
}

#howtouse .btn a:hover {
	filter: brightness(1.25);
	background: linear-gradient(45deg, rgba(22,131,255,1) 20%,rgba(10,149,0,1) 100%);
}

#howtouse .btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_bold_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}
@media screen and (max-width:599px) {
	#howtouse .btn a::before {
		width: 0.10rem;
		height: 0.10rem;
		right: 0.14rem;
	}
}

#howtouse .btn a span {
	position: relative;
}

#howtouse .btn a span::before {
	content: "";
	width: 0.48rem;
	height: 0.42rem;
	background-image: url(../common/img/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.56rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:599px) {
	#howtouse .btn a span::before {
		width: 0.38rem;
		height: 0.32rem;
		left: -0.48rem;
	}
}

/*========================
会社概要
========================*/
#faq {
	position: relative;
	padding: 1.30rem 0;
	background: linear-gradient(to bottom, rgba(77,77,77,1) 0%,rgba(77,77,77,0) 100%);
	margin-top: -0.50rem;
	z-index: 1;
}
@media screen and (max-width:599px) {
	#faq {
		padding: 0.90rem 0;
	}
}

#faq .sec_tit {
	text-align: center;
	font-size: 0.40rem;
	font-weight: 800;
	padding-bottom: 0.40rem;
}
@media screen and (max-width:599px) {
	#faq .sec_tit {
		font-size: 0.28rem;
	}
}

#faq .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.40rem 0;
}
@media screen and (max-width:599px) {
	#faq .list {
		gap: 0.20rem 0;
	}
}

#faq .list .detail {
	width: 100%;
	max-width: 5.80rem;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0.30rem;
	border-left: 0.10rem solid #00A0E2;
	color: #111;
	list-style: none;
	position: relative;
}
@media screen and (max-width:599px) {
	#faq .list .detail {
		max-width: 100%;
		padding: 0.20rem;
		border-left: 0.05rem solid #00A0E2;
	}
}

#faq .list .detail .faq_box {
	position: relative;
}

#faq .list .detail .q_txt {
	font-size: 0.18rem;
	font-weight: 700;
	padding-left: 0.30rem;
}
@media screen and (max-width:599px) {
	#faq .list .detail .q_txt {
		font-size: 0.16rem;
		line-height: 1.5;
		padding-left: 0.25rem;
	}
}

#faq .list .detail .q_txt::before {
	content: "Q.";
	font-family: 'Roboto', sans-serif;
	font-size: 0.20rem;
	font-weight: 700;
	color: #00A0E2;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width:599px) {
	#faq .list .detail .q_txt::before {
		font-size: 0.18rem;
	}
}

#faq .list .detail .a_txt_box {
	font-size: 0.15rem;
	line-height: 1.75;
	text-align: justify;
	margin-top: 0.15rem;
	padding-left: 0.30rem;
	position: relative;
}
@media screen and (max-width:599px) {
	#faq .list .detail .a_txt_box {
		font-size: 0.14rem;
		margin-top: 0.10rem;
		padding-left: 0.25rem;
	}
}

#faq .list .detail .a_txt_box::before {
	content: "A.";
	font-family: 'Roboto', sans-serif;
	font-size: 0.18rem;
	font-weight: 700;
	color: #C1272D;
	position: absolute;
	left: 0;
	top: -0.02rem;
}
@media screen and (max-width:599px) {
	#faq .list .detail .a_txt_box::before {
		font-size: 0.17rem;
	}
}

#faq .btn {
	width: 100%;
	max-width: 5.50rem;
	margin: 0.50rem auto 0;
}
@media screen and (max-width:599px) {
	#faq .btn {
		max-width: calc(100% - 0.40rem);
		margin: 0.30rem auto 0;
	}
}

#faq .btn a {
	display: block;
	background: #00A0E2;
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	padding: 0.35rem 0;
	position: relative;
}
@media screen and (max-width:599px) {
	#faq .btn a {
		font-size: 0.18rem;
		padding: 0.25rem 0;
	}
}

#faq .btn a:hover {
	background-color: #FFF;
	color: #00A0E2;
}

#faq .btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_bold_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}
@media screen and (max-width:599px) {
	#faq .btn a::before {
		width: 0.10rem;
		height: 0.10rem;
		right: 0.15rem;
	}
}

#faq .btn a:hover::before {
	background-image: url(../common/img/icon_right_bold_blue.svg);
	right: 0.16rem;
}