/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.1 futura-pt,sans-serif;}

/*--------------------
	common style
 -------------------*/
@font-face {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@font-face {
	font-family: 'Open Sans', sans-serif;
}

html{
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: none;
	background: #fff;
	letter-spacing: 0.1em;
}

a{
	text-decoration: none;
}
a:hover{
	opacity: 0.4;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.effctFadeIn{
	opacity: 100 !important;
}
.effctFade{
	opacity: 0;
	transition: all 800ms 0s ease;
}
.pc_disp{
	display: block;
}
.pc_disp_inline{
	display: inline;
}
.sp_disp{
	display: none;
}
.pc_video{
	display: block !important;
}
.sp_video{
	display: none !important;
}
/* TOP page */
.loading{
	position: fixed;
	background: #ffffff;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 111111111;
}
.loading .logo1{
	position: absolute;
    top: calc(48% - 81.5px);
    left: calc(47% - 110px);
    width: 300px;
    display: none;
}
.loading .logo2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 50%;
    display: none;
}

#top_view{
	min-height: 600px;
	width: 100%;
	position: relative;

	background-image: url(../image/01_top/top_fv.png);
	background-position: center center;
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	background-size: cover;
}
#top_view .back{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
}
.bodyback{
	background-image: url(../image/01_top/01_fv.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

.header_top{
	width: 100%;
    height: 80px;
    z-index: 3;
    background: #fff;
	position: absolute;
	top:0;
	left:0;
}

.header_top .logo_0{
	position: absolute;
    top: 20px;
    left: 30px;
    width: 35px;
    display: block;
}

.openbtn2{
	position: absolute;
	top:22px;
	right:30px;
	width: 70px;
    height:50px;
	cursor: pointer;
  }
	
 .openbtn2 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0px;
	height: 2px;
	background-color: #F8C063;
}
.openbtn3 span{
	background-color: #C91518 !important;
}

.openbtn2 span:nth-of-type(1) {
	top:12px; 
	width: 100%;
}
  
.openbtn2 span:nth-of-type(2) {
	top:29px;
	width:100%;
}

/* Nav */
.nav{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #C91518;
	z-index: 11;
}

.nav span a{
	color: #fff;
}
.nav .wrap{
	width: 500px;
	overflow: hidden;
	top:calc(50% - 184px);
	left:calc(50% - 250px);
	position: absolute;
}
.nav .wrap div{
	float: left;
	width: 50%;
}
.nav .wrap .left p{
	position: relative;
    font-size: 1.0rem;
    color: #fff;
    position: relative;
    padding-bottom: 56px;
    display: inline-block;
    margin-top: 0px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.nav .wrap .right p{
    position: relative;
    font-size: 1.0rem;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    display: inline-block;
    margin-top: 0px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 22px;
}
.nav .wrap div p img{
	position: absolute;
	top:0;
	left: 130px;
	width: 20px;
}

.batsu {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top:4%;
	right:40px;
	cursor: pointer;
}
   
.batsu::before, .batsu::after { 
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; 
	height: 80px; 
	background: #fff;
}

.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
   
.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}



#sec_view{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #C91518;
	padding:60px 0 60px 0;
	text-align: center;
}

#sec_view h1{
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    padding-bottom: 50px;
    display: block;
    padding: 5px 10px 8px 10px;
	line-height: 40px;
}


.blink {
	animation: blinkAnime 0.5s infinite alternate;
}
@keyframes blinkAnime{
	0% { background: rgba(0,0,0,0.7); color:rgba(255,255,255,0.7); border:1px solid rgba(0,0,0,0.7)}
	100% { background: rgba(255,255,255,0.7); color:rgba(0,0,0,0.7); border:1px solid rgba(255,255,255,0.7)}
}

.buton_link{
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
    background: #000;
    line-height: 2rem;
    vertical-align: middle;
    padding-left: 1.0rem;
    padding-right: 3rem;
    text-align: left;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    border: solid 1px #000;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    margin-top: 30px;
    margin-left: -25px;
}
.buton_link::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_b.svg);
	width: 20px;
	top:3px;
	right:10px;
}
.buton_link:hover{
	background: none;
	color: #000;

}

