@media (min-width: 768px){
	.no_pc{
		display: none;
	}
}
.bgnnr_wrp{
	background-color: #ffffff;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.main_wrp{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background-color: #ffffff;
	font-size: clamp(15px, 2.213vw, 17px);
}
.bgnnr_wrp a, .bgnnr_wrp a:hover, .bgnnr_wrp a:visited{
	color: #333;
	text-decoration: none;
}
.bgnnr_wrp .top_bar{
	background-color: #fcf3f6;
	padding: 20px 15px;
	font-size: 14px;
	justify-content: center;
	gap: 30px;
}
.bgnnr_wrp .top_bar div{
	background-color: #3f383a;
	color: #fff;
	padding: 8px 0;
	width: 155px;
	text-align: center;
	font-weight: 600;
}
.bgnnr_wrp .top_bar div i{
	margin: 0 5px 0 0;
}
.bgnnr_wrp .flex{
	display: flex;
}
.bgnnr_wrp section{
	justify-items: center;
	text-align: center;
	padding: 30px 20px;
}
.bgnnr_wrp .dot{
	text-emphasis: filled;
}
.bgnnr_wrp .dot_pk{
	text-emphasis: filled #fa6593;
}
.bgnnr_wrp .ln_rd{
	background: linear-gradient(transparent 70%, #ff99abab 70%);
	display: inline-block;
}
.bgnnr_wrp .slash {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: clamp(18px, 2.604vw, 20px);
	padding: 0 0 5px 0;
}

.slash::before,
.slash::after {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #3f383a;
	margin: 0px 2px 2px;
}
.slash::before {
	transform: rotate(60deg);
}
.slash::after {
	transform: rotate(-60deg);
}
.bgnnr_wrp .more::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
	margin-left: min(5px,0.651vw);
/*	border: solid 1px;
	border-radius: 50%;
	padding: min(2px,0.2604);
	background-color: #ffffff; */
	font-size: 0.8em;
}
.bgnnr_wrp .crcl{
	background-color: #ffffff;
	padding: 0 min(20px, 2.60416vw);
	border-radius: 25px;
	margin: 0 0 min(20px, 2.60416vw);
}
.bgnnr_wrp .crcl::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f111";
	margin-right: 5px;
	color: #c6ad5d;
	font-size: 0.8em;
}
.bgnnr_wrp .bg_note{
	background-image: url(../shinokubo/images/beginner/bg_note.png);
	background-size: contain;
}

.bgnnr_wrp .ln_wv{
	background-image: url(../shinokubo/images/beginner/ln_wv.png);
	height: 9px;
	width: 150px;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 20px auto;
}
.bgnnr_wrp .bnr{
	width: 100%;
	max-width: 600px;
	box-shadow: 2px 2px 10px 0 #757373;
}
.bgnnr_wrp .ttl_line{
	background-image: url(../shinokubo/images/beginner/ln_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	margin: 5px 0 0;
}
.bgnnr_wrp .trgl_down {
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 16px solid #83797c;
	width: 30px;
	margin: 20px auto;
}
.bgnnr_wrp .btn_pnk{
	background-color: #fa6593;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
	font-size: clamp(18px, 2.994vw, 23px );
}
.bgnnr_wrp .txt_rgt{
	text-align: right;
}
.bgnnr_wrp .txt_lft{
	text-align: left;
}
.bgnnr_wrp .arrow_rgt:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 5px;
    color: #ffffff;
}
.bgn_icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.ic_shl{
    background-image: url(/images/mo/shl.png);
}
.ic_onl{
	background-image: url(/images/mo/onln.png);
}
.ic_mv{
	background-image: url(/images/mo/mv.png);
}
.bgnnr_wrp .point_pk{
	color: #fa9bb8;
}










