@charset "utf-8";

/*----------------
	common
----------------*/
.pc_non {
	display: none;
}

.sp_non {
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

#content {
	padding-top: 0px;
}

#content .inner {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.txt {
	font-size: 20px;
	color: #7e3f3f;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

/*--- bg ---*/
.bg-yellow,
.bg-pink,
.bg-blue,
.bg-white,
#header2 {
	/* min-width: 980px; */
	background-position: center top;
}

.bg-yellow {
	background-color: #fbf5c8;
	background-image: url(../img/bg_yellow.gif);
	margin-bottom: 0;
	padding-bottom: 0;
}

.bg-pink {
	background-color: #fdd2e2;
	background-image: url(../img/bg_pink.gif);
	background-position: center -8px;
	margin-top: 0;
	padding-top: 0;
}

.bg-blue {
	background-color: #a8eee7;
	background-image: url(../img/bg_blue.gif);
}

.bg-white {
	background-color: #ffffff;
}

.posrel {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

@media screen and (max-width: 751px) {
	.pc_non {
		display: block;
	}

	.sp_non {
		display: none;
	}

	#content .inner {
		width: 100%;
	}

	.bg-yellow,
	.bg-pink,
	.bg-blue,
	.bg-white,
	#header2 {
		width: 100%;
		min-width: inherit;
	}

	img {
		max-width: 100%;
	}

	.txt {
		font-size: 12px;
		line-height: 1.66;
	}
}

/*----------------
	.mv
----------------*/
.mv {
	padding: 97px 0 86px;
	overflow: hidden;
}

.mv:before {
	content: '';
	display: block;
	height: 40px;
	width: 100%;
	background-image: url(../img/deco_pink.png);
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.mv .ttl {
	/* left: 50%; */
	margin-bottom: 4px;
	/* margin-left: -910px; */
}

.mv .posrel img {
	width: 100%;
}

.mv .mv_bottm {
	/* left: 50%;
	margin-left: -1023px; */
}

.anchor_link {
	width: 205px;
	height: 204px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: -121px;
	background: url(../img/mv_btn.png) no-repeat;
	text-indent: -9999px;
}

.anchor_link:hover {
	background-position: 0 -204px;
}

@media screen and (min-width: 752px) and (max-width: 1240px) {
	.anchor_link {
		right: 0px;
	}
}

@media screen and (max-width: 751px) {
	.mv {
		padding: 10.5% 0 19.2%;
	}

	.mv:before {
		height: 20px;
		background-size: 32px 20px;
	}

	.bg-yellow {
		background-size: 15px 15px;
	}

	.mv .ttl,
	.mv .mv_bottm {
		left: inherit;
		margin-left: 0;
	}

	.anchor_link {
		width: 17%;
		height: 26.95%;
		bottom: 4.4%;
		right: 3.125%;
		background-size: 100% auto;
	}

	.anchor_link:hover {
		background-position: 0 0;
	}
}


/*----------------
	.image
----------------*/
.bg-pink-wrapper {
	/* min-width: 980px; */
	overflow: hidden;
	padding: 88px 0 127px;
	margin: -88px 0 -127px;
}

.image .inner {
	padding-bottom: 39px;
}

.image .inner:before {
	content: '';
	position: absolute;
	top: -84px;
	left: 50%;
	background-image: url(../img/image_deco_top.png);
	width: 689px;
	height: 84px;
	margin-left: -347px;
}

.image .inner:after {
	content: '';
	position: absolute;
	bottom: -115px;
	left: 50%;
	background-image: url(../img/image_deco_bottom.png);
	width: 494px;
	height: 127px;
	margin-left: -242px;
	z-index: 1;
}

.image .ttl {
	top: -80px;
	left: 6px;
}

.image .image_fukidashi {
	/* left: 50%; */
	margin-top: -125px;
	/* margin-left: -967px; */
	width: 100%;
}

@media screen and (max-width: 751px) {
	.bg-pink {
		background-size: 17px 17px;
	}

	.bg-pink-wrapper {
		min-width: 100%;
		padding: 19.27% 0 20.47%;
		margin: -19.27% 0 -20.47%;
	}

	.image .ttl {
		top: 0px;
		left: 0px;
	}

	.image .image_fukidashi {
		left: 0%;
		margin-top: -8%;
		margin-left: 0;
	}

	#content .image .inner {
		margin-top: -16.47%;
		padding-bottom: 4.7%;
	}

	.image .inner:before {
		content: '';
		position: absolute;
		top: 0%;
		left: 0%;
		background-image: url(../img/image_deco_top_sp.png);
		width: 100%;
		height: auto;
		margin-left: 0;
		background-size: 100% auto;
		padding-top: 20.47%;
	}

	.image .inner:after {
		content: '';
		position: absolute;
		bottom: -25%;
		left: 0%;
		background-image: url(../img/image_deco_bottom_sp.png);
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
		background-size: 100% auto;
		margin-left: 0;
		padding-top: 15.7%;
		z-index: 1;
	}
}

