/* 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;
}
#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;
}

#top_view .logo_0{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 230px;
    display: block;
}

#top_view .logo{
    position: absolute;
    top: 5px;
    left: 12px;
	width: 200px;
    height: auto;
    display: block;
    z-index: 10;
}
	
.fuwafuwa2 {
	width: 120px;
	height: 146.63px;
	margin: 0px;
	animation: fuwafuwa2 4s linear 2s infinite;
  }
   
  @keyframes fuwafuwa2 {
	/*
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	2%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
	16%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
	20%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	25%  { transform: scale(1.0, 1.0) translate(0%, -5%); }
	33%  { transform: scale(1.0, 1.0) translate(0%, -20%); }
	38%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
	40% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	
	  
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	4%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
	12%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
	16%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	20%  { transform: scale(1.0, 1.0) translate(0%, -5%); }
	24%  { transform: scale(1.0, 1.0) translate(0%, -20%); }
	28%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
	32%  { transform: scale(1.0, 1.0) translate(0%, 10%); }
	36%  { transform: scale(1.0, 1.0) translate(0%, 15%); }
	40% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }	*/	
  }

#top_view .menu{
	position: absolute;
	top:25px;
	right:150px;
}
#top_view .menu p{
    margin-left: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    background: #fff;
    vertical-align: middle;
    border: solid 1px #000;
    padding-left: 1rem;
    padding-right: 3rem;
    text-align: left;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    padding: 6px 46px 7px 22px;
}
#top_view .menu p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:4px;
	right:10px;
}
#top_view .menu a{
	color: #000;
}

.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: #FFF !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: #29ac45;
	z-index: 11;
}

.nav span a{
	color: #fff;
}
.nav .wrap{
	width: 500px;
	overflow: hidden;
	top:calc(50% - 242.5px);
	left:calc(50% - 250px);
	position: absolute;
}
.nav .wrap div{
	float: left;
	width: 50%;
}
.nav .wrap div p{
	font-size: 1.0rem;
	color: #000;
	position: relative;
	padding-bottom: 40px;
	display: inline-block;
	margin-top: 3px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.nav .wrap div p::after {
    position: absolute;
    content: url(../image/00_arrow/00_arrow_a.svg);
    width: 20px;
	height: 20px;
    top: -1px;
    left: 140px;
	margin-top: -1px;
}
.nav .wrap div .ho{
    background: #fff;
	padding: 7px 5px 4px 15px;
    border-radius: 25px;
    width: 160px;
    border: solid 1px #fff;
    margin-bottom: 25px;
    margin-top: 0px;
}
.nav .wrap div .ho::after {
    position: absolute;
    content: url(../image/00_arrow/00_arrow_a.svg);
    width: 20px;
    height: 20px;
    top: 4px;
    left: 150px;
    margin-top: 1px;
}
.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: #000;
}

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

#top_view .logo_2{
	position: absolute;
	bottom:0px;
	left:0px;
	width: 25%;
	display: block;
}

#top_view .scrol{
	position: absolute;
    bottom: 60px;
    right: 60px;
    width: 5%;
}

#top_view .line{
	z-index: 1;
	position: absolute;
	top:calc(100% - 182px);
	right:60px;
	height:0px;
	width:1px;
	background:#fff;
	animation-name: sizeScale;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}
@keyframes sizeScale {
	100% {
		height:182px;
	}
}

#sec_view{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video_2{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#sec_view h1{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    display: block;
    padding-bottom: 50px;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 5px 10px 8px 10px;
}
#sec_view h3{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 5px 10px 8px 10px;
}

.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{
	margin-left:20px;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	background: #000;
	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-top: 30px;
}
.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;

}
#sec_view .sec_view_lt{
	text-align: center;
	position: absolute;
	top:calc(50% - 80px);
	/*left:0;*/
	width: 100%;
	height: 100%;
}