#third_view_2{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#third_view_2 .t_title{
	width: 100%;
	padding:100px 0 30px 0;
	text-align: center;
}
#third_view_2 .t_title h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
	display: inline-block;
}
#third_view_2 .t_title h1::after{
	content: '';
	background: #C91518;
	height: 3px;
	margin:0 auto;
	display: block;
	margin-top: 10px;
}

#third_view_2 .area{
	width: 100%;
	overflow: hidden;
}
#third_view_2 .areaPad{
	margin-bottom: 1px;
}
#third_view_2 .areaPad_1{
	margin-left: 0.5px;
}
#third_view_2 .areaPad_2{
	margin-right: 0.5px;
}

#third_view_2 .area .area0{
	width: calc(50% - 0.5px);
	float: left;
	position: relative;
}
#third_view_2 .area .area0 img{
	width: 100%;
	display: block;
}




#forth_view{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#forth_view .wrap{
	width: 60%;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}

#forth_view .wrap h1{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	margin-left:0;
	background-color: #fff;
	display: inline-block;
	margin-top:100px;
	text-align: center;
	padding: 5px 5px 7px 5px;
}
#forth_view .wrap h1::after{
	content: '';
	background: #C91518;
	height: 3px;
	margin:0 auto;
	display: block;
	margin-top: 10px;
}
#forth_view .wrap ul{
	width: 100%;
	text-align: left;
	padding-top:50px;
	padding-bottom:40px;
}
#forth_view .wrap ul li{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	display: block;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:solid 1px #000;
	width: 100%;
}
#forth_view .wrap ul li p{
	display: inline-block; 
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}
#forth_view .wrap ul li .date{
	padding-right:0px;
}
#forth_view .wrap ul li .ctgr{
	padding:5px 5px 5px 5px;
	text-align: center;
	font-size: 0.8rem;
	width: 90px;
	margin-left: 10px;
	margin-right: 10px;
}
#forth_view .wrap ul li .ctgr1{
	background: #f9e600;/*かみたのもき*/
}
#forth_view .wrap ul li .ctgr2{
	background: #C91518;/*愛育福祉会*/
}
#forth_view .wrap ul li .ctgr3{
	background: #ff8319;/*たものき*/
}
#forth_view .wrap ul li .ctgr4{
	background: #29ac45;/*まつば*/
}
#forth_view .wrap ul li .ctgr5{
	background: #316eff;/*ねじょう*/
}

#forth_view .wrap ul li span{
}
#forth_view .wrap ul li a span{
	color: #000;
}

#forth_view .wrap .buton{
	margin-left:0%;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:6rem;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:100px;
	padding: 7px 67px 5px 14px;
}
#forth_view .wrap .buton::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:5px;
	right:10px;
}
#forth_view .wrap .buton:hover{
	background: #000;
	color: #fff;
}
#forth_view .wrap a:hover{
	opacity: 1 !important;
}


/* ideal page */
.t_view{
	min-height: 600px;
	width: 100%;
	position: relative;
}

.t_view .title{
	position: absolute;
	top:calc(52% - 118.5px);
	left:calc(59% - 363.5px);
	width: 400px;
	z-index: 2;
}


.t_view .rinen_title{
	position: absolute;
	left:50px;
	bottom:50px;
	width: 500px;
	display: none;
}
.t_view .rinen_title h1{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.3rem;
	background: rgba(255,255,255,0.7);
	display: inline-block;
/*	padding:3px;*/
	padding:10px;
}
.t_view .rinen_title h2{
	margin-top:20px;
	font-size: 2.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background: rgba(255,255,255,0.7);
	display: inline-block;
/*	padding: 4px 10px 7px 10px;*/
	padding: 8px 20px 14px 20px;
}
.rinen_view{
	background: #fff;
}
.rinen_view .wrap{
	padding:100px 0 100px 0;
	width: 600px;
	margin: 0 auto;
}
.rinen_view h1{
	text-align: center;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
}
.rinen_view h2{
	padding: 10px 0 35px 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 35px;
}
.rinen_view h3{
	line-height: 30px;
	font-size: 1.0rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-bottom: 20px;
}
.rinen_view h3:nth-of-type(3){
	padding-bottom: 25px;
}
.rinen_img{
	width: 80%;
	overflow: hidden;
	margin:0 auto;
	padding-bottom: 0px;
}
.rinen_img div{
	width: 50%;
	float:left;	
	display: block;
}
.rinen_img div img{
	width: 90%;
	padding:5%;
	float:left;	
	display: block;
}
.rinen_img_clear{
	clear: both;
}

