@charset "utf-8";
/* CSS Document */
.box-0{
	max-width: 300px;
	margin: auto;
}
.book-shop{
	margin: 100px 0;
}
.book-shop .text span {
    background: linear-gradient(transparent 60%, #E9546B 0%);
}
.book-shop .text{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 40px;
	
}
.book-shop h2{
	text-align: center;
	margin: 50px 0 20px;
}

.book-shop .box-a p{
	font-size: 18px;
	margin: 0 20px;
	font-weight: bold;
}
.book-shop .box-b {
	margin: 50px 0 0;
}
.book-shop .box-b p{
	width: 30%;
	margin: 5px 10px;	
	font-size: 16px;
}
.book-shop .box-b .flex:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.vimeo{
	margin: 100px 0 0;
}
.vimeo .chat{
	margin: 50px 0;
}
.group{
	width: 100%;
	max-width: 1000px;
	padding: 0 10px;
	margin: 100px auto;  
}
.group .border {
    border: 8px solid rgb(233,84,107,20%);
    padding: 30px 10px;
    border-radius: 24px;
}

.group h2{
	text-align: center;
	font-size: 130%;
	font-size: 24px;
}
.group ul{
	width: 100%;
	max-width: 550px;
	margin:30px auto 0;
	font-size: 20px;
	box-sizing: border-box;
}
.group ul li{
	margin: 5px 0 0;
	font-size: 20px;

}
.group p{
	text-align: center;
	font-size: 20px;
	margin: 30px 0 0;
}
.group p span {
    background: linear-gradient(transparent 60%, #E9546B 0%);
}
.group .box{
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.group .box h3{
	text-align: center;
	margin: 30px 0;
	font-size: 24px;
}
.group .box dl{
	font-size: 20px;
	margin: 0 0 30px;
}
.group .box dl dt{
	width: 100%;
	border-bottom: 1px solid #999;
	margin: 0 0 10px;
	padding: 0 10px;
}
.group .box dl dd{
	margin: 0;
	width: 100%;
	padding: 0 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;	
}
.group .box dl dd a{
	max-width: 260px;
    background: #E9546B;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
	margin: 20px auto 0;
}
.group .box dl dd a:hover{
	color: #E9546B;
}
.group .box dl dd .attention{
	line-height: 140% !important;
}
.group p span {
    background: linear-gradient(transparent 60%, #E9546B 0%);
}


.application{
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
}
.application a{
	line-height: 60px;
	background: #E9546B;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
}
.qaf{
	position: fixed;
	bottom: 60px;
	z-index: 100;
	width: 100%;
	height: 60px;
}
.qaf a{
	line-height: 60px;
	background: #333;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
}
.qaf-box{
	margin: 50px auto 0;
}
.qaf-box .border{
	width: 100%;
	max-width: 600px;
	padding: 30px;
	border: 3px solid #333;	
	margin: auto;
}
.qaf-box p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;	
}
.qaf-box a{
	width: 100%;
	max-width: 320px;	
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    margin: 30px auto 0;	
}
.qaf-box .triangle{
	margin: 30px auto 0;
}
.top{
	background: url(../img/top-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 100vh 0 0;
}
.top-sp{
	display: none;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #E9546B transparent transparent transparent;
	margin: 50px auto 0;
}
.m20{
	margin: 20px 0 0;
}
.red{
	color: red;
	margin: 20px 0 0;
}
.btn{
	width: 100%;
    max-width: 320px;
	margin: 30px auto 0;
}
.btn a{
	background: #E9546B;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
}
.pl-h{
	width: 50%;
	margin: auto;
}
.tc p{
	text-align: center;
}
/*======================================
	box01
=======================================*/
.box01{
	margin: 100px 0 0;
}
.box01 h2{
	text-align: center;
	font-size: 40px;
	color: #E9546B;
	line-height: 80px;
}
.box01 .book{
	width: 100%;
	max-width: 240px;
	margin: 30px auto 10px;
	border: 1px solid #999;
}
.box01 .p-bbok{
	text-align: center;
}
.box01 p.text{
	margin: 30px 0 0;
	text-align: center;
	font-size: 24px;
}
.box01 p.text span{
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 10px auto 0;
}
.box01 .point{
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.box01 .point dl{
	margin: 16px auto 0;
}
.box01 .point dl dt{
	width: 36px;
}
.box01 .point dl dd{
	width: 90%;
	margin: 0 0 0 10px;
	font-size: 20px;
}
.box01 span.ti{
	text-align: center;
	margin: 10px 0 0 ;
	color: red; 
	font-size: 18px;
}
/*======================================
	box02
=======================================*/
.box02{
	margin: 100px 0 0;
	background: #E9546B;
}
.box02 .text{
	width: 30%;
	color: #fff;
	margin: auto;

}
.box02 .text h2{
	font-size: 24px;
}
.box02 .text p{
	margin: 10px 0 0;
}
.box02 .img{
	width: 600px;
}
/*======================================
	box03
=======================================*/
.box03{
	margin: 100px 0 0;
}
.box03 .block{
	max-width: 800px;
}
.box03 h2{
	font-size: 30px;
	line-height: 60px;
	text-align: center;
}
.box03 h2 span{
    background: linear-gradient(transparent 60%, #E9546B 0%);
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 50px auto 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.box05 .box03{
	margin: 50px 0 0;
}
/*======================================
	box04
=======================================*/
.box04{
	margin: 100px 0 0;
	padding: 100px 0;
	background: #E9546B;
	color: #fff;
}
.box04 h2{
	text-align: center;
}
.box04 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}
.box04 h3{
	text-align: center;
	font-size: 20px;
	margin: 30px 0 0;
}
.box04 ul{
	width: 100%;
	max-width: 700px;
	margin: 30px auto 0;
	font-size: 18px;
}
.box04 ul li{
	line-height: 36px;
}

.box04 .text-box{
	background: #fff;
	border: solid 3px #E9546B;
	box-shadow: 15px 15px #fff;
	padding: 8% 5%;
	margin: 50px 0 0;
	color: #333;
}
.box04 .text-box h4{
	text-align: center;
	font-size: 24px;
	color: #E9546B;
	margin: 0 0 40px;
}
.box04 .text-box dl{
	width: 45%;
	margin: 20px auto 0;
}
.box04 .text-box dl dt{
	font-weight: bold;
	font-size: 18px;
}
.box04 .text-box dl dd{
	margin: 6px 0 0;
}

/*======================================
	box05
=======================================*/
.box05{
	margin: 100px 0 0;
}
.box05 h2{
	text-align: center;
	color: #E9546B;
}
.box05 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}
.box05 .period{
	font-size: 20px;
	margin: 20px 0 0;
	text-align: center;
	line-height: 40px;
}

.box05 .plan-box{
	margin: 120px 0 0;
	border: 3px solid #E9546B;
}

.box05 .plan-box .hp{
	font-weight: bold;
    margin: 20px 0 0;
    position: relative;
    display: block;
    padding: 0 0 0 30px;
}
.box05 .plan-box .hp:before {
    position: absolute;
    top: 0.8em;
    left: 0;
    display: block;
    width: 0.8em;
    height: 0.8em;
    background: #E9546B;
    box-shadow: 0.4em 0.4em 0 -0.1em rgb(233 84 107 / 50%);
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.box05 .plan-box .sp-h{
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}
.box05 .plan-box .red,
.box05 .plan-box .text p.ti{
	margin: 0 0 0 30px;
}
.box05 .plan-box .img{
	width: 80px;
	height: 80px;
	background: #E9546B;
	margin: -50px auto 0;
}
.box05 .plan-box .img img{
	width: 40px;
	margin: auto;
	padding: 6px 0 4px;
}
.box05 .plan-box .text{
	padding: 5%;
}
.box05 .plan-box .text h3{
	font-size: 20px;
	margin: 0 0 20px;
	border-bottom: 1px dotted  #E9546B; 
}
.box05 .plan-box .text p{
	line-height: 40px;
	font-size: 18px;
}
.box05 .plan-box .text .price{
	font-size: 24px;
	color: #E9546B;

	margin: 20px 0 0;
	font-weight: bold;
}
.box05 .plan-box .text .bb p{
	line-height: 40px;
	font-size: 21px;	
}
.box05 .plan-box .c-box .ce,
.box05 .plan-box .bb .ce{
	text-align: center;
	font-weight: bold;
	color: red;
}
/*======================================
	box06
=======================================*/
.box06{
	margin: 100px 0 0;
	background: #E9546B;
}
.box06 .text{
	width: 30%;
	color: #fff;
	margin: auto;
}
.box06 .text h2{
	font-size: 24px;
	text-align: center;
}
.box06 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}
.box06 .text p{
	margin: 10px 0 0;
	font-size: 18px;
	text-align: center;
}
.box06 .text p:nth-of-type(1){
	font-size: 24px;
	margin: 0 0 20px;
}
.box06 .img{
	width: 600px;
}
.box06 .mov{
	width: 100%;
	max-width: 300px;
	margin: 20px auto 0;
}
/*======================================
	box07
=======================================*/
.box07{
	margin: 100px 0 0;
}
.box07 h2{
	text-align: center;
	color: #E9546B;
}
.box07 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}
.box07 .profile-img{
	width: 240px;
	margin: 50px auto 0;
}
.box07 .name{
	text-align: center;
	margin: 20px 0 0;
	font-size: 24px;
	font-weight: bold;
}
.box07 .name span{
	display: block;
	font-size: 16px;
}
.box07 .item{
	text-align: center;
	margin: 20px 0 0;
}
.box07 .item p{
	line-height: 32px;
}


.box07 .text{
	text-align: center;
	margin: 30px auto 0;
}
.box07 .sns{
	margin: 30px 0 0;
}
.box07 .sns div{
	margin: 0 20px;
}
.box07 .sns .Instagram a{
	width: 80px;
}
.box07 .sns .live a{
	border: 1px solid #333;
	font-size: 30px;
	text-align: center;
	padding: 0 5px;
    border-radius: 20px;
}
.box07 .sns .live span{
	font-size: 16px;
	display: block;
}
.box07 .sns div a:hover{
	opacity: 0.5;
}
/*======================================
	box08
=======================================*/
.box08{
	margin: 100px 0 0;
	padding: 100px 0;
	background: #E9546B;
	color: #fff;
}

.box08 h2{
	font-size: 24px;
	text-align: center;
}
.box08 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}
.box08 .text-box{
    background: #fff;
    border: solid 3px #E9546B;
    box-shadow: 15px 15px #fff;
    padding: 8% 5%;
    margin: 50px 0 0;
    color: #333;
    text-align: center;
}
.box08 .text-box .box h3{
    width: 200px;
    background: #333;
    padding: 10px 0;
    text-align: center;
    margin: 20px auto ;
    border-radius: 24px;	
    color: #fff;
}
/*======================================
	box09
=======================================*/
.box09{
	margin: 100px 0 0;
}
.box09 h2{
	text-align: center;
	color: #E9546B;
}
.box09 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}

.box09 dl{
	margin: 50px 0 0
}
.box09 dl dt{
	border-bottom: 1px solid #333;
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
}
.box09 dl dd{
	margin: 10px 0 0;
}
.box09 dl dd a {
    color: #0000FF;
    text-decoration: underline;
}
.box09 .email{
	margin: 50px auto 0;
	text-align: center;
	line-height: 40px;
}

.box09 .contact{
	width: 100%;
	max-width: 700px;
	margin: 50px auto 0;
	padding: 30px 10px;
	border: 3px solid #E9546B;	
	text-align: center;
}
.box09 .contact span{
	font-size: 18px;
	font-weight: bold;
}
.box09 .contact p{
	margin: 20px 0 0;
}
.box09 .contact .btn a{
	margin: 30px auto 0;
}
.box09 .text {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
}
.box09 .text .blue{
	font-size: 40px;
	font-weight: bold;
	color: #054583;
}
.box09 .text .btn a{
	background: #054583;
}
.box09 .text .text2{
	font-size: 16px;
	margin: 30px 0 0;
}
.box09 .text .img{
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}
.box09 .red,
.toggle-contents .red{
	margin: 5px 0 0;
}
/*======================================
	box10
=======================================*/
.box10{
	margin: 100px 0 0;
	padding: 100px 0;
	background: #E9546B;
	color: #fff;
}

.box10 h2{
	font-size: 24px;
	text-align: center;
}
.box10 .h2-img{
	width: 200px;
	margin: 10px auto 0;
}

.box10 .faqinner {
	margin: 50px 0 0;
	color: #333;
}
.box10 .faqinner dl.faqlist {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.box10 .faqinner dl.faqlist:last-of-type {
	margin: 0 auto;
}
.box10 .faqinner dl.faqlist dt {
	position: relative;
	line-height: 32px;
	border: 1px solid #f5f5f5;
	margin: 0 auto;
	padding: 40px 100px 40px 130px;
	letter-spacing: 0.08em;
	cursor: pointer; 
	background: #fff;
}
.box10 .faqinner dl.faqlist dt:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 90px;
	height: 100%;
	background: #f5f5f5;
	z-index: 10;
}
.box10 .faqinner dl.faqlist dt:after {
    font-family: 'Open Sans', sans-serif;
	position: absolute;
	content: 'Q.';
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 90px;
	text-align: center;
	font-size: 30px;
	z-index: 20;
}
.box10 .faqinner dl.faqlist dt .arrow {
	position: absolute;
	content: '';
	top: 40%;
	right: 30px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
	z-index: 20;
}
.box10 .faqinner dl.faqlist dt .arrow:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-top: 1px solid #151515;
	border-right: 1px solid #151515;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.box10 .faqinner dl.faqlist.close dt .arrow:before {
	width: 0;
	height: 0;
	border: 0;
}
.box10 .faqinner dl.faqlist dt .arrow:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 0;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.box10 .faqinner dl.faqlist.close dt .arrow:after {
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #151515;
	border-left: 1px solid #151515;
}
.box10 .faqinner  dl.faqlist dd {
	display: none;
	position: relative;
	border: 1px solid #f5f5f5;
	margin: 5px auto 0;
	padding: 40px 30px 40px 130px;
	background: #fff;
}
.box10 .faqinner  dl.faqlist dd span{
	font-size: 12px;
}
.box10 .faqinner  dl.faqlist dd a{
	text-decoration: underline;
	margin: 8px 0 0;
	display: inline-block;
}
.box10 .faqinner  dl.faqlist dd a:hover{
	color: #E7410A;
	text-decoration: none;
}
.box10 .faqinner dl.faqlist dd:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 90px;
	height: 100%;
	background: #f5f5f5;
	z-index: 10;
}
.box10 .faqinner dl.faqlist dd:after {
    font-family: 'Open Sans', sans-serif;
	position: absolute;
	content: 'A.';
	top: 20%;
	left: 0;
	width: 90px;
	text-align: center;
	font-size: 30px;
	z-index: 20;
}
.box10 .faqinner dl.faqlist dd p {
	line-height: 32px;
}
@media screen and (max-width:1100px){
	.box02 .text,
	.box06 .text{
		width: 100%;
		padding: 10%;
	}
	.box02 .img,
	.box06 .img{
		width: 100%;
	}
	.box02 .text h2,
	.box06 .text h2{
		font-size: 20px;
	}

	.box04 .text-box{
		box-shadow: none;
	}
	.box08 .text-box{
		box-shadow: none;
	}
}
@media screen and (max-width:900px){
	.top {
		padding: 70% 0 0;
	}
	.qaf{
		width: 50%;
		bottom: 0;
		font-size: 12px;
	}
	.application{
		width: 50%;	
		right: 0;	
		font-size: 12px;	
	}
}
@media screen and (max-width:767px){
	.book-shop .box-a p{
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	    margin: 10px 0;
	}
	.book-shop .box-b p{
		width: 46%;
		margin: 5px 0;	
		font-size: 16px;
	}	
	
	.group{
		margin: 50px auto;  
	}	
	.group h2{
		font-size: 20px;
	}
	
	
	
	.top{
		display: none;
	}
	.top-sp{
		background: url(../img/header-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		padding: 70vh 0 0;		
		display: inline-block;
	}
	
	.pl-h{
		width: 80%;
		margin: auto;
	}
/*======================================
	box04
=======================================*/	
	.box04 .text-box h4{
		font-size: 20px;
		margin: 0;
	}
/*======================================
	box10
=======================================*/
	.box10 .faqinner dl.faqlist {
		max-width: none;
	}
	.box10 .faqinner dl.faqlist dt {
		padding: 70px 30px 40px;
	}
	.box10 .faqinner dl.faqlist dt:before {
		width: 100%;
		height: 46px;
	}
	.box10 .faqinner dl.faqlist dt:after {
		line-height: 46px;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%;
		text-align: left;
		padding: 0 32px;
	}
	.box10 .faqinner dl.faqlist dt .arrow {
		content: '';
		top: auto;
		bottom: 20px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(135deg) translate(-50%, 0);
		transform: rotate(135deg) translate(-50%, 0);
		z-index: 20;
	}
	.box10 .faqinner dl.faqlist dd {
		padding: 70px 30px 30px;
	}
	.box10 .faqinner dl.faqlist dd:before {
		width: 100%;
		height: 46px;
	}
	.box10 .faqinner dl.faqlist dd:after {
		line-height: 46px;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%;
		text-align: left;
		padding: 0 32px;
	}	
}
@media screen and (max-width:580px){
/*======================================
	box01
=======================================*/
	.box01{
		margin: 50px 0 0;
	}
	.box01 .book {
		max-width: 160px;
		margin: 20px auto 10px;
	}		
	.box01 p.text{
		margin: 20px 0 0;
		font-size: 18px;
	}
	.box01 h2{
		font-size: 24px;
		line-height: 48px;
	}
	.box01 .point{
		margin: 30px 0 0;
	}
	.box01 .point dl dt{
		width: 30px;
		margin: 0 auto; 
	}
	.box01 .point dl dd{
		width: 85%;
		margin: 10px 0 0 0;
		font-size: 18px;
	}
/*======================================
	box02
=======================================*/
	.box02{
		margin: 50px 0 0;
	}
/*======================================
	box03
=======================================*/
	.box03{
		margin: 50px 0 0;
	}
	.box03 h2{
		font-size: 24px;
		line-height: 48px;
	}	
/*======================================
	box04
=======================================*/
	.box04{
		margin: 50px 0 0;
		padding: 50px 0;
	}
	.box04 h3 {
		margin: 20px 0 0;
	}	
	.box04 .text-box dl{
		width: 100%;
		margin: 20px auto 0;
	}
	
/*======================================
	box05
=======================================*/
	.box05{
		margin: 50px 0 0;
	}	
	.box05 .plan-box {
		margin: 90px 0 0;
	}
	.box05 .plan-box .text .price{
		font-size: 22px;
		text-align: center;
		margin: 16px 0 0;
	}
	.box05 .plan-box .text {
		padding: 5% 3%;
	}	
	.box05 .plan-box .c-box {

	}	
	
	
/*======================================
	box06
=======================================*/
	.box06{
		margin: 50px 0 0;
	}	
	.box06 .text{
		padding: 10% 2%;
	}	
	.box06 .fww {
    	flex-flow: wrap-reverse;
	}
	.box06 .text p{
		font-size: 16px;
	}
	.box06 .text p:nth-of-type(1) {
	    font-size: 20px;
	    margin: 0 0 20px;
	}
/*======================================
	box07
=======================================*/
	.box07{
		margin: 50px 0 0;
	}	
/*======================================
	box08
=======================================*/
	.box08{
		margin: 50px 0 0;
		padding: 50px 0;
	}	
	.box08 .btn{
		width: 300px;
	}
/*======================================
	box09
=======================================*/
	.box09{
		margin: 50px 0 0;
	}	
	.box09 .btn{
		width: 100%;
	    max-width: 314px;	
	}
/*======================================
	box10
=======================================*/
	.box10{
		margin: 50px 0 0;
		padding: 50px 0;
	}		
		
	
	
	
	
}

@media screen and (max-width:320px){
	.box08 .btn{
		width: 250px;
		margin: 30px auto 0;
	}
	


}
