@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #374689;
	--c_ye: #ffff33;
	--c_or: #F39800;
	--c_gr: #006c00;
    --c_gr2: #64BE00;
	--c_gy: #F2F2F2;
	--c_be: #F6F4EE;
    --c_pk: #C66F8F;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gr2 {color: var(--c_gr2)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-pl {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gr2 {background-color: var(--c_gr2)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}

* {
min-height:0;
min-width : 0;
}

html{
   /* visibility: hidden;*/
   	font-size: 10px;
	transition: .2s;
   
}


html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
    font-weight: 400;
    font-style: normal;

    
   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#000;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{

}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:120rem;
	max-width:80rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:100rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:55rem;
	max-width:55rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }










.wow {
    visibility: hidden;
}


.fo-min{
/*400;500;600;700***/
font-family: 'Zen Old Mincho', serif;
}







/*ヘッダー
------------------------------------------------*/


/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    width: 90%;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: #000;
    color: #fff;
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
    



.spnavi{
    margin: 0 0 3rem;
}
.smenu a{
	color: #fff;
}


.spnavi a{
   display: block;
   color: #fff;
   border-bottom: 1px solid #fff;
   padding: 1rem 0;
   text-align: left;
   position: relative;
}

.spnavi a::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_gr.svg") no-repeat center center #fff;
    background-size: auto;
  background-size: .5rem;
  border-radius: 99px;
  margin: 0 .5rem 0 0;
  
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.spnavi a big{
    padding-right: 1rem;
}

.spmenu{
    margin: 0 0 4rem;
}


.spclose {
   flex-basis: 10%;
   text-align: right;
   
}
.spclose a{
    font-size: 2rem;
    background: #fff;
   flex-basis: 10%;
   border-radius: 99px;
   line-height: 1;
   height: 4rem;
   width: 4rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color:  var(--c_gr);
   
}






/*フッター
-------------------------------------------------*/




