#all{
	display:none;
	overflow-x:hidden;
}

/*繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ*/
#firstview{
	background-image: url("../image/contact.jpg");
    background-position:bottom;
}

/*index.php縺ｮcss*/
.top-bar-index{
	width:100%;
	height:200px;
	margin-top: 110px;
}

#particles-js{
	position:relative;
}

#particles-wrap{
	width:1200px;
	margin:0 auto;	
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
}

#p-top_pictures{
	display:flex;
	align-items:flex-end;
	position:absolute;
	top:-220px;
}


.p-top_pictures-1{
	z-index:2;
}
.p-top_pictures-2{
	z-index:1;
}
.p-top_pictures-3{
	z-index:1;
}

#catchcopy{
	position:absolute;
	margin:0 auto;
	top:50px;
}

.yoko img{
	width:1000px;
}

.text_center_1{
	font-size:24px;
	font-weight:bold;
}

#catchcopy .pepper{
	width:200px;
	position:absolute;
	top:390px;
	right:0;
}

.particles-js-canvas-el{
	height:800px !important;
}

#index{
	width:1200px;
	margin:0 auto;
	text-align:center;
}

#index .index-area1{
	background-image:url("../image/background_banner.jpg");
	border-radius:30px;
	margin-bottom:50px;
	padding-bottom:30px;
}

.index-area1 h2,
.index-area2 h2{
	font-size:48px;
	color:#404d9f;
	padding:30px 0 30px 0;
}

.index-area1 #banner_button{
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}

.index-area1 #banner_button form{
	margin:0 30px;
}

#banner_button input[type="image"]:hover{
	opacity:0.8;
}

.index-area1 #cat_img{
	width:300px;
}

.index-area1 .btn{
	color:#fff;
	background-color:#404d9f;
	border-radius:30px;
	font-size:24px;
	padding:10px;
	text-decoration:none;
}

.index-area2 .banner_area{
	display:flex;
	justify-content:center;
}

.banner_area div{
	width:300px;
	padding:30px;
}

.banner_area div a{
	text-decoration:none;
}

.banner_area img{
	width:300px;
}

.banner_area p{
	margin-top:16px;
}

.banner_area .linkbtn{
	color:#fff;
	background-color:#404d9f;
	border:none;
	border-radius:30px;
	font-size:18px;
	margin-top:10px;
	padding:10px;
	text-decoration:none;
}

.banner01 p,
.banner02 p,
.banner03 p{
	height:120px;
	margin-top:20px;
}

.banner01 a:hover,
.banner02 a:hover,
.banner03 a:hover{
	opacity:.8;
}

.banner03 .tellnlinktext{
	margin-top:10px;
	height:auto;
}

.banner03 .tellnlinkbtn{
	color:#fff;
	background-color:#404d9f;
	border:none;
	border-radius:30px;
	font-size:18px;
	margin-top:10px;
	text-decoration:none;
	padding:10px;
}

.slider-area{
	margin:50px 0;
	width:100%;
}

/*==================================
繧ｹ繝ｩ繧､繝繝ｼ縺ｮ縺溘ａ縺ｮcss
===================================*/
.slider img {
    width: 20vw;
    height:auto;
}

/*slick縺ｮJS縺ｧ譖ｸ縺九ｌ繧九ち繧ｰ蜀?√せ繝ｩ繧､繝牙ｷｦ蜿ｳ縺ｮ菴咏區隱ｿ謨ｴ*/

.slider .slick-slide {
    margin:5vh 0;/*繧ｹ繝ｩ繧､繝牙ｷｦ蜿ｳ縺ｮ菴咏區隱ｿ謨ｴ*/
}