/*----------------
	.point
----------------*/
.point {
	overflow: hidden;
	padding: 80px 0 58px;
}

.point .ico {
	width: 289px;
	height: 294px;
	position: absolute;
}

.point .ico01,
.point .ico03,
.point .ico05 {
	left: 50%;
}

.point .ico01 {
	top: 684px;
	background: url(../img/bg_ico01.png) no-repeat;
	margin-left: -745px;
}

.point .ico03 {
	top: 1468px;
	background: url(../img/bg_ico03.png) no-repeat;
	margin-left: -723px;
}

.point .ico05 {
	top: 2325px;
	background: url(../img/bg_ico05.png) no-repeat;
	margin-left: -802px;
}

.point .ico02,
.point .ico04,
.point .ico06 {
	right: 50%;
}

.point .ico02 {
	top: 787px;
	background: url(../img/bg_ico02.png) no-repeat;
	margin-right: -701px;
}

.point .ico04 {
	top: 1521px;
	background: url(../img/bg_ico04.png) no-repeat;
	margin-right: -731px;
}

.point .ico06 {
	top: 2282px;
	background: url(../img/bg_ico06.png) no-repeat;
	margin-right: -756px;
}

.point .ico02,
.point .ico04,
.point .ico06 {
	right: 50%;
}

.point .ttl {
	/* left: 50%;
	margin-left: -971px; */
	top: -13px;
	margin-bottom: -26px;
}

.point .ttl img {
	width: 100%;
}

.point_box {
	background-image: url(../img/point_bg.png);
	background-repeat: no-repeat;
	width: 722px;
	height: 734px;
	margin: 0 auto 40px;
	text-align: center;
	padding-top: 95px;
	box-sizing: border-box;
}

.point_box.last {
	margin-bottom: 55px;
}

.point_ttl {
	margin-bottom: 34px;
}

.point_ttl:before {
	content: '';
	display: block;
	width: 70px;
	height: 82px;
	position: absolute;
	top: -11px;
	left: 165px;
	background-image: url(../img/point_illust.png);
}

.point_ttl01:after {
	content: '';
	display: block;
	width: 100px;
	height: 125px;
	position: absolute;
	top: -47px;
	right: 138px;
	background-image: url(../img/point_illust01.png);
}

.point_ttl02:after {
	content: '';
	display: block;
	width: 92px;
	height: 145px;
	position: absolute;
	top: -67px;
	right: 145px;
	background-image: url(../img/point_illust02.png);
}

.point_ttl03:after {
	content: '';
	display: block;
	width: 97px;
	height: 123px;
	position: absolute;
	top: -47px;
	right: 142px;
	background-image: url(../img/point_illust03.png);
}

.point_subttl {
	margin-left: 15px;
	margin-bottom: 24px;
}

.point_subttl03 {
	margin-bottom: 16px;
}

.point_img {
	margin-bottom: 21px;
	margin-left: -18px;
}

.point_img02 {
	margin-bottom: 33px;
	margin-left: 0px;
}

.point_img03 {
	margin-bottom: 33px;
	margin-left: 188px;
}

.btn_point {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #7e3f3f;
}

.btn_point,
.btn_point:visited,
.btn_point:link {
	color: #7e3f3f;
}

.btn_point:before {
	position: absolute;
	content: '';
	display: block;
	border-top: 1px solid #7e3f3f;
	width: 100%;
	height: 0px;
	bottom: 2px;
	left: 0;
}