.rinen_disp_v{
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-bottom: solid 1px #000;
}
.rinen_disp_v .wrap{
	width: 80%;
	margin:0 auto;
	overflow: hidden;
	padding:0px 0 100px 0;
	text-align: center;
}
.rinen_disp_v .kazari{
	padding:80px 0 40px 0;
	width: 600px;
}
.rinen_disp_v h1{
	text-align: center;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
}
.rinen_disp_v h2{
	padding: 10px 0 20px 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 35px;
}
.rinen_disp_v h3{
	line-height: 30px;
	font-size: 1.0rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-bottom: 0px;
}
.rinen_disp_v .row{
	overflow: hidden;
	padding-bottom:50px;
}

.rinen_disp_v .value{
	width: 50%;
	float:left;
	overflow: hidden;
	padding-top:60px;
	text-align: left;
	position: relative;
}
.rinen_disp_v .padL{
	width: calc(50% - 60px);
	padding-left:60px;
}
.rinen_disp_v .value .num{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.rinen_disp_v .value span{
	position: absolute;
	top:38px;
	left:25px;
	color: #000;
	font-family: 'Antonio', sans-serif;
	font-size: 7.0rem;
}
.rinen_disp_v .value .padLeft{
	left:85px;
}

.rinen_disp_v .value .title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.3rem;
	padding:70px 0 15px 0;
	font-weight: 500;
}
.rinen_disp_v .value .subtitle{
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
	padding:0px 0 30px 0;
}
.rinen_disp_v .value .note{
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
	padding:0px 60px 30px 0;
	line-height: 30px;
}
.rinen_disp_v .value img{
	width: 100%;
}

/* about page */
.about_v_2{
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #000;
	text-align: center;	
}
.about_v_2 .title{
	padding:120px 0 80px 0;
}
.about_v_2 .wrap{
	width: 80%;
	margin:0 auto;	
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_v_2 .wrap .left{
	float: left;
	width: 50%;	
}
.about_v_2 .wrap .right{
	float: left;
	width: 50%;
	text-align: left;	
}
.about_v_2 .wrap img{
	width: 200px;			
	padding-right:50px;
}
.about_v_2 .wrap p{
	padding-left:0px;
	padding-bottom: 20px;
	width: 150px;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;	
	display: inline-block;
}

.about_v_2 .wrap .map{
	margin-right:2%;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 2rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:6rem;
	padding-bottom:0;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:0px;
	width: 90px;
	margin-top:0px;
	float: left;
	display: block;
}
.about_v_2 .wrap .map::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:3px;
	right:10px;
}
.about_v_2 .wrap .map:hover{
	background: #000;
	color: #fff;
}

.about_v_2 .wrap .map_2{
	float: left;
	display: block;
	margin-left:0%;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 2rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:6rem;
	padding-bottom:0;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:0px;
	width: 90px;
	margin-top:0px;
	position: relative;
}
.about_v_2 .wrap .map_2 .map_2_{
	position: absolute;
	width: 20px;
	top:5px;
	right:10px;
	padding-right: 0px;;
}
.about_v_2 .wrap .map_2:hover{
	background: #000;
	color: #fff;
}

.about_v_2 .wrap .pad_btm{
	padding-bottom: 30px;
	width: 420px;
}
.about_v_2 .wrap .infor{
	margin-left:0%;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 2rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:6rem;
	padding-bottom:0;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:100px;
	width: 90px;
	margin-top:30px;

}
.about_v_2 .wrap .infor .dd{
	position: absolute;
	width: 20px;
	top:3px;
	right:10px;
	padding-right: 0px;
}
.about_v_2 .wrap .infor:hover{
	background: #000;
	color: #fff;
}

