*{
   margin:0;
   padding:0;
}
body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ====================================================
　共通
==================================================== */

.clr{
  clear:both;
}
a:focus, *:focus { outline:none; }
::selection {
background:#66CCFF;
color:#FFFFFF;
}
::-moz-selection {
background: #66CCFF;
color:#FFFFFF;
}



#wrap{
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}


/* -----  ----- ----- ----- ----- ----- * 改行位置 */

@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


/* ====================================================
　見出し
==================================================== */
h1{
  margin:10px 0;
}

h1 img{
  width:150px;
}

h2{  
  font-weight:300;
  font-size:38px;
  letter-spacing:5px;
  font-family: 'Noto Serif JP', serif;
  color:#333333;  
}

h2 span{
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  display:block;
  letter-spacing:0;
  font-weight:600;
  color:#06AB87;
}

h3{  
  font-weight:300;
  font-size:24px;
  letter-spacing:1px;
  font-family: 'Noto Serif JP', serif;
  color:#06AB87;
  margin:10px 0;  
}

h4{  
  font-weight:500;
  font-size:24px;
  letter-spacing:1px;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color:#333333;  
}

h4 span{
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  display:block;
  letter-spacing:0;
  font-weight:600;
  color:#06AB87;
}




@media screen and (max-width: 798px) {



}

/* ====================================================
　ヘッダー
==================================================== */
#header{
    width:100%;
	z-index: 4;
	position:fixed;
	padding:0 20px;
	background-color:#FFFFFF;

	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

#head_l{
    float:left;
	width:20%;
	padding:0;
	
}

#head_r{
    float:right;
	width:80%;
	padding:20px 0 0 0;
}

#header ul{
   list-style:none;
   float:right;
}

#header ul li{
   float:left;
   margin:0 20px; 
   line-height:1.8em;
   padding-top:15px;
}

#header ul li a{
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration:none;
  color:#000;
  font-size:14px;
  font-weight:bold;
}

#header ul li a:hover{
   color:#003366;
}

#header ul li.rec{
   background-color:#FC8D97;
   padding:15px 30px;
}
#header ul li.rec a{
    color:#FFFFFF;
}

#header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #06AB87;
  transition: .3s;
}
#header ul li a:hover::after {
  width: 100%;
}

#header ul li+ li {

}

/* fix */
.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99;
}

#header.fixed h1 img{
    width:100px;
	
	object-fit: cover;
	object-position: 0% 0%

}

#header.fixed ul li{
   padding-top:10px;
}

#header.fixed ul li.rec{
   padding:10px 25px;
}

#header.fixed{
  background-color:#FFFFFF;
}


  
#header.fixed #head_r{
	padding:10px 0 0 0;


}

.sp_head_rec{
    display:none;
}

/* transition */
*{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


@media screen and (max-width: 1239px) {
#head_r{
  display:none;
}

#head_l{
    float:none;
	width:100%;
}

#header.fixed h1 img{


}

#header.fixed{
  background-color:#FFFFFF;
}

.sp_head_rec{
   background-color:#FC8D97;
   padding:15px 30px;
   position:absolute;
   top:30px;
   display:block;
   right:70px;
}
.sp_head_rec a{
    color:#FFFFFF;
}

.fixed .sp_head_rec{
   padding:10px 30px;
      top:15px;

}

}

/* ====================================================
　フッター
==================================================== */

#footer{
   width:100%;
   padding:50px 0 0 0;
   background-color:#F1F1F2;
   text-align:center;  
}

.footer_innr{
   max-width:1000px;
   margin:auto;
}

.footer_innr p{
   margin:20px 0;
}