.bgnnr_wrp h1{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 30px 15px;
}
.bgnnr_wrp h1:before,
.bgnnr_wrp h1:after{
	content: "";
	display: inline-block;
	width: 3px;
	height: 17px;
	background-color: #fa6593;
}
.bgnnr_wrp h1:before{
	margin: 0 20px 0 0;
}
.bgnnr_wrp h1:after{
	margin: 0 0 0 20px;
}

.bgnnr_wrp .check_list li:before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: 400;
	color: #fa6593;
	margin-right: 8px;
}
.bgnnr_wrp .caution:before{
	font-family: "Font Awesome 6 Free";
	color: #3f383a;
	content: "\f06a";
	font-weight: 900;
	margin-right: 8px;
}
.bgnnr_wrp .check_list{
	display: inline-block;
	padding: 20px 0 0;
	line-height: 2.0em;
}
.bgnnr_wrp .check_list li{
	text-align: left;
}
.bgnnr_wrp h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.bgnnr_wrp .about_us h3 span{
	background-color: #fcf3f6;
	padding: 0 5px 7px;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
}
.bgnnr_wrp .content_box{
	padding: 15px 0;
}
.bgnnr_wrp .content_box .ttl{
	font-size: 17px;
}
.about_us .check_list{
	padding: 20px 0 0;
}
.first_step h2 p{
	display: flex;
	align-items: center;
}
.first_step h2 p img{
	width: 20px;
	margin: 0 10px 0 0;
}
.first_step .content_box{
	padding: 15px 0 50px;
	margin: 0;
}
.first_step .cs_wrp{
	padding: 0 0 20px;
}
.first_step h2:last-child{
	padding: 30px 0 0;
}
.point_wrap li{
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 30px;
}
/*
.point_wrap .pt_cl{
	background-color: #fa6593;
	color: #fff;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}
*/
.point_wrap .pt_cl{
	width: 65px;
	height: 65px;
	background-size: contain;
	position: absolute;
	z-index: 2;
}
.point_wrap .pt_box{
	background-color: #f1eded;
	padding: 20px 20px 20px 55px;
	border-radius: 10px;
	flex: 1;
	margin-left: 25px;   
	margin-top: 5px;     
	z-index: 1;
	text-align: left;
	line-height: 1.5em;
}
.point_wrap li h3{
	color: #31228b;
	font-weight: 600;
	font-size: 18px;
	padding: 0 0 5px;
}
.point_wrap .num{
	font-size: 22px;
	line-height: 1;
}
.steps{
	position: relative;
	background-image: url(../shinokubo/images/beginner/bg_steps.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	height: min(1000px, 130.20vw);
}
.steps .step_box{
	border-radius: 10px;
	position: absolute;
	line-height: 1.8;
	font-size: min(27px, 3.5156vw);
	font-weight: 600;
	text-align: left;
}
.steps .step1{
	top: min(275px, 35.8072vw);
	right: min(30px, 3.906vw);
}
.steps .step2{
	top: min(520px, 67.7083vw);
	left: min(75px, 9.765vw);
}
.steps .step3{
	top: min(580px, 75.5208vw);
	right: min(60px, 7.8125vw);
}
.steps .step3 .more{
	background-color: #ffffff;
	padding: 0 min(20px, 2.60416vw);
	border-radius: 25px;
    margin: 0 0 min(20px, 2.60416vw);
	display: flex;
	align-items: center;
}
.steps .step3 .bgn_icon{
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
}
.steps .step4{
	top: min(735px, 95.7031vw);
	left: min(100px, 13.0208vw);
}
.steps .lvl1{
	font-size: 0.8em;
	padding: 2px 5px;
	border: solid 1px #b18707;
	border-radius: 20px;
	background-color: #f7eed0;
	letter-spacing: 3px;
}
.corse_wrp{
	justify-content: space-around;
	padding: 30px 15px;
	background-color: #fcf3f6;
	text-align: center;
	margin: 20px 0 0;
}
.corse_wrp h3{
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px;
}
.corse_wrp .flex{
	justify-content: space-around;
}
.corse_wrp a {
	width: calc(( 100% - 20px ) / 3);
}
.corse_wrp .crs_box{
	border: solid 2px #fa6593;
}
.corse_wrp .crs_box p{
	background-color: #fa6593;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.corse_wrp .crs_box h4{
	background-color: #ffffff;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
}
.corse_wrp .crs_box h4 .bgn_icon{
	margin: 0 0 15px;
}
.fnt_frm{
	border: solid 1px #a39fa0ff;
	padding: 2px 6px;
	border-radius: 20px;
}
.bgnnr_wrp .class_info .content_box{
	width: 100%;
}
.class_info h2{
	border-bottom: 3px dashed #a39fa0ff;
	padding: 0 3px 10px;
}
.class_info .sbttl_pnk{
    font-size: 25px;
    color: #fa9bb8;
    margin: 20px 0 0 0;
	text-align: left;
	letter-spacing: 0.3em;
}
.class_info .bar_pnk{
    padding: 15px 20px;
    background-color: #fa9bb8;
    color: #000000;
	justify-content: space-between;
}
.class_info .bar_pnk b{
	font-size: 23px;
}
.class_info .clss_time{
	justify-content: flex-end;
	padding: 10px;
	gap: 10px;
}
.class_info .clss_time p{
    background-color: #035eae;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
}
.class_info .clss_time p span{
    font-size: 1.4em;
}
.class_info .cl_kind{
	justify-content: center;
	gap: 10px;
}
.class_info ul li h3{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 3px;
}
.class_info ul li h3 img{
	width: 135px;
}
.class_info ul li .cl_ctg{
	justify-content: center;
	gap: 10px;
	padding: 12px 0 20px;
}
.class_info .ctg_txt{
	font-size: clamp(17px, 2.604vw, 20px);
	font-weight: 500;
	align-content: center;
}
.class_info .fee{
	padding: 20px 0;
}

.class_info .fee table{
	width: 100%;
	margin: auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 24px rgba(0, 0, 0, .15);
}
.class_info .fee table td{
	background-color: #f4f8fa;
}
.class_info .fee table tr:first-child{
	background-color: #126bb7;
	color: #ffffff;
}
.class_info .fee table tr:first-child th{
	padding: 20px 0;
}
.class_info .fee table tr td{
	padding: 20px 0;
	align-content: center;
}
.class_info .fee table tr b{
	font-size: 23px;
	color: #126bb7;
	font-weight: 500;
}
.class_info .fee .tl_pv{
	padding: 20px 0 5px;
	font-size: 19px;
	font-weight: 500;
	color: #126bb7;
	text-align: left;
}
.class_info .ct_lft{
	display: flex;
	justify-content: flex-end;
	padding: 0 5px 20px 0;
}
.class_info ul .cls_wrp:nth-child(2),
.class_info ul .cls_wrp:nth-child(3){
	padding: 100px 0 0;
}
.class_info ul .cls_wrp .doga .lst_box{
	background-color: #f1eded; padding: 20px 0; justify-items: center; border-radius: 10px;
}
.class_info ul .cls_wrp .doga .lst_box .q_txt{
	font-size: 17px; font-weight: 500; color: #31228b;
}
.class_info ul .cls_wrp .doga .lst_box .q_txt i{
	padding: 0 5px 0 0;
}
.class_info ul .cls_wrp .doga .lst_box ul{
	text-align: left; padding: 10px 0 0; display: inline-block;
}
.class_info ul .cls_wrp .doga .lst_box ul li{
	padding: 0 0 10px;
}
.class_info ul .cls_wrp .doga .lst_box ul li i{
	color: #a6a2ba; padding: 0 5px 0 0;
}
.class_info .bg_note{
	padding: 50px 0 50px;
}
.class_info ul .cls_wrp{
	padding: 20px 0;
}
.bgnnr_wrp .entry_flow{
	position: relative;
	background-color: #d6e4ea;
	padding: 60px 20px 30px;
}
.bgnnr_wrp .entry_flow h2 span{
	position: relative;
	letter-spacing: 0.3em;
}
.bgnnr_wrp .entry_flow h2 span:before{
	content: "";
	background: url(../shinokubo/images/beginner/entry_flow_ttl_before.png);
	width: 75px;
	height: 50px;
	background-size: cover;
	top: -25px;
	left: -35px;

	position: absolute;
}
.bgnnr_wrp .entry_flow .flw_box{
	position: relative;
	background-color: #ffffff;
	max-width: 600px;
	padding: 15px;
	margin: 20px 0;
}
.bgnnr_wrp .entry_flow .flw_box::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px; /* 三角の高さ分 */
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ffffff;
}
.bgnnr_wrp .entry_flow .flw_box .flex{
	align-items: center;
}
.bgnnr_wrp .entry_flow .flw_box .flex .step_icon{
	width: clamp(30px, 6.51041vw, 50px);
}
.bgnnr_wrp .entry_flow .flw_box .flex .step_img{
	width: clamp(45px,9.7656vw, 75px);
}
.bgnnr_wrp .entry_flow .flw_box .flex .flw_ttl{
	font-weight: 600;
	font-size: 18px;
	color: #63899a;
	padding: 10px 0;
}
.bgnnr_wrp .entry_flow .flw_box .flw_box_cnt{
	padding: 10px 0 10px 20px;
	text-align: left;
}
.bgnnr_wrp .entry_flow .flw_box .btn{
	margin: 30px 0 20px;
	text-align: center;
}
.bgnnr_wrp .entry_flow .flw_box .btn span{
	background-color: #83abbc;
	color: #ffffff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
}
.bgnnr_wrp .instructor_info{
	padding: 80px 20px 30px;
	justify-items: stretch;
}
@media (max-width: 767px){
	.bgnnr_wrp .instructor_info{
		padding: 50px 0 30px;
	}	
}
.bgnnr_wrp .instructor_info h2{
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.bgnnr_wrp .instructor_info h2 span{
	position: relative;
}
/*
.bgnnr_wrp .instructor_info h2 span:before{
	content: "";
	background: url(../shinokubo/images/beginner/instructor_info_ttl_before.png);
	width: min(165px, 21.4843vw);
	height: min(60px,7.8125vw);
	background-size: cover;
	top: min(-50px,-6.5104vw);
	left: min(-15px,1.9531vw);
	position: absolute;
}
*/
.bgnnr_wrp .instructor_info .instructor_card{
	position: relative;
	justify-items: center;
}

.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content{
	background-color: #f1efee;
	width: 255px;
	height: 310px;
	padding: 30px 15px;
	border-radius: 16px;
	text-align: left;
	position: relative;
}


.bgnnr_wrp .instructor_info .instructor_card .instructor_card_image{
	position:absolute;
	width: 162px;
	height: 240px;
	bottom: 0px;
	right: min(-55px, -7.161458vw);
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_image img{
	display: block;
	object-fit: cover;
	max-width: 100%;
	position: absolute;
	z-index: 1;
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content h3{
	font-size: clamp(24px,3vw, 25px);
	font-weight: 600;
	padding: 0 0 10px;
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content .instructor_card_subtitle{
	font-size: clamp(15px, 2.3vw, 18px);
	font-weight: 700;
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content .instructor_card_description{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 12px;
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content .instructor_card_description .text-sm{
	padding: 10px 0;
}
.bgnnr_wrp .instructor_info .instructor_card .instructor_card_content .instructor_card_description .text-sm:not(:last-child){
	border-bottom: dashed 1px #c4c4c4;
}
.instructor_info .txt_rgt{
	padding: 0 0 20px;
}
/* Swiper用カスタム */
.bgnnr_wrp .instructor_info .swiper .swiper-button-next,
.bgnnr_wrp .instructor_info .swiper .swiper-button-prev{
	color: #fa9bb8;
}

.swiper-slide {
  width: 255px; /* .instructor_card_content と同じ */
  display: flex;
  justify-content: center;
}