.about_v_2 .wrap span{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;	
}
.about_v_3{
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #000;
	text-align: center;	
}
.about_v_3 .title{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    background-color: #fff;
    display: inline-block;
    margin-top: 120px;
}
.about_v_3 .wrap{
	width: 80%;
	margin:0 auto;
	overflow: hidden;
	padding-top:100px;
	padding-bottom: 50px;
}
.about_v_3 .wrap .left{
	float: left;
	width: calc(50% - 0px);
	padding-bottom: 80px;
	text-align: center;
	padding-right:0px;
}
.about_v_3 .wrap .left img{
	height: 300px;
	padding-left: 30px;
}
.about_v_3 .wrap .left .padR{
	padding-right:60px;
}
.about_v_3 .wrap .right{
	float: left;
	width: 50%;	
	text-align: left;
	padding-bottom: 80px;
}
.about_v_3 .wrap .right h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    padding-top: 0px;
    padding-bottom: 20px;	
}
.about_v_3 .wrap .right h2{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
    padding-top: 10px;
    padding-bottom: 10px;	
	line-height: 30px;	
}
.about_v_3 .wrap .right p{
	margin-left:0%;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 2rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:6rem;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:10px;
	width: 90px;
}
.about_v_3 .wrap .right p:nth-of-type(2){
	margin-bottom:80px;
}
.about_v_3 .wrap .right p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:3px;
	right:10px;
}
.about_v_3 .wrap .right p:hover{
	background: #000;
	color: #fff;
}

/* feature page*/
.ft_v_1{
	border-bottom: solid 1px #000;
}
.ft_v_1 .kazari{
	padding:80px 0 40px 0;
	width: 600px;
}
.ft_v_1 h4{
	text-align: center;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
}
.ft_v_1 h5{
	padding: 10px 0 20px 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 35px;
}
.ft_v_1 h6{
	line-height: 30px;
	font-size: 1.0rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-bottom: 0px;
}
.ft_v_1 .wrap{
	padding-top:80px;
	text-align: center;
}
.ft_v_1 .wrap p{
	text-align: center;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
}
.ft_v_1 .wrap h1{
    padding: 5px 0 30px 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 35px;
}
.ft_v_1 .wrap .ft_v_1_l{
    line-height: 30px;
    font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-bottom: 0px;
	width: 650px;
    margin: 0 auto;	
	text-align: left;
}

.ft_v_1 .wrap .view{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.ft_v_1 .wrap .view img{
	width: 100%;
	display: block;
}
.ft_v_1 .wrap .disp{
	text-align: left;
	background: #fff;
	padding:50px 0 100px 0;
}
.ft_v_1 .wrap .disp .wrap_{
	width: 90%;
	margin:0 auto;
}
.ft_v_1 .wrap .disp h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.3rem;
	text-align: left;
	font-weight: 500;
    padding: 0px 0 0px 0;
}
.ft_v_1 .wrap .disp h2{
    padding: 0px 0 15px 0;
    font-size: 0.9rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 35px;
}
.ft_v_1 .wrap .disp h3{
    line-height: 30px;
    font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-bottom: 0px;	
}

/* news page */
.n_view{
	width: 100%;
	background: #fff;
	padding:200px 0 100px 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #000;
}
.n_view .rinen_title{
	position: absolute;
	left:50px;
	bottom:50px;
	width: 500px;
	display: none;
}
.n_view .rinen_title h1{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5rem;
	background: #fff;
	display: inline-block;
	padding:3px;
}
.n_view .rinen_title h2{
	margin-top:20px;
	font-size: 2.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fff;
	display: inline-block;
	padding:3px;
}
.news_area{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-bottom: 100px;
}
.news_area .wrap{
	width: 80%;
	margin:0 auto;
	padding-top: 40px;
}
.news_area .wrap .article{
	padding-bottom:40px;
	border-bottom: solid 1px #000;	
	padding-top:40px;
}

.news_area .wrap p{
	display: inline-block; 
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}
.news_area .wrap .date{
	padding-right:0px;
}
.news_area .wrap .ctgr{
	padding:5px 5px 5px 5px;
	text-align: center;
	font-size: 0.8rem;
	width: 90px;
	margin-left: 10px;
	margin-right: 10px;
}
.news_area .wrap .ctgr1{
	background: #f9e600;/*かみたのもき*/
}
.news_area .wrap .ctgr2{
	background: #C91518;/*愛育福祉会*/
}
.news_area .wrap .ctgr3{
	background: #ff8319;/*たものき*/
}
.news_area .wrap .ctgr4{
	background: #29ac45;/*まつば*/
}
.news_area .wrap .ctgr5{
	background: #316eff;/*ねじょう*/
}