.footer_access{
   float:left;
   width:50%;
   padding:0 20px 50px 20px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_contact{
   float:right;
   width:50%;
   padding:0 20px 50px 20px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fot_nav{
   width:100%;
   text-align:center;
}

.footer_bottom{
   width:100%;
   background-color:#06AB87;
   padding:50px 0;
}
.footer_bottom img{
   width:100px;
   margin-top:50px;
}

.fot_nav_inner{
    max-width:1000px;
	margin:auto;
}

.fot_nav ul{
   list-style:none;
}

.fot_nav ul li{
   float:left;
   line-height:1.8em;
   width:12.5%;
   font-weight:500;
}

.fot_nav ul li a{
  text-decoration:none;
  color:#fff;
  font-size:12px;
}


.copy{
   font-family: 'Montserrat', sans-serif;
  font-size:12px;
  font-weight:400;
  color:#fff;
  margin-top:30px;
}

@media screen and (max-width: 1024px) {


#footer{

   
}

.fot_nav ul li{
   width:50%;
}

.footer_access{
   float:none;;
   width:100%;
   padding:0 20px 50px 20px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_contact{
   float:none;
   width:100%;
   padding:0 20px 50px 20px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}





}


/* ====================================================
　ドロワーメニュー
==================================================== */

#drawer{
  display:none;
}

@media screen and (max-width: 1239px) {
#drawer{
  display:block;
  z-index:9999;
  position: relative;
}

.drawer-nav{
  filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
}

.drawer_innr{
   background:#06AB87;
   padding:50px 0;
}

.drawer_innr h1{
   color:#FFFFFF;
}

.drawer-menu{
   width:100%;
   text-align:center;
   padding:20px 0;
   
}

.drawer-menu ul{
   list-style:none;
   line-height:2em;
   margin:50px 0;
   font-size:18px;
}

.drawer-menu ul li{
   font-size:14px;
   line-height:4.5em;
   background-color:#FFFFFF;
   margin:5px auto 5px auto;
   width:95%;
   font-weight:bold;
}

.drawer-menu ul a{
   color:#06AB87;
   text-decoration:none;
}
}

#sp_footer{
   display:none;
}


/* ====================================================
　アイキャッチ
==================================================== */
#main{
   width:100%;
   height:700px;


}

#mainimg{
    overflow: hidden;
    width: 100%;
    min-height: 700px;
	position:absolute;
	top:0;
}

.inner-content{
    padding:0 50px;
	text-align:left;
	max-width:1200px;
    
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-content p{ 
  color:#000;
  font-weight:200;
  font-size:74px;
  margin-top:250px;
  font-family: 'Noto Serif JP', serif;
  color:#FFFFFF;
  letter-spacing:4px;
  text-shadow: 1px 1px 5px #808080; 
}


.inner-content p span{
  color:#fff;
  display:block;
  font-size:20px;
  letter-spacing:1px;
}


@media screen and (max-width: 798px) {

.inner-content{
    padding:0 20px;
}


.inner-content p{ 
  margin-top:200px;
  
 
}

}

/* ====================================================
　サブページアイキャッチ
==================================================== */
#s_main{
  position:relative;
  padding:200px 0 100px 0;
  text-align:center;
  width:100%;
  overflow:hidden;
  margin:0;
  
}

#s_main img {
  position:absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width:100%;
  height:500px;
  object-fit: cover;

}



#s_main h2{  
  color:#FFFFFF;
  font-weight:500;
  font-size:24px;
  margin:0px;
  letter-spacing:1px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);  
  z-index: 3;
　position: relative;
  
}


#s_main h2 span{
  font-family: 'Montserrat', sans-serif;
  font-size:56px;
  display:block;
  font-weight:500;
  color:#FFFFFF;
  letter-spacing:0px;
  letter-spacing:0.1em;
}

#s_main h2::after {
  content: '';
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  width: 2px;
  height: 100px;
  margin: 0px auto 0 auto;
  background-color:#fff;
  z-index:3;
}


/* ====================================================
　トップページコンテンツ
==================================================== */

/* -----  ----- ----- ----- ----- ----- * 新着情報 */

#info{
     width:100%;
	 padding:50px 0;
	 text-align:center;
	 position:relative;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

#info::before {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 120px;
    z-index: -1;
    content: "";
    background: #f1f4f6;
}

.info_inner{
    max-width: 1200px;
	margin: 0 auto;
}

.info_inner ul{
     list-style:none;
	 margin:50px 0;
}