#third_view_2{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
#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;
}
#third_view_2 .area .area0 .hov{
	position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
}
#third_view_2 .area .area0 .hov p{
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    width: 100%;
    top: calc(50% - 15px);
    line-height: 30px;
    display: inline;
    position: relative;
}	
#third_view_2 .area .area0 .hov p::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
#third_view{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#third_view .wrap{
	border-bottom: solid 1px #000;
	overflow: hidden;
}
#third_view .wrap .area{
	width: 90%;
	margin:0 auto;
	overflow: hidden;
}

#third_view .wrap .area img{
	padding-left:10%;
	padding-right:10%;
	padding-top:20px;
	padding-bottom:20px;
	width: 80%;
}
#third_view .wrap .area0{
	width: calc(50% - 1px);
	float:left;
	border-right: solid 1px #000;
}

#third_view .wrap .area1{
	width: calc(50% - 1px);
	border-left: solid 0px #000;
	float:left;
}

#third_view .wrap .area h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    margin-left: 10%;
    background-color: #fff;
    display: inline-block;
    margin-top: 80px;
    padding: 5px 5px 7px 5px;
	letter-spacing: 0.1em;
}
#third_view .wrap .area h2{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.0rem;
	margin-left:10%;
	margin-bottom: 20px;
}

#third_view .wrap .area p{
	margin-left:10%;
	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:80px;
	padding: 7px 67px 5px 14px;
}
#third_view .wrap .area p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:5px;
	right:10px;
}
#third_view .wrap .area p:hover{
	background: #000;
	color: #fff;
	opacity: 1 !important;
}
#third_view .wrap .area a:hover{
	opacity: 1 !important;
}
#third_view .wrap .area2{
	width: calc(50% - 1px);
	float:left;
	border-right: solid 1px #000;
}
#third_view .wrap .area2 img{
	padding-left:8%;
	padding-right:8%;
	padding-top:20px;
	padding-bottom:20px;
	width: 80%;
}

#third_view .wrap .area3{
	width: calc(50% - 1px);
	float:left;
}
#third_view .wrap .area3 img{
	padding-left:7%;
	padding-right:7%;
	padding-top:20px;
	padding-bottom:20px;
	width: 80%;
}

#third_view .wrap .area2 h1{
	margin-left:8%;
}	
#third_view .wrap .area2 h2{
	margin-left:8%;
}	
#third_view .wrap .area2 p{
	margin-left:8%;
}	
#third_view .wrap .area3 h1{
	margin-left:7%;
}	
#third_view .wrap .area3 h2{
	margin-left:7%;
}	
#third_view .wrap .area3 p{
	margin-left:7%;
}	

#forth_view{
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-bottom: solid 1px #000;
}

#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 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; 
	padding-right:30px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}
#forth_view .wrap ul li span{
}
#forth_view .wrap ul li a span{
	color: #000;
	transition: 0.5s all ease-in-out;
}
#forth_view .wrap ul li a:hover span{
	color: #000;
	opacity: 0.2;
}

#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;
}
#fifth_view{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

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

#fifth_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;
}

#fifth_view .wrap .area{
	padding-top: 50px;
}

#fifth_view .wrap .area div{
	width: 33.3%;
	float:left;
}
#fifth_view .wrap .area div img{
	width: 200px;
}
#fifth_view .wrap .area div h2{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
	padding-top:20px;
	padding-bottom:30px;
}


#fifth_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;
}
#fifth_view .wrap .buton::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:5px;
	right:10px;
}
#fifth_view .wrap .buton:hover{
	background: #000;
	color: #fff;
}

