/*
Theme Name: Lips
Theme URI: 
Description: hahifuhe original wordpress theme
Version: 1.7
*/
@charset "UTF-8";
html * {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
}

#main {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#concept {
  padding: 140px 0 0 0;
}

#concept {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#concept ul {
  width: 860px;
  margin: 0 auto;
  padding-top: 140px;
}
#concept ul li:first-child {
  display: block;
  width: 430px;
  height: 15px;
  background-color: #8aa4bd;
}
.concept_txt {
  text-align: center;
  font-size: 21px;
  line-height: 2;
  font-weight: bold;
}

.concept_img {
  width: 100%;
  position: relative;
}
.concept_img figure img {
  width: 100%;
}
.con_thumb {
  width: 300px;
  height: 250px;
}
.thumb_01 {
  background-image: url(./images/top/concept_img01_3.jpg);
}
.thumb_02 {
  background-image: url(./images/top/concept_img02_2.jpg);
}
.thumb_03 {
  background-image: url(./images/top/concept_img03_2.jpg);
}
.con-mv {
}
.con-video {
  top: -18%;
}
.con_list {
  background: #fff;
  position: relative;
}

.con_list ul {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.con_list ul li {
  justify-content: space-around;
  position: relative;
}
.concept_list_txt,
.concept_list_img {
  width: 430px;
  padding: 70px 65px 0 65px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255, 0.8);
}
.blue {
  position: relative;
}
.blue:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #8aa4bd;
  position: absolute;
  top: 0;
  left: 0;
}
.bottom:after {
  bottom: -70px;
  top: auto;
}
.concept_list_txt h2 {
  font-size: 21px;
  line-height: 1.8;
}
.concept_list_txt p {
  font-weight: 200;
}
.con_list ul li .up {
  margin-top: -50px;
}
.con_list ul li .no-top {
  padding: 20px 65px 0 65px;
}
.con_list ul li p {
  line-height: 2;
  padding-top: 25px;
}
#meeting {
  background-color: #fff;
  position: relative;
}
.meeting-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 1px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 3px
    ),
    repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.56),
      rgba(0, 0, 0, 0.56) 1px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 3px
    );
}
.meeting_txt {
  position: absolute;
  color: #fff;
  top: 0;
  z-index: 10;
  width: 380px;
  left: 0;
  right: 0;
  margin: auto;
  height: 210px;
  top: 0;
  bottom: 0;
  letter-spacing: 0.1rem;
}
.meeting_txt h2 {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 20px;
}
.meeting_txt p {
  line-height: 1.7;
}
#lips_movie {
  padding: 140px 0;
  position: relative;
}
#lips_movie .movie_area {
  position: relative;
}
#lips_movie .movie_area video {
  width: 600px;
  margin: 0 auto;
  display: block;
}
.videoBtn {
  position: absolute;
  background-image: url(./images/top/thumb_02.jpg);
  background-size: cover;
  background-position: center center;
  width: 600px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px; /*コントローラー分下部に余白を*/
  cursor: pointer;
  z-index: 10;
}
span.play {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  top: 0;
  cursor: pointer;
  background-color: rgb(255, 255, 255, 0.4);
}
span.play:after {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  left: 0;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #fff;
}
span.play:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  background-color: #6d6d6d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.is-active {
  background-image: none;
}
.is-active span {
  display: none;
}
#lips_movie iframe {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 100;
}
#lips_movie p {
  text-align: center;
  font-size: 21px;
  line-height: 1;
  padding-top: 40px;
  font-weight: 200;
}
.servicelist div {
  width: 50%;
  height: 500px;
  box-sizing: border-box;
  padding: 100px 215px 100px 110px;
}
.service_img {
  background-image: url(./images/top/service_img.jpeg);
}
.service_txt {
  background-color: #8aa4bd;
  color: #fff;
}
.service_txt h2 {
  font-size: 22px;
  padding: 20px 0;
}
.service_txt p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.service_txt a {
  width: 130px;
  border: 1px solid #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 100;
}
#info {
  padding: 100px 0;
}
#info ul {
  width: 660px;
  margin: 40px auto;
}
#info ul li {
  position: relative;
}
#info ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#info ul li > div {
  width: 300px;
  height: 250px;
}
#info ul li .info_service {
  background-image: url(./images/top/info_img_2.jpg);
}
#info ul li .info_about {
  background-image: url(./images/top/info_img02.jpg);
}
#info ul li h2 {
  font-size: 21px;
  text-align: center;
  padding-top: 20px;
}
#news {
  padding: 100px 0 60px;
  position: relative;
  top: 0;
  z-index: 3;
}
.news_container {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 160px;
}
ul.news_list {
  margin-top: 70px;
  margin-bottom: 70px;
  justify-content: flex-start;
}
ul.news_list li {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  width: 100%;
}
ul.news_list li a {
  color: #000;
  line-height: 1.7;
  font-weight: normal;
  display: block;
}