.info_inner ul li{
     line-height:1.6em;
	 float:left;
	 width:25%;
	 padding:30px;
	 text-align:left;
	 height:300px;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.info_inner ul li img{
     width:100%;
	 height:150px;
	object-fit: cover;
}

.info_inner ul li a{
     color:#333333;
	 text-decoration:none;
}

.info_inner ul li a:hover{
     color:#999999;

}

.info_inner ul li span{
     color:#999999;
	 display:block;
	 font-family: 'Montserrat', sans-serif;
	 font-size:14px;
}

.info_inner ul li span.cat{
     background-color:#FC8D97;
	 color:#FFFFFF;
	 display:inline;
	 padding:3px 10px;
	 font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	 font-weight:700;
	 font-size:12px;
}


@media screen and (max-width: 798px) {

#info{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}


.info_inner ul li{
     line-height:1.8em;
	 float:none;
	 width:100%;
	 padding:10px;
	 text-align:left;
	 border-right:none;
	 border-bottom:#CCCCCC solid 1px;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
	 height:auto;
}

}


/* -----  ----- ----- ----- ----- ----- * アバウト */

#about{
    position: relative;
	width:100%;
	min-height: 800px;
	padding:100px 0;

}

#about_img{
    width: 90%;
	position: absolute;
	z-index: 1;
	right:0;

}

#about_img img{
    width:100%;
	max-height:800px;
	object-fit: cover;
}

#about_contents{
    left: 20px;
	padding: 40px 45px;
	width: 60%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}


#about p{
    margin:20px 0 50px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#about{
    position:static;
	width:100%;

}

#about_img{
    width: 100%;
	position:static;
}

#about_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}


/* -----  ----- ----- ----- ----- ----- * サービス */

#service_title{
    text-align:center;
	width:100%;
	padding:50px 0;
}

#service{
    position: relative;
	width:100%;
	min-height: 600px;
	padding:50px 0;

}

#service_img{
    width: 90%;
	position: relative;
	z-index: 1;
}

#service_img img{
    width:100%;
	height:600px;
	object-fit: cover;
}

#service_contents{
    right: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	top: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

#service_img2{
    width: 90%;
	position: absolute;
	z-index: 1;
	right:0;
}

#service_img2 img{
    width:100%;
	height:600px;
	object-fit: cover;
}

#service_contents2{
    left: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	top: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}


#service p{
    margin:20px 0 50px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#service{
    position:static;
	width:100%;

}

#service_img{
    width: 100%;
	position:static;
}

#service_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

#service_img2{
    width: 100%;
	position:static;
}

#service_contents2{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}


/* -----  ----- ----- ----- ----- ----- * リクルート */

#recruit{
    width:100%;
	padding:50px 0;
	text-align:center;
	position:relative;
}

#recruit::before {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    content: "";
    background: #FC8D97;
}


#recruit_innr{
    max-width:1000px;
	margin:auto;
}

#recruit_l{
    float:left;
	width:60%;
	text-align:left;
}

#recruit_r{
    float:right;
	width:40%;
	padding:20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#recruit_r img{

	width:100%;
	
	 height:400px;
	object-fit: cover;

}



#recruit_l p{
    color:#FFFFFF;
	font-weight:800;
}

#recruit h2,#recruit h2 span{
    color:#FFFFFF;
}

#recruit h3{
    color:#FFFFFF;
	font-size:42px;
	margin:0 0 20px 0;
}

#interview{
    padding:50px 0;
	width:100%;
}

#interview h4,#interview h4 span{
     color:#FFFFFF;
}

.interview_box{
     width:33%;
	 float:left;
	 padding:10px;
	 
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.interview_box p{
    color:#FFFFFF;
	margin:10px 0;
	font-weight:600;
}

.interview_box img{
    width:100%;
	height:400px;
	object-fit: cover;
}

@media screen and (max-width: 798px) {
#recruit_innr{
	padding: 40px 20px;
	width: 100%;

	 -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#recruit_l{
    float:none;
	width:100%;
	padding-bottom:30px;
	
}

#recruit_l p.btn{
    text-align:center;
}

#recruit_r{
    float:none;
	width:100%;
	padding:20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#recruit::before {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    content: "";
    background: #FC8D97;
}


.interview_box{
     width:100%;
	 float:none;
	 padding:10px;
	 
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}


/* ====================================================
　サブページ共通
==================================================== */


/* -----  ----- ----- ----- ----- ----- * LC */

