/*============================
MV
============================*/
.mv_wrap .illust {
  position: absolute;
  right: 2.00rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.80rem;
  height: 3.30rem;
  background-image: url(../img/service/mv_illust.svg);
	background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .illust {
		right: 0.30rem;
		top: 70%;
		width: 1.50rem;
		height: 1.60rem;
	}
}

.mv_wrap .catch {
  width: 100%;
  max-width: 4.00rem;
  padding-left: 0.50rem;
}

@media screen and (max-width: 599px) {
	.mv_wrap .catch {
		padding-left: 0.30rem;
	}
	.mv_wrap .catch img {
		height: 0.66rem;
	}
}

/*============================
INTRODUCTION
============================*/
.introduction .in {
  padding-bottom: 5.00rem;
}

@media screen and (max-width: 599px) {
	.introduction .in {
		padding-bottom: 50vw;
	}
}

.introduction .in::before {
  content: "";
  width: 14.00rem;
  height: 7.00rem;
  border-radius: 0.20rem;
  background-image: url(../img/service/intro_bg.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
	.introduction .in::before {
		content: "";
		width: 100%;
		height: 60vw;
		border-radius: 0;
		left: 0;
	}
}

.introduction .in::after {
	content: "";
	width: 16.00rem;
	height: 9.00rem;
	background-image: url(../img/deco_grey.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -6.60rem;
	bottom: -3.40rem;
	z-index: -1;
}

.introduction .sec_title {
	font-weight: 500;
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
	.introduction .sec_title {
		font-size: 0.15rem;
	}
}

.introduction .sec_title .en_text {
	font-size: 0.48rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #B4091E;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.introduction .sec_title .en_text {
		font-size: 0.30rem;
	}
}

.introduction .text {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.introduction .text {
		font-size: 0.15rem;
		letter-spacing: 0.075em;
		line-height: 1.85;
		text-align: center;
		padding-bottom: 0.15rem;
	}
}

.introduction .text.last {
	padding-bottom: 0;
	font-size: 0.24rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.introduction .text.last {
		font-size: 0.20rem;
	}
}

.introduction .text span {
	color: #B4091E;
	font-weight: 700;
}


/*============================
SERVICE
============================*/
.service {
	margin-top: -1.50rem;
	padding-bottom: 1.00rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.service {
		margin-top: 0.40rem;
	}
}

.service .in::after {
	content: "";
	width: 12.74rem;
	height: 8.08rem;
	background-image: url(../img/deco_pink.svg);
	background-size: contain;
	position: absolute;
	right: -4.75rem;
	top: 45%;
	z-index: -1;
}

.service .in::before {
	content: "";
	width: 3.00rem;
	height: 3.00rem;
	background-image: url(../img/deco_round_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -1.80rem;
	top: 5.50rem;
	z-index: -1;
}

.service .service_list_wrap .list .detail {
	max-width: 11.00rem;
	background-color: #FFF;
	margin: auto;
	box-sizing: border-box;
	border-radius: 0.20rem;
	box-shadow: 0 0.02rem 0.06rem rgba(0,0,0,0.2);
	margin-bottom: 0.50rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail {
		border-radius: 0.10rem;
		margin-bottom: 0.40rem;
	}
}

.service .service_list_wrap .list .detail a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.40rem;
	position: relative;
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail a {
		display: block;
		padding: 0;
	}
}

.service .service_list_wrap .list .detail a:hover {
	background-color: #FBF1F2;
}

.service .service_list_wrap .list .detail .ph_wrap {
	width: 3.00rem;
	height: 3.00rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail .ph_wrap {
		width: 100%;
		height: 54vw;
		border-radius: 0;
	}
}

.service .service_list_wrap .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.service .service_list_wrap .list .detail a:hover .ph_wrap img {
	transform: scale(1.05);
	opacity: 0.7;
}

.service .service_list_wrap .list .detail .textbox {
	width: calc(100% - 3.40rem);
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail .textbox {
		width: 100%;
		padding: 0.24rem;
		box-sizing: border-box;
	}
}

.service .service_list_wrap .list .detail .textbox .logo {
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail .textbox .logo {
		margin: auto;
	}
}

/* 合格実践塾 */
.service .service_list_wrap .list .detail.service01 a .textbox .logo {
	width: 2.93rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail.service01 a .textbox .logo {
		width: 2.20rem;
	}
}

/* ジッセンキッズ */
.service .service_list_wrap .list .detail.service02 a .textbox .logo {
	width: 3.62rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail.service02 a .textbox .logo {
		width: 2.60rem;
	}
}

/* TwentyMiles */
.service .service_list_wrap .list .detail.service03 a .textbox .logo {
	width: 2.75rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail.service03 a .textbox .logo {
		width: 2.15rem;
	}
}

/* 日本珠算教室連盟 */
.service .service_list_wrap .list .detail.service04 a .textbox .logo {
	width: 3.62rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail.service04 a .textbox .logo {
		width: 2.80rem;
	}
}

.service .service_list_wrap .list .detail .textbox .sub_title {
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #B4091E;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail .textbox .sub_title {
		font-size: 0.18rem;
		text-align: center;
	}
}

.service .service_list_wrap .list .detail .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}
}

.service .service_list_wrap .list .detail a .textbox .more_btn {
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	color: #B4091E;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail a .textbox .more_btn {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
		text-align: center;
		padding: 0.10rem 0;
	}
}

.service .service_list_wrap .list .detail a .textbox .more_btn::after {
	content: "";
	width: 0.39rem;
	height: 0.29rem;
	display: inline-block;
	background-image: url(../img/link_round_red_small.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.08rem;
	transition: all 0.3s;
	right: 0;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail a .textbox .more_btn::after {
		width: 0.30rem;
		height: 0.22rem;
		top: 0.05rem;
	}
}

.service .service_list_wrap .list .detail a:hover .textbox .more_btn::after {
	right: -0.03rem;
}