/* news0706 */
.scBanner {
  width: 100%;
  padding: 110px 0 0 0;
}
.scBanner .bgArea {
  max-width: 600px;
  width: 90%;
  margin: auto;
  position: relative;
  top: 0;
}
.scBanner .bg .txtArea {
  background: rgba(80, 127, 175, 0.7);
  width: 78%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.scBanner .bg {
  width: 100%;
  height: 250px;
}
.scBanner .bg img.bgimg {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.scBanner .txtArea h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 0rem;
  margin: 0 auto 10px;
}
.scBanner .txtArea p {
  margin: 0 auto 10px;
  font-size: 1.2rem;
}
.scBanner .txtArea .btn img {
  position: relative;
  top: -4px;
  left: 5px;
}
ul.news_list li {
  width: 24%;
  border-bottom: none;
  margin: 0 0.5%;
  background-color: #f3f3f3;
  padding: 2%;
}
ul.news_list li:nth-child(n+5) {
  margin-top: 1%;
}
ul.news_list li img {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.news_container,
.single_container,
.archive_container {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  padding-bottom: 0;
}
ul.news_list li time {
  color: #8aa4bd;
  font-weight: 400;
  margin: 12px 0;
  display: inline-block;
}
ul.news_list li h2 {
  font-weight: 400;
  color: #414141;
}
.news_container .btn {
  max-width: 340px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
}
.news_container .btn img {
  position: absolute;
  top: 40%;
  right: 10%;
}
.insta_container .btn img {
  position: absolute;
  top: 40%;
  right: 10%;
}

.btn.more {
  font-family: "Alata", sans-serif;
  letter-spacing: 0.1rem;
  color: #fff;
}
.news_container .btn a {
  background: #8aa4bd;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 35%;
}
.scArchive {
  width: 100%;
  margin: 100px auto 300px;
}
.scSingle h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 30px;
}
.scSingle .topicArea h1,
.scSingle .topicArea h2,
.scSingle .topicArea h3,
.scSingle .topicArea h4 {
  font-weight: 400;
  margin: 0;
}
.scSingle .topicArea h1 {
  font-size: 22px;
}
.scSingle .topicArea h2 {
  font-size: 20px;
}
.scSingle .topicArea h3 {
  font-size: 18px;
}
.scSingle .topicArea h4 {
  font-size: 16px;
}
.scSingle .topicArea a {
  color: #414141;
}
.scSingle time {
  color: #8aa4bd;
  margin: 0 auto 20px;
  display: inline-block;
}
.scSingle {
  margin: 160px auto 320px;
}
.scSingle .topicArea {
  width: 100%;
  margin: 0 auto 50px;
}
.scSingle .topicArea img {
  max-width: 800px;
  height: 400px;
  object-fit: cover;
  margin: 30px auto 60px;
}
.scSingle .topicArea img.full_height {
  height: inherit!important;
}
.scSingle .topicArea p {
  line-height: 1.8rem;
  font-size: 16px;
}
.btn.back {
  text-align: center;
}
.btn.back a {
  color: #8aa4bd;
}
.btn.back a img {
  position: relative;
  top: 5px;
  left: -5px;
}
.pagination {
  width: 300px;
  margin: 0 auto 30px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  color: #414141;
}
.page-numbers li {
  margin: 0 5px;
}
.page-numbers.current {
  font-weight: 500;
}
.page-numbers ul li a {
  color: #414141;
}
.scInsta {
  width: 100%;
  background: rgb(138, 164, 189, 0.3);
  padding: 100px 0;
  margin: 150px auto 0;
}
.scInsta h2 {
  text-align: center;
  font-size: 18px;
  position: relative;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.scInsta h2:after {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #000;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: -65px;
}
.scInsta .insta_container {
  max-width: 1080px;
  width: 90%;
  margin: auto;
}
.scInsta .insta_container ul {
  width: 100%;
  margin: 70px auto 80px;
}
.scInsta .insta_container ul li {
  width: 20%;
  height: 270px;
}
.scInsta .insta_container ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.scInsta .insta_container .btn {
  max-width: 340px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
}
.scInsta .insta_container .btn a {
  background: #8aa4bd;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 35%;
}

#footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 100px 0 50px 0;
}
#footer .tel {
  margin-bottom: 80px;
}
#footer .tel p {
  display: block;
}
#footer .tel p span {
  display: block;
  font-size: 18px;
}
#footer .tel p a {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.1rem;
}
#footer .tel small {
  font-size: 13px;
}
.form {
  margin-bottom: 60px;
}
#footer .form p {
  font-size: 18px;
  margin-bottom: 10px;
}
#footer .form a.formBtn {
  background: linear-gradient(
    180deg,
    #a9bccf 0%,
    #a9bccf 50%,
    #87a1b9 50%,
    #87a1b9 100%
  );
  border-radius: 5px;
  width: 280px;
  font-size: 23px;
  padding: 16px 0;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.ft_logo figure {
  text-align: center;
}
.ft_logo figure img {
  width: 80px;
}
.ft_info {
  width: 80%;
  margin: 0 auto 40px;
}
.ft_info h1 {
  font-size: 25px;
}
.ft_info span {
  font-size: 15px;
  display: block;
}
.ft_info small {
  display: block;
}
.ft_logo > small {
  color: #8aa4bd;
}

