@charset "utf-8";

/* reset
--------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a,img{
	border: 0;
	outline: 0;
}
p{
	padding: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
dt{
	font-weight: bold;
}
small{
	vertical-align: top;
}


/* anchor
--------------------------------------------------*/
a{
	color: #00aff0;/* スカイプカラー */
}
a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
}
a:hover img{
	opacity: 0.8;
}


/* html body
--------------------------------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

/* header
--------------------------------------------------*/
header{
	width: 100%;
	background-color: rgba(0,0,255,0);
	position: fixed;
	top: 0;
	z-index: 100;
	transition: all 0.2s ease-out 0s;	
}
header h1.site-logo{
	transition: all 0.2s ease-out 0s;	
}
/* topAboutセクションまでスクロールしたら、small-headerクラスが付与される */
header.small-header{
	background-color: #fff;
}
header.small-header h1.site-logo{
	width: 186px;
	height: 60px;
}
header.small-header h1.site-logo img{
	width: 100%;
	height: auto;
}

/* サイトロゴ
--------------------------------------------------*/
h1.site-logo{
	width: 261px;
	height: 84px;
}
h1.site-logo a{
	display: block;
}

/* ドロワーボタン
--------------------------------------------------*/
.drawer-hamburger {
	padding: 28px 25px 40px !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
}
.drawer-toggle.drawer-hamburger{
	background-color: #00aff0 !important;/* スカイプカラー */
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff !important;
}

/* ドロワーメニュー
--------------------------------------------------*/
.drawer-menu{
	margin-top: 60px !important; 
}
.drawer-menu li.drawer-menu-item{
	padding: 0 !important;
	text-decoration: none !important;
	border-bottom: solid 1px #eee !important;
}
.drawer-menu li.drawer-menu-item a{
	display: block !important;
	padding: 25px 15px !important;
	background-color: #fff !important;
	-webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all  0.3s ease !important;
}
.drawer-menu li.drawer-menu-item a:hover{
	background-color: #00aff0 !important;/* スカイプカラー */
	color: #fff !important;
}

/* トップ画像
--------------------------------------------------*/
.top-img-box-pc{
    min-height: 512px;
	width: 100%;
}
.top-img-box-pc .top-img-pc{
	width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}
.bnr {
	box-sizing: border-box;
	background-color: #00aff0;/* スカイプカラー */
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0 0 10px #90d6f0,0 0 15px #90d6f0;
	}
.bnr .skype {
	border-top: 4px dotted #66ff66;
    border-bottom: 4px dotted #66ff66;
	font-size: 1.5em;
}
.top-img-box-smf{
	display: none;
}

/* section
--------------------------------------------------*/
section.check,
section.flow{
	padding-top: 60px;
	padding-bottom: 100px;
	border-top: 8px solid #f1971b;
	position: relative;
}
section.flow{
	background: url("../img/0680_slantedline_s.jpg") repeat top left;
	margin-bottom: 10px;
}

section.check::before,
section.flow::before{
    content: '';
    position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #f1971b;
}
section.check::after,
section.flow::after{
    content: '';
    position: absolute;
	top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #fff;
}
section.price,
section.teacher,
section.voice,
section.bottom{
	padding-bottom: 60px;
}
section.price{
	background: url("../img/pt_teacher.png") repeat top left;
}
section.voice{
	background: url("../img/0991_brick_s.jpg") repeat top left;
}
section.bottom p.bottom_text{
	text-align: center;
}
section.bottom p.btn{
	margin: 20px auto;
}