.news_area .wrap .article .title{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
    padding: 0px 0 0px 0px;
    font-weight: 500;
	display: inline;
}
.news_area .wrap .article .text{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
    padding: 30px 0 0px 0;		
	line-height: 25px;;
	display: block;
}

.news_area .wrap .pager{
	width: 100%;
	padding:100px 0 200px 0;
}
.news_area .wrap .pager p{
	position: relative;
	color: #000;
    font-size: 1.0rem;
	display: inline-block;
	margin-right:10px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}
.news_area .wrap .pager p::before{
	position: absolute;
	content: '';
	border: solid 1px #000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top:-7px;
	left:-1px;
}
.news_area .wrap .pager p:hover{
	opacity: 0.4;
}


.h_nav_fix{
	top:0;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 3;
	background: #fff;
	text-align: center;
	display: none;
}
.h_nav_fix_init{
	display: block;
}
.h_nav_fix .logo{
	width: 100px;
	position: absolute;
	top:22px;
	left:45px;
}


.openbtn2_fix{
	top:18px;
}
.openbtn2_fix span{
	background-color: #C91518;
}


.footer{
	width: 100%;
	background: #fff;
}


.footer .bottom{
	background: #E40011;
}
.footer .bottom p{
	padding:20px 0 20px 0;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
}

/* Contact */
.con_view{
	width: 100%;
	background: #fff;
	padding:200px 0 100px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.con_view .rinen_title{
	position: absolute;
	left:50px;
	bottom:50px;
	width: 500px;
	display: none;
}
.con_view .rinen_title h1{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5rem;
	background: #fff;
	display: inline-block;
	padding:3px;
}
.con_view .rinen_title h2{
	margin-top:20px;
	font-size: 2.5rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fff;
	display: inline-block;
	padding:3px;
}

.con_area{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.con_area .wrap{
	width: 830px;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
	overflow: hidden;
}
.con_area .note{
	font-size: 1.0rem !important;
	color: red !important;
	display: none ;
	width: 100% !important;
}
.con_area .wrap p{
    font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	width: 200px;
	margin-bottom: 20px;;
}
.inputf {
	border: solid 2px red !important;
}
.con_area .wrap p font{
	position: relative;
}
.con_area p font::after {
    content: '※';
    position: absolute;
    top: 3px;
    right: -12px;
    font-size: 0.6rem;
}
.con_area .wrap .tf{
	margin-top: 30px;;
	margin-bottom: 5px;;
}
.con_area .textinput {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    height: 50px !important;
    line-height: 20px !important;
    width: 600px !important;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.con_area .textinput_h {
    height: 300px !important;
    width: 805px !important;
}
.con_area .wrap .button{
	margin-top:40px;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:1rem;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin-bottom:0px;
	width: 150px;
	padding: 7px 0px 8px 18px;
}
.con_area .wrap .button::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:6px;
	right:10px;
}
.con_area .wrap .button:hover{
	background: #000;
	color: #fff;
}
#mail_confirm{
	display: none;
	height: 100vh;
	width:100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
	z-index: 1111111;
}
#mail_confirm .confirm{
	margin: 30px auto;
	width: 500px;
	background: #fff;
	padding: 50px 100px 50px 100px;

	color:#000;
	font-size: 1.1rem;
	display: block;
	padding-bottom: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	overflow-y: scroll;
	max-width: 600px;
	height: 80%;
}
#mail_confirm .confirm span{
	display:none;
}
#mail_confirm .confirm h1{
	padding-bottom: 30px;
}
#mail_confirm .confirm h2{
	padding-bottom: 10px;
	font-size: 1.1rem;
}
#mail_confirm .confirm p{
	padding-bottom: 30px;
	font-size: 1.1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	white-space: pre-wrap;
	max-height: 150px;
}
#mail_confirm .confirm .sndBtn{
	background: #000;
	color: #fff;
	padding: 6px;
	font-size: 1.1rem;
	display: block;
	text-align: float;
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 80px;
	padding-bottom: 6px;
	border:1px solid #000;
	transition: all 500ms 0s ease;
	cursor: pointer;
	margin-top: 20px;
}
#mail_confirm .confirm .sndBtn:hover{
	border:1px solid #000;
	background: #EFEEE9;
	color: #000;
}
#mail_confirm #ic5{
	overflow-y:scroll;
}
#thanks{
	display: none;
	margin:30px auto;
	width: 400px;
	background: #fff;
	padding:30px 30px 30px 30px;
	text-align: center;
}
#thanks p{
	color:#000;
	font-size: 1rem;
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #C91518;
	z-index: 9999999;
	text-align:center;
	color:#fff;
  }
  
  #splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
    