.ft_info_listwrap {
  display: flex;
  width: 90%;
  margin: 30px auto 0;
  align-items: center;
  justify-content: center;
}

.ft_info_listwrap .ft_info_listwrap_list {
  width:48%;
}

.ft_info_big {
  font-size:18px!important;
  margin-bottom: 10px;
}

.mv-block {
  padding-top: 56%;
}
.concept-block {
  padding-top: 36%;
  clip-path: inset(0);
}
.meeting-block,
.service-block {
  padding-top: 45%;
  clip-path: inset(0);
}
.grecaptcha-badge {
	opacity: 0!important;
}

@media (max-aspect-ratio: 16/9) {
}
@media screen and (max-width: 768px) {
  .meeting-block:before {
    display: none;
  }
  #concept ul,
  .con_list ul,
  #info ul,
  .news_container {
    width: 95%;
    margin: 0 auto;
  }
  #concept ul {
    padding-top: 70px;
  }
  .videoBtn,
  #lips_movie .movie_area video {
    width: 89%;
  }
  span.play:before {
    width: 60px;
    height: 60px;
  }
  span.play:after {
    border-width: 10px 0 10px 20px;
  }
  #videoTop.video_sp {
    display: block;
    width: 220%;
    left: -50%;
    right: 0;
    margin: auto;
  }
  #concept {
    padding: 60px 0 0 0;
  }
  .concept_txt {
    font-size: 16px;
  }
  .concept_list_txt,
  .concept_list_img {
    width: 100%;
    margin: 0 auto;
    padding: 70px 2.5% 0 2.5%;
  }
  .con_list ul li > div {
    width: 100%;
    margin: 0 auto;
  }
  .con_thumb {
    width: 100%;
  }
  .con_list ul li .no-top {
    padding: 20px 2.5% 0 2.5%;
  }
  .con_list ul li p {
    padding-top: 10px;
  }
  .con_list ul li .up {
    margin-top: 0;
    padding: 20px 2.5% 0 2.5%;
  }
  .con_list ul li .order {
    order: 1;
  }
  .servicelist div {
    width: 100%;
    padding: 60px 50px;
    height: auto;
  }
  .servicelist div.service_img {
    height: 280px;
  }
  #info ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  #info ul li > div {
    width: 100%;
  }
  #footer .form p {
    margin-bottom: 30px;
  }
	#meeting {
  background-color: #fff;
  position: relative;
}
#meeting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 1px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 2px
    ),
    repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.56),
      rgba(0, 0, 0, 0.56) 1px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 2px
    );
}
  .meeting_txt {
    width: 95%;
  }
  .meeting_txt h2 {
    font-size: 18px;
  }
  .meeting_txt p {
    font-size: 14px;
  }
  .scBanner {
    width: 100%;
    margin: 0 auto 0;
  }
  .scBanner .bg {
    height: 200px;
  }
  .scBanner .bg img.bgimg {
    height: 200px;
  }
  .scBanner .bg .txtArea {
    padding: 15px 10px;
    width: 86%;
  }
  .scBanner .txtArea h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 auto 10px;
  }
  .scBanner .txtArea p {
    font-size: 14px;
  }
  .scBanner .txtArea .btn img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    left: 6px;
  }
  ul.news_list {
    justify-content: space-between;
  }
  ul.news_list li {
    width: 49%;
    margin: 0 0 20px;
  }
  ul.news_list li img {
    width: 100%;
    height: 192px;
  }
  .scInsta .insta_container {
    width: 95%;
    margin: 0 auto;
  }
  .scInsta .insta_container ul li:nth-of-type(1),
  .scInsta .insta_container ul li:nth-of-type(2) {
    width: 50%;
    height: 192px;
  }
  .scInsta .insta_container ul li:nth-of-type(3),
  .scInsta .insta_container ul li:nth-of-type(4),
  .scInsta .insta_container ul li:nth-of-type(5) {
    width: 33.33%;
    height: 128px;
  }
  .scInsta {
    padding: 80px 0;
    margin: 100px auto 0;
  }
  .scSingle h2 {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .scArchive,
  .scSingle {
    margin: 100px auto 180px;
  }
  .scSingle .topicArea img {
    width: 100%;
    height: auto;
    margin: 20px auto 30px;
  }
  .scSingle .topicArea p {
    line-height: 1.6rem;
    font-size: 13px;
  }

  .ft_info_listwrap {
    flex-wrap:wrap;
    width:100%;
    margin-top: 20px;
  }

  .ft_info_listwrap .ft_info_listwrap_list {
    width:100%;
  }

  .ft_info span {
    font-size: 13px;
    color:#fff;
  }

  .ft_info_listwrap_list:nth-of-type(2) {
    margin-top:10px;
  }

  .ft_info h1 {
    font-size: 23px;
  }

  #footer .tel p a {
    font-size: 40px;
  }

  .ft_info_big {
    font-size:15px!important;
    margin-bottom: 3px;
  }

}

