/*============================
MV
============================*/
.mv_wrap {
	position: relative;
}

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

.mv_wrap .in::before {
	content: "";
	width: 6.07rem;
	height: 2.30rem;
	background-image: url(../img/deco_dot_pink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: -1.80rem;
	bottom: -1.20rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .in::before {
		width: 3.47rem;
		bottom: -1.20rem;
	}
}

.mv_wrap .in::after {
	content: "";
	width: 12.74rem;
	height: 8.08rem;
	background-image: url(../img/deco_pink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -6.75rem;
	top: 1.40rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .in::after {
		width: 6.00rem;
		height: 4.08rem;
		right: -2.75rem;
		top: 2.80rem;
	}
}

.mv_wrap .illust {
	width: 100%;
	height: 100%;
	max-width: 4.88rem;
	max-height: 5.16rem;
	background-image: url(../img/top/mv_illust.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 1.20rem;
	top: 0;
	z-index:0;
}

@media screen and (max-width: 599px) {
	.mv_wrap .illust {
		width: 2.90rem;
		height: 2.80rem;
		position: relative;
		right: -0.20rem;
		margin: 0 auto 0.80rem;
	}
}

.mv_wrap .textbox {
	width: 50%;
	padding: 1.50rem 0 2.00rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .textbox {
		width: 100%;
		padding: 0.30rem 0.20rem 0.20rem;
		position: relative;
		z-index: 1;
		text-align: center;
		box-sizing: border-box;
	}
}

.mv_wrap .textbox .catch {
	width: 100%;
	max-width: 4.18rem;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	.mv_wrap .textbox .catch {
		max-width: 2.60rem;
		padding-bottom: 0.15rem;
		margin: auto;
	}
}

.mv_wrap .textbox .text {
	font-size: 0.20rem;
	font-weight: 500;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.mv_wrap .textbox .text {
		font-size: 0.17rem;
		font-weight: 500;
		letter-spacing: 0.10em;
		line-height: 1.75;
	}
}

/*============================
VISION
============================*/
.vision {
	padding-bottom: 0.80rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.vision {
		padding-bottom: 0.40rem;
	}
}

.vision .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;
	top: 1.40rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.vision .in::after {
		width: 10.00rem;
		left: -6.60rem;
		top: 1.40rem;
	}
}

.vision .in::before {
	content: "";
	width: 3.00rem;
	height: 3.00rem;
	background-image: url(../img/deco_round_pink.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 3.60rem;
	bottom: -1.40rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.vision .in::before {
		width: 2.00rem;
		height: 2.00rem;
		left: auto;
		right: -0.60rem;
		bottom: 1.40rem;
	}
}

.vision .box1100 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 599px) {
	.vision .box1100 {
		display: block;
	}
}

.vision .ph_wrap {
	width: 100%;
	max-width: 3.61rem;
}

@media screen and (max-width: 599px) {
	.vision .ph_wrap {
		max-width: 2.00rem;
		margin: auto;
	}
}

.vision .textbox {
	width: 100%;
	max-width: 5.40rem;
}

@media screen and (max-width: 599px) {
	.vision .textbox {
		max-width: 100%;
		padding-bottom: 0.20rem;
	}
}

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

@media screen and (max-width: 599px) {
	.vision .sec_title {
		font-size: 0.15rem;
		text-align:center;
		padding: 0.10rem 0;
	}
}

.vision .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) {
	.vision .sec_title .en_text {
		font-size: 0.30rem;
	}
}

.vision .textbox .text {
	font-size: 0.17rem;
	letter-spacing: 0.075em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.vision .textbox .text {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: justify;
		padding-top: 0.15rem;
	}
}

.vision .textbox .more_btn {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.vision .textbox .more_btn {
		padding-top: 0.10rem;
		text-align: center;
	}
}

.vision .textbox .more_btn a {
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #B4091E;
	text-decoration: none;
}

.vision .textbox .more_btn a:hover {
	opacity: 0.7;
}

.vision .textbox .more_btn a::after {
	content: "";
	width: 0.67rem;
	height: 0.47rem;
	display: inline-block;
	background-image: url(../img/link_round_red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.15rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.vision .textbox .more_btn a::after {
		width: 0.42rem;
		height: 0.30rem;
		top: 0.07rem;
	}
}

.vision .textbox .more_btn a:hover::after {
	right: -0.06rem;
}

/*============================
ABOUT
============================*/
.about {
	padding-bottom: 0.80rem;
	position: relative;
}

.about .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: -0.60rem;
	bottom: -0.60rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.about .in::before {
		width: 1.50rem;
		height: 1.50rem;
	}
}

.about .in::after {
	content: "";
	width: 3.30rem;
	height: 3.30rem;
	background-image: url(../img/deco_round_yellow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.30rem;
	top: -1.80rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.about .in::after {
		width: 2.30rem;
		height: 2.30rem;
		right: -1.30rem;
		top: 0.40rem;
	}
}

.about .box1100 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
	.about .box1100 {
		display: block;
	}
}

.about .ph_wrap {
	width: 100%;
	max-width: 3.54rem;
}

@media screen and (max-width: 599px) {
	.about .ph_wrap {
		max-width: 2.00rem;
		margin: auto;
	}
}

.about .textbox {
	width: 100%;
	max-width: 5.40rem;
}

@media screen and (max-width: 599px) {
	.about .textbox {
		max-width: 100%;
		padding-bottom: 0.20rem;
	}
}

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

@media screen and (max-width: 599px) {
	.about .sec_title {
		font-size: 0.15rem;
		text-align:center;
		padding: 0.10rem 0;
	}
}

.about .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) {
	.about .sec_title .en_text {
		font-size: 0.30rem;
	}
}