#base01{
    position: relative;
	width:100%;
	min-height: 500px;
	padding:100px 0;
	text-align:center;
}


.base01_innr{
    max-width:1000px;
	margin:auto;
}

#base01_img{
    width: 65%;
	position: relative;
	z-index: 1;
}

#base01_img img{
    width:100%;
}

#base01_contents{
    right: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:left;
}


#base01 p{
    margin:20px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}




@media screen and (max-width: 798px) {

#base01{
    position:static;
	width:100%;
}


.base01_innr{
	padding:20px 30px;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#base01_img{
    width: 100%;
	position:static;
}

#base01_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}

/* -----  ----- ----- ----- ----- ----- * RC */

#base02{
    position: relative;
	width:100%;
	min-height: 500px;
	padding:100px 0;
	overflow:hidden;

}

#base02_img{
    width: 65%;
	position: absolute;
	z-index: 1;
	right:0;
}

#base02_img img{
    width:100%;
}

#base02_contents{
    left: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#base02 p{
    margin:20px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#base02{
    position:static;
	width:100%;

}

#base02_img{
    width: 100%;
	position:static;
}

#base02_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}

/* ====================================================
　法人概要
==================================================== */

#gaiyo{
    position: relative;
	width:100%;
	min-height: 800px;
	padding:100px 0;

}

#gaiyo_other{
	width:100%;
	width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

#gaiyo_other p{
     margin:20px 0;
}

#gaiyo_other ul{
    list-style:none;
	margin:30px auto;
	max-width:400px;
	text-align:left;
}

#gaiyo_other ul li{
    line-height:1.8em;
}

#gaiyo_other ul li i{
     color:#FF3300;
	 margin-right:5px;
}

#gaiyo_other ul li a{
	color:#333333;
	text-decoration:none;
}

@media screen and (max-width: 798px) {

#gaiyo{
    position:static;
	width:100%;

}


#gaiyo_other{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

}

/* ====================================================
　特別養護老人ホーム
==================================================== */
#roujin{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.roujin_inner{
    max-width: 1200px;
	margin: 0 auto;
}

.roujin_inner h4{
	margin:50px auto 20px auto;
	font-size:36px;
	font-weight:600;
}

.roujin_inner p span{
    margin-top:20px;
	font-size:14px;
	color:#666666;
	display:block;
}

.roujin_event_box{
    width:33.3%;
	padding:20px;
	float:left;
	text-align:left;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

.roujin_event_box img{
    width:100%;
	object-fit: cover;
	height:400px;
}


@media screen and (max-width: 798px) {

#roujin{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.roujin_inner{
	text-align:left;
}

.roujin_event_box{
    width:100%;
	float:none;
}
.roujin_event_box img{
	height:300px;
}

}


/* ====================================================
　施設概要
==================================================== */
#about_service{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

#about_service::before {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 120px;
    z-index: -1;
    content: "";
    background: #f1f4f6;
}

.about_service_inner{
    max-width: 1200px;
	margin: 0 auto;
}

.about_service_inner p{
    margin:20px 0;
}

.about_service_box{
    width:50%;
	padding:20px;
	float:left;
	text-align:left;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
.about_service_box img{
    width:100%;
	object-fit: cover;
	height:400px;
}

#about_flow{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.about_flow_inner{
    max-width: 1200px;
	margin: 0 auto;
}

.about_flow_inner img{
     width:100%;
	 margin-top:20px;
}


@media screen and (max-width: 798px) {

#about_service{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}
#about_flow{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.about_service_box{
    width:100%;
	padding:20px;
	float:none;
	text-align:left;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

.about_service_box img{
    width:100%;
	object-fit: cover;
	height:300px;
}

}


/* ====================================================
　施設概要
==================================================== */
#contact{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.contact_innr{
     max-width:1000px;
	 margin:auto;
	 text-align:center;
}

.contact_innr h4{
     font-size:36px;
	 font-weight:600;
}

#contact p{
	 line-height:1.6em;
	 margin:10px 0;
}



@media screen and (max-width: 798px) {

#contact{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.contact_innr{
     max-width:1000px;
	 margin:auto;
	 text-align:left;
}


}