.bodybk{
	  background:#C91518;
  }
  
  body.appear{
	  background:#fff;
  }
  
  .splashbg1,
  .splashbg2{
	  display: none;
  }
  
  body.appear .splashbg1,
  body.appear .splashbg2{
	display:block;
  }
  
  body.appear .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
	  content: "";
	  position:fixed;
	z-index: 999;
	  width: 100%;
	  height: 100vh;
	  top: 0;
	left:50%;
	  transform: scaleX(1);
	  background-color: #C91518;
  }
  
  @keyframes PageAnime{
	0% {
	  transform-origin:left;
	  transform:scaleX(1);
	}
	50% {
	  transform-origin:right;
	}
	100% {
	  transform-origin:right;
	  transform:scaleX(0);
	}
  }
  
  body.appear .splashbg2{
	animation-name:PageAnime2;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
	  content: "";
	  position:fixed;
	z-index: 99999999999999;
	  width: 100%;
	  height: 100vh;
	  top: 0;
	right:50%;
	  transform: scaleX(1);
	  background-color: #C91518;
  }
  
  @keyframes PageAnime2{
	0% {
	  transform-origin:right;
	  transform:scaleX(1);
	}
  
	50% {
	  transform-origin:left;
	}
	100% {
	  transform-origin:left;
	  transform:scaleX(0);
	}
  }
  
  #container{
	opacity: 0;
  }
  
  body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
  }
  
  @keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
  }
  }

/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(50px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	 
	.fadeUpTrigger{
		opacity: 0;
	}
	
/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slick-track{
	height: 100vh;
}
/*　背景画像設定　*/

.slider-item01 {
    background-image:url(../image/05_tokucho/01_fv.png);
}

.slider-item02 {
    background-image:url(../image/05_tokucho/slide_02.png);

}

.slider-item03 {
    background-image:url(../image/05_tokucho/slide_03.png);
}

.slider-item04 {
    background-image:url(../image/05_tokucho/slide_04.png);
}

.slider-item05 {
    background-image:url(../image/05_tokucho/slide_05.png);
}

.slider-item06 {
    background-image:url(../image/05_tokucho/slide_06.png);
}


.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.slick-dots{
	bottom: 20px !important;
}

.slick-next {
    right: 55px !important;
}
.slick-prev
{
    left: 30px !important;
}

.slick-prev:before {
    content: '' !important;
	width: 40px !important;
	height: 40px !important;
	display: inline-block !important;
	background-image: url(../image/00_arrow/arrow_1.png);
	background-size: contain;
	vertical-align: middle;
}
.slick-next:before {
    content: '' !important;
	width: 40px !important;
	height: 40px !important;
	display: inline-block !important;
	background-image: url(../image/00_arrow/arrow_2.png);
	background-size: contain;
	vertical-align: middle;
}
.pager1{
	width: 100%;
	margin:60px auto;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding:30px 0 30px 0;
	margin-bottom: 0px;
	position: relative;
}
.pager1 p{
	font-weight: 400;
	font-style: normal;
	font-size: 0.8rem;
	color: #000;
}
.pager1 .padd{
	padding:0 0px 0 0px;
}
.pager1 p a{
	color: #000;
}
.pager1 .p1{
	position: absolute;
	top:30px;
	left:10px;
}
.pager1 .p2{
	text-align: center;
	width: 100%;
}
.pager1 .p3{
	position: absolute;
	top:30px;
	right:10px;
}