@media screen and (max-width: 751px) {
	.bg-blue {
		background-size: 4px 4px;
	}

	.point .ico {
		display: none;
	}

	.point {
		padding: 25% 0 12%;
	}

	.point .ttl {
		left: 0%;
		margin-left: 0px;
		top: 0px;
		margin-top: -11%;
	}

	.point_box {
		background-image: url(../img/point_bg_sp.png);
		width: 100%;
		padding-top: 121.55%;
		height: 0;
		position: relative;
		background-size: 100% auto;
		margin-bottom: 6.3%;
	}

	.point_box.last {
		margin-bottom: 6.3%;
	}

	.point_ttl {
		position: absolute;
		top: 12.6%;
		left: 0%;
		width: 100%;
	}

	.point_ttl img {
		width: 39.375%;
	}

	.point_ttl:before {
		width: 11.5625%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		top: -9.6%;
		left: 16.25%;
	}

	.point_ttl:after {
		width: 15.625%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		top: -51%;
		right: 13.75%;
		height: 175%;
	}

	.point_ttl02:after {
		width: 14.225%;
		top: -78%;
		right: 14.85%;
		height: 195%;
	}

	.point_ttl:after {
		right: 11.85%;
	}

	.point_subttl {
		margin: 0;
		position: absolute;
		top: 25.5%;
		left: 0;
		width: 100%;
	}

	.point_subttl img {
		width: 61.5625%;
	}

	.point_img {
		position: absolute;
		top: 36%;
		left: 13.96%;
		margin: 0;
		width: 72.1875%;
	}

	.point_img02 {
		width: 93.75%;
		left: 3.125%;
	}

	.point_img03 {
		width: 82%;
		left: 3.125%;
	}

	.point_txt {
		position: absolute;
		top: 66%;
		left: 0;
		margin: 0;
		width: 100%;
	}

	#action-index a.btn_point,
	#action-index a.btn_point:visited,
	#action-index a.btn_point:link {
		color: #7e3f3f;
		font-size: 12px;
	}

	.btn_point:before {
		bottom: -2px;
	}
}

/*----------------
	.recommend
----------------*/
.recommend {
	padding: 98px 0 90px;
}

.recommend:after {
	content: '';
	display: block;
	height: 18px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url(../img/deco_blue.png);
}

.img_main_recommend {
	top: 11px;
	left: -2px;
	margin-bottom: 43px;
}

.recommend .txt {
	margin-bottom: 29px;
}

.recommend .txt:before {
	content: '';
	display: block;
	height: 292px;
	width: 189px;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -461px;
	background-image: url(../img/recommend_illust_l.png);
}

.recommend .txt:after {
	content: '';
	display: block;
	height: 260px;
	width: 200px;
	position: absolute;
	top: 25px;
	right: 50%;
	margin-right: -450px;
	background-image: url(../img/recommend_illust_r.png);
}

.recommend .ttl:before {
	content: '';
	display: block;
	height: 181px;
	width: 172px;
	position: absolute;
	top: 96px;
	left: 21px;
	background-image: url(../img/recommend_q.png);
}

.recommend .ttl:after {
	content: '';
	display: block;
	height: 180px;
	width: 172px;
	position: absolute;
	top: 98px;
	right: 20px;
	background-image: url(../img/recommend_a.png);
}

.btn_recommend {
	background-image: url(../img/recommend_btn.png);
	width: 664px;
	height: 371px;
	display: block;
	margin: 0 auto;
}

.btn_recommend:hover {
	background-position: 0 -371px;
}

