@charset "utf-8";
/* CSS Document */

/* -------------
top
---------------- */
.top #main{
  padding: 0;
}
#bgmv{
  background-image: url("../../img/bg_mv.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}
#bgmv .inner{
  overflow: visible;
}


/* slideArea */
#slideArea{
	width:472px;
	padding: 24px 0 0 0;
	position: relative;
  box-sizing: content-box;
}
#slideArea .caroufredsel_wrapper{
	height:256px !important;
}
#slideArea .slide{
	width:472px;
	height:256px;
	border-radius: 0;
	overflow:hidden;
box-shadow: 4px 3px 11px -6px rgba(0,0,0,0.6);
}
/* pager */
#slideArea .pager{
  height: 100%;
	margin: 0;
	z-index: 9;
	text-align: center;
}
#slideArea .pager ul{
  height: 100%;
	display: flex;
	justify-content: center;
  align-items: center;
  column-gap: 14px;
}
#slideArea .pager ul li{
	margin: 0;
}
#slideArea .pager ul li a{
	display: block;
	width: 12px;
	height: 12px;
  background-color: #ffffff;
	overflow: hidden;
	text-indent: -9999px;
  border-radius: 6px;
  border:1px solid rgba(31,65,7,0.3);
}
#slideArea .pager ul li a.active::after{
  content: "";
  position: absolute;
  left:1px;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #78b000;
  border-radius: 6px;
}

#pagerwrap{
  margin: 6px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:23px;
}

/*btnpausetop*/
#btnpausetop a{
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../../img/btn_pause.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px 32px;
  cursor: pointer;  
}
#btnpausetop.paused a{
  background-position: 0 bottom;
}


/* ctrl */
#ctrl{
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  width: 472px;
  height: 56px;
  pointer-events: none;
}
#ctrl a{
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  text-indent: -9999px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  cursor: pointer;
  pointer-events: visible;
}
#ctrl > div{
  position: absolute;
}
#ctrl #btnprevtop a{
  background-image: url("../img/btn_prev2.png");
}
#ctrl #btnnexttop a{
  background-image: url("../img/btn_next2.png");
}

#ctrl #btnprevtop{
  top: 0;
  left: -28px;
}
#ctrl #btnnexttop{
  top: 0;
  right: -28px;
}



/* topbtnlist */
#topbtnlist{
  margin: 15px 0 0 0;
}
#topbtnlist ul{
  width: 471px;
  display: flex;
  flex-wrap: wrap;
}
#topbtnlist ul li{
  margin: 0 7px 7px 0;
  /* box-shadow */
box-shadow: 4px 3px 11px -6px rgba(0,0,0,0.6);
  border-radius: 6px;
}
#topbtnlist ul li:nth-child(4n){
  margin: 0 0 7px 0;  
}
#topbtnlist ul li a{
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 112px;
  height: 112px;
  
  background-color: #FFFFFF;
}
#topbtnlist ul li a:hover{
  background-position: 0 bottom;
  background-color: #78b000;
}
#topbtnlist ul li:last-child a:hover{
  background-color: #c85f28;
  
}
#topbtnlist ul li:nth-of-type(1) a{
  background-image: url("../../img/btn_top01.webp");  
}
#topbtnlist ul li:nth-of-type(2) a{
  background-image: url("../../img/btn_top02.webp");  
}
#topbtnlist ul li:nth-of-type(3) a{
  background-image: url("../../img/btn_top03.webp");  
}
#topbtnlist ul li:nth-of-type(4) a{
  background-image: url("../../img/btn_top04.webp");  
}
#topbtnlist ul li:nth-of-type(5) a{
  background-image: url("../../img/btn_top05.webp");  
}
#topbtnlist ul li:nth-of-type(6) a{
  background-image: url("../../img/btn_top06.webp");  
}
#topbtnlist ul li:nth-of-type(7) a{
  background-image: url("../../img/btn_top07.webp");  
}
#topbtnlist ul li:nth-of-type(8) a{
  background-image: url("../../img/btn_top08.webp");  
}