/*トップページ
------------------------------------------------*/
.mainvisualwrap{
	background: url("../img/top/bg01.png") no-repeat bottom center;
	background-size: cover;
	position: relative;
}
.mvtopwrap{
	background:#4b8829;
	color: #fff;
}
.mvtop {
	position: relative;
	max-width: 60rem;
	margin: 0 auto;
}
.mvtop ._free{
	position: absolute;
	
	right: 0;
	top: 0;
}
.mvtop h2{
	text-align: left;
	padding: 1rem 0;
	font-size: 2.4rem;
	margin: 0 0 5rem;
}
.mvtop ._free{
	background: var(--c_ye);
	color: #4b8829;
	font-weight: 600;
	padding: 2rem 1rem 3rem;
	line-height: 1.2;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
}
.mvtop ._free ._point{
	position: relative;
	display: inline-block;
	font-size: 120%;
}
.mvtop ._free ._point:after{
	content: "";
	display: block;
	background: url("../img/top/point.svg") no-repeat top center;
	background-size: contain;
	height: 1rem;
	width: 2rem;
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mvtop big{
	font-size: 3.4rem;
}

.mvimg{
	max-width: 65rem;
	margin: 0 auto;
}
.sidefixed01{
	position: fixed;
	right: 0;
	top: 17rem;
	z-index: 100;
}
.linebtn{
	position: fixed;
	right: 0;
	top: 40rem;
	z-index: 100;
}





.mvcatch h2{
	padding: 2rem 0 4rem;
}
.mvcatch h2 img{
	max-height: 25.1rem;
}
.ageingcare{
	background: url("../img/top/bg_ageingcare.png") no-repeat center center;
	margin: 0 0 10rem;
	
}

.ageingcare h3{
	padding: 0rem 0 2rem;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.ageingcare h4{
	padding:.5rem 2rem;
	font-size: 3rem;
	background: var(--c_gr);
	color: #fff;
	display: inline-block;
}
.mvbtmwrap{
	background: url("../img/top/bg02.png") no-repeat top center;
	background-size: cover;
	padding: 0rem 0 5rem;
}
.ageingpoint li{
	margin: 0 1%;
}
.ageingpoint li p{
	font-size: 80%;
}
.ageingsui {
	max-width: 65rem;
	margin: 0 auto;
}
.ageingsui h2{
	color:  var(--c_gr);
	font-size: 4.5rem;
	line-height: 1.2;
	margin: 0 0 2rem;

}
.ageingsui h2._stroke{
/*text-shadow:
    -3px -3px 0 #fff,
     0px -3px 0 #fff,
     3px -3px 0 #fff,
    -3px  0px 0 #fff,
     3px  0px 0 #fff,
    -3px  3px 0 #fff,
     0px  3px 0 #fff,
     3px  3px 0 #fff;*/

	position: relative;
	 z-index: 2;

}

.ageingsui h2._fill {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  -webkit-text-stroke: 6px #fff;
}

.ageingsui h2 strong{
	font-size: 6rem;
}
.ageingsui p{
	font-size:2.5rem;
	font-weight: 700;
}
.ageingsui ._img{
	flex-basis: 20%;
}




video{
	max-width: 100%;
	background: #eee;
	width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
	
}
.movieslider p{
	margin: 0 1rem;
}


.youtubebtn{
	background:  var(--c_gr);
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
	font-weight: 800;
	padding:2rem 3rem;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
}

.youtubebtn:before{
	display: block;
	content: "";
	background: url("../img/btn_youtube.svg") no-repeat center center;
	background-size: contain;
	width: 5rem;
  height: 3rem;
  margin-right: 1rem;
}



.jissekibox h2{
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 3rem;
	letter-spacing: .1em;
}
.jissekibox h2 big{
	font-size: 6rem;
}


.jissekibox ._movie{
	max-width: 60rem;
	margin: 0 auto;
}

.jissekibox ._cap{
	font-size: 80%;
}

.jissekibox h3{
	background: url("../img/top/arrow_u01.svg") no-repeat center bottom;
	background-size: contain;
	padding: 2rem 0 5rem;
	font-size: 3.5rem;
	margin: 0 0 3rem;
}
.jissekibox h3 span{
	display: inline-block;
	background: #fff;
	padding: .5rem;
}
.jissekibox h4{
	color:  var(--c_ye);
	background: #00a0ff;
	display: inline-block;
	font-size: 3.5rem;
	padding: .5rem 2rem;
}
.jissekibox h4 big{
	font-size: 5rem;
}

.youkaiwrap{
	background: url("../img/top/bg03.png") no-repeat top center;
	background-size: cover;
	padding:8rem 0 27rem;
	clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
}
.youkai h2{
	max-width: 44rem;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	font-size: 3rem;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
}

.youkai h2 ._point{
  background: linear-gradient(to right, var(--c_ye), var(--c_ye));
  background-repeat: no-repeat;
  background-size: 100% 1rem; 
  background-position: 0 100%; 
  font-size: 5rem;
  display: inline-block;
  margin-bottom: .5rem;
}


.suibunwrap{
background: linear-gradient(to bottom, #ffffff 30%, #bee23b 100%);
}

.suibun ._img{
	max-width: 55rem;
	background: #fff;
	padding: 1rem;
	margin: 0 auto 5rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.suibun h2{
	font-size: 2.8rem;
	padding: 0 0 2rem;
}
.suibun h3{
	font-size: 3.2rem;
	padding: 0 0 2rem;
}
.suibun h3 big{
	font-size: 4rem;
}


.sinto h2{
	font-size: 4rem;
	color: var(--c_gr);
	margin: 0 0 2rem;
	position: relative;
	display: inline-block;
	padding: 0 3rem;
	
}
.sinto h2:before{
  content: "";
  display: block;
  height: 100%;
  width:8rem;
  background: url("../img/top/arrow_u02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -6rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sinto h2:after{
  content: "";
  display: block;
  height: 100%;
  width:8rem;
  background: url("../img/top/arrow_u02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -6rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sintoup{
	padding: 8rem 0 3rem;
	background: url("../img/top/bg04.png") no-repeat top right;
	background-size: 90%;
}
.sintoup h3{
	font-size: 3rem;
	text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
}
.mochiri h4{
	font-size: 3.2rem;
  margin-top: -6rem;
}


.itemwrap{
	background: url("../img/top/bg06.jpg") no-repeat top center;
	background-size: cover;
}
.itemlist li{
	margin: 0 0 3rem;
}



.stitle01 h2{
	font-size: 3.5rem;
	margin: 0 0 4rem;
}

.ptitle01{
	padding: 4rem 0;
	background: url("../img/top/ptitle01.svg") no-repeat top center,url("../img/top/ptitle02.svg") no-repeat bottom center;
	background-size:100% 3rem,100% 3rem;
	margin-bottom: 4rem;
}

.ptitle01 h3{
	font-size: 2.2rem;
	color:  var(--c_gr);
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.ptitle01 h2{
font-size: 3.2rem;
	color:  var(--c_gr);
	font-weight: 900;
}

.pimg{
	margin-bottom: 3rem;
}

.sankacare{
	margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
	background: #cee99a;
	padding: 4rem 0;
}
.sankacare h3{
color:  var(--c_gr);
font-size: 2.6rem;
font-weight: 900;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.9), 0px 0px 5px rgba(255, 255, 255, 0.9), 0px 0px 5px rgba(255, 255, 255, 0.9), 0px 0px 10px rgba(255, 255, 255, 0.78);
}
.point1list{
	max-width: 50rem;
	margin: 0 auto;
}
.point1list li{
	border: 2px solid #9cd234;
	padding: 1rem;
	border-radius: 99px;
	margin: 0 0 2rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	font-size: 2.2rem;
}

.point1box{
	color:  var(--c_gr);
	border: 1px solid var(--c_gr);
	padding: 2rem;
	font-size: 2.4rem;
	max-width: 50rem;
	margin: 0 auto 6rem;
	
}
.point1box h3{
font-weight: 900;
}

.stitle02 h2{
font-size: 2.5rem;
	margin: 0 0 3rem;
}
.stitle02 h3{
font-size: 2.2rem;
	margin: 0 0 3rem;
	position: relative;
}
.stitle02 h3 span{
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0 1rem;
}
.stitle02 h3:before{
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}


.voicewrap{
	background: url("../img/top/bg_voice.png") no-repeat center bottom;
	background-size: 40rem;
}


.vititle01 h2{
font-size: 3.2rem;
	margin: 0 0 3rem;
	position: relative;
}
.vititle01 h2 span{
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0 2rem;
}
.vititle01 h2:before{
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	border-bottom: 1px solid var(--c_gr);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.vititle02 {
	margin: 0 0 5rem;
}
.vititle02 img{
	max-height: 8rem;
}
.voiceslider{
	max-width: 90%;
	margin: 0 auto 5rem;
	position: relative;
}


.voiceslider figure{
	margin: 0 1rem;
}

.voiceslider .prev, .voiceslider .next {
  content: '';
  width: 2rem;
  height: 4rem;
  display: block;
  background:#e1b117;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  flex-shrink: 0;
  pointer-events: auto;
  cursor: pointer;
  top: 0%;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.voiceslider .prev {
  transform: rotate(-180deg);
  left: -3%;
}
.voiceslider .next {
  right: -3%;
}

.voiceslider .slick-dots li button::before{
	color:  var(--c_gr);
}


.iteminfowrap{
	background:#008b2b
}
.iteminfobox{
	background: #fff;
	padding: 5rem;
}
.iteminfobox h2{
	font-size: 2.5rem;
	color:  var(--c_gr);
	margin: 0 0 2rem;
}

.itemnamebox {
	border-bottom: 1px solid #000;
	margin: 0 0 2rem;
}
.iteminfobox ._info{
	text-align: left;
}


.htitle01{
	position: relative;
	margin: 0 0 2rem;
}
.htitle01 h2{
	position: absolute;
	z-index: 1;
	top: 4rem;
	right: 0;
	left: 0;
	margin: auto;
}
.htitle01 h3{
	font-size: 7rem;
	color: #dbf1f6;
}
.howtobox {
	max-width: 80rem;
	margin: 0 auto 5rem;
}
.howtobox dl{
	flex-basis: 31%;
	margin: 0 1%;
}
.howtobox dt{
	position: relative;
}
.howtobox dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  margin: auto;
  border-width: 12px 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent var(--c_gr);
}

.howtobox dl:last-child dt::after {
	display: none;
}


.howtobox dt img{
	max-height: 18rem;
}
.howtobox dd ._txt{
	text-align: left;
}
.howtobox dd ._num{
	color: #68c350;
	font-size: 7rem;
	font-style: italic;
	margin-right: 2rem;
	flex-shrink: 0;
	line-height: 1;
}
.hbtn01 {
	display: block;
	max-width: 30rem;
	padding: 1rem;
	margin: 0 auto;
	background: linear-gradient(to bottom, #68c350 0%, #68c350 50%, #239c00 50%, #239c00 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}




.anzenwrap{	
	background: url("../img/top/bg07.jpg") no-repeat top center;
	background-size: cover;
	padding: 15rem 0 8rem;
}
.anzenbox h2{
	font-size: 3rem;
	color: #008bba;
	margin: 0 0 2rem;
}
.anzenbox h3{
	margin: 0 0 1rem;
}
.atable01{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
.atable01 th,
.atable01 td{
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid #000;
}
.atable01 th{
	background: #e6e6e6;
}

.qawrap{
	background: url("../img/top/bg08.png");
}

.qatitle img{
	max-height: 11.6rem;
	margin: -9rem 0 0rem;
}
.qabox dl{
	background: #fff;
	padding: 2rem 2rem 4rem;
	margin: 0 0 3rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.qabox dt{
	border-bottom: 2px solid #ebb800;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
.qabox dt ._q{
font-size: 8rem;
color: #ebb800;
font-weight: 700;
line-height: 1;
flex-shrink: 0;
margin-right: 2rem;
}
.qabox dt h3{
	text-align: left;
	font-size: 2.2rem;
}
.qabox dd{
	text-align: left;
}



.copyright{
	font-size: 1.2rem;
	padding: 1rem;
	color: #999;
}

/*contents
------------------------------------------------*/












/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}











}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {
 
}


.wrap,
.home .wrap{
    
}
.wrap{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}


.spinner {
  width: 15rem;
}



/*ヘッダー
------------------------------------------------*/






/*フッター
------------------------------------------------*/




/*トップページ
------------------------------------------------*/
.mainvisualwrap{
	background: url("../img/top/bg01.png") no-repeat bottom center;
	background-size: cover;
	position: relative;
}

.mvtop {
	padding:0 1rem;
}
.mvtop h2{
	padding: 1rem 0;
	font-size: 1.3rem;
	margin: 0 0 3rem;
}
.mvtop ._free{
	padding: 1rem 1rem 2rem;
	font-size: 1rem;
	right: 1rem;
}
.mvtop ._free ._point{

}
.mvtop ._free ._point:after{
	height: .5rem;
	width: 1rem;
	top: -.5rem;
}
.mvtop big{
	font-size: 2rem;
}

.mvimg{
	max-width: 65rem;
	margin: 0 2rem;
}

.sidefixed01{
	top: 80vw;
}
.sidefixed01 img{
	max-height: 25vw;
}

.linebtn{
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
}


.mvcatch h2{
	padding: 2rem 0 2rem;
	margin-left: -4rem;
}
.ageingcare{
	background: url("../img/top/bg_ageingcare.png") no-repeat center center;
	background-size: contain;
	margin: 0 0 2rem;
	
}

.ageingcare h3{
	padding: 0rem 0 1rem;
	font-size: 1.6rem;
}
.ageingcare h4{
	padding:.5rem 1rem;
	font-size: 2rem;
}
.mvbtmwrap{
	background: url("../img/top/bg02.png") no-repeat center 3rem;
	background-size: cover;
	padding: 0rem 0 4rem;
}
.ageingpoint li{
	margin: 0 1% 1rem;
}
.ageingpoint li p{
	font-size: 55%;
}
.ageingsui {
	max-width: 65rem;
	margin: 0 auto;
}

.ageingsui h2{
	font-size: 2.2rem;
	margin: 0 0 1rem;
}
.ageingsui h2 strong{
	font-size: 2.8rem;
}
.ageingsui p{
	font-size:1em;
}
.ageingsui ._img {
  flex-basis: 23%;
}



.movieslider p{
	margin: 0 0rem;
}


.youtubebtn{
	padding:2rem 1rem;
	font-size: 1.5rem;
	margin-top: 2rem ;
}

.youtubebtn:before{
	width: 3rem;
  height: 2rem;
}



.jissekibox h2{
	font-size: 2rem;
	margin: 0 0 2rem;
}
.jissekibox h2 big{
	font-size: 2.7rem;
}


.jissekibox ._movie{

}

.jissekibox ._cap{
	text-align: left;
}

.jissekibox h3{
	padding: 1rem 0 3rem;
	font-size: 2rem;
	margin: 0 0 2rem;
}

.jissekibox h4{
	font-size: 2rem;
	padding: .5rem 2rem;
	position: relative;
	z-index: 1;
}
.jissekibox h4 big{
	font-size: 3rem;
}

.youkaiwrap{
	margin-top: -3rem;
	background: url("../img/top/bg03_sp.png") no-repeat top center;
	background-size: cover;
	padding:6rem 0 20rem;
	
}
.youkai h2{
	font-size: 2rem;
	text-align: center;
}
.youkai h2 ._point{
	font-size: 3rem;
}


.suibunwrap{

}

.suibun ._img{
margin: 0 auto 3rem;
}
.suibun h2{
	font-size: 2rem;
	padding: 0 0 1rem;
}
.suibun h3{
	font-size: 1.8rem;
	padding: 0 0 1rem;
}
.suibun h3 big{
	font-size: 2.5rem;
}
.suibun02 figure{
	width: 50rem;
}

.sinto h2{
	font-size:2rem;
	margin: 0 0 2rem;
	padding: 0 3rem;
	
}
.sinto h2:before{

}
.sinto h2:after{

}

.sinto ._img01{
	margin: 0 -2rem;
}
.sintoup{
	padding: 6rem 0 2rem;
	margin:0 -2rem;

}
.sintoup h3{
	font-size: 1.8rem;
}
.mochiri{
margin: 0 -2rem;
}

.mochiri h4{
	font-size: 1.8rem;
  margin-top: -6rem;
}



.itemlist li{
	margin: 0 0 2rem;
}



.stitle01 h2{
	font-size: 2rem;
	margin: 0 0 2rem;
}

.ptitle01{
	padding: 3rem 0;
	margin-bottom: 2rem;
}

.ptitle01 h3{
	font-size: 1.6rem;
}

.ptitle01 h2{
font-size: 2rem;
	color:  var(--c_gr);
}

.pimg{
	margin:0 -2rem 3rem;
}

.sankacare{
	padding: 2rem 0;
}
.sankacare h3{
font-size: 1.8rem;
 
}

.point1list li{
	font-size: 1.6rem;
}

.point1box{
	padding: 2rem;
	font-size: 1.6rem;
	max-width: 50rem;
	margin: 0 auto 3rem;
}
.stitle02 h2{
font-size: 1.4rem;
	margin: 0 0 3rem;
}
.stitle02 h3{
font-size: 1.6rem;
	margin: 0 0 3rem;
	position: relative;
}



.voicewrap{
	background-size: 35rem;
}


.vititle01 h2{
font-size: 2.2rem;
	margin: 0 0 2rem;
}


.vititle02 {
	margin: 0 0 5rem;
}
.vititle02 img{
	max-height: 6rem;
}
.voiceslider{
	max-width: 80%;
	margin: 0 auto 3rem;
}
.voiceslider figure{
	margin: 0 .2rem;
}

.voiceslider .prev, .voiceslider .next {
  width: 1rem;
  height: 2rem;
  
}
.voiceslider .prev {
  left: -7%;
}
.voiceslider .next {
  right: -7%;
}




.iteminfobox{
	padding:2rem;
}
.iteminfobox h2{
	font-size: 2rem;
	margin: 0 0 2rem;
}

.itemnamebox {
	margin: 0 0 2rem;
	font-size: 80%;
}
.iteminfobox ._info{
font-size: 80%;
}


.htitle01{
	margin: 0 0 2rem;
}
.htitle01 h2{
	position: absolute;
	z-index: 1;
	top: 2.5rem;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 1.8rem;
}
.htitle01 h3{
	font-size: 4.5rem;
}
.howtobox {
	margin: 0 auto 2rem;
	width: 65rem;
}
.howtobox dl{
	flex-basis: 31%;
	margin: 0 1%;
}
.howtobox dt{
	position: relative;
}
.howtobox dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  margin: auto;
  border-width: 12px 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent var(--c_gr);
}



.howtobox dt img{
	max-height: 14rem;
}
.howtobox dd ._txt{

}
.howtobox dd ._num{
	font-size: 3rem;
	margin-right: 2rem;
}




.anzenwrap{	
	background: url("../img/top/bg07_sp.jpg") no-repeat top center;
	background-size: cover;
	padding: 6rem 0 4rem;
}
.anzenbox h2{
	font-size: 2rem;
	margin: 0 0 2rem;
}
.anzenbox h3{
	margin: 0 0 1rem;
	font-size: 1.2rem;
}

.atable01 th,
.atable01 td{
	padding: .5rem;
	font-size: 80%;
}




.qatitle img{
	max-height: 10rem;
	margin: -9rem 0 0rem;
}
.qabox dl{
	padding: 2rem 2rem 4rem;
	margin: 0 0 2rem;
}

.qabox dt{
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
.qabox dt ._q{
font-size: 3rem;
color: #ebb800;
font-weight: 700;
line-height: 1;
flex-shrink: 0;
margin-right: 1rem;
}
.qabox dt h3{
	text-align: left;
	font-size: 1.4rem;
}
.qabox dd{
	text-align: left;
}



.copyright{
	/*padding-bottom: 8rem;*/
}





/*contents
------------------------------------------------*/









.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}








}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