@media screen and (max-width: 751px) {
	.recommend {
		padding: 10% 0 10%;
	}

	.recommend:after {
		height: 9px;
		background-size: 15px 9px;
		background-repeat: repeat-x;
	}

	.recommend .ttl {
		width: 87.5%;
		margin: 0 auto 34%;
	}

	.recommend .ttl:before {
		content: '';
		display: block;
		height: 0;
		width: 37.14%;
		position: absolute;
		top: 90%;
		left: 10%;
		background-image: url(../img/recommend_q_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 40%;
	}

	.recommend .ttl:after {
		content: '';
		display: block;
		height: 0;
		width: 37.14%;
		position: absolute;
		top: 90%;
		right: 10%;
		background-image: url(../img/recommend_a_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 40%;
	}

	.img_main_recommend {
		top: 0;
		left: 3.125%;
		margin-bottom: 3%;
		width: 93.75%;
	}

	.recommend .txt {
		margin-bottom: 9%;
	}

	.recommend .txt:before {
		content: '';
		display: block;
		height: auto;
		width: 21%;
		position: absolute;
		top: 119%;
		left: 3.3%;
		margin-left: 0;
		background-image: url(../img/recommend_illust_l_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 24%;
	}

	.recommend .txt:after {
		content: '';
		display: block;
		height: auto;
		width: 29%;
		position: absolute;
		top: 119%;
		right: 9%;
		margin-right: 0;
		background-image: url(../img/recommend_illust_r_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 22%;
	}

	.btn_recommend {
		width: 93.75%;
		margin: 0 auto;
		height: 0;
		padding-top: 62%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-image: url(../img/recommend_btn_sp.png);
	}

	.btn_recommend:hover {
		background-position: 0 0;
	}

}

/*----------------
	.btn_list
----------------*/
.bg-white {
	padding: 50px 0 80px;
}

.bg-white:before {
	content: '';
	display: block;
	height: 22px;
	width: 100%;
	position: absolute;
	top: -11px;
	left: 0;
	background-image: url(../img/deco_white.png);
}

.bg-white .ttl {
	margin-left: 9px;
}

.bg-white .ttl:before {
	content: '';
	display: block;
	height: 125px;
	width: 100px;
	position: absolute;
	top: 96px;
	left: 75px;
	background-image: url(../img/link_illust_l.png);
}

.bg-white .ttl:after {
	content: '';
	display: block;
	height: 121px;
	width: 161px;
	position: absolute;
	top: 98px;
	right: 28px;
	background-image: url(../img/link_illust_r.png);
}

.bg-white .txt {
	margin-bottom: 44px;
}

.btn_list {
	font-size: 0;
	padding-inline-start: 0px;
	margin-bottom: 40px;
}

.btn_list li {
	display: inline-block;
	position: relative;
}

.btn_list li:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	right: 36px;
	margin: auto;
	height: 15px;
	width: 10px;
	background-image: url(../img/arrow.png);
	background-position: 0 -15px;
}

.btn_list li:hover:after {
	background-position: 0 0;
}

.btn_list li.middle {
	margin: 0 40px;
}

.btn_list .btn {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #7e3f3f;
	line-height: 1.5;
	width: 300px;
	height: 113px;
	letter-spacing: 0.08em;
}

.btn.btn_pink {
	background-image: url(../img/btn_pink.png);
	background-position: 0 0px;
}

.btn.btn_pink:hover {
	color: #fff;
	background-position: 0 -113px;
}

.btn.btn_brown {
	background-image: url(../img/btn_brown.png);
	background-position: 0 0px;
}

.btn.btn_brown:hover {
	background-position: 0 -113px;
	color: #fff;
}

@media screen and (min-width: 751px) and (max-width: 1240px) {
	.btn_list {
		display: inline-block;
		margin: auto 15px;
	}

	.btn_list li {
		display: list-item;
		margin-bottom: 15px;
	}

	.btn_list li.middle {
		margin: 15px auto;
	}
}

@media screen and (max-width: 751px) {
	.bg-white {
		padding: 5% 0 0;
	}

	.bg-white:before {
		height: 11px;
		width: 100%;
		top: -5px;
		background-size: 73px 11px;
	}

	.bg-white .ttl {
		width: 93.75%;
		margin: 0 auto 4%;
	}

	.bg-white .ttl:before {
		content: '';
		display: block;
		height: auto;
		width: 16.1%;
		position: absolute;
		top: 80%;
		left: 0px;
		padding-top: 18%;
		background-image: url(../img/link_illust_l_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.bg-white .ttl:after {
		content: '';
		display: block;
		height: auto;
		width: 16%;
		position: absolute;
		top: 85%;
		right: -1.5%;
		padding-top: 14%;
		background-image: url(../img/link_illust_r_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.bg-white .txt {
		margin-bottom: 6%;
	}

	.btn_list_wrap {
		margin: 0 3.125%;
	}

	.btn_list.nyuen {
		float: left;
		width: 43%;
		padding-inline-start: 0;
	}

	.btn_list.lesson {
		float: right;
		width: 43%;
		padding-inline-start: 0;
	}

	.btn_list {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.btn_list li.middle,
	.btn_list li {
		margin: 0 0 6.25%;
	}

	.btn_list .btn {
		color: #fff;
		height: auto;
		font-size: 11px;
	}

	.btn.btn_pink,
	.btn.btn_brown {
		background: none;
		position: relative;
	}

	.btn.btn_pink .btntxt,
	.btn.btn_brown .btntxt {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: auto;
		color: #7e3f3f;
		-webkit-transform: translate(-55%, -50%);
		transform: translate(-55%, -50%);
		width: 100%;
		font-size: 11px;
	}

	.btn_list li:after {
		background-size: 5px 15px;
		height: 8px;
		width: 5px;
		right: 15px;
		background-position: 0 -7px;
	}

	.btn_list li:hover:after {
		background-position: 0 -7px;
	}
}

/*----------------
	footer
----------------*/
#module-special #footer {
	width: 100%;
	background: url(../img/ft_nami.png) center top repeat-x;
	padding: 22px 0 0;
	min-width: 980px;
}

#pagetop {
	position: absolute;
	top: -80px;
	right: 40px;
	padding: 0;
}

#pagetop a {
	background: none;
	padding: 0;
}

.footerbox {
	background-color: #fdd2e2;
	padding: 56px 0 58px;
}

#footer .inner {
	width: 860px;
	margin: 0 auto;
}

p#copyright {
	background: #c32887;
	color: #fff;
	font-size: 10px;
	padding: 18px 0;
	margin: 0;
}

.title {
	letter-spacing: 0.08em;
	font-size: 16px;
	font-weight: bold;
	color: #c32887;
	margin-bottom: 13px;
}

.title>span {
	font-size: 12px;
	font-weight: normal;
	padding-left: 16px;
}

.support_link {
	border-bottom: 1px dotted #c32887;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.support_link li {
	float: left;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
}

.support_link li:first-child {
	padding-left: 0;
}

.support_link li.last {
	padding-right: 0;
}

.support_link li+li {
	border-left: 1px solid #c32887;
}

.support_link li a {
	font-size: 12px;
	font-weight: bold;
	color: #c32887;
	letter-spacing: 0.08em;
}

#footerLink a {
	font-size: 14px;
	font-weight: bold;
	color: #7e3f3f;
	border: 1px solid #7e3f3f;
	padding: 5px 26px;
	display: inline-block;
	margin-bottom: 16px;
	border-radius: 15px;
}

#footer_menu ul li {
	padding-right: 19px;
	padding-left: 14px;
	line-height: 1;
	float: left;
}

#footer_menu ul li a {
	font-size: 10px;
	color: #7e3f3f;
	float: left;
}

