@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　box　　*/
.box_w{
	background: #FFFFFF;
}
.box_g{
	background: #f2f2f2;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 2rem;
}
.guide-ttl::before{
	background: url(../img/ttl_arrow.png) no-repeat top center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 2.8125rem;
	height: 0.75rem;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl .roma{
	font-family: "times-new-roman";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
}
.guide-ttl .caption{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.875rem;
	margin-bottom: 0.5rem;
}
.guide-ttl h2{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 576px){
	.guide-ttl{
		margin-bottom: 3rem;
	}
	.guide-ttl::before{
		width: 4.375rem;
		height: 1.125rem;
		top: -1.375rem;
	}
	.guide-ttl .roma{
		font-size: 1.25rem;
	}
	.guide-ttl .caption{
		font-size: 1.25rem;
	}
	.guide-ttl h2{
		font-size: 2.125rem;
	}
}
/*　　フォント　　*/
h3.ttl{
	position: relative;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2em;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}
h3.border{
	border-bottom: 2px dashed #998675;
	padding-bottom: 0.75rem;
}
.text{
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
.c-pink{
	color: #ffb2c6;
}
@media only screen and (min-width: 576px){
	h3.ttl{
		font-size: 1.6875rem;
		margin-top: 4rem;
		margin-bottom: 1.5rem;
	}
	h3.border{
		padding-bottom: 1rem;
	}
	.text{
		font-size: 1.4375rem;
	}
}
/*　　ボタン　　*/
.application_btn li img{
	filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(35, 24, 21, .5));
}
/*　　リスト　　*/
ul.disc{
	position: relative;
	list-style: disc;
	margin-left: 1.25rem;
}
ul li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
ul.list{
	position: relative;
}
ul.list li{
	position: relative;
	padding-left: 1.875rem;
}
ul.list li:not(:last-child){
	margin-bottom: 0.875rem;
}
ul.list li::before{
	position: absolute;
	background: url(../img/check.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	left: 0;
	top: 0.2rem;
}
@media only screen and (min-width: 576px){
	ul li{
		font-size: 1.5625rem;
	}
	ul.list li{
		padding-left: 2.625rem;
	}
	ul.list li:not(:last-child){
		margin-bottom: 1.125rem;
	}
	ul.list li::before{
		width: 2rem;
		height: 2rem;
		top: 0.25rem;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　header view　　*/
.header-view .contact-container{
	margin-top: -10.5rem;
}
@media only screen and (min-width: 576px){
	.header-view .contact-container{
		margin-top: -14rem;
	}
}
/*　　お知らせ　　*/
.news-container{
	padding: 3rem 0;
}
.news-container .guide-ttl{
	margin-bottom: 1.25rem;
}
.news-container .news-list{
	margin: 0 1rem;
}
.news-list .news-items{
	position: relative;
	display: block;
	border-bottom: 1px solid #534741;
	padding: 1rem 2rem 1rem 0;
}
.news-list .news-items:first-child{
	border-top: 1px solid #534741;
}
.news-list .news-items::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.375rem;
	height: 0.375rem;
	border-top: 1px solid #534741;
	border-right: 1px solid #534741;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news-list .news-items dt{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.25rem;
}
.news-list .news-items dd{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
}
@media only screen and (min-width: 576px){
	.news-container{
		padding: 5rem 0;
	}
	.news-container .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.news-container .news-list{
		margin: 0 1.25rem;
	}
	.news-list .news-items{
		padding: 1rem 3rem 1rem 0;
	}
	.news-list .news-items::after{
		width: 0.5rem;
		height: 0.5rem;
		border-top: 2px solid #534741;
		border-right: 2px solid #534741;
	}
	.news-list .news-items dt{
		font-size: 1.0625rem;
	}
	.news-list .news-items dd{
		font-size: 1.25rem;
	}
}
/*　　私たちについて　　*/
.about-container{
	position: relative;
	padding: 3.75rem 0 2.375rem 0;
}
.about-container::before{
	background: url(../img/about_bg.png) no-repeat top center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 100%;
	height: 19.625rem;
	top: 0;
	left: 0;
}
.about-container .price-container{
	margin-top: 2.375rem;
}
@media only screen and (min-width: 576px){
	.about-container{
		padding: 5.5rem 0 3.5rem 0;
	}
	.about-container::before{
		height: 30.375rem;
	}
	.about-container .price-container{
		margin-top: 3rem;
	}
}
/*　　入会特典　　*/
.present-container{
	position: relative;
	background: url(../img/present_bg.png);
	padding: 2.5rem 0 3rem 0;
}
.present-container .box{
	padding: 1.25rem 1.25rem 3rem 1.25rem;
}
.present-container .box h2{
	position: relative;
	background: url(../img/ttl_bg.png) no-repeat center;
	background-size: cover;
	color: #725424;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 2rem 1rem 0.75rem 1rem;
	margin-bottom: 1rem;
}
.present-container .box .caption{
	color: #725424;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0.375rem;
}
.present-container .box h3{
	position: relative;
	color: #725424;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.present-container .box h3::before,
.present-container .box h3::after{
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 0.75rem;
	bottom: 0.5rem;
}
.present-container .box h3::before{
	background: url(../img/ttl_l.png) no-repeat top center;
	background-size: cover;
	left: -0.5rem;
}
.present-container .box h3::after{
	background: url(../img/ttl_r.png) no-repeat top center;
	background-size: cover;
	right: -0.5rem;
}
.present-container .present-list dl:not(:last-child){
	margin-bottom: 2rem;
}
.present-container .present-list dl dt{
	background: url(../img/present_dt_bg.png) no-repeat center;
	background-size: cover;
	color: #4e382a;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0.25rem 0;
}
.present-container .present-list dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 1rem;
}
.present-container .box .application_btn{
	margin-top: 3rem;
}
@media only screen and (min-width: 576px){
	.present-container{
		padding: 2.625rem 0 5.875rem 0;
	}
	.present-container .box{
		padding: 1.5rem 1.5rem 4rem 1.5rem;
	}
	.present-container .box h2{
		font-size: 2.5rem;
		padding: 2rem 1rem 0.5rem 1rem;
		margin-bottom: 1.5rem;
	}
	.present-container .box .caption{
		font-size: 1.75rem;
	}
	.present-container .box h3{
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	.present-container .box h3::before,
	.present-container .box h3::after{
		width: 6.875rem;
		height: 1.1875rem;
		bottom: 0.875rem;
	}
	.present-container .box h3::before{
		left: -0.5rem;
	}
	.present-container .box h3::after{
		right: -0.5rem;
	}
	.present-container .present-list dl:not(:last-child){
		margin-bottom: 3rem;
	}
	.present-container .present-list dl dt{
		font-size: 2rem;
		padding: 0.25rem 0;
	}
	.present-container .present-list dl dd{
		font-size: 1.4375rem;
		padding-top: 1.625rem;
	}
	.present-container .box .application_btn{
		margin-top: 5rem;
	}
}
/*　　主宰者プロフィール　　*/
.profile-container{
	background: #eceff1;
	padding: 6rem 0 5rem 0;
}
.profile-container .imgArea{
	margin-bottom: 1.5rem;
}
.profile-container .contentArea{
	position: relative;
}
.profile-container .contentArea::before{
	background: url(../img/flower_bg.png) no-repeat top center;
	background-size: cover;
	content: '';
	position: absolute;
	width: calc(100% + 2.5rem);
	height: 46rem;
	top: -13rem;
	left: -1.25rem;
}
@media only screen and (min-width: 576px){
	.profile-container{
		padding: 7.5rem 0 5rem 0;
	}
	.profile-container .imgArea{
		margin-bottom: 3rem;
	}
	.profile-container .contentArea::before{
		width: calc(100% + 5rem);
		height: 68rem;
		top: -20rem;
		left: -2.5rem;
	}
}
/*　　コンテンツ　　*/
.contents-container{
	position: relative;
	background: url(../img/contents_bg.png) no-repeat top center;
	background-size: cover;
	padding: 6rem 0 3rem 0;
}
.contents-list .contents-items{
	padding: 2.5rem 1.25rem;
	box-shadow: 5px 5px 10px rgba(6, 0, 1, 0.3);
}
.contents-list .contents-items:not(:last-child){
	margin-bottom: 2rem;
}
.contents-list .contents-items .ttlArea{
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}
.contents-list .contents-items .ttlArea::before{
	content: '';
	position: absolute;
	background: url(../img/circle_bg.png) no-repeat top center;
	background-size: cover;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 9rem;
	height: 8rem;
}
.contents-list .contents-items .ttlArea .no{
	position: relative;
	font-family: "times-new-roman";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-bottom: 0.375rem;
}
.contents-list .contents-items .ttlArea h3{
	position: relative;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
.contents-list .contents-items .ttlArea .note{
	position: relative;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 1.25rem;
}
.contents-list .contents-items .ttlArea .caption{
	position: relative;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.375rem;
}
.contents-list .contents-items .imgArea{
	position: relative;
	width: calc(100% + 4.5rem);
}
.contents-list .contents-items:nth-child(odd) .imgArea{
	left: -2.5rem;
}
.contents-list .contents-items:nth-child(even) .imgArea{
	right: 2rem;
}
.contents-list .contents-items .contentArea{
	margin-top: -3rem;
}
.contents-list .contents-items .contentArea h3{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.contents-list .contents-items .bg-text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.contents-list .contents-items .contents-flow{
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.contents-list .contents-items .contents-flow dl{
	position: relative;
	margin-bottom: 3rem;
}
.contents-list .contents-items .contents-flow dl:not(:last-child)::after{
	background: #34241f;
	content: '';
	position: absolute;
	width: 1px;
	height: 1.75rem;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
}
.contents-list .contents-items .contents-flow dl dt{
	background: rgba(199, 178, 153, 0.28);
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.25rem;
	margin-bottom: 0.5rem;
}
.contents-list .contents-items .contents-flow dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.contents-list .contents-items .topic-container{
	margin-top: 2rem;
}
.contents-list .contents-items .topic-container .slider-items{
	background: #f2f2f2;
}
.contents-list .contents-items .topic-container h4{
	background: url(../img/dt_bg.png) no-repeat top center;
	background-size: cover;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.25rem;
}
.contents-list .contents-items .topic-container .box{
	padding: 0.5rem;
}
.contents-list .contents-items .topic-container .text{
	line-height: 1.45;
	letter-spacing: 0.01em;
	text-align: center;
}
.contents-list .contents-items .topic-container dl{
	background: rgba(199, 178, 153, 0.16);
	text-align: center;
	padding: 0 0.5rem 0.5rem 0.5rem;
	margin-top: 1.25rem;
}
.contents-list .contents-items .topic-container dl dt{
	position: relative;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.25;
	top: -0.5rem;
}
.contents-list .contents-items .topic-container dl dd{
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: -0.375rem;
}
.contents-list .contents-items .topic-container .point-ttl{
	align-items: center;
	display: flex;
	font-family: "times-new-roman";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-top: 0.875rem;
}
.contents-list .contents-items .topic-container .point-ttl::before,
.contents-list .contents-items .topic-container .point-ttl::after {
  background-color: #34241f;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.contents-list .contents-items .topic-container .point-ttl::before {
  margin-right: 0.25rem;
}
.contents-list .contents-items .topic-container .point-ttl::after {
  margin-left: 0.25rem;
}
.contents-list .contents-items .topic-container .point-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}
.contents-list .contents4 .contentArea dl{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.contents-list .contents4 .contentArea dl dt{
	background: url(../img/dt_bg.png) no-repeat top center;
	background-size: cover;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.25rem;
	margin-bottom: 0.5rem;
}
.contents-list .contents4 .contentArea dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
}
.contents-list .contents4 .contentArea .img{
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.contents-list .contents4 .contentArea .figure{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.contents-list .contents-items .contents-instructor{
	margin-top: 3rem;
}
.contents-list .contents-items .contents-instructor .instructor-img{
	margin-bottom: 0.5rem;
}
.contents-list .contents-items .contents-instructor .profile-img{
	margin-bottom: 0.5rem;
}
.contents-list .contents-items .contents-instructor .box{
	padding: 1rem;
}
.contents-list .contents-items .contents-instructor .box p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
}
.contents-list .contents-items .contents-instructor .box p:not(:last-child){
	margin-bottom: 1.25rem;
}
.contents-list .contents-items .outside-lecturer{
	margin-top: 3rem;
}
.contents-list .contents-items .outside-lecturer .box{
	padding: 0.75rem;
}
.contents-list .contents-items .outside-lecturer table{
	border-collapse: separate;
	border-spacing: 0.375rem;
}
.contents-list .contents-items .outside-lecturer table th{
	background: url(../img/th_bg.png) no-repeat top center;
	background-size: cover;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
	padding: 0.25rem 0.5rem;
}
.contents-list .contents-items .outside-lecturer table td{
	background: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	vertical-align: middle;
	padding: 0.25rem 0.875rem;
}
.contents-list .contents-items .outside-lecturer table td small{
	display: block;
	line-height: 1.25;
}
.contents-list .contents-items .outside-lecturer .text{
	font-size: 0.875rem;
	margin-top: 1rem;
}
.contents-list .contents5 .contentArea .note{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 1rem;
}
.contents-list .contents5 .gallery{
	margin-top: 3rem;
}
.gallery .slick-dots{
	bottom: -2.5rem;
}
.gallery .slick-dots li,
.gallery .slick-dots li button{
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.gallery .slick-dots li button:before{
	width: 0.625rem;
	height: 0.625rem;
	color: #998675;
	font-size: 0.625rem;
	line-height: 0.625rem;
	opacity: 1;
}
.gallery .slick-dots li.slick-active button:before{
	color: #34241F;
	opacity: 1;
}
@media only screen and (min-width: 576px){
	.contents-container{
		padding: 8rem 0 4.625rem 0;
	}
	.contents-list .contents-items{
		padding: 3rem 2rem;
	}
	.contents-list .contents-items:not(:last-child){
		margin-bottom: 3rem;
	}
	.contents-list .contents-items .ttlArea{
		margin-bottom: 3rem;
	}
	.contents-list .contents-items .ttlArea::before{
		width: 12rem;
		height: 10.625rem;
		top: -0.75rem;
	}
	.contents-list .contents-items .ttlArea .no{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.contents-list .contents-items .ttlArea h3{
		font-size: 2.125rem;
	}
	.contents-list .contents-items .ttlArea .note{
		font-size: 1.25rem;
		margin-top: 1.25rem;
	}
	.contents-list .contents-items .ttlArea .caption{
		font-size: 1.25rem;
		margin-top: 0.375rem;
	}
	.contents-list .contents-items .imgArea{
		width: calc(100% + 8rem);
	}
	.contents-list .contents-items:nth-child(odd) .imgArea{
		left: -4.5rem;
	}
	.contents-list .contents-items:nth-child(even) .imgArea{
		right: 3.5rem;
	}
	.contents-list .contents-items .contentArea{
		margin-top: -5rem;
	}
	.contents-list .contents-items .contentArea h3{
		font-size: 2.125rem;
		margin-bottom: 1.5rem;
	}
	.contents-list .contents-items .bg-text{
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
	.contents-list .contents-items .contents-flow{
		margin-top: 4rem;
		margin-bottom: 2rem;
	}
	.contents-list .contents-items .contents-flow dl{
		margin-bottom: 4rem;
	}
	.contents-list .contents-items .contents-flow dl:not(:last-child)::after{
		height: 2.625rem;
		bottom: -3rem;
	}
	.contents-list .contents-items .contents-flow dl dt{
		font-size: 2rem;
		padding: 0.375rem;
		margin-bottom: 0.75rem;
	}
	.contents-list .contents-items .contents-flow dl dd{
		font-size: 1.4375rem;
	}
	.contents-list .contents-items .topic-container{
		margin-top: 2rem;
	}
	.contents-list .contents-items .topic-container h4{
		font-size: 1.875rem;
	}
	.contents-list .contents-items .topic-container .box{
		padding: 0.5rem;
	}
	.contents-list .contents-items .topic-container dl{
		padding: 0 0.5rem 0.5rem 0.5rem;
		margin-top: 1.25rem;
	}
	.contents-list .contents-items .topic-container dl dt{
		font-size: 1rem;
		top: -0.5rem;
	}
	.contents-list .contents-items .topic-container dl dd{
		font-size: 1.25rem;
		margin-top: -0.375rem;
	}
	.contents-list .contents-items .topic-container .point-ttl{
		font-size: 1.25rem;
		margin-top: 0.875rem;
	}
	.contents-list .contents-items .topic-container .point-ttl::before {
	  margin-right: 0.25rem;
	}
	.contents-list .contents-items .topic-container .point-ttl::after {
	  margin-left: 0.25rem;
	}
	.contents-list .contents-items .topic-container .point-text{
		font-size: 1.25rem;
	}
	.contents-list .contents4 .contentArea dl{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.contents-list .contents4 .contentArea dl dt{
		font-size: 1.875rem;
		padding: 0.375rem;
		margin-bottom: 1rem;
	}
	.contents-list .contents4 .contentArea dl dd{
		font-size: 1.4375rem;
	}
	.contents-list .contents4 .contentArea .img{
		margin-top: 4rem;
		margin-bottom: 1.5rem;
	}
	.contents-list .contents4 .contentArea .figure{
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
	.contents-list .contents-items .contents-instructor{
		margin-top: 4rem;
	}
	.contents-list .contents-items .contents-instructor .instructor-img{
		margin-bottom: 1rem;
	}
	.contents-list .contents-items .contents-instructor .profile-img{
		margin-bottom: 0.5rem;
	}
	.contents-list .contents-items .contents-instructor .box{
		padding: 1.5rem;
	}
	.contents-list .contents-items .contents-instructor .box p{
		font-size: 1.25rem;
	}
	.contents-list .contents-items .contents-instructor .box p:not(:last-child){
		margin-bottom: 1.875rem;
	}
	.contents-list .contents-items .outside-lecturer{
		margin-top: 4rem;
	}
	.contents-list .contents-items .outside-lecturer .box{
		padding: 1rem;
	}
	.contents-list .contents-items .outside-lecturer table{
		border-spacing: 0.375rem;
	}
	.contents-list .contents-items .outside-lecturer table th{
		font-size: 2rem;
		padding: 0.25rem 0.5rem;
	}
	.contents-list .contents-items .outside-lecturer table td{
		font-size: 1.25rem;
		padding: 0.25rem 0.875rem;
	}
	.contents-list .contents-items .outside-lecturer .text{
		font-size: 1.25rem;
		margin-top: 1rem;
	}
	.contents-list .contents5 .contentArea .note{
		font-size: 1.25rem;
		margin-top: 1rem;
	}
	.contents-list .contents5 .gallery{
		margin-top: 4rem;
	}
	.gallery .slick-dots{
		bottom: -2.5rem;
	}
	.gallery .slick-dots li,
	.gallery .slick-dots li button{
		width: 0.875rem;
		height: 0.875rem;
	}
	.gallery .slick-dots li button:before{
		width: 0.875rem;
		height: 0.875rem;
		font-size: 0.875rem;
		line-height: 0.875rem;
	}
}
/*　　コミュニティ特典　　*/
.benefit-container{
	position: relative;
	background: url(../img/benefit_bg.png) no-repeat top center;
	background-size: cover;
	padding: 6rem 0 3rem 0;
}
.benefit-container .guide-ttl{
	margin-bottom: 2.5rem;
}
.benefit-list .benefit-items{
	position: relative;
	padding: 0.375rem;
	box-shadow: 5px 5px 10px rgba(6, 0, 1, 0.3);
}
.benefit-list .benefit-items::before,
.benefit-list .benefit-items::after{
	content: '';
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(35, 24, 21, .5));
}
.benefit-list .benefit-items::before{
	background: url(../img/benefit_l.png) no-repeat top center;
	background-size: cover;
	left: 0;
	top: 0;
}
.benefit-list .benefit-items::after{
	background: url(../img/benefit_r.png) no-repeat top center;
	background-size: cover;
	right: 0;
	bottom: 0;
}
.benefit-list .benefit-items:not(:last-child){
	margin-bottom: 2rem;
}
.benefit-list .box .box-inner{
	padding: 0.875rem 0.5rem;
	border: 1px solid #4e382a;
}
.benefit-list .benefit-items .ttl{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
.benefit-list .benefit-items .contentArea{
	border-top: 1px dashed #34241f;
	padding-top: 1rem;
	margin-top: 1rem;
}
.benefit-list .benefit-items .textArea{
	width: 68%;
}
.benefit-list .benefit-items .imgArea{
	width: 30%;
}
.benefit-list .benefit-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-list .benefit-items .price-box{
	background: #f2f2f2;
	align-items: center;
	padding: 0.25rem 0.5rem;
	margin: 0.375rem 0;
}
.benefit-list .benefit-items .price-box .arrow{
	width: 1.1875rem;
	margin-right: 0.375rem;
}
.benefit-list .benefit-items .price-box .price{
	color: #c1272d;
	font-size: 1.9375rem;
	font-weight: 700;
	line-height: 1.125;
}
.benefit-list .benefit-items .price-box .price span{
	display: inline-block;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.5rem;
}
.benefit-list .benefit-items .price-box .price small{
	display: block;
	font-size: 0.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.benefit-list .benefit-items .text{
	font-size: 0.8125rem;
	line-height: 1.85;
	letter-spacing: 0.01em;
}
.benefit-list .benefit-items:nth-child(4) .textArea .text{
	line-height: 1.35;
}
@media only screen and (min-width: 576px){
	.benefit-container{
		padding: 8rem 0 4.625rem 0;
	}
	.benefit-container .guide-ttl{
		margin-bottom: 4rem;
	}
	.benefit-list .benefit-items{
		padding: 0.375rem;
	}
	.benefit-list .benefit-items::before,
	.benefit-list .benefit-items::after{
		width: 3.875rem;
		height: 3.875rem;
	}
	.benefit-list .benefit-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.benefit-list .box .box-inner{
		padding: 0.875rem;
	}
	.benefit-list .benefit-items .ttl{
		font-size: 2.125rem;
	}
	.benefit-list .benefit-items .contentArea{
		padding-top: 1rem;
		margin-top: 1rem;
	}
	.benefit-list .benefit-items .textArea{
		width: 63%;
	}
	.benefit-list .benefit-items .imgArea{
		width: 35%;
	}
	.benefit-list .benefit-items .price-box{
		padding: 0.25rem 0.5rem;
		margin: 0.375rem 0;
	}
	.benefit-list .benefit-items .price-box .arrow{
		width: 1.875rem;
		margin-right: 0.375rem;
	}
	.benefit-list .benefit-items .price-box .price{
		font-size: 3rem;
	}
	.benefit-list .benefit-items .price-box .price span{
		font-size: 1.875rem;
		margin-left: 0.5rem;
	}
	.benefit-list .benefit-items .price-box .price small{
		font-size: 0.75rem;
	}
	.benefit-list .benefit-items .text{
		font-size: 1.125rem;
	}
}
/*　　参加すると得られるもの　　*/
.merits-container{
	position: relative;
	background: url(../img/merits_bg.png) no-repeat top center;
	background-size: cover;
	padding: 6rem 0 4.625rem 0;
}
.merits-list dl{
	position: relative;
	padding: 0.875rem 0;
}
.merits-list dl:not(:last-child){
	margin-bottom: 2.5rem;
}
.merits-list dl::before{
	content: '';
	position: absolute;
	background: url(../img/circle_bg.png) no-repeat top center;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9rem;
	height: 8rem;
}
.merits-list dl dt{
	position: relative;
	text-align: center;
	margin-bottom: 0.5rem;
}
.merits-list dl dt img{
	width: 4.75rem;
}
.merits-list dl dd{
	position: relative;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
@media only screen and (min-width: 576px){
	.merits-container{
		padding: 9rem 0 6.625rem 0;
	}
	.merits-list dl{
		position: relative;
		padding: 1.25rem 0;
	}
	.merits-list dl:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.merits-list dl::before{
		width: 14rem;
		height: 12.625rem;
	}
	.merits-list dl dt{
		margin-bottom: 1rem;
	}
	.merits-list dl dt img{
		width: 6.875rem;
	}
	.merits-list dl dd{
		font-size: 1.25rem;
	}
}
/*　　こんな方に向いています　　*/
.recommendation-container{
	position: relative;
	background: url(../img/recommendation_bg.png) no-repeat top center;
	background-size: cover;
	padding: 7rem 0 4.625rem 0;
}
.recommendation-container .guide-ttl{
	margin-bottom: 3rem;
}
.recommendation-container .box{
	background: url(../img/box_bg.png) no-repeat top center;
	background-size: cover;
	padding: 4.35rem 1.5rem 3rem 1.875rem;
}
@media only screen and (min-width: 576px){
	.recommendation-container{
		padding: 10rem 0 7rem 0;
	}
	.recommendation-container .guide-ttl{
		margin-bottom: 4.5rem;
	}
	.recommendation-container .box{
		padding: 5.5rem 1.5rem 3.875rem 2.25rem;
	}
}
/*　　受講生の声　　*/
.voice-container{
	position: relative;
	background: url(../img/voice_bg.png) no-repeat top center;
	background-size: cover;
	padding: 7rem 0 4.625rem 0;
}
.voice-container .guide-ttl{
	margin-bottom: 3rem;
}
.voice-list .voice-items{
	padding: 2.5rem 1.25rem;
}
.voice-list .voice-items:not(:last-child){
	margin-bottom: 2rem;
}
.voice-list .voice-items .no{
	font-family: "times-new-roman";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0.375rem;
}
.voice-list .voice-items .name{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0.875rem;
}
.voice-list .voice-items .imgArea{
	text-align: center;
	margin-bottom: 0.375rem;
}
.voice-list .voice-items .contentArea h3{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.voice-list .voice-items .contentArea p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 576px){
	.voice-container{
		padding: 10rem 0 7rem 0;
	}
	.voice-container .guide-ttl{
		margin-bottom: 4.5rem;
	}
	.voice-list .voice-items{
		padding: 3rem 1.375rem 4rem 1.375rem;
	}
	.voice-list .voice-items:not(:last-child){
		margin-bottom: 3rem;
	}
	.voice-list .voice-items .no{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.voice-list .voice-items .name{
		font-size: 1.4375rem;
		margin-bottom: 0.875rem;
	}
	.voice-list .voice-items .imgArea{
		margin-bottom: 0.375rem;
	}
	.voice-list .voice-items .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 2rem;
	}
	.voice-list .voice-items .contentArea p{
		font-size: 1.4375rem;
	}
}
/*　　チャイ WS 参加者　　*/
.guest-voice-container{
	position: relative;
	background: url(../img/guest-voice_bg.png) no-repeat top center;
	background-size: cover;
	padding: 6rem 0 4.625rem 0;
}
.guest-voice-container .section-head{
	text-align: center;
	margin-bottom: 3rem;
}
.guest-voice-container .section-head .figure{
	background: url(../img/guest-voice_head.png) no-repeat top center;
	background-size: cover;
	padding: 4rem 0 3rem 0;
}
.guest-voice-container .section-head .figure img{
	width: 17.375rem;
}
.guest-voice-container .section-head .caption{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: 0.1em;
}
.guest-voice-container .section-head h3{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.125;
	margin-top: -0.5rem;
}
.guest-voice-container .section-head h3 .bg{
	font-size: 4.625rem;
}
.guest-voice-container .section-head .text{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.guest-voice-container .section-body .box{
	padding: 1.5rem 1.25rem;
}
.guest-voice-container .section-body .box:not(:last-child){
	margin-bottom: 3rem;
}
.guest-voice-container .section-body .box h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	border-bottom: 1px solid #4e382a;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.guest-voice-container .section-body .box .contentArea p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 576px){
	.guest-voice-container{
		padding: 8rem 0 4.625rem 0;
	}
	.guest-voice-container .section-head{
		margin-bottom: 3.5rem;
	}
	.guest-voice-container .section-head .figure{
		padding: 5rem 0 4rem 0;
	}
	.guest-voice-container .section-head .figure img{
		width: 26.9375rem;
	}
	.guest-voice-container .section-head .caption{
		font-size: 1.4375rem;
	}
	.guest-voice-container .section-head h3{
		font-size: 3.1875rem;
		margin-top: -0.5rem;
	}
	.guest-voice-container .section-head h3 .bg{
		font-size: 7.125rem;
	}
	.guest-voice-container .section-head .text{
		font-size: 1.4375rem;
	}
	.guest-voice-container .section-body .box{
		padding: 2.5rem 1.5rem 2rem 1.5rem;
	}
	.guest-voice-container .section-body .box:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.guest-voice-container .section-body .box h3{
		font-size: 1.625rem;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	.guest-voice-container .section-body .box .contentArea p{
		font-size: 1.4375rem;
	}
}
/*　　メッセージ　　*/
.message-container{
	position: relative;
	background: url(../img/gray_bg.png) no-repeat top center;
	background-size: cover;
	padding: 8rem 0 4.625rem 0;
}
.message-container .guide-ttl{
	margin-bottom: 3rem;
}
.message-container .application_btn{
	margin-top: 3rem;
}
@media only screen and (min-width: 576px){
	.message-container{
		padding: 10rem 0 4.625rem 0;
	}
	.message-container .guide-ttl{
		margin-bottom: 4rem;
	}
	.message-container .application_btn{
		margin-top: 5rem;
	}
}
/*　　よくあるご質問　　*/
.faq-container{
	position: relative;
	background: url(../img/faq_bg.png) no-repeat top center;
	background-size: cover;
	padding: 8rem 0 6rem 0;
}
.faq-container .guide-ttl{
	margin-bottom: 4rem;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 2.5rem;
}
.faq-list .faq-items .question{
	border-bottom: 1px dashed #34241F;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.faq-list .faq-items .question dl,
.faq-list .faq-items .answer dl{
	display:flex;
	align-items: baseline;
}
.faq-list .faq-items .question dt,
.faq-list .faq-items .answer dt{
	width: 1.5625rem;
	height: 1.5625rem;
	display:flex;
	flex-direction:column;
	text-align: center;
}
.faq-list .faq-items .question dt span,
.faq-list .faq-items .answer dt span{
	height: 1.5625rem;
	font-family: "times-new-roman";
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.375rem;
	border: 1px solid #34241F;
}
.faq-list .faq-items .question dt span{
	line-height: 1.25rem;
}
.faq-list .faq-items .question dd,
.faq-list .faq-items .answer dd{
	width: calc(100% - 1.5625rem);
	padding-left: 0.625rem;
}
.faq-list .faq-items .question dd{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.faq-list .faq-items .answer dd{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
}
@media only screen and (min-width: 576px){
	.faq-container{
		padding: 10rem 0 8rem 0;
	}
	.faq-container .guide-ttl{
		margin-bottom: 4.5rem;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.faq-list .faq-items .question{
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}
	.faq-list .faq-items .question dt,
	.faq-list .faq-items .answer dt{
		width: 2.375rem;
		height: 2.375rem;
	}
	.faq-list .faq-items .question dt span,
	.faq-list .faq-items .answer dt span{
		font-size: 2rem;
		height: 2.375rem;
		line-height: 2.125rem;
	}
	.faq-list .faq-items .question dt span{
		line-height: 2rem;
	}
	.faq-list .faq-items .question dd,
	.faq-list .faq-items .answer dd{
		width: calc(100% - 2.375rem);
		padding-left: 1rem;
	}
	.faq-list .faq-items .question dd{
		font-size: 1.4375rem;
	}
	.faq-list .faq-items .answer dd{
		font-size: 1.25rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-container{
	padding: 5rem 0 4rem 0;
}
.error-container .error_url{
	padding: 2rem 0;
}
.error-container .block_btn{
	margin-top: 2rem;
}
.error-container .block_btn li img{
	filter: drop-shadow(5px 5px 5px rgba(14, 8, 4, 0.8));
}
@media only screen and (min-width: 576px){
	.error-container{
		padding: 5rem 0 6rem 0;
	}
	.error-container .error_url{
		padding: 3rem 0;
	}
	.error-container .block_btn{
		margin-top: 4rem;
	}
}