@media screen and (max-width: 768px) {
  ul.news_list li img {
    height: auto;
  }
}
@media screen and (max-width: 390px) {
  .scBanner .txtArea p {
    font-size: 12px;
  }
  .scInsta .insta_container ul li:nth-of-type(1),
  .scInsta .insta_container ul li:nth-of-type(2) {
    width: 50%;
    height: 185px;
  }
  .scInsta .insta_container ul {
    margin: 50px auto 60px;
  }
}
@media screen and (max-width: 375px) {
  .scInsta .insta_container ul li:nth-of-type(1),
  .scInsta .insta_container ul li:nth-of-type(2) {
    height: 178px;
  }
}

@media screen and (max-width: 320px) {
  .scBanner {
    margin: 0 auto 80px;
    padding: 80px 0 0 0;
  }
  .scBanner .bg .txtArea {
    padding: 12px 8px;
  }
  .scBanner .txtArea p {
    font-size: 12px;
  }
  .scInsta .insta_container ul li:nth-of-type(1),
  .scInsta .insta_container ul li:nth-of-type(2) {
    height: 152px;
  }
  .scInsta .insta_container ul li:nth-of-type(3),
  .scInsta .insta_container ul li:nth-of-type(4),
  .scInsta .insta_container ul li:nth-of-type(5) {
    height: 101px;
  }
}