/* medical */
#medical{
  padding: 48px 0;
}
#medical .half{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#medical .half > div{
  width: 512px;
}
#medical .half .ttl{
  display: inline-block;
}
#medical .half .ttl a{
  text-decoration: none;
}
#medical .half > div ul{
  display: flex;
  flex-wrap: wrap;
  gap: 9px 9px;
  margin: 12px 0 0 0;
}
#medical .half > div ul li{
  margin: 0;
  width: 251px;
}
#medical .half > div ul li a{
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 12px 0 16px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
#medical .half > div:nth-of-type(1) ul li a{
  background-color: #78b000;
  width: 252px;
}
#medical .half > div:nth-of-type(1) ul li a:hover{
  background-color: #5b9007;
}
#medical .half > div:nth-of-type(2) ul li a{
  background-color: #437569;
}
#medical .half > div:nth-of-type(2) ul li a:hover{
  background-color: #115b57;
}
#medical .half > div:nth-of-type(2) ul li:nth-of-type(1),
#medical .half > div:nth-of-type(2) ul li:nth-of-type(2){
  width: 251px;
}
#medical .half > div:nth-of-type(2) ul li:nth-of-type(3){
  width: 215px;
}
#medical .half > div:nth-of-type(2) ul li:nth-of-type(4){
  width: 162px;
}
#medical .half > div:nth-of-type(2) ul li:nth-of-type(5){
  width: 116px;
}
#medical .half > div ul li a::after{
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  width: 8px;
  height: 12px;
  background-image:url("../img/icon_sankaku01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#medical .half div a:hover img,
#medical .half .ttl:hover + div a img{
    opacity: 0.7;
}

/* customer */
#customer{
  background-color: #ebebeb;
  padding: 40px 0
}
.customerlist{
  display: flex;
  column-gap: 16px;
}
.customerlist li{
width: 248px;
  box-sizing:border-box;
  margin: 0;
  
}
.customerlist li a{
  text-decoration: none;
}
.customerlist li a:hover img{
    opacity: 0.7;
}
.customerlist li .txt{
  margin: 10px 0 0 0;
  position: relative;
}
.customerlist li .txt span:nth-of-type(2){
  font-size: 128.5%;
}
.customerlist li .txt span:nth-of-type(1){
  font-size: 100%;
  display: block;
}
.customerlist li .txt::after{
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image:url("../img/icon_yajimaru01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* notice */
#notice{
	background: #F6F6F6;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 20px 30px;
	transform: rotate(0.05deg);
}
#notice ul{
  padding: 0 0 0 10em;
  position: relative;
  min-height: 30px;
}
#notice ul li{
  margin: 0 0 0.2em 0;
  padding: 0;
}
#notice ul li:last-child{
  margin: 0;
}
#notice a{
  display: block;
	text-decoration: none;
	position: relative;
	line-height: 1.4;
}
#notice a span{
	color: #555555;
	line-height: 1.4;
}
#notice a:link span, #notice a:visited span{
	text-decoration: underline;
}
#notice a:hover span, #notice a:active span{
	text-decoration: none;
}
#notice ul::before{
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
	content: "重要なお知らせ";
	background: #c85f28;
	color: #FFFFFF;
	padding: 5px 11px;
	margin: 0;
	text-decoration: none !important;
}


/* attention : 20250723add */
#attention{
  background-color: #e7eddb;
  width: 100%;
}
#attention .inner{
  display: flex;
  padding: 24px 0;
}
#attention .ttl{
  width: 144px;
}
#attention .txt{
  width: 897px;
}
#attention .ttl p{
  color: #578000;
  font-weight: 400;
  margin: 0;
}
#attention ul{
  display: flex;
  gap:4px;
  flex-wrap: wrap;
}
#attention ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 32px;
  color: #555555;
  letter-spacing: 0.05em;
  line-height: 2.2;
  background-color: #ffffff;
  text-decoration: none;
}
#attention ul li a:hover{
  background-color: #578000;
  color: #ffffff;
}


