@charset "UTF-8";
/*--------------------- reset ---------------------*/
html { font-size: 62.5%; /* sets the base font to 10px for easier math */ }
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
  background-color: #fff;
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
  letter-spacing: 0.03em;
	line-height: 1.7;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
	cursor: pointer;
	outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #333;
}
ul, ol, li { list-style-type: none; }
::selection {
	background-color: #f89a35;
	color: #fff; /* Safari */
}
::-moz-selection {
  background-color: #f89a35;
  color: #fff; /* Firefox */
}
img {
  border: none;
  line-height: 0;
}
/*--------------------- reset_end ---------------------*/


/*▽▽▽▽▽▽---------- contents ----------▽▽▽▽▽▽*/
/*--------------------- .header ---------------------*/
.header{
  background-color: #fff;
  border-top: 4px solid #377c48;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header_inr {
  overflow: hidden;
  padding: 5px 145px 5px 5px;
  position: relative;
}
.header_logo {
  float: left;
  line-height: 0;
  height: 72px;
  padding: 10px 15px 0;
  width: 270px;
}
.header_logo img { width: 100%; }
/*--------------------- .gnav ---------------------*/
.gnav {
  float: left;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-top: 8px;
  overflow: hidden;
}
.gnav .gnav_list {
  border-left: 1px solid #d3d3d3;
  float: left;
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
}
.gnav .gnav_list:last-child { border-right: 1px solid #d3d3d3; }
.gnav .gnav_list a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.gnav .gnav_list a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #377c48;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.gnav .gnav_list a:hover::after { transform: scale(1, 1); }
.gnav .gnav_list a span {
  color: #377c48;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.gnav_bnr {
  float: right;
  margin-top: 13px;
  overflow: hidden;
  width: 266px;
}
.bnr_list01 { float: right; width: 128px; }
.bnr_list02 { float: left; width: 128px; }
.bnr_list01 img, .bnr_list02 img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.bnr_list01 img:hover, .bnr_list02 img:hover { opacity: 0.5; }
.gnav_bnr_sp { display: none; }
/*--------------------- .header_entry_btn ---------------------*/
.header_btn a { color: #fff; }
.header_entry_btn {
  background-color: #377c48;
  border-radius: 0 0 48px 48px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 30px;
  text-align: center;
  width: 100px;
}
.header_entry_btn::before {
  background: url("/img/kaigo/fresh/cmn/cmn_img/entry_icon.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 5rem;
  margin: 0 auto 5px;
  width: 5rem;
}
.header_entry_btn a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
/*--------------------- .entry_btn_sp ---------------------*/
.entry_btn_sp { display: none; }

.hambur { display: none; }


/*--------------------- .mv ---------------------*/
.mv {
  /*background: url("/img/kaigo/fresh/cmn/cmn_img/mv.jpg") 0 0 / 100% auto no-repeat;
  margin-top: 73px;
  min-width: 100%;
  padding-bottom: 55%;*/
  position: relative;
}
.mv_ttl {
  position: absolute;
  top: 115px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}


/*--------------------- .section ---------------------*/
.sec { padding: 70px 0; }

/*--------------------- .grad ---------------------*/
.grad01 {
  background: linear-gradient(0deg, #28bf81, #95d247);
  background: -moz-linear-gradient(0deg, #28bf81, #95d247);
  background: -webkit-linear-gradient(0deg, #28bf81, #95d247);
  background: -ms-linear-gradient(0deg, #28bf81, #95d247);
}
/*--------------------- .dots ---------------------*/
.dots {
  background: url("/img/kaigo/fresh/cmn/cmn_img/dots01.png") repeat;
  background-size: 10px;
}
/*--------------------- .bg_color ---------------------*/
.bg_color01 { background-color: #f2ffe9; }

/*--------------------- .inr ---------------------*/
.inr { margin: 0 auto; width: 1080px; }
.box { margin-bottom: 40px; }

/*--------------------- clm ---------------------*/
.clm_box { margin: 0 -15px; overflow: hidden; }
.clm_box .clm2 {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.clm_box .clm3 {
  float: left;
  padding: 0 15px;
  width: 33.333%;
}
.clm_box .clm4 {
  float: left;
  padding: 0 15px;
  width: 25%;
}


/*--------------------- .flex_box ---------------------*/
.flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_box .flex_txt, .flex_box .flex_img { width: 50%; }
.flex_img { line-height: 0; }
.flex_img img { width: 100%; }

/*--------------------- .flex_clm ---------------------*/
.flex_clmbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flex_clmlist {
  margin: 0 15px;
  min-width: 0;
  width: 100%;
}
.flex_clm_minlist { margin: 0 10px; width: 100%; }

/*--------------------- .pattern01 ---------------------*/
.pattern01 .flex_txt { width: 60%; }
.pattern01 .flex_img { width: 40%; }


/*--------------------- ttl ---------------------*/
/*--------------------- ttl01 ---------------------*/
.ttl01, .ttl01_white {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.ttl01 span, .ttl01_white span {
  color: #2cc07f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
}
.ttl01_white, .ttl01_white span { color: #fff; }
/*--------------------- ttl02 ---------------------*/
.ttl02, .ttl02_white { font-size: 30px; margin-bottom: 10px; }
.ttl02 span, .ttl02_white span {
  color: #2cc07f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
.ttl02_white, .ttl02_white span { color: #fff; }
/*--------------------- ttl03 ---------------------*/
.ttl03 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  text-align: center;
}
.ttl03 span {
  color: #377c48;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
/*--------------------- ttl04 ---------------------*/
.ttl04 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ttl04::after {
  background: linear-gradient(90deg,#377c48 0%,#377c48 30px,#dee6e9 30px,#dee6e9 100%);
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 100%;
}
.ttl04 span { color: #377c48; margin-right: 15px; }
/*--------------------- ttl05 ---------------------*/
.ttl05 {
  color: #377c48;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}


/*--------------------- .ttl_grad ---------------------*/
.ttl_grad {
  color: #377c48;
  background: linear-gradient(0deg, #28bf81, #95d247);
  background: -moz-linear-gradient(0deg, #28bf81, #95d247);
  background: -webkit-linear-gradient(0deg, #28bf81, #95d247);
  background: -ms-linear-gradient(0deg, #28bf81, #95d247);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-style: italic;
}
.ttl_grad span { font-family: Meiryo, メイリオ, sans-serif; font-size: 60px; }


/*--------------------- list ---------------------*/
.ind_list li {
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.ind_list li:before { content: "・"; color: #377c48; }
ol.num_list { counter-reset: li; list-style: none; }
.num_list li {
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.num_list li:before {
  color: #377c48;
  counter-increment: li;
  content: counter(li);
  margin-right: 12px;
}


/*--------------------- btn ---------------------*/
.more_btn {
  background-color: #f89a35;
  border: 1px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
  max-width: 200px;
}
.more_btn a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 200;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.more_btn:hover { background-color: #fff; border: 1px solid #f89a35; }
.more_btn a:hover { color: #f89a35; }
.more_btn a::after, .more_btn.back a::after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.more_btn.back a::after { content: "\f053"; right: 93%; }
.more_btn._shadow { box-shadow: 0 0 30px 5px rgba(133,133,133,0.3); }
.more_btn.long { max-width: 400px; }


/*--------------------- .basic_table ---------------------*/
.basic_table { margin-bottom: 50px; width: 100%; }
.basic_table th, .basic_table td {
  border: 1px solid #d8d8d8;
  font-weight: 200;
  padding: 20px 25px;
}
.basic_table th {
  letter-spacing: 0.1em;
  text-align: center;
  width: 35%;
}
.basic_table td { width: 65%; }
.basic_table.color01 th { background-color: #f2ffe9; }


/*--------------------- .sp_tel ---------------------*/
a.sp_tel { color: #377c48; pointer-events: none; }


/*--------------------- .txt ---------------------*/
.txt_green { color: #377c48; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }


/*--------------------- .mb ---------------------*/
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }


/*--------------------- .footer ---------------------*/
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0 30px;
}
.footer a { color: #fff; }
.footer a:hover { text-decoration: underline; }
.footer_inr { margin: 0 auto; width: 900px; }
.footer_gnav {
  border-bottom: 1px solid #2b2b2b;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}
.footer_gnav .footer_gnav_list {
  margin: 0 auto;
  width: 60%;
}
.footer_gnav .footer_gnav_list.list_none { width: 290px; }
.footer_gnav .footer_gnav_list li {
  border-left: 1px solid #585858;
  float: left;
  font-size: 12px;
  line-height: 1;
  padding: 3px 20px;
  text-align: center;
}
.footer_gnav .footer_gnav_list li:last-child { border-right: 1px solid #585858; }

.footer_logo { float: left; width: 45%; }
.footer_logo img { width: 100%; }
.footer_about { margin: 30px 0 35px; overflow: hidden; }
.footer_about .about {
  float: left;
  font-size: 14px;
  font-weight: 100;
  margin: 13px 0 0 35px;
}
.copy_txt {
  color: #656565;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-align: center;
}
a.tel_link { cursor: default; pointer-events: none; }
a.tel_link:hover { text-decoration: none; }


/*--------------------- #page_top ---------------------*/
#page_top {
  background: #f89a35;
  border-radius: 50%;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 50px;
}
#page_top:hover { transform: scale(1.1); }
#page_top a {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
#page_top:hover { transform: scale(1.1); }
#page_top a::before{
  content: '\f077';
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  width: 25px;
}


/*▽▽▽▽▽▽---------- .article ----------▽▽▽▽▽▽*/
/*--------------------- .article_mv ---------------------*/
.article_mv {
  background: linear-gradient(0deg, #28bf81, #95d247);
  background: -moz-linear-gradient(0deg, #28bf81, #95d247);
  background: -webkit-linear-gradient(0deg, #28bf81, #95d247);
  background: -ms-linear-gradient(0deg, #28bf81, #95d247);
  height: 245px;
  margin-top: 83px;
  position: relative;
}
.article_mv .ttl01_white {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}






/*--------------------- other ---------------------*/
.pc_br { display: block; }
.sp_br { display: none; }

/*--------------------- 2020/02 bnr ---------------------*/

.bnr_list02 img { padding: 5px; }

.bnr_pd { padding: 30px 0 0 0!important; }
.bnr_pb { padding-bottom: 0!important; }


