/*
----------------------------------------
woman
----------------------------------------
*/

.pink {
	color: #d28892;
}

em {
	font-style: normal;
}

.min{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #222;
}

/* header */
#g-nav .contact .mail a {
	background: #d28892;
}

#nav-btn > div {
	background: #d28892;
	color: #fff;
}

#nav-btn span {
	background: #fff;
}

#fix-menu .menu-list > ul > li {
	border-bottom: solid 2px #d28892;
}

#fix-menu .menu-list .parent::before,
#fix-menu .menu-list .parent::after {
	background: #d28892;
}

#fix-menu .sub-menu ul {
	background: #d28892;
}

#fix-menu .sub-menu a::before {
	background: #cadce9;
}

#g-nav nav a:hover,
#g-nav nav li:hover .parent {
	color: #d28892;
}

#g-nav nav a:hover::after,
#g-nav nav li:hover .parent::after {
	background: #d28892;
}

#g-nav .sub-menu .menu-wrap {
	background: #d28892;
}

#g-nav .sub-menu li a::after {
	background: #cadce9;
}

#g-nav .sub-menu li a:hover::after {
	background: #6fa1ca;
}

#wrapper > header .tel .num {
	display: inline-block;
	font-size: 2.8rem;
	padding-left: 3rem;
	background: url(../img/woman/2x/icon-tel@2x.png) 2px 4px / 23px no-repeat;
}

#wrapper > header .tel .note {
	font-family: 'Lato', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#header-top .btn-form a {
	background: #d28892 url(../img/common/2x/arrow-02.png) right 18px center / 9px no-repeat;
	color: #fff;
}

.topic-path {
	background: #313f62;
}

.pageMain {
	background: url(../img/woman/2x/pagemain_bg@2x.jpg) no-repeat center center / cover;
	padding: 85px 0 40px;
}

.pageMain__ttlWrap {
	max-width: 675px;
	background: url(../img/woman/2x/pagemain_frame_l@2x.png) no-repeat left center, url(../img/woman/2x/pagemain_frame_r@2x.png) no-repeat right center;
	background-size: 11px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 18px;
}

.pageMain__subttl {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .3em;
	padding-bottom: 5px;
}

.pageMain__ttl {
	display: block;
	font-size: 4.6rem;
	letter-spacing: .2em;
}

.pageMain__ttl span {
	position: relative;
}

.pageMain__ttl span:before {
	content: '';
	background: #d28892;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -.2em;
	right: 0;
	margin: 0 auto;
	top: -0.4em;
}

.pageMain__list {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 571px;
	height: 205px;
	background: url(../img/woman/2x/pagemain_subcatch@2x.png) no-repeat center center / 100%;
	margin-left: 50px;
}

.pageMain__item {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .15em;
	line-height: 1.772;
	padding-left: .15em;
}

.pageMain__item:nth-child(1) {
	padding-left: calc(42px + .15em);

}

.pageMain__item:nth-child(3) {
	padding-right: 37px;
}

/* join */
.join {
	background: #f5f5f5;
	padding: 70px 0 70px;
}

.join__lead {
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 45px;
}

.join__ttl__en {
	text-align: center;
}

.join__ttl__ja {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: .06em;
	line-height: 1.8;
}