/* officesearch */
#officesearch{
  background-color: #78b000;
  text-align: center;
}
#searchbox{
  width: 640px;
  margin: 0 auto;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#searchbox .ttl{
	color: #FFFFFF;
	text-align: center;
	border-radius: 16px 16px 0 0;
	padding: 13px 0;
}
#searchbox .txt{
	padding:15px 12px 18px 12px;
}
#searchbox .txt p{
	line-height: 1.6;
	margin: 0;
}
#searchbox .txt input.keywordtxt{
	width: 100%;
	/* box-shadow */
	box-shadow: 0px 2px 0px -1px #dadada;
	border: none;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	line-height: 56px;
	height: 56px;
	border-radius: 0;
  text-align: left;
	font-size: 115%;
}

/* btnlist1 */
#searchbox .btnlist1{
  display: flex;
  justify-content: center;
  margin: 16px 0 0 0;
}
#searchbox .btnlist1 li{
	margin: 0 6px 0 0;
  
}
#searchbox .btnlist1 li:last-child{
	margin: 0;
}
#searchbox #btnmap,
#searchbox #btnkey{
	width: 256px;
	box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
#btnkeywrap{
  position: relative;
}
#btnkeywrap::after{
  content: "";
  position: absolute;
  right: 18px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image:url("../../img/icon_keyword_search.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* blue white / opacity0.6 */
.btnWhite{
	background: #FFFFFF;
	color: #444444 !important;
	padding: 0 18px !important;
	border: none;
}
.btnWhite:hover{
	background: #f0f0f0;
}
#btnmapwrap{
  position: relative;
}
#btnmapwrap::before{
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  width: 18px;
  height: 21px;
  background-image:url("../../img/icon_map_search.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}
#btnmapwrap .btnWhite{
	padding: 0 34px 0 34px !important;
}

.toplayout{
  text-align: left;
}
.toph1 h1{
  color: #555555;
  font-weight: normal;
  display: inline-block;
}
.toph1{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toph1 h1{
  margin: 0 0 22px 0;
  padding: 0;
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.toph1 h1::before{
  content: "";
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
h1 a{
  text-decoration: none !important;
}

.toplayout ul{
  display: flex;
}
.toplayout ul li{
  width: 336px;
  box-sizing: content-box;
  margin: 0 15px 15px 0;
}
.toplayout ul li a{
  text-decoration: none;
}
.toplayout ul li a:hover img{
  opacity: 0.6;
}
.toplayout ul li:nth-child(3n){
  margin: 0 0 15px 0;
}
.toplayout ul li p{
  margin: 11px 0 0 0;
  padding: 0 40px 0 8px;
  position: relative;
}
.toplayout ul li p::after{
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border: 1px solid #555555;
}
.toplayout ul li p::before{
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #555555;

}

/* homecare */
#homecare{
  background-color: #ebebeb;
  padding: 48px 0;
}
#homecare .toph1 h1::before{
  top: calc(50% - 23px);
  width: 56px;
  height: 46px;
  background-image: url("../../img/icon_homecare.webp");
}

/* dayservice */
#dayservice{
  padding: 48px 0;
}
#dayservice .toph1 h1::before{
  top: calc(50% - 20px);
  width: 64px;
  height: 40px;
  background-image: url("../../img/icon_dayservice.webp");
}
#dayservice.toplayout ul li a.iconlink2{
  display: block;
  margin: 11px 0 0 0;
  padding: 0 40px 0 8px;
  position: relative;
  color: #555555;
  text-decoration: none;
}
#dayservice.toplayout ul li a.iconlink2::after{
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image:url("../img/icon_link_l.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* residential */
#residential{
  background-color: #ebebeb;
  padding: 48px 0;
}
#residential .toph1 h1::before{
  top: calc(50% - 18px);
  width: 68px;
  height: 36px;
  background-image: url("../../img/icon_residential.webp");
}

.top_service_link a:link, .top_service_link a:visited{
	text-decoration: none;
	color: #555555
}
.top_service_link a:hover, .top_service_link a:active{
	text-decoration: none;
    color: #437567;
}