/* ====================================================
　お問い合わせ
==================================================== */
#privacy{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.privacy_innr{
     max-width:1000px;
	 margin:auto;
	 text-align:left;
}

.privacy_innr p{
     margin-top:10px;
	 margin-bottom:10px;
	 line-height:1.6em;
}

.privacy_center{
     text-align:center;
	 padding:20px 0;
	 border-top:#CCCCCC solid 1px;

	 font-weight:700;
}

@media screen and (max-width: 798px) {

#privacy{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}


}

/* ====================================================
　採用情報
==================================================== */

#recruit_entry{
     width:100%;
	 padding:50px 0;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

#recruit_entry h4{
     font-size:36px;
	 font-weight:600;
}


#recruit_entry p{
     margin:20px 0;
	 line-height:1.8em;
}

.r_training{
     padding:10px 20px;
	 background-color:#F8F8F8;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

#recruit_post{
    position: relative;
	width:100%;
	min-height: 800px;
	padding:100px 0;

}

#recruit_post_img{
    width: 90%;
	position: absolute;
	z-index: 1;
	right:0;
}

#recruit_post_img img{
    width:100%;
}

#recruit_post_contents{
    left: 20px;
	padding: 40px 45px;
	width: 60%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.recruit_post_l{
    width:60%;
	float:left;
	padding:10px;
	text-align:left;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit_post_r{
    width:40%;
	float:left;
	padding:10px;
	text-align:right;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


.recruit_post_r img{
    width:100%;
	margin-bottom:10px;
}

.entry_flow{
    padding:20px;
	border: solid 5px #FC8D97;
	background-color:F8F8F8;
	max-width:800px;
	margin:auto;
}

.entry_flow h4{
    font-size:21px;
	color:#FC8D97;
}


.entry_flow i{
    color:#FC8D97;
	margin-bottom:10px;
}

#recruit_post p{
    margin:10px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#recruit_post{
    position:static;
	width:100%;

}

#recruit_post_img{
    width: 100%;
	position:static;
}

#recruit_post_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}

@media screen and (max-width: 798px) {

#recruit_entry{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}


}

/* ====================================================
　新着情報
==================================================== */

.news_post{
     max-width:1000px;
	 margin:auto;
	 text-align:left;

}

.news_post_box{
     padding:20px 0;

}


/* *************************************************************
　　　テーブル
************************************************************* */

table {
	border-collapse: collapse;
	border:#e3e3e3 solid 1px;
	width:100%;
	max-width:1000px;
	margin:10px auto;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
	background-color:#06AB87;
	color:#FFFFFF;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
}


tr:nth-child(odd) {
    background-color:  rgba(238,238,238,0.2);
}

/*tr:hover {
    background: #006666;
    color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/



@media screen and (max-width: 1079px) {

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
}


th {
    display:block;
}


}



/* ====================================================
　スクロールアクション
==================================================== */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* ====================================================
　マスクアクション
==================================================== */
.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color:#FC8D97;
  
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

/* ====================================================
　ボタン
==================================================== */

p.btn{
  margin-top:30px;
}
p.btn a {
  background-image: linear-gradient(rgba(255,255,255,0.7) 50%, rgba(6,171,135,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#06AB87;
  text-decoration:none;
  font-size:16px;
  letter-spacing:3px;
  border:#06AB87 solid 2px;
  padding:15px 50px;
  text-shadow:none;
  font-weight:600;

}
p.btn a:hover {
  background-position: 0 100%;
  color: #fff;
}


/* ====================================================
　ホバーアクション
==================================================== */

figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* *************************************************************
　　　ContactForm7
************************************************************* */
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
		width:100%;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}



#loading{
    position: absolute;
    left: 50%;
    top: 50%;
	text-align:center;
    margin-top: -50px;
    margin-left: -50px;
  }

#loading img{
    display:block;
	margin-bottom:20px;
}

      
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #f3f3f3;
    z-index: 9999;
 }




.cp_cssslider {
width: 640px;
padding-top: 500px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
width: 100%;
height:500px;
object-fit: cover;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 15px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 40px;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}
 
@media screen and (max-width: 798px) {

.cp_cssslider {
width: 90%;
padding-top: 300px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
  width:100%;
  height:300px;
}


}
 