/* 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: 70%;
	overflow: hidden;
	margin:0 auto;
	padding-bottom: 100px;
}
.rinen_img img{
	width: 100%;	
}

.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%;
}

.bosyu_view{
	padding:40px 0 40px 0;
	background: #29ac45;	
	text-align: center;
}
.bosyu_view h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 50px;
	letter-spacing: 0.1em;
}
.bosyu_view h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 0.9rem;
    padding: 10px 0 20px 0;
}
.bosyu_view h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 0.8rem;
    padding: 0px 0px 30px 0;
}
.bosyu_view p{
	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:80px;
	padding: 7px 67px 5px 14px;
}
.bosyu_view a:hover{
	opacity: 1;
}
.bosyu_view p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:5px;
	right:10px;
}
.bosyu_view p:hover{
	background: #000;
	color: #fff;
}

/* oneday page*/
.on_view{
	background: #fff;
	border-bottom: solid 1px #000;
}
.on_view .wrap{
	padding:100px 0 60px 0;
	margin: 0 auto;
	text-align: center;
}
.on_view h1{
	text-align: center;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
}
.on_view h2{
	padding: 10px 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;
}
.on_view h3{
	line-height: 30px;
	font-size: 1.0rem;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-bottom: 40px;
}
.on_view p{
	line-height: 30px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	border-radius: 20px;
	border:solid 1px #000;
	display: inline-block;
	padding:3px 20px 3px 20px;
	margin:0 20px 0 20px;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
.on_view p:hover{
	color: #000 !important;
	background: #000 !important;
	color:#fff !important;
}
.on_time_view{
	background: #fff;
	border-bottom: solid 1px #000;
}
.on_time_view .wrap{
	padding:20px 0 20px 0;
	margin: 0 auto;
	width: 370px;
}
.on_time_view p{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	width: 150px;
	display: inline-block;
}
.on_time_view p:nth-of-type(1){
	padding-bottom: 0px;
}
.on_time_view span{
	font-size: 1.2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #000;
}
.on_timechart_view{
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #000;
}
.timechart_v .wrap{
	width: 850px;
	margin:0 auto;
	padding:0px 0 100px 0;
	text-align: center;

}
.timechart_v .kazari{
	padding:30px 0 50px 0;
	width: 600px;
}
.timechart_v .wrap .time{
	margin:0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	padding-bottom: 80px;
	padding-left: 250px;
}
.timechart_v .wrap .time::before{
	content:"●";
	display:inline-block;
	width:3px;
	font-size: 25px;
	height:40px;
	color:#000;
	position:absolute;
	top:-10px;
	left:140px;
}
.timechart_v .wrap .time::after{
	content:"";
	display:inline-block;
	width:3px;
	height:100%;
	background-color:#000;
	position:absolute;
	top:0px;
	left:151px;
 }
 .timechart_v .wrap .time:last-of-type::after{
	height:357px;
 }

 .timechart_v .wrap .time .tokei{
	position: absolute;
	top:0;
	left:0;
	width: 120px;
}
.timechart_v .wrap .time .jikan{
	position: absolute;
	top:-6px;
	left:165px;
	width: 120px;
	color: #000;
	font-size: 0.9rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.timechart_v .wrap .time .view{
	width:600px;

}
.timechart_v .wrap .time h1{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	padding:20px 0 20px 0px;
	text-align: left;
}
.timechart_v .wrap .time h2{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
	text-align: left;
	padding:0px 0 0px 0px;
	line-height: 25px;
}

/* about page */
.about_v_1{
	overflow: hidden;
	width: 100%;
}
.about_v_1 .title{
	color: #000;
	font-size: 1.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-top:100px;
	padding-bottom:100px;
	text-align: center;
}
.about_v_1 .wrap{
	overflow: hidden;
	width: 80%;
	margin:0 auto;
}
.about_v_1 .wrap .left{
	width: 50%;
	float:left;
	text-align: center;
}
.about_v_1 .wrap .right{
	width: 50%;
	float:left;	
}
.about_v_1 .wrap img{
	width: 300px;
}
.about_v_1 .wrap h1{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
}
.about_v_1 .wrap h2{
	font-size: 1.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding:20px 0 30px 0;
}
.about_v_1 .wrap h3{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
	line-height: 30px;
}
.about_v_1 .wrap h4{
	padding-top:10px;
	padding-bottom:30px;
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.0rem;
	line-height: 30px;
}
.about_v_1 .wrap 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:100px;
	width: 90px;
}
.about_v_1 .wrap p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:3px;
	right:10px;
}
.about_v_1 .wrap p:hover{
	background: #000;
	color: #fff;
}
.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-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-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 .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 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;
}
.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{

}