/* slideArea2 */
#slideArea2{
	margin: 64px auto 0 auto;
	position: relative;
	overflow: hidden;
  box-sizing: content-box;
  width: 1280px;
  padding: 0 0 50px 0;
}
/*
#slideArea2 .caroufredsel_wrapper{
  width: auto;
}*/
#slideArea2 .slide{
  overflow: hidden;
  border-radius: 0;
 width: 1440px;
 /*  width: 480px;*/
  margin: 0 0 0 -80px;
}
#slideArea2 .slide ul li{
  display: flex;
  align-items: center;
  width: 480px !important;
  height: 286px;
  text-align: center;
  z-index: 0;
  position: relative;
  vertical-align: middle;
  justify-content: center;
}

/* animation */
#slideArea2 .slide ul li:nth-of-type(2){
  z-index: 1;
}
#slideArea2 .slide ul li:nth-of-type(2).chg{
  z-index: 0;
}
#slideArea2 .slide ul li:nth-of-type(3).chg{
  z-index: 10;
}

/* shadow */
#slideArea2 .slide ul li:nth-of-type(2) img{
  /* box-shadow */
box-shadow: 4px 4px 15px -8px rgba(0,0,0,0.6);
}
#slideArea2 .slide ul li:nth-of-type(2).chg img{
  /* box-shadow */
box-shadow: 4px 4px 15px -8px rgba(0,0,0,0);
}
#slideArea2 .slide ul li:nth-of-type(3).chg img{
  /* box-shadow */
box-shadow: 4px 4px 15px -8px rgba(0,0,0,0.6);
}

#slideArea2 .slide ul li img{
  transition: all 0.3s;  
}
#slideArea2 .slide ul li:nth-of-type(2).chg img{
  width: 384px !important;
  height: 205px !important;
}
#slideArea2 .slide ul li:nth-of-type(3).chg img{
  width: 480px !important;
  height: 256px !important;
}
#slideArea2 .slide ul li:nth-of-type(4).chg img{
  width: 384px !important;
  height: 205px !important;
}


#slideArea2 .slide ul li:nth-of-type(1) img{
  width: 384px !important;
  height: 205px !important;
}
#slideArea2 .slide ul li:nth-of-type(2) img{
  width: 480px;
  height: 256px;
}
#slideArea2 .slide ul li:nth-of-type(3) img{
  width: 384px !important;
  height: 205px !important;
}

/* thumbnail */
#slideArea2 .thumbnail ul{
  display: flex;
  justify-content: center;
  margin: 18px 0 0 0;
}
#slideArea2 .thumbnail ul li{
  display: flex;
  margin: 0;
  width: 136px;
  justify-content: center;
}
#slideArea2 .thumbnail ul li a{
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#slideArea2 .thumbnail ul li .img{
  width: 96px;
  height: 96px;
  position: relative;
}
#slideArea2 .thumbnail ul li .active .img::after{
  border:2px solid #78b000;
  width: 96px;
  height: 96px;
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#slideArea2 .thumbnail ul li .active .img::before{
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #78b000 transparent;

}
#slideArea2 .thumbnail ul li .txt{
  text-align: center;
  margin: 12px 0 0 0;
  line-height: 1.4;
}
#slideArea2 .thumbnail ul li .active .txt{
  color: #437567;
}
#slideArea2 .btnprev{
  position: absolute;
  top: 115px;
  left: 360px;
  z-index: 11;
}
#slideArea2 .btnnext{
  position: absolute;
  top: 115px;
  right: 360px;
  z-index: 11;
}
.topcontents h1{
  color: #333333;
  font-weight: normal;
}
.movieArea{
  display: none;
}
#inline_content1,
#inline_content2,
#inline_content3{
  position: relative;
  width:1280px !important;
  height:720px !important;
  font-size:0;
}
#inline_content1 iframe,
#inline_content2 iframe,
#inline_content3 iframe{
  position: relative;
  width: 100%;
  height: 100%;
}