.about .textbox .text {
	font-size: 0.17rem;
	letter-spacing: 0.075em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.about .textbox .text {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: justify;
		padding-top: 0.15rem;
	}
}

.about  .textbox .more_btn {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.about  .textbox .more_btn {
		padding-top: 0.10rem;
		text-align: center;
	}
}

.about  .textbox .more_btn a {
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #B4091E;
	text-decoration: none;
}

.about  .textbox .more_btn a:hover {
	opacity: 0.7;
}

.about  .textbox .more_btn a::after {
	content: "";
	width: 0.67rem;
	height: 0.47rem;
	display: inline-block;
	background-image: url(../img/link_round_red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.15rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.about  .textbox .more_btn a::after {
		width: 0.42rem;
		height: 0.30rem;
		top: 0.07rem;
	}
}

.about  .textbox .more_btn a:hover::after {
	right: -0.06rem;
}


/*============================
SERVICE
============================*/
.service {
	padding-top: 0.80rem;
	padding-bottom: 1.20rem;
	position: relative;
	overflow: hidden;
}

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

.service .in::before {
	content: "";
	width: 3.00rem;
	height: 3.00rem;
	background-image: url(../img/deco_round_pink.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.30rem;
	right: 20%;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.service .in::before {
		content: "";
		width: 2.00rem;
		height: 2.00rem;
		background-image: url(../img/deco_round_pink.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: auto;
		bottom: 3.50rem;
		right: 70%;
		z-index: 0;
	}
}

.service .in::after {
	content: "";
	width: 12.74rem;
	height: 9.08rem;
	background-image: url(../img/deco_pink.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -4.00rem;
	top: 1.30rem;
	z-index: -1;
	transform: rotate(-5deg);
}

@media screen and (max-width: 599px) {
	.service .in::after {
		width: 9.00rem;
		top: 1.00rem;
	}
}

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

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

.service .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) {
	.service .sec_title .en_text {
		font-size: 0.30rem;
	}
}

.service .lead {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 2;
	padding-bottom: 0.40rem;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 599px) {
	.service .lead {
		font-size: 0.15rem;
		line-height: 1.85;
		padding-bottom: 0.30rem;
		text-align: justify;
	}
}

.service .service_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

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

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

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

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

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

.service .service_list_wrap .list .detail a .ph_wrap {
	width: 2.10rem;
	height: 2.50rem;
	overflow: hidden;
}

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

.service .service_list_wrap .list .detail a .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 a .textbox {
	width: calc(100% - 2.10rem);
	box-sizing: border-box;
	padding: 0.30rem;
}

@media screen and (max-width: 599px) {
	.service .service_list_wrap .list .detail a .textbox {
		width: 100%;
		padding: 0.20rem 0.25rem 0.30rem;
	}
}


/* 各サービスロゴ */
.service .service_list_wrap .list .detail a .textbox .logo {
	padding-bottom: 0.20rem;
}

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

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

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

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

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

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

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

.service .service_list_wrap .list .detail a .textbox .sub_title {
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
}

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

.service .service_list_wrap .list .detail a .textbox .sub_title span {
	border-bottom: 2px solid #B4091E;
}

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

.service .service_list_wrap .list .detail a .textbox .more_btn {
	font-size: 0.16rem;
	font-weight: 700;
	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.15rem;
		text-align: center;
		padding-top: 0.10rem;
	}
}

.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;
}

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