/*-- 2022/02 採用ページ共通スタイル --*/
.job_ct .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.job_ct a {
	transition: background-color 0.4s;
}
.job_ct .job_mainvisual {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 74px;
}
.job_ct .job_mainvisual h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}
.job_ct .job_mainvisual h2 span {
	font-size: 18px;
}
.job_ct .job_list ul li {
	margin: 10px 0;
}
.job_ct .job_list ul li h3 {
	display: flex;
	width: 100%;
	min-height: 60px;
	flex-wrap: wrap;
}
.job_ct .job_list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8aa4bd;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 10px 5%;
}
#manager .job_mainvisual {
	background: url("images/recruit/manager_main.jpg") no-repeat center;
	background-size: cover;
	height: 200px;
}
#maintenance .job_mainvisual,
.maintenance .job_mainvisual{
	background: url("images/recruit/maintenance_main.jpg") no-repeat center!important;
	background-size: cover!important;
	height: 200px!important;
}
#disinfection .job_mainvisual,
.disinfection .job_mainvisual {
	background: url("images/recruit/disinfection_main.jpg") no-repeat center!important;
	background-size: cover!important;
	height: 200px!important;
}
#esthetician .job_mainvisual,
.esthetician .job_mainvisual{
	background: url("images/recruit/esthetician_main.jpg") no-repeat center!important;
	background-size: cover!important;
	height: 200px!important;
}
#cleaning .job_mainvisual,
.cleaning .job_mainvisual{
	background: url("images/recruit/cleaning_main.jpg") no-repeat center!important;
	background-size: cover!important;
	height: 200px!important;
}
.job_btn {
	width: 90%;
	max-width: 360px;
	margin: 40px auto;
}
.job_btn p {
	margin: 20px 0;
}
.job_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #7b6545;
	color: #7b6545;
	font-size: 16px;
	height: 60px;
	width: 100%;
}
.job_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.job_table th {
	display: block;
	width: 100%;
	background: #8aa4bd;
	color: #fff;
	padding: 10px 4%;
	text-align: center;
}
.job_table td {
	display: block;
	width: 100%;
	background: #e6ebf0;
	padding: 10px 4%;
	border-bottom: 2px solid #fff;
}
.job_table td p {
	line-height: 1.8;
}
.job_table .job_table_list ul {
	margin: 6px 0 6px 1em;
}
.job_table .job_table_list li {
	line-height: 1.6;
	margin: 2px 0;
	position: relative;
	padding-left: 1.1em;
}
.job_table .job_table_list li::before {
	content: '';
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #8aa4bd;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.no_job {
	font-weight: bold;
	text-align: center;
	color: #8aa4bd;
	font-size: 16px;
	margin: 30px auto;
}

@media screen and (min-width: 442px) {
	.job_ct .job_mainvisual {
		height: 250px;
		margin-top: 0;
	}
	.job_ct .job_list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.job_ct .job_list ul li {
		width: 48%;
		margin: 15px 0;
	}
	.job_ct .job_list ul li a:hover , .job_btn a:hover {
		background: #7b6545;
		color: #fff;
	}
	.job_ct .job_list ul li h3 {
		min-height: 70px;
	}
	.job_ct .job_list ul li a {
		font-size: 18px;
	}
	.job_btn a {
		height: 70px;
	}
	#manager .job_mainvisual {
		height: 250px;
	}
	#maintenance .job_mainvisual,.maintenance .job_mainvisual,#disinfection .job_mainvisual,.disinfection .job_mainvisual,
	#esthetician .job_mainvisual,.esthetician .job_mainvisual,#cleaning .job_mainvisual,.cleaning .job_mainvisual {
		height: 250px!important;
	}
	.job_table table {
		border-collapse: separate;
		border-spacing: 2px;
	}
	.job_table th {
		display: table-cell;
		width: 22%;
		padding: 15px 4%;
	}
	.job_table td {
		display: table-cell;
		width: 78%;
		border-bottom: none;
		padding: 15px 4%;
	}
	.job_ct .job_mainvisual h2 {
		font-size: 30px;
	}
}

.scBanner .bgArea {
  display: none;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  display: none;
  width: 70%;
  margin: auto;
}

.slider.slick-initialized {
  display: block;
}


.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 34%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -2%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -2%;
   transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
   text-align:center;
 margin:20px 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:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
   background:#333;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 767px) {
  .slider {
    width: 86%;
  }

  #news {
    padding: 40px 0 60px;
  }

  .scBanner {
    width: 100%;
    padding: 80px 0 0 0;
  }

  .slick-prev {/*戻る矢印の位置と形状*/
    left: -4%;
 }

  .slick-next {/*次へ矢印の位置と形状*/
    right: -4%;
    transform: rotate(45deg);
  }

}