/* sectionHead
--------------------------------------------------*/
.sectionHead{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sectionHead h3{
	font-size: 2.4em;
}

/* display:flex;
--------------------------------------------------*/
.box-container{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

/* box__2 */
.box-container .box__2{
	width: 50%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
/* top__a */
.box-container .box__2.top__a{
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-image: url('../img/sample-img_02.jpg');
}
/* top__b */
.top__b .box-inner{
	padding: 40px;
}
.top__b .box-inner h2{
	font-size: 2em;
	padding: 0 15px 15px;
}
.top__b .box-inner p.text{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
}

/* box__2 top__f */
.box-container .box__2_.top__f{
	width: 40%;
}
.box-container .box__2_.top__f .box-inner{
	padding: 20px 100px;
}
.box-container .box__2_.top__f .box-inner img{
	width: 100%;
	height: auto;
}
/* box__2 top__g */
.box-container .box__2_.top__g{
	width: 60%;
}
.box-container .box__2_.top__g .box-inner{
	padding: 0 40px 0 0;
}
.top__g .box-inner p.text{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
}

/* box__3 */
.box-container .box__3{
	width: 25%;
	box-sizing: border-box;
	margin-right: 5%;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
}
.box-container .box__3:nth-child(3){
	margin-right: 7.5%;
}
.box-container .box__3:nth-child(1){
	margin-left: 7.5%;
}
.box-container .box__3.top__c{
	background-color: #00aff0;/* スカイプカラー */
}
/* top__c */
.box__3.top__c .top__c_icon{
	width: 30%;
	margin: 0 auto;
}
.box__3.top__c .top__c_icon img{
	width: 100%;
	height: auto;
}
.box-container .box__3.top__c h4{
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
}
.box-container .box__3.top__c .box-inner{
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
/* top__e */
.box-container .box__3.top__e .thumb{
	margin-bottom: 2.4rem;
    text-align: center;
}
.box-container .box__3.top__e .thumb img{
	width: 100%;
    height: auto;
	max-width: 240px;
	vertical-align: bottom;
}
.box-container .box__3.top__e p.voice_name{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.box-container .box__3.top__e p.voice_text{
	text-align: left;
	font-weight: bold;
}

/* box__4 */
.box-container .box__4{
	width: 17%;
	box-sizing: border-box;
	margin-right: 2%;
	text-align: center;
	padding: 20px;
	background-color: #fff;
}
.box-container .box__4:nth-child(5){
	margin-right: 2%;
}
.box-container .box__4:nth-child(1){
	margin-left: 2%;
}
/* top__d */
.top__d h4.price_ttl{
	margin-bottom: 2.4rem;
    font-size: 2em;
	position: relative;
    color: #fff;
    font-weight: bold;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top__d h4.price_ttl.plan_1{
	background: #abcd04;
}
.top__d h4.price_ttl.plan_2{
	background: #03b0d8;
}
.top__d h4.price_ttl.plan_3{
	background: #f39801;
}
.top__d h4.price_ttl.plan_4{
	background: #666;
}
.top__d h4.price_ttl.plan_5{
	background: #ff6666;
}
.top__d h4.price_ttl::after{
	content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
}
.top__d h4.price_ttl.plan_1::after{
	border-color: #abcd04 transparent transparent transparent;
}
.top__d h4.price_ttl.plan_2::after{
	border-color: #03b0d8 transparent transparent transparent;
}
.top__d h4.price_ttl.plan_3::after{
	border-color: #f39801 transparent transparent transparent;
}
.top__d h4.price_ttl.plan_4::after{
	border-color: #666 transparent transparent transparent;
}
.top__d .price_ttl_text{
	font-size: 1.2em;
	margin-bottom: .8rem;
	text-align: left;
}
.top__d .price_ttl_text.plan_1{
	color: #77B218;
}
.top__d .price_ttl_text.plan_2{
	color: #03b0d8;
}
.top__d .price_ttl_text.plan_3{
	color: #f39801;
}
.top__d .price_ttl_text.plan_4{
	color: #666;
}
.top__d .price_ttl_text.plan_5{
	color: #ff6666;
}
.top__d .price{
	font-size: 2em;
	line-height: 1.2;
}
.top__d .price.plan_1{
	color: #abcd04;
}
.top__d .price.plan_2{
	color: #03b0d8;
}
.top__d .price.plan_3{
	color: #f39801;
}
.top__d .price.plan_4{
	color: #666;
}
.top__d .price.plan_5{
	color: #ff6666;
}

.top__d .ticket{
	font-size: 1.5em;
	line-height: 2.5;
}
.top__d .service{
	margin-bottom: 1.2em;
    font-size: 1.2em;
	color: #fff;
}
.top__d .service.plan_1{
	background: #abcd04;
}
.top__d .service.plan_2{
	background: #03b0d8;
}
.top__d .service.plan_3{
	background: #f39801;
}
.top__d .service.plan_4{
	background: #666;
}
.top__d .service.plan_5{
	background: #ff6666;
}

.top__d .service_text{
	text-align: left;
}

/* box__4 top__h */
.box-container .box__4.top__h{
	width: 22%;
	margin-right: 1%;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	align-items: flex-start;
}
.box-container .box__4.top__h:nth-child(4){
	margin-right: 4.5%;
}
.box-container .box__4.top__h:nth-child(1){
	margin-left: 4.5%;
}
.box-container .box__4.top__h .box-inner{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 0.5px solid #eee;
	border-top: 4px solid #00aff0;/* スカイプカラー */
}
.box-container .box__4.top__h .box-inner img{
	width: 100%;
	height: auto;
}
.box-container .box__4.top__h .box-inner p.teacher_name{
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #00aff0;/* スカイプカラー */
}
.box-container .box__4.top__h .box-inner dl{
	font-size: 0.9em;
}
.box-container .box__4.top__h .box-inner dl dt::before{
	content: "■";
	padding-right: 5px;
}

/* btn
--------------------------------------------------*/
p.btn{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5em;
}
p.btn a{
	display: block;
	color: #fff;
	position:relative;
	z-index: 0;
}
p.btn a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left:0;
	transition:0.5s;
	background: -webkit-linear-gradient(left, #ff9132, #ff0000);
	background: -o-linear-gradient(left, #ff9132, #ff0000);
	background: linear-gradient(to right, #ff9132, #ff0000);
	border-radius: 10px;
}
p.btn a::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left:0;
	background: -webkit-linear-gradient(left, #00ccff, #0066ff);
	background: -o-linear-gradient(left, #00ccff, #0066ff);
	background: linear-gradient(to right, #00ccff, #0066ff);
	border-radius: 10px;
}
 p.btn a:hover::before{
	opacity: 0;
}
/* btn2
--------------------------------------------------*/
p.btn2{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5em;
	margin: 20px auto 0;
}
p.btn2 a{
	display: block;
	color: #fff;
	background-color: #00aff0;/* スカイプカラー */
	border: 1px solid #00aff0;/* スカイプカラー */
	border-radius: 10px;
	transition:0.5s;
}
p.btn2 a:hover{
	color: #00aff0;/* スカイプカラー */
	background-color: #fff;
	border: 1px solid #00aff0;/* スカイプカラー */
}

/* label
--------------------------------------------------*/
.label{
	display: block;
	width: 100px;
	height: 100px;
    color: #fff;
    background: #00aff0;/* スカイプカラー */
    margin-bottom: 32px;
    letter-spacing: .04em;
	justify-content: center;
    align-items: center;
    margin-right: 32px;
    line-height: 1;
    text-align: center;
}
.label.circle{
	border-radius: 50px;
}
.label span{
	display: inline-block;
	width: 100%;
	padding-top: 8px;
	font-size: 2rem;
	letter-spacing: 0em;
}
.label.circle span{
	padding-top: 22px;
	font-size: 1.5rem;
}
.label span.no{
	font-size: 3rem;
}
.label.circle span.no{
	padding-top: 6px;
	font-size: 2rem;
}

/* title_area
--------------------------------------------------*/
.box-inner .title_area h4{
	font-size: 2em;
	margin-bottom: 20px;
}
.top__g .box-inner .title_area h4{
	font-size: 1.8em;
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
}
.top__g .box-inner .title_area h4::after{
	content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #00aff0;/* スカイプカラー */
    position: absolute;
    bottom: 0;
    left: 0;
}
.top__g .box-inner .title_area{
	z-index: 50;
}

/* pc_none
--------------------------------------------------*/
.pc_none{
	display: none;
}

/* go_top
--------------------------------------------------*/
#go_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
}
#go_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#go_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #00aff0;/* スカイプカラー */
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#go_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #00aff0;/* スカイプカラー */
}


footer{
	background-color: #666;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1300px){
	/* sectionHead
	--------------------------------------------------*/
	.sectionHead h3{
		font-size: 2.2em;
	}
	/* top__f */
	.box-container .box__2_.top__f .box-inner{
		padding: 60px;
	}
}
@media screen and (max-width: 1050px){
	/* ドロワーメニュー
	--------------------------------------------------*/
	.drawer-menu li.drawer-menu-item a{
		padding: 15px;
	}
	/* トップ画像
	--------------------------------------------------*/
	.top-img-box-pc{
		display: none;
	}
	.top-img-box-smf{
		display: block;
		height: 400px;
		width: 100%;
		padding-bottom: 150px;
	}
	.top-img-box-smf .top-img-smf{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	/* .price .sectionHead
	--------------------------------------------------*/
	.price .sectionHead{
		padding: 60px 15px;
	}

	/* .bottom .bottom_text
	--------------------------------------------------*/
	section.bottom p.bottom_text{
		padding: 0 15px;
		text-align: left;
	}

	/* display:flex;
	--------------------------------------------------*/
	/* top__a */
	/* top__f */
	.box-container .box__2.top__a,
	.box-container .box__2_.top__f{
		display: none;
	}
	/* top__b */
	/* top__e */
	.box-container .box__2.top__b,
	.box-container .box__3.top__e{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* top__c */
	/* top__d */
	/* top__g */
	.box-container .box__3.top__c,
	.box-container .box__4.top__d,
	.box-container .box__4.top__h,
	.box-container .box__2_.top__g{
		width: 90%;
		margin: 10px auto;
	}
	/* top__g */
	.box-container .box__2_.top__g .box-inner{
		padding: 0;
	}
	/* top__f */
	.box-container .box__2_.top__f .box-inner{
		padding: 40px;
	}
	/* top__h */
	.box-container .box__2.top__h{
		padding: 0 10px 30px;
	}
	
	/* btn */
	.top__b .box-inner p.btn{
		margin: 0 auto;
	}
	/* .top__g .title_area
	--------------------------------------------------*/
	.top__g .title_area{
		position: relative;
	}
	/* .top__g .label
	--------------------------------------------------*/
	.top__g .label{
		margin-bottom: 200px;
	}
	/* step_img
	--------------------------------------------------*/
	.step_img{
		position: absolute;
		content: "";
		top: 0;
		left: center;
		width: 100%;
		text-align: center;
		z-index: -1;
	}
	.step_img img{
		width: 40%;
		height: auto;
	}
	/* pc_none
	--------------------------------------------------*/
	.pc_none{
		display: block;
	}
	/* smf_none
	--------------------------------------------------*/
	.smf_none{
		display: none;
	}
}
@media screen and (max-width: 470px){
	/* sectionHead
	--------------------------------------------------*/
	.sectionHead h3{
		font-size: 1.8em;
	}
	
	/* top__b */
	.top__b .box-inner h2{
		padding: 0 0 15px;
	}
	/* .top__g .label
	--------------------------------------------------*/
	.top__g .label{
		margin-bottom: 150px;
	}
	/* step_img
	--------------------------------------------------*/
	.step_img img{
		width: 70%;
	}
	/* go_top
	--------------------------------------------------*/
	#go_top{
	  position: fixed;
	  right: 0;
	  bottom: 0;
	}
}