bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.8rem;
	color: #333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: 'Roboto', sans-serif;
}
.min {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
	.in,.in_in{
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 94%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


.bg_01 {
	background: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_02 {
	background: url(../images/trouble_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_03 {
	background: url(../images/solution_bg.png);
	background-size: cover;
	background-position: center;
}
.bg_04 {
	background: url(../images/charm_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_05 {
	background: url(../images/main-bg.png);
	background-size: cover;
	background-position: center;
}
.bg_06 {
	background: url(../images/strength-repeat-bg03.png);
}
.bg_07 {
	background: url(../images/bg_math.png);
}


#header{
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
}
#header .logo a{
	align-items: flex-end;
}
#header .logo img{
	width: 170px;
}
#header .logo span{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-left: 10px;
}
#header p{
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header .btns{
	align-items: center;
	margin-left: 20px;
}
#header .btn_i{
	margin-left: 10px;
}
#header .tel_btn img {
	width: 272px;
}
#header .contact_btn img {
	width: 272px;
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	#header .logo{
		width: 100%;
		text-align: center;
	}
	#header .logo a{
		justify-content: center;
	}
	#header .logo span {
		font-size: 1.0rem;
		line-height: 1.5;
		margin-left: 0px;
		margin-top: 5px;
	}
	#header .logo img{
		width: 120px;
	}
	#header .btns a{
		width: 40px;
		margin-left: 7px;
	}
	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
	
}

#main_v {
	margin-top: 80px;
	padding: 50px 0;
}
@media screen and (max-width: 750px) {
	#main_v{
		margin-top: 40px;
		padding-bottom: 0;
		padding-top: 0;
		background: none;
	}
	#main_v .in{
		width: 100%;
	}
}


#worrie{
	padding: 50px 0 200px;
	text-align: center;
}
#worrie .worrie_img{
    position: absolute;
    right: 194px;
    bottom: -340px;
}
@media screen and (max-width: 750px) {
	#worrie{
		padding: 50px 0 150px;
		text-align: center;
	}
	#worrie .worrie_img {
		position: absolute;
		right: -40px;
		bottom: -250px;
		width: 114%;
	}
}
#solution{
	padding: 140px 0 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#solution{
		padding: 100px 0 0;
		text-align: center;
	}
}

#model {
	padding: 50px 0 50px;
	text-align: center;
}
#model .imgarea{
	display: table;
	margin: auto;
	position: relative;
}
#model a {
	position: absolute;
	width: 305px;
}
#model a.btn_01{
	top: 265px;
	left: 235px;
}
#model a.btn_02 {
	top: 825px;
	left: 235px;
}
@media screen and (max-width: 750px) {
	#model a {
		position: absolute;
		width: 225px;
	}
	#model a.btn_01 {
		top: 28%;
		left: 32%;
	}
	#model a.btn_02 {
		top: 79%;
		left: 32%;
	}
}
#charm {
	padding: 50px 0 50px;
	text-align: center;
}

#study {
	padding: 50px 0 50px;
	text-align: center;
}

#point {
	padding: 50px 0 50px;
	text-align: center;
}

#info {
	padding: 50px 0 50px;
	text-align: center;
}

#speaker {
	padding: 50px 0 50px;
	text-align: center;
}

#program {
	padding: 50px 0 50px;
	text-align: center;
}

.cta{
	text-align: center;
	padding: 30px;
}
.cta .cta_btn_w{
	width: 400px;
	margin: auto;
}
.cta .cta_btn_w .baloon{
	margin-bottom: 10px;
}

footer{
	text-align: center;
	font-size: 1.4rem;
	padding: 15px 0;
}
.fixed_foot{
	display: none;
}
@media screen and (max-width: 900px) {
	.fixed_foot{
		display: block;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
		opacity: 0;
		transition: 0.25s;
		visibility: hidden;
		padding: 5%;
		box-sizing: border-box;
	}
	.fixed_foot.show{
		visibility: visible;
		opacity: 1;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
	}
	footer{
		padding-bottom: 80px;
	}

	.cta .cta_btn_w{
		width: 100%;
	}
}



#form {
    padding: 60px 0;
    text-align: center;
}
#form h2{
	text-align: center;
}
#form .form_caution{
	color: #d23434;
	margin-top: 20px;
}