.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;
}
.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;
	position: relative;
}
.news_area .wrap .article .dumm{
	position: absolute;
	top:-50px;
	left:0;
	width: 100%;
	height: 10px;
}
.news_area .wrap .article .date{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
    padding: 0px 0 0px 0;
	display: inline;
}
.news_area .wrap .article .title{
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
    padding: 0px 0 0px 30px;
    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;
	overflow-wrap: break-word;
}

/* entry page */
.gd_v{
	width: 100%;
	text-align: center;
	padding:100px 0 100px 0;
}
.gd_v .wrap{
	
}
.gd_v .wrap h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;	
}
.gd_v .wrap h2{
    padding: 10px 0 0px 0;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.gd_v .wrap h3{
    padding: 30px 0 30px 0;
    font-size: 1.0rem;
    color: #000;
	line-height: 25px;
    font-family: 'M PLUS Rounded 1c', sans-serif;	
}
.gd_v .wrap h4{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.5rem;
	font-weight: 500;	
    padding: 0px 0 20px 0;
}
.gd_v .wrap p{
	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:4rem;
	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;
	padding: 8px 50px 9px 18px;
}
.gd_v .wrap a:hover{
	opacity: 1 !important;
}
.gd_v .wrap p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:7px;
	right:10px;
}
.gd_v .wrap p:hover{
	background: #000;
	color: #fff;
}
.gd_v_2{
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.gd_v_2 .wrap{
	width: 80%;
	margin:0 auto;
	overflow: hidden;
	padding:50px 0 50px 0;
}
.gd_v_2 .wrap .article{
	padding:40px 0 40px 0;
	width: 100%;
}
.gd_v_2 .wrap .article .title{
    padding: 10px 0 30px 0;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}
.gd_v_2 .wrap .article table{
	margin-top:30px;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
    font-size: 1.0rem;
	width: 850px;
	margin: 0 auto;
}
.gd_v_2 .wrap .article table .hed{
}
.gd_v_2 .wrap .article table .hed td{
	background: #29ac45 !important;
	padding:20px 0 20px 0;
	text-align: center;
	border:1px solid #000;
	color: #fff;
}
.gd_v_2 .wrap .article table td{
	color: #000;
	background: #fff;
	padding:30px 0 30px 0;
	text-align: center;
	border:1px solid #000;
}
.gd_v_2 .wrap .article .note{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
    font-size: 0.8rem;
	text-align: center;
	padding-top: 20px;
}
.gd_v_3{
	width: 100%;
	overflow: hidden;
}
.gd_v_3 .wrap{
	width: 80%;
	overflow: hidden;
	margin:0 auto;	
	padding:0 0 120px 0;
	text-align: center;
}
.gd_v_3 .wrap .title{
	text-align: center;	
	padding-top:80px;
}
.gd_v_3 .wrap .title h1{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
}
.gd_v_3 .wrap .title h2{
	padding: 10px 0 0px 0;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.gd_v_3 .wrap .form{
	position: relative;
	border: solid 2px gray;
	margin-top:50px;
	padding:50px 0 50px 200px;
	border-radius: 35px;
	text-align: left;

}
.gd_v_3 .wrap .form .suji{
    position: absolute;
    top: 30px;
    left: 55px;
    color: #000;
    font-family: 'Antonio', sans-serif;
    font-size: 7.0rem;	
}
.gd_v_3 .wrap .form h1{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 0 0px 0;	
}
.gd_v_3 .wrap .form h2{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.2rem;
    padding: 30px 0 20px 0;		
}
.gd_v_3 .wrap .form h3{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
	line-height: 25px;
}
.gd_v_3 .wrap .form h4{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
	line-height: 25px;
	padding-top: 30px;
}
.arrow {
  position: relative;
  display: block;
  padding:40px 0 0px 0;
  width: 52px;
  margin:0 auto;
  margin-top: 20px;
}
.arrow::before {
  content: '';
  width: 35px;
  height: 35px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 10px;
  top: 8px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
.gd_v_3 .wrap .mf1{
    padding: 100px 0 30px 0;
    font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;	
	text-align: center;
}
.gd_v_3 .wrap .mf2{
	text-align: center;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.5rem;
	font-weight: 600;	
    padding: 0px 0 20px 0;
}
.gd_v_3 .wrap .mf3{
	text-align: center;
	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:4rem;
	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;
	padding: 8px 50px 9px 18px;
}
.gd_v_3 .wrap a:hover{
	opacity: 1 !important;
}
.gd_v_3 .wrap .mf3::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:7px;
	right:10px;
}
.gd_v_3 .wrap .mf3:hover{
	background: #000;
	color: #fff;
}

/* recruit page */
.rt_v_1{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.rt_v_1 .wrap{
	padding:100px 0 30px 0;
}
.rt_v_1 .wrap p{
	color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.0rem;
}
.rt_v_1 .wrap h1{
	padding: 10px 0 0px 0;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 30px;
}
.rt_v_1 .wrap h2{
	padding: 30px 0 30px 0;
    font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 30px;
}
.type{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding:50px 0 50px 0;	
	text-align: center;
}
.type p{
	text-align: center;
	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:4rem;
	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;
	padding: 4px 67px 5px 14px;
}
.type p:nth-of-type(2){
	margin:0 50px 0 50px;
}
.type p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:4px;
	right:10px;
}
.type p:hover{
	background: #000;
	color: #fff;
}

.rt_v_2{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-bottom: 100px;
}
.rt_v_2_noBorder{
	padding-top: 50px !important;
}
.rt_v_2 .wrap{
	overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding: 80px 0 50px 0;
    border-top: solid 0px #000;
    border-bottom: solid 1px #000;
	margin-bottom: 0px;
}
.rt_v_2 .wrap:nth-of-type(1){
	border-top:solid 1px #000;
}
.rt_v_2 .wrap div{
	width: 100%;
    padding: 0 0 30px 30px;
	overflow: hidden;
}
.rt_v_2 .wrap div .t1{
    width: 200px;
    float: left;
    padding: 0 0 0 0;
}
.rt_v_2 .wrap div .t2{
	float: left;
    width: calc(100% - 200px);
    padding: 0 0 0 0;
}

.rt_v_2 .wrap div p{
	font-size: 1.0rem;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 30px;
}


.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;
}
.h_nav_fix .menu{
	position: absolute;
	top:22px;
	right:150px;
}
.h_nav_fix .menu p{
	margin-left:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	background: #fff;
	line-height: 2rem;
	vertical-align: middle;
	padding-left:1rem;
	padding-right:3rem;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: solid 1px #000;
}
.h_nav_fix .menu p::after{
	position: absolute;
	content: url(../image/00_arrow/00_arrow_a.svg);
	width: 20px;
	top:5px;
	right:10px;
}
.h_nav_fix .menu a{
	color: #000;
}
.openbtn2_fix{
	top:18px;
}
.openbtn2_fix span{
	background-color: #29ac45;
}


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

.footer .top{
	padding:50px 0 50px 0;
	text-align: center;
	display: none;
}

.footer .top h1{
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer .top h2{
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}

.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: #29ac45;
	z-index: 9999999;
	text-align:center;
	color:#fff;
  }
  
  #splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
    
.bodybk{
	  background:#29ac45;
  }
  
  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: #29ac45;
  }
  
  @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: #29ac45;
  }
  
  @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;
}

@media screen and (max-width: 925px) {
	#top_view .menu{
		display: none;
	}
	.h_nav_fix .menu{
		display: none;
	}
}

.pager{
	width: 100%;
	margin:0 auto;
	border-bottom: 1px solid #000;
	padding:30px 0 30px 0;
	margin-bottom: 150px;
	position: relative;
}
.pager p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #000;
}
.pager .padd{
	padding:0 30px 0 30px;
}
.pager p a{
	color: #000;
}
.pager .p1{
	position: absolute;
	top:30px;
	left:10px;
}
.pager .p2{
	text-align: center;
}
.pager .p3{
	position: absolute;
	top:30px;
	right:10px;
}