@charset "utf-8";
/*============================
イントロ
============================*/
#intro {
	margin-top: 0.80rem;
	padding-bottom: 1.10rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#intro {
		margin-top: 0.50rem;
		padding-bottom: 0.50rem;
	}
}

#intro .in {
	max-width: 10.00rem;
}

#intro .in .tit {
	font-size: 0.32rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#intro .in .tit {
		font-size: 0.22rem;
		padding-bottom: 0.20rem;
	}
}

#intro .in .melit_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 0.40rem;
}
@media screen and (max-width: 640px) {
	#intro .in .melit_list {
		display: block;
		gap: 0;
	}
}

#intro .in .melit_list .detail .img_wrap {
	max-width: 2.30rem;
	margin: auto;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#intro .in .melit_list .detail .img_wrap {
		max-width: 1.40rem;
		padding-bottom: 0.10rem;
	}
}

#intro .in .melit_list .detail .img_wrap img {
	display: block;
}

#intro .in .melit_list .detail .txt {
	font-size: 0.16rem;
	line-height: 1.875;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#intro .in .melit_list .detail .txt {
		font-size: 0.14rem;
		padding-bottom: 0.30rem;
	}
}

/*============================
待遇
============================*/
#benefits {
	position: relative;
	min-height: 7.40rem;
}
@media screen and (max-width: 640px) {
	#benefits {
		min-height: auto;
	}
}

#benefits::before {
	content: "";
	width: calc(50% + 3.50rem);
	height: calc(100% + 1.40rem);
	background-color: #E5F5FC;
	position: absolute;
	top: 0.53rem;
	right: 0;
	z-index: 0;
}

#benefits .ph_wrap {
	position: absolute;
	left: -2.00rem;
	top: 0;
	width: calc(50% + 2.40rem);
	height: 7.00rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#benefits .ph_wrap {
		position: relative;
		left: 0;
		top: 0;
		width: calc(100% + 0.20rem);
		height: 67vw;
		margin-left: -0.20rem;
	}
}

#benefits .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 0.40rem;
}
@media screen and (max-width: 640px) {
	#benefits .ph_wrap img {
		border-radius: 0 0.20rem 0.20rem 0;
	}
}

#benefits .deco {
	bottom: -1.05rem;
}

#benefits .txt_box {
	max-width: 5.05rem;
	margin-left: auto;
	padding-top: 0.40rem;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box {
		max-width: 100%;
		margin-left: 0;
		padding-top: 0.30rem;
	}
}

#benefits .txt_box .sec_tit {
	font-size: 0.30rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .sec_tit {
		font-size: 0.26rem;
		text-align: center;
	}
}

#benefits .txt_box .sub_tit {
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .sub_tit {
		text-align: center;
	}
}

#benefits .txt_box .sub_tit span {
	display: inline-block;
	font-size: 0.17rem;
	font-weight: 700;
	color: #FFF;
	background-color: #00A0E2;
	padding: 0.07rem 0.20rem 0.10rem;
	border-radius: 0.30rem;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .sub_tit span {
		font-size: 0.15rem;
	}
}

#benefits .txt_box .catch {
	font-size: 0.21rem;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
	padding: 0.15rem 0;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .catch {
		font-size: 0.16rem;
		padding: 0.15rem 0;
		text-align: center;
		justify-content: center;
		gap: 0 0.06rem;
	}
}

#benefits .txt_box .catch .large {
	font-size: 0.38rem;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .catch .large {
		font-size: 0.26rem;
	}
}

#benefits .txt_box .catch .middle {
	font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .catch .middle {
		font-size: 0.18rem;
	}
}

#benefits .txt_box .catch .marker {
	background: linear-gradient(transparent 60%, #FFF72C 40%);
	padding-bottom: 0.0rem;
}

#benefits .txt_box .txt {
	font-size: 0.16rem;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .txt {
		font-size: 0.14rem;
		line-height: 1.91;
	}
}

#benefits .txt_box .feature_list {
	background-color: #FFF;
	border: 0.05rem solid #CCC;
	padding: 0.14rem 0.18rem;
	margin: 0.15rem 0;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .feature_list {
		border: 0.03rem solid #CCC;
	}
}

#benefits .txt_box .feature_list .list_txt {
	font-size: 0.16rem;
	font-weight: 700;
	min-width: 40%;
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .feature_list .list_txt {
		font-size: 0.14rem;
		text-indent: -0.18rem;
		margin-left: 0.16rem;
		line-height: 1.5;
		padding: 0.05rem 0;
		min-width: 30%;
		box-sizing: border-box;
	}
}

#benefits .txt_box .feature_list .list_txt::before {
	content: "";
	width: 0.14rem;
	height: 0.14rem;
	display: inline-block;
	background-image: url(../img/benefits/icon_check_blue.svg);
	background-repeat: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.06rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .feature_list .list_txt::before {
		width: 0.12rem;
		height: 0.12rem;
	}
}

#benefits .txt_box .caption {
	font-size: 0.13rem;
	line-height: 1.875;
}
@media screen and (max-width: 640px) {
	#benefits .txt_box .caption {
		font-size: 0.11rem;
	}
}

/*============================
バナー
============================*/
@media screen and (max-width: 640px) {
	.bnr {
		padding-bottom: 0.30rem;
	}
}