#footer_menu ul li+li {
	border-left: 1px solid #7e3f3f;
}

#footer_menu ul li:first-child {
	padding-left: 0;
}

#footer_menu ul li.last {
	padding-right: 0;
}

@media screen and (max-width: 751px) {

	#pagetop {
		position: absolute;
		top: -52px;
		right: 50%;
		margin-right: -13px;
		padding: 0;
		width: 27px;
	}

	#pagetop a {
		background: none;
		padding: 0;
	}

	#footer .inner {
		width: 100%;
		text-align: left;
		margin: 0 auto;
	}

	#module-special #footer {
		background-size: 31px 11px;
		padding-top: 11px;
		min-width: inherit;
	}

	.title {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	.title>span {
		font-size: 9px;
		padding-left: 5px;
	}

	.footerbox {
		padding: 30px 10px 20px;
	}

	.support_link li {
		width: 50%;
		padding: 0;
		border: none;
		border-bottom: 1px solid #c32887;
		box-sizing: border-box;
	}

	.support_link li a {
		display: block;
		padding: 15px 0;
	}

	#action-index .support_link li a,
	#action-index .support_link li a:visited,
	#action-index .support_link li a:link {
		color: #c32887;
		font-size: 10px;
	}

	.support_link li:nth-child(odd) {
		border-left: none;
	}

	.support_link li:nth-child(even) a {
		padding-left: 5px;
	}

	.support_link li:nth-child(5),
	.support_link li:nth-child(6) {
		border-bottom: none;
	}

	#action-index #footerLink a,
	#action-index #footerLink a:visited,
	#action-index #footerLink a:link {
		font-size: 10px;
		padding: 11px 23px;
		border-radius: 30px;
		color: #7e3f3f;
	}

	p#copyright {
		font-size: 9px;
		padding: 6px 0;
	}

	#footer_menu ul li {
		width: 50%;
		padding: 0;
		box-sizing: border-box;
		border-bottom: 1px solid #7e3f3f;
	}

	#footer_menu ul li:nth-child(odd) {
		border-left: none;
	}

	#footer_menu ul li:nth-child(7),
	#footer_menu ul li:nth-child(8) {
		border-bottom: none;
	}

	#action-index #footer_menu a,
	#action-index #footer_menu a:visited,
	#action-index #footer_menu a:link {
		font-size: 9px;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #7e3f3f;
	}

	#footer_menu ul li:nth-child(even) a {
		padding-left: 5px;
	}

	#footer_menu ul li a {
		display: block;
		width: 100%;
	}
}