.join__ttl__ja span {
	font-size: 3.7rem;
	background: linear-gradient(transparent 70%, #cadce9 70%, #cadce9 80%, transparent 80%);
	display: inline-block;
}

/* point */
.point {
	padding: 76px 0 70px;
}

.point__heading {
	background: url(../img/woman/2x/ttl_line@2x.png) no-repeat left center, url(../img/woman/2x/ttl_line@2x.png) no-repeat right center;
	background-size: 300px;
	text-align: center;
	margin-bottom: 33px;
}

.point__ttl__inner {
	display: inline-block;
	background: #fff;
	font-weight: 500;
	font-size: 3.4rem;
	letter-spacing: .2em;
	padding-right: 20px;
	padding-left: calc(20px + .2em);
	text-align: center;
}

.point__ttl__inner span {
	position: relative;
}

.point__ttl__inner span:before {
	content: '';
	background: #d28892;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -.2em;
	right: 0;
	margin: 0 auto;
	top: -0.4em;
}

.point__list {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.point__item {
	text-align: center;
}

.point__item .num {
	position: relative;
	font-size: 6rem;
	letter-spacing: -0.02em;
	color: #cadce9;
	display: inline-block;
	line-height: 1;
	margin-bottom: 5px;
}

.point__item .num img {
	position: absolute;
	left: -26px;
	top: -5px;
}

.point__ttl {
	font-weight: 500;
	font-size: 2.8rem;
	padding-bottom: 1rem;
	letter-spacing: .1em;
	padding-left: .1em;
	line-height: 1;
	padding-bottom: 20px;
}

/* .contact-box */
.contact-box .ttl {
	background: #313f62;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contact-box .ttl h2 {
	font-weight: 500;
}

.contact-box .link-list .num {
	font-weight: 500;
}

.contact-box .link-list .txt .h {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contact-box .link-list .note {
	font-family: 'Lato', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.contact-box .link-list .mail-link a {
	background: #f8e6e8;
}

.contact-box .link-list .mail-link a:hover {
	background: #f1d0d4;
}

.contact-box .link-list .mail-link .button {
	background: #d28892;
}

.contact-box .link-list .button {
	font-weight: normal;
}

/* work */
.work {
	padding: 138px 0 0;
}

.work__heading {
	text-align: center;
	margin-bottom: 45px;
}

.work__heading img {
	display: block;
	margin: 0 auto 20px;
	padding-left: 26px;
	width: 790px;
}

.work__heading__sub {
	font-size: 2.1rem;
	color: #6fa1ca;
	letter-spacing: 0.16em;
	padding-left: 0.16em;
	font-weight: 500;
	background: url(../img/woman/2x/work_subttl_bg_l@2x.png) no-repeat left center, url(../img/woman/2x/work_subttl_bg_r@2x.png) no-repeat right center;
	background-size: 170px;
	display: block;
	max-width: 820px;
	margin: 0 auto;
}

.work__ttl {
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: .2em;
	padding-left: .2em;
	background: #fff url(../img/woman/2x/work_ttl_en@2x.png) no-repeat center top / 1107px;
	padding: 20px 0 23px;
	line-height: 1;
}

.case {
	background: #f5f5f5;
	padding: 50px 0 100px;
}

.case__box {
	background: #fff;
	padding: 29px 40px 25px;
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
}

.case__txtbox {
	flex: 1;
}

.case__ttlWrap {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.case__ttlWrap .num {
	position: relative;
	font-size: 4.3rem;
	color: #e0b1b7;
	display: inline-block;
	line-height: 1;
	letter-spacing: .1em;
}

.case__ttlWrap .num span {
	font-size: 7.1rem;
}

.case__ttlWrap .num img {
	position: absolute;
	left: -26px;
	top: -5px;
}

.case__ttl {
	flex: 1;
	margin-left: 5px;
	font-size: 2.8rem;
	font-weight: normal;
	position: relative;
	padding: 5px 0;
	margin-bottom: 20px;
}

.case__ttl:before {
	content: '';
	background: #e0b1b7;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
}

.case__ttl:after {
	content: '';
	background: #e0b1b7;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
}

.case__txt {
	padding-bottom: 25px;
	margin-right: 50px;
}

.case__qualification__ttl {
	font-weight: normal;
	letter-spacing: .2em;
	position: relative;
}

.case__qualification__ttl:before {
	content: '';
	background: #222;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.case__qualification__ttl span {
	display: inline-block;
	background: #fff;
	position: relative;
	padding-right: 1em;
}

.case__qualification__list {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.case__qualification__item {
	background: url(../img/woman/2x/icon-check@2x.png) no-repeat left center / 16px;
	padding-left: 26px;
	margin-right: 66px;
}

.case__qualification__item:last-child {
	margin-right: 0;
}

.case__history {
	background: #f5f5f5;
	padding: 15px 30px;
	margin-right: 60px;
}

.case__history__txt {
	font-size: 1.4rem;
}

.case__img {
	margin-top: 11px;
	opacity: .75;
}

.case__img__name {
	text-align: center;
	color: #666;
	line-height: 1.6;
	letter-spacing: .06em;
	padding-left: .06em;
}

/* popular */
.popular {
	padding: 110px 0 0;
}

.popular__headingWrap {
	max-width: 720px;
	background: url(../img/woman/2x/popular_ttl_bg_l@2x.png) no-repeat left center, url(../img/woman/2x/popular_ttl_bg_r@2x.png) no-repeat right center;
	background-size: 12px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 80px;
	padding: 10px 0;
}

.popular__heading__en {
	font-size: 2.2rem;
	color: #6fa1ca;
	letter-spacing: .6em;
	padding-left: .6em;
	display: inline-block;
	line-height: 1;
}

.popular__heading {
	font-size: 4rem;
	letter-spacing: .1em;
	padding-left: .1em;
	font-weight: normal;
	line-height: 1.3;
}

.popular__item {
	padding-bottom: 85px;
}

.popular__box {
	position: relative;
}

.popular__box:before {
	content: '';
	background: url(../img/woman/2x/popular_img_01@2x.jpg) no-repeat center center /cover;
	width: 52vw;
	height: 490px;
	display: block;
	position: absolute;
	top: 0;
	right: calc(-50vw + 595px);
	z-index: 0;
}

.popular__box.box-02:before {
	background-image: url(../img/woman/2x/popular_img_02@2x.jpg);
}

.popular__box:after {
	content: '';
	background-image: url(../img/woman/2x/popular-img-frame_l@2x.png), url(../img/woman/2x/popular-img-frame_r@2x.png), url(../img/woman/2x/popular-img-frame_m@2x.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 68px, 93px, 5px;
	background-position: left top, right top, center top;
	width: 52vw;
	height: 490px;
	display: block;
	position: absolute;
	top: 0;
	right: calc(-50vw + 595px);
	z-index: 1;
}

.popular__txtbox {
	max-width: 575px;
	padding-right: 50px;
	min-height: 490px;
	margin-bottom: 90px;
}

.popular__txtbox .num {
	position: relative;
	font-size: 12.6rem;
	color: #cadce9;
	display: inline-block;
	line-height: 1;
	letter-spacing: -.02em;
}

.popular__txtbox .num img {
	position: absolute;
	left: -30px;
	top: 0px;
}

.popular__ttl {
	font-weight: normal;
	font-size: 3.6rem;
	letter-spacing: 0.025em;
	padding-bottom: 10px;
}

.popular__txt {
	padding-bottom: 4rem;
}

.btn-more a {
	color: #d28892;
	border: 1px solid #d28892;
	display: block;
	max-width: 280px;
	text-align: center;
	padding: 14px 0;
	letter-spacing: .06em;
	position: relative;
}

.btn-more a:before {
	content: '';
	background: url(../img/woman/2x/arrow-right@2x.png) no-repeat center center /100%;
	width: 27px;
	height: 25px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	transition: all .3s;
	z-index: 1;
}

.btn-more a:after {
	content: '';
	background: #fff;
	width: 16px;
	height: 25px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1px;
	transition: all .3s;
	z-index: 0;
}

.btn-more a:hover {
	background: #f5f5f5;
}

.btn-more a:hover:before {
	right: -17px;
}

.btn-more a:hover:after {
	background: #f5f5f5;
}

.popular__recommend {
	background: #f5f9fc;
	padding: 72px 0 35px;
	position: relative;
	text-align: center;
}

.recommend__ttlWrap {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -36px;
	text-align: center;
}

.recommend__ttl {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 5px;
}

.recommend__ttl__en {
	font-size: 4.2rem;
	color: #6fa1ca;
	line-height: 1;
}

.recommend__list {
	display: inline-block;
}

.recommend__item {
	text-align: left;
	font-size: 1.8rem;
	background: url(../img/woman/2x/icn-check_square@2x.png) no-repeat left center /33px;
	padding-left: 43px;
	margin-bottom: 1rem;
}

/* first */
.first {
	margin-bottom: 80px;
}

.first__link {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/woman/2x/hatsu_bg@2x.jpg) no-repeat center center /cover;
	padding: 110px 0 120px;
}

.first__link:hover {
	opacity: .8;
}

.first__ttl {
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.6;
	color: #fff;
	padding-bottom: 1.5rem;
}

.first__ttl span {
	position: relative;
}

.first__ttl span:before {
	content: '';
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -.2em;
	right: 0;
	margin: 0 auto;
	top: -0.4em;
}

.first__txt {
	font-size: 1.8rem;
	letter-spacing: .06em;
	color: #fff;
}

.bnr-l a::before {
	right: 40%;
	left: 0;
	background: url(../img/woman/frame-06-01.png) left center / auto 200px no-repeat;
}

.bnr-l a::after {
	right: 0;
	left: 40%;
	background: url(../img/woman/frame-06-02.png) right center / auto 200px no-repeat;
}

.bnr-l a.bnr-l-faq p {
	font-size: 1.8rem;
	font-weight: normal;
}

.bnr-l a.bnr-l-faq > div {
	padding: 35px 75px;
}

/* project */
.project {
	padding: 195px 0 125px;
	position: relative;
}

.project:before {
	content: '';
	background: url(../img/woman/2x/project_ttl@2x.png) no-repeat center center /cover;
	width: 920px;
	height: 323px;
	display: block;
	position: absolute;
	left: 0;
	top: 120px;
}

.project .wrap {
	position: relative;
}

.project__box {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.project__txtbox {
	flex: 1;
}

.project__ttlWrap {
	padding-bottom: 40px;
}

.project__ttl__en {
	font-size: 2.2rem;
	color: #d28892;
	letter-spacing: .6em;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.project__ttl {
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: .16em;
	line-height: 1.6;
}

.project__logo {
	padding-bottom: 2rem;
}

.project__img {
	margin-top: 5px;
}

/* footer */
.heading-02 {
	color: #313f62;
	border-bottom: solid 2px #313f62;
}

.heading-02::after {
	border: solid 3px#313f62;
	bottom: -6px;
}

footer .copyright {
	background: rgb(210,136,146);
	background: -moz-linear-gradient(left,  rgba(210,136,146,1) 0%, rgba(100,133,186,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(210,136,146,1) 0%,rgba(100,133,186,1) 100%);
	background: linear-gradient(to right,  rgba(210,136,146,1) 0%,rgba(100,133,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d28892', endColorstr='#6485ba',GradientType=1 );
}

.contact-box .ttl {
	padding-top: 54px;
}

.bnr-l a.bnr-l-faq > div {
	padding: 20px 75px;
}

/* ENEKAN-5 講習会セクション */
.course-intro {
	padding: 80px 0 40px;
}

.course-intro .ttl-01 {
	margin-bottom: 40px;
}

.course-intro .table-01 {
	margin-top: 15px;
}

.course-intro .table-01 th {
	text-align: center;
    width: 28%;
    padding: 24px 30px;
}

.course-intro .table-01 td {
	width: 72%;
    padding: 16px 30px;
    letter-spacing: 0;
    line-height: 1.5;
}

.course-intro .table-01 .note {
	font-size: 1.4rem;
    letter-spacing: 1px;
}

.course-intro .btn-schedule {
	display: block;
    position: relative;
    font-weight: bold;
    font-size: 2.5rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    letter-spacing: .06em;
    border: solid 2px #1da1f2;
    border-radius: 50px;
    background-color: #1da1f2;
    padding: 7px;
    color: #fff;
    margin: 2rem auto;
    width: 1080px;
	max-width: 100%;
    box-shadow: 0px 5px #006bad;
}

.course-intro .btn-schedule:hover {
	opacity: .8;
}

.course-intro .btn-schedule::after {
	position: absolute;
    content: '';
    background: #fff url(../img/common/2x/arrow-05.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    top: 50%;
	transform: translateY(-50%);
    background-size: 25%;
}

.course-intro .btn-schedule br {
	display: none;
}

.woman-banner {
	margin-top: 50px;
}
.woman-banner a:hover {
	opacity: .7;
}

#woman .course {
	margin-bottom: 35px;
}

#woman .course:last-child {
	margin-bottom: 0;
}

/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and (max-width: 1200px) {

	.popular__txtbox {
		max-width: 50vw;
	}

	.popular__box:before {
		right: -15px;
	}

	.popular__box:after {
		right: -15px;
	}

	.contact-box .ttl {
		padding-top: 42px;
	}

	.course-intro .btn-schedule {
		font-size: 2rem;
	}

	.course-intro .btn-schedule::after {
		right: 15px;
	}
}


/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and (max-width: 1000px) {

	.contact-box .ttl {
		padding-top: 20px;
	}

	.course-intro .table-01 th {
		width: 20%;
		padding: 10px 15px;
	}

	.course-intro .table-01 td {
		width: 80%;
		padding: 10px 15px;
	}
}

/*
----------------------------------------
900
----------------------------------------
*/

@media screen and (max-width: 1000px) {
	.course-intro .btn-schedule br {
		display: inline;
	}
}

/*
----------------------------------------
768
----------------------------------------
*/

@media screen and (max-width: 768px) {

	.pageMain {
		background: url(../img/woman/2x/pagemain_bg_sp.png ) no-repeat center center / cover;
		padding: 30px 0 0;
		min-height: 365px;
		position: relative;
	}

	.pageMain__ttlWrap {
		padding-top: 8px;
		max-width: 500px;
		background:
			url( ../img/woman/2x/pagemain_frame_l_sp.png) no-repeat left center / 7px no-repeat,
			url( ../img/woman/2x/pagemain_frame_r_sp.png) no-repeat right center / 7px no-repeat;
	}

	.pageMain__subttl {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: .2rem;
		padding-bottom: 2px;
	}

	.pageMain__ttl {
		font-size: 2.5rem;
		line-height: 1.7;
	}

	.pageMain__ttl span:before {
		width: 4px;
		height: 4px;
		top: -.2em
	}

	.pageMain__list {
		margin-left: 0;
		max-width: 100%;
		height: 185px;
		max-width: 500px;
		background: none;
	}

	.pageMain__item {
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.7;
		letter-spacing: 0;
		display: block;
		width: 122px;
		height: 122px;
		padding: 40px 10px 10px !important;
		background: url( ../img/woman/2x/pagemain_subcatch_sp.png ) center center / contain no-repeat;
		position: absolute;
	}

	.pageMain__item:nth-child( 1 ) {
		top: 115px;
		left: 15px;
	}

	.pageMain__item:nth-child( 2 ) {
		top: 154px;
		left: 93px;
	}

	.pageMain__item:nth-child( 3 ) {
		top: 225px;
		left: 50px;
	}

	.join {
		padding: 40px 0 40px;
	}

	.join__lead {
		font-size: 1.5rem;
		text-align: left;
		padding-bottom: 20px;
	}

	.join__ttl__en img {
		width: 45%;
		display: block;
		margin: 0 auto 10px;
	}

	.join__ttl__ja {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.join__ttl__ja span {
		font-size: 2.3rem;
		display: inline;
		background: linear-gradient(transparent 70%, #cadce9 70%);
		line-height: 1.8;
	}

	.point {
		padding: 40px 0 10px;
	}

	.point__ttl__inner {
		font-size: 2.3rem;
		letter-spacing: .1em;
		padding: 0 2rem;
	}

	.point__ttl__inner span:before {
		width: 4px;
		height: 4px;
		left: -.1em;
	}

	.point__list {
		display: block;
	}

	.point__item {
		width: 100%;
		padding-bottom: 4rem;
	}

	.point__ttl {
		font-size: 2.3rem;
		line-height: 2;
		padding-bottom: 5px;
	}

	.point__item .num {
		margin-bottom: 0;
	}

	.work {
		padding: 40px 0 0;
	}

	.work__heading {
		padding: 0px 15px;
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.work__heading img {
		padding-left: 0;
		margin: 0 auto 10px;
		width: 100%;
	}

	.work__heading__sub {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		padding-left: 0.1em;
		background-size: 60px;
		line-height: 1.6;
	}

	.work__ttl {
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		padding-left: 0.1em;
		background: url(../img/woman/2x/work_ttl_en@2x.png) no-repeat center bottom / 100%;
		padding: 30px 0 15px;
		line-height: 1;
	}


	.case {
		padding: 30px 0 10px;
	}

	.case__box {
		padding: 20px 15px 20px;
		margin-bottom: 30px;
		display: block;
	}

	.case__ttl {
		font-size: 2rem;
		margin-bottom: 0;
		padding-bottom: 10px;
		line-height: 1.5;
	}

	.case__ttlWrap {
		margin-bottom: 15px;
	}

	.case__ttlWrap .num {
		font-size: 3rem;
	}

	.case__ttlWrap .num img {
		left: -21px;
	}

	.case__ttlWrap .num span {
		font-size: 5rem;
	}

	.case__ttl:before {
		bottom: 0;
	}

	.case__ttl:after {
		bottom: 3px;
	}

	.case__img.sp {
		display: block;
		text-align: center;
		width: 60%;
		margin: 0 auto 15px;
	}

	.case__txt {
		padding-bottom: 20px;
		margin-right: 0px;
	}

	.case__qualification__list {
		display: block;
		padding-left: 20px;
		margin-bottom: 15px;
		text-align: left;
	}

	.case__qualification__item {
		margin-right: 0px;
	}

	.case__history {
		padding: 15px;
		margin-right: 0;
	}

	.popular {
		padding: 40px 0 0;
	}

	.popular__headingWrap {
		margin: 0 auto 30px;
		padding: 0;
	}

	.popular__heading__en {
		font-size: 1.4rem;
	}

	.popular__heading {
		font-size: 2.6rem;
		line-height: 1.5;
	}

	.popular__item {
		padding-bottom: 50px;
	}

	.popular__box:before,
	.popular__box:after {
		content: none;
	}

	.popular__txtbox {
		max-width: 100%;
		padding-right: 0;
		min-height: auto;
		margin-bottom: 70px;
		text-align: center;
	}

	.popular__txtbox .num {
		font-size: 6rem;
		display: inline-block;
		margin-right: 1rem;
		vertical-align: middle;
	}

	.popular__txtbox .num img {
		left: -18px;
		top: -1px;
	}

	.popular__ttl {
		font-size: 2.3rem;
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0;
	}

	.popular__txt {
		padding-bottom: 1.5rem;
		text-align: left;
	}

	.popular__img {
		display: block;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.btn-more a {
		margin: 0 auto;
	}

	.popular__recommend {
		padding: 40px 15px 25px;
	}

	.recommend__item {
		font-size: 1.6rem;
		background: url(../img/woman/2x/icn-check_square@2x.png) no-repeat left top 2px /25px;
		padding-left: 35px;
		margin-bottom: 1rem;
		line-height: 1.6;
	}

	.recommend__ttlWrap {
		top: -31px;
	}

	.recommend__ttl__en {
		font-size: 2.6rem;
	}

	.first {
		margin-bottom: 40px;
	}

	.first__link {
		background: url( ../img/woman/2x/hatsu_bg_sp.png ) center center / cover no-repeat;
		padding: 38px 0 30px;
	}

	.first__ttl {
		font-size: 2.1rem;
	}

	.first__ttl span:before {
		width: 4px;
		height: 4px;
	}

	.first__txt {
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.bnr-l a.bnr-l-faq > div {
		padding: 17px 13px;
	}

	.bnr-l a.bnr-l-faq::before {
		left: -5px;
		background: url(../img/woman/2x/frame-06-01-sp.png ) left center / auto 100% no-repeat;
	}

	.bnr-l a.bnr-l-faq::after {
		right: -5px;
		background: url(../img/woman/2x/frame-06-02-sp.png) right center / auto 100% no-repeat;
	}

	.bnr-l a.bnr-l-faq p {
		font-size: 1.4rem;
	}

	.project {
		padding: 110px 0 30px;
		position: relative;
		background: url(../img/woman/2x/project_ttl@2x.png) no-repeat left top 80px /100%;
	}

	.project:before {
		content: none;
	}

	.project__box {
		display: block;
	}

	.project__txtbox {
		padding-bottom: 3rem;
	}

	.project__ttlWrap {
		padding-bottom: 30px;
	}

	.project__ttl__en {
		font-size: 1.4rem;
	}

	.project__ttl {
		font-size: 2.6rem;
	}

	.project__logo {
		padding-bottom: 1.5rem;
	}

	.project__img {
		text-align: center;
	}

	#sp-fix .mail {
		background: #d28892;
	}

	#sp-fix .tel .num {
		background: url(../img/woman/2x/icon-tel@2x.png) 2px 2px / 21px no-repeat;
	}

	.course-intro {
		padding: 40px 0 20px;
	}

	.course-intro .ttl-01 {
		margin-bottom: 30px;
	}

	.course-intro .table-01 tr {
		display: table-row;
	}

	.course-intro .table-01 th {
		width: 30%;
		text-align: center;
		border-bottom: solid 1px #1da1f2;
	}

	.course-intro .table-01 td {
		width: 70%;
		border-bottom: solid 1px #dbdbdb;
	}

	.course-intro .btn-schedule::after {
		content: none;
	}

	.woman-banner {
		margin-top: 30px;
	}
}


	/*
	----------------------------------------
	428
	----------------------------------------
	*/
	@media screen and (max-width: 428px) {
	.pageMain__list {
		height: 145px;
	}

	.pageMain__item:nth-child(1) {
		padding-left: calc(8% + .15em);
	}

	.pageMain__item:nth-child(3) {
		padding-right: 7%;
	}

	.work__ttl {
		padding: 0 0 15px;
	}

	.heading-02::after {
		bottom: -7px;
	}

}


/*
----------------------------------------
375
----------------------------------------
*/
@media screen and (max-width: 375px) {

	.pageMain__item:nth-child(1) {
		padding-left: calc(7% + .15em);
	}

	.pageMain__item:nth-child(3) {
		padding-right: 6%;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 769px ) {

	#header-top .btn-form a:hover {
		background: #df929c url(../img/common/2x/arrow-02.png) right 15px center / 9px no-repeat;

	}

	#g-nav .contact .mail a:hover {
		background: #df929c;
	}

}