.slider ul {
	list-style:none;
}
/*------------------------------*/
/*------------------------------*/
#scrollTextLeft{
	font-family: 'Figtree', sans-serif;
	margin-top:-7vw;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#scrollTextRight {
	font-family: 'Figtree', sans-serif;
	margin-bottom:10vw;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.scrollTextP {
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
.scrollTextP>span {
	font-size:8vw;
	font-weight:bold;
	color:#224B8F;
}
.scrollTextP>img {
	width:10%;
	margin:20px 10px -7px 22px;
}
/*------------------------------*/


.index-area3 .text_center_2 h3{
	font-size:32px;
	padding-top:50px;
	margin-bottom:50px;
}

.text_center_2 h3 .dotted{
	border-bottom:solid 1px #333;
}

.text_center_2 p{
	font-size:24px;
	margin-bottom:50px;
}

.index-area4{
	background-image:url("../image/consultation_pics.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:500px;
	margin-bottom:200px;
	position:relative;
}
.index-area4 .text{
	width:400px;
	position:absolute;
	top:90px;
	left:600px;
	text-align:left;
}
.index-area4 .text p{
	font-size:18px;
}
.index-area4 .subtitle{
	writing-mode: vertical-lr;
	position:relative;
	top:-40px;
	left:1050px;
}
.index-area4 .subtitle h2{
	font-size:36px;
}
.index-area4 .subtitle p{
	font-size:24px;
}
.index-area4::before {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    background-color:#fbe2de;
    position: absolute;
    left: 100%;
}

.index-area4-sp{
	display:none;
	background-color:#fbe2de;
	padding:30px;
	margin:0 30px;
	border-radius:30px;
	text-align:left;
	margin-bottom:100px;
}
.index-area4-sp .subtitle{
	text-align:center;
	margin-bottom:20px;
}

.index-area4-sp p{
	font-size:18px;
}

.index-area5{
	background-image:url("../image/telln_pics.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
	height:500px;
	margin-bottom:200px;
	position:relative;
}
.index-area5 .text{
	width:400px;
	position:absolute;
	top:20px;
	left:140px;
	text-align:left;
}
.index-area5 .text p{
	font-size:18px;
}
.index-area5 .subtitle{
	writing-mode: vertical-lr;
	position:relative;
	left:-120px;
	top:-480px;
}
.index-area5 .subtitle h2{
	font-size:36px;
}
.index-area5 .subtitle p{
	font-size:24px;
}
.index-area5 .text p{
	margin:20px 0;
}
.index-area5::before {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    background-color:#e4f0e2;
    position: absolute;
    right: 100%;
}

.index-area5-sp{
	display:none;
	background-color:#e4f0e2;
	padding:30px;
	margin:0 30px;
	border-radius:30px;
	text-align:left;
	margin-bottom:100px;
}
.index-area5-sp .subtitle{
	text-align:center;
	margin-bottom:20px;
}

.index-area5-sp p{
	font-size:18px;
}


/*縲繝ｬ繧ｹ繝昴Φ繧ｷ繝厄ｼ?768px莉･荳具ｼ? */
@media screen and (max-width:768px){
	.top-bar-index{
		visibility:hidden;
	}
	#particles-wrap{
		width:100%;
	}
	#index{
		width:100%;
	}
	#index .index-area1{
		margin:0 30px;
	}
	.index-area2 .banner_area{
		flex-direction:column;
		align-items:center;
	}
	#banner_button{
		flex-direction:column;
	}
	#catchcopy{
		font-size:14px;
	}
	.banner01 p,
	.banner02 p,
	.banner03 p{
		height:120px;
	}
	.yoko img{
		width:700px;
	}
	.text_center_1{
		font-size:16px;
	}
	#catchcopy .pepper{
		position:static;
	}
	.index-area3 .text_center_2 h3{
		font-size:24px;
	}
	.banner_area p{
		font-size:18px;
	}
	.text_center_2 p{
		font-size:18px;
	}
	.index-area4{
		display:none;
	}
	.index-area4-sp{
		display:block;
	}
	.index-area5{
		display:none;
	}
	.index-area5-sp{
		display:block;
	}
}


/*縲繝ｬ繧ｹ繝昴Φ繧ｷ繝厄ｼ?400px莉･荳具ｼ? */
@media screen and (max-width:450px){
	#catchcopy{
		font-size:12px;
	}
	.yoko img{
		width:300px;
	}
	.index-area1 #cat_img{
		width:200px;
	}
	#p-top_pictures{
		overflow:hidden;
		z-index:-1;
	}
	#boy,
	#family{
		display:none;
	}
	#girl{
		width:300px;
	}
	#p-top_pictures{
		top:-200px;
	}
	.banner_area img{
		width:150px;
	}
	.banner01 p,
	.banner02 p,
	.banner03 p{
		height:150px;
	}
	#catchcopy{
		margin:0 20px;
	}
}