@charset "utf-8";

.home .mainvisual {
  background: url("images/top/main_visual.jpg") no-repeat center top;
  background-size: cover;
  padding: 10rem 0 12rem;
  box-sizing: border-box;
}
.home .mainvisual h2 {
  margin-left: -15rem;
}
.home .cont01 .contTop {
  background: url("images/top/bg13.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 5rem;
}
.home .cont01 > .item {
  background: url("images/top/bg01.jpg") no-repeat center top;
  background-size: cover;
  padding: 11rem 0;
}
.home .cont01 > .item.no2 {
  background-image: url("images/top/bg02.jpg");
}
.home .cont01 > .item.no2 .text {
  background-image: url("images/top/bg15.png");
}
.home .cont01 > .item.no3 {
  background-image: url("images/top/bg03.jpg");
}
.home .cont01 > .item.no3 .text {
  background-image: url("images/top/bg16.png");
}
.home .cont01 > .item .text {
  background: url("images/top/bg14.png") no-repeat center top;
  background-size: cover;
  width: 50%;
  padding: 5rem;
  box-sizing: border-box;
}
.home .cont01 > .item .text p {
  color: #fff;
}
.home .cont01 > .item .titleWrap {
  display: flex;
  align-content: center;
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 4rem;
}
.home .cont01 > .item .titleWrap .point {
  line-height: 0;
  margin-right: 1.5rem;
}
.home .cont01 .laserWrap {
  display: flex;
}
.home .cont01 .laserWrap .item {
  position: relative;
  /* background: #dfeff0;
  padding: 1rem;
  margin: 0 .5rem; */
}
.home .cont01 .laserWrap .item a{
	display: block;
	text-decoration: none;
}
.home .cont01 .laserWrap p {
  position: relative;
  width: 100%;
  padding: 1rem 0;
/*
  position: absolute;
  left: 0;
  bottom: 2rem;
*/
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: #fff 2px 0px 5px, #fff -2px 0px 5px, #fff 0px -2px 5px, #fff -2px 0px 5px, #fff 2px 2px 5px, #fff -2px 2px 5px, #fff 2px -2px 5px, #fff -2px -2px 5px, #fff 1px 2px 5px, #fff -1px 2px 5px, #fff 1px -2px 5px, #fff -1px -2px 5px, #fff 2px 1px 5px, #fff -2px 1px 5px, #fff 2px -1px 5px, #fff -2px -1px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}
/* .home .cont01 .laserWrap p span{
  position: absolute;
  top: -2rem;
} */
.home .cont02 {
  padding: 9rem 0 10rem;
  background: url("images/top/bg05.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont02 .title01 {
  margin-bottom: 4rem;
}
.home .cont02 h4 {
  background: #989898;
  color: #fff;
  text-align: center;
  padding: .6rem 0;
  font-size: 1.7rem;
}
.home .cont02 img {
  width: 100%;
}

.home .cont03{
	text-align: center;
	padding: 9.5rem 0;
}
.home .cont03 .title01{
  margin: 0 0 3.5rem;
}
.home .cont03 .item{
	margin-bottom: 2%;
}
.home .cont03 .item:nth-child(5){
	margin-bottom: 0;
}
.home .cont03 .item:nth-child(6){
	margin-bottom: 0;
}
.home .cont03 .item:nth-child(7){
	margin-bottom: 0;
}
.home .cont03 .item:nth-child(8){
	margin-bottom: 0;
}
.home .cont03 .item img{
	width: 100%;
}
.home .cont03 .item p{
  background: #f0f0f0;
  padding: 1rem 0;
}
.home .cont04 {
  padding: 9.5rem 0;
  background: url("images/top/bg06.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont04 .title01 {
  margin-bottom: 3rem;
}
.home .cont04 .lwrap.no1 {
  margin-bottom: 5rem;
}
.home .cont04 .lwrap.no1 p {
  text-align: center;
}
.home .cont04 .lwrap.no2 {
  margin: 5rem auto 0;
}
.home .cont04 .lwrap.no2 h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.home .cont04 .lwrap.no2 .whiteBg {
  background: #fff;
  border: .1rem solid #dddddd;
  padding: 2.5rem;
  box-sizing: border-box;
}
.home .cont04 .lwrap.no2 .whiteBg p{
	font-size: 1rem;
}
.home .cont04 .lwrap.no2 .btn01 {
  max-width: 30rem;
  margin: 5rem auto 0;
}
.home .cont04 .carousel .item{
	opacity: 0.8;
    transition: all 300ms ease;
}
.home .cont04 .carousel .item.slick-current{
	opacity: 1;
    transform: scale(1.08);
}
.home .cont05 {
  background: url("images/top/bg07.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 6rem;
}
.home .cont05 .title01 {
  margin-bottom: 3rem;
}
.home .cont05 .text {
  width: 50%;
}
.home .cont05 .name {
  text-align: right;
  font-weight: bold;
  margin: 2rem 0;
}
.home .cont05 .item h3 {
  font-size: 1.5rem;
  padding: .5rem 0;
  color: #fff;
  text-align: center;
  background: #9da09e;
  margin-bottom: 1rem;
}
.home .cont05 .item p {
  font-size: 1.3rem;
}
.home .cont06 .top {
  background: url("images/top/bg08.jpg") no-repeat center top;
  background-size: cover;
  padding: 10rem 0 6rem;
  text-align: center;
}
.home .cont06 .title01 {
  margin-bottom: 4rem;
}
.home .cont06 .slideItem {
  padding: 12rem 0;
}
.home .cont06 .slideItem.no1 {
  background: url("images/top/slide01.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont06 .slideItem.no2 {
  background: url("images/top/slide02.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont06 .slideItem.no3 {
  background: url("images/top/slide03.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont06 .slideItem.no4 {
  background: url("images/top/slide04.jpg") no-repeat center top;
  background-size: cover;
}
.home .cont06 .slideItem .text {
  background: url("images/top/bg09.jpg") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  width: 50%;
  padding: 5rem;
}
.home .cont06 .slideItem .text h3 {
  font-size: 3rem;
  color: #d4af82;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.home .cont06 .slideItem .text h3 .small {
  display: block;
  font-size: 2.2rem;
  color: #323232;
}
.home .cont07 {
  background: url("images/top/bg10.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 10rem;
}
.home .cont07 .title01 {
  margin-bottom: 4rem;
}
.home .cont07 .top {
  text-align: center;
  margin-bottom: 9rem;
}
.home .cont07 .top .mb {
  margin-bottom: 3rem;
}
.home .cont07 .flowWrap{
	max-width: 800px;
	margin: auto;
}
.home .cont07 .flex {
  justify-content: space-between;
  margin-bottom: 5rem;
}
.home .cont07 .flex.last .step p::before {
  content: none;
}
.home .cont07 .flex .step {
  margin-right: 3rem;
}
.home .cont07 .flex .step p {
  background: #f39800;
  color: #fff;
  font-size: 5.2rem;
  line-height: 1;
  padding: .8rem 1.5rem .3rem;
  text-align: center;
  font-family: 'Times', 'Times New Roman', 'Lusitana', serif;
  position: relative;
  z-index: 2;
}
.home .cont07 .flex .step p .small {
  font-size: 2rem;
  display: block;
  font-family: 'Noto Serif JP', serif;
}
.home .cont07 .flex .step p::before {
  content: "";
  width: .1rem;
  height: 15rem;
  position: absolute;
  left: 3.9rem;
  top: 100%;
  background: #f39800;
  z-index: 1;
}
.home .cont07 .flex .text {
  flex-grow: 2;
  margin-right: 3rem;
}
.home .cont07 .flex .text h3 {
  font-size: 2.6rem;
  margin-top: 3rem;
}
.home .cont07 .flex .text p {
  margin-top: 2rem;
}
.home .cont07 .whiteBg {
  background: #fff;
  box-sizing: border-box;
  padding: 5rem;
}
.home .cont08 {
  background: url("images/top/bg11.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 10rem;
}
.home .cont08 .title01 {
  margin-bottom: 4rem;
}
.home .cont08 .item a{
	display: block;
}
.home .cont09 {
  background: url("images/top/bg12.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 10rem;
}
.home .cont09 .title01 {
  margin-bottom: 4rem;
}
.home .cont09 .btn01 {
  max-width: 30rem;
  margin: 5rem auto 0;
}
.home .cont09 .item {
  background: #fff;
  margin-bottom: 2%;
}
.home .cont09 .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.home .cont09 .item a{
	display: block;
}
.home .cont09 .item .img {
  margin-bottom: 1rem;
}
.home .cont09 .item .img img {
  width: 100%;
}
.home .cont09 .item .text {
  padding: 0 1.5rem 1.5rem;
}
.home .cont09 .item .text h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  border-bottom: .1rem solid #eeeeee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.home .cont09 .item .postDate {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.home .cont09 .item .postDate .date {
  font-size: 1.2rem;
  color: #d4af82;
  margin-right: 1rem;
}
.home .cont09 .item .postDate .cate span {
  display: block;
  font-size: 1.1rem;
  background: #d4af82;
  color: #fff;
  text-decoration: none;
  padding: 0 1rem;
}
.home .cont09 .item .moreBtn {
  margin-top: 1rem;
  text-align: right;
}
.home .cont09 .item .moreBtn span {
  text-decoration: none;
  font-size: 1.1rem;
  display: inline-block;
  background: #9c948b;
  border-radius: .3rem;
  color: #fff;
  padding: .3rem 1.5rem;
}
.home .cont09 .blog-category{
	background: #fff;
	padding: 3rem;
	margin-bottom: 2%;
}
.home .cont09 .blog-category .item{
	margin-bottom: 0;
	padding: .5rem 0;
}
.home .cont09 .blog-category .item a{
	text-indent: -1rem;
    padding-left: 1rem;
}
.home .cont09 .blog-category .item a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #f39800;
    margin-right: .5rem;
    top: -2px;
    position: relative;
}
.home .cont10 {
  padding: 9rem 0;
}
.home .cont10 .title01 {
  margin-bottom: 4rem;
}
.home .cont10 .flex.mb {
  margin-bottom: 6rem;
}
.home .cont10 .newsWrap {
  width: 67%;
  margin-right: 4%;
}
.home .cont10 .newsWrap .title02 {
  margin-bottom: 2rem;
}
.home .cont10 .fbWrap {
  width: 29%;
}
.home .cont10 .fbWrap iframe {
  width: 100%;
}
.home .cont10 .news {
  max-height: 45.5rem;
  overflow: scroll;
}
.home .cont10 .news .flex {
  border-bottom: .1rem dotted #dbdbdb;
  padding: 1rem 0;
}
.home .cont10 .news .date {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.home .cont10 .news .cate span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  background: #ccb19f;
  text-align: center;
  text-decoration: none;
  padding: .2rem 1rem;
  color: #fff;
}
.home .cont10 .news .postDate {
  width: 20%;
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.home .cont10 .news .cont {
  width: 78%;
}
.home .cont10 .news .cont h4 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: .6rem;
}
.home .cont10 .insta {
  margin-bottom: 3rem;
}

.home .trouble_search{
  padding: 5.4rem 0 9.3rem;
  background: #dfeff0;
}
.home .trouble_search .trouble_search_title{
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 3.5rem;
}
.home .trouble_search .trouble_search_title:before {
  content: "";
  display: block;
  margin: 0 auto 1rem;
  background: url(images/common/icon_titleIcon2.png) no-repeat center;
  background-size: auto;
  width: 9.7rem;
  height: 3.5rem;
}
.home .trouble_search .trouble_search_title .line {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.home .trouble_search .trouble_search_title .line:before, .home .trouble_search .trouble_search_title .line:after {
  content: "";
  display: block;
  height: .1rem;
  width: 1rem;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.home .trouble_search .trouble_search_title .line:before {
  left: -2rem;
}
.home .trouble_search .trouble_search_title .line:after {
  right: -2rem;
}

.home .trouble_search .trouble-visual-link {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .trouble_search .trouble-visual-body, .home .trouble_search .trouble-visual-face {
  width: 47.8%;
  border-radius: 8px;
  /* overflow: hidden; */
  -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  position: relative;
  font-size: 0;
}
.home .trouble_search .trouble-visual-face .trouble-visual-tab {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 92%;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #d4af82;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
}
.home .trouble_search .trouble-visual-face .trouble-visual-tab li {
  text-align: center;
  width: 50%;
  cursor: pointer;
  color: #d4af82;
  list-style: none;
  font-size: 2.2rem;
}
.home .trouble_search .trouble-visual-face .trouble-visual-tab li span {
  padding: 0.25em 0.5em;
  display: block;
}
.home .trouble_search .trouble-visual-face .trouble-visual-tab li.active {
  background: #d4af82;
  color: #fff;
}
.home .trouble_search .trouble-visual-face .trouble-visual-tab li.active span {
  
}
.home .trouble_search .trouble-visual-face .tab_cnt div {
  display: none;
  background: #fff;
}
.home .trouble_search .trouble-visual-face .tab_cnt div.active {
  display: block;
}
.home .trouble_search .trouble-visual-face img, .home .trouble-visual-body img{
  vertical-align: bottom;
  width: 100%;
}
.home .trouble_search .trouble-visual-body .grid, .trouble-visual-face .grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.home .trouble_search .trouble-visual-body a, .home .trouble_search .trouble-visual-face a {
  display: inline-block;
  position: absolute;
  border-radius: 4px;
  z-index: 110;
  padding: 1.5% 1.8%;
  font-size: 1vw;
  font-size: 16px;
  color: #323232;
  background: #fff;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border: 1px solid #89765f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  z-index: 1;
}
.home .trouble_search .trouble-visual-body a span, .home .trouble-visual-face a span {
  display: block;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .trouble_search .trouble-visual-body a:hover, .home .trouble-visual-face a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 1px solid #9C896C;
  opacity: 1;
}
.home .trouble_search .trouble-visual-body a:hover span, .home .trouble_search .trouble-visual-face a:hover span {
  font-weight: bold;
}
/*tab1_cnt a*/
.home .trouble_search .trouble-visual-face a.eyebrows{
  top: 20%;
  right: 78%
}
.home .trouble_search .trouble-visual-face a.artmake{
  top: 32%;
  right: 71%
}
.home .trouble_search .trouble-visual-face a.lips{
  top: 42%;
  right: 76%
}
.home .trouble_search .trouble-visual-face a.outline{
  top: 52%;
  right: 65%
}
.home .trouble_search .trouble-visual-face a.eyelashes{
  top: 11%;
  left: 76%;
}
.home .trouble_search .trouble-visual-face a.double{
  top: 21%;
  left: 76%;
}
.home .trouble_search .trouble-visual-face a.eye{
  top: 30%;
  left: 83%;
}
.home .trouble_search .trouble-visual-face a.nose{
  top: 39%;
  left: 80%;
}
.home .trouble_search .trouble-visual-face a.teeth{
  top: 49%;
  left: 75%;
}
.home .trouble_search .trouble-visual-face a.cramp{
  top: 58%;
  left: 63%;
}
/*tab2_cnt a*/
.home .trouble_search .trouble-visual-face a.thinwoman{
  top: 11%;
  right: 74%;
}
.home .trouble_search .trouble-visual-face a.undereye{
  top: 26.5%;
  right: 66%;
}
.home .trouble_search .trouble-visual-face a.freckles{
  top: 36%;
  right: 66%;
}
.home .trouble_search .trouble-visual-face a.hollow{
  top: 45%;
  right: 78%;
}
.home .trouble-visual-face a.slack{
  top: 55%;
  right: 76%;
}
.home .trouble_search .trouble-visual-face a.thinman{
  top: 12%;
  left: 73%;
}
.home .trouble_search .trouble-visual-face a.acneruins{
  top: 24%;
  left: 72%;
}
.home .trouble_search .trouble-visual-face a.ivory{
  top: 34%;
  left: 81%;
}
.home .trouble_search .trouble-visual-face a.redface{
  top: 43%;
  left: 76%;
}
.home .trouble_search .trouble-visual-face a.pores{
  top: 53%;
  left: 77%;
}
.home .trouble_search .trouble-visual-face a.wrinkles{
  top: 62%;
  left: 73%;
}
/*body a*/
.home .trouble_search .trouble-visual-body a.tattoo{
  top: 5%;
  right: 72%;
}
.home .trouble_search .trouble-visual-body a.recovery{
  top: 14%;
  right: 80%;
}
.home .trouble_search .trouble-visual-body a.scars{
  top: 22%;
  right: 85%;
}
.home .trouble_search .trouble-visual-body a.chest{
  top: 37%;
  right: 74%;
}
.home .trouble_search .trouble-visual-body a.diet{
  top: 52%;
  right: 70%;
}
.home .trouble_search .trouble-visual-body a.hyperhidrosis{
  top: 8%;
  left: 74%;
}
.home .trouble_search .trouble-visual-body a.lossmale{
  top: 20%;
  left: 68%;
}
.home .trouble_search .trouble-visual-body a.lossfemale{
  top: 32%;
  left: 63%;
}
.home .trouble_search .trouble-visual-body a.bruises{
  top: 82%;
  left: 82%;
}

@media screen and (max-width: 1480px) {
  .home .mainvisual h2 {
    margin-left: -3vw;
  }
}

@media screen and (max-width: 1200px) {
  .home .mainvisual {
    padding: 12% 0 22%;
  }
  .home .mainvisual h2 {
    width: 63vw;
    margin-left: 0;
  }
  .home .cont01 > .item .titleWrap {
    font-size: 2.5vw;
  }
  .home .cont01 > .item .titleWrap .point {
    width: 7vw;
  }
  .home .cont04 .lwrap.no2 {
    margin: 5rem 1.5rem 0;
  }
  .home .cont06 .slick-prev {
    left: 1rem;
  }
  .home .cont06 .slick-next {
    right: 1rem;
  }
  .home .cont06 .slideItem .text {
    width: 60%;
  }
  .home .cont06 .slideItem .text.fl-r {
    margin-right: 6rem;
  }
  .home .cont06 .slideItem .text.fl-l {
    margin-left: 6rem;
  }
  .home .cont07 .flex .text {
    width: 45%;
  }
  .home .cont07 .flex .img {
    width: 23%;
  }
  .home .cont10 .news .postDate {
    width: 12.5rem;
    margin-right: 1rem;
  }
  .home .cont10 .news .cont {
    width: calc(100% - 13.5rem);
  }
  .home .trouble_search .trouble-visual-body a, .home .trouble-visual-face a {
 	 font-size: 1.3vw;
	}
}

@media screen and (max-width: 1024px) {
	.home .trouble_search .trouble-visual-body, .home .trouble_search .trouble-visual-face{
	  width: 100%;
	}
	.home .trouble_search .trouble-visual-body{
	  margin: 2.0rem 0 0;
	}
	.home .trouble_search .trouble-visual-body a, .home .trouble_search .trouble-visual-face a {
	  font-size: 2.2vw;
	}
}

@media screen and (max-width: 900px) {
  .home .cont01 > .item .text {
    width: 60%;
  }
  .home .cont05 {
    background-position: top right 40%;
  }
  .home .cont05 .text {
    width: 70%;
  }
  
}


@media screen and (max-width: 750px) {
  .home .mainvisual {
    padding: 12rem 0 22rem;
    background-position: top right -22rem;
  }
  .home .mainvisual h2 {
    width: 50rem;
  }
  .home .cont01 .contTop {
    padding: 10rem 0;
  }
  .home .cont01 > .item {
    padding: 8rem 0;
  }
  .home .cont01 > .item .text {
    width: 100%;
  }
  .home .cont01 > .item .titleWrap {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .home .cont01 > .item .titleWrap .point {
    width: 8rem;
    margin-right: 3rem;
  }
  .home .cont01 .laserWrap p{
    font-size: 1rem;
  }
  .home .cont02 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont02 .flex.col-4 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .home .cont02 .flex.col-4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .home .cont02 .flex.col-4 .item:nth-child(n +3) {
    margin-bottom: 0;
  }
  .home .cont02 h4 {
    font-size: 2.8rem;
    padding: 1.5rem 0;
  }
  .home .cont02 .list01 a span{
	  display: none;
  }
  .home .cont03 .lwrap{
	  margin: auto;
  }
  .home .cont03 .item{
	  width: 100%;
	  margin: 0 1rem;
  }
/*
  .home .cont03 .item:nth-child(2n) {
    margin-right: 0;
	}
	.home .cont03 .item:nth-child(5){
		margin-bottom: 4%;
	}
	.home .cont03 .item:nth-child(6){
		margin-bottom: 4%;
	}
*/
  .home .cont04 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont04 .lwrap.no1 p {
    text-align: left;
  }
  .home .cont04 .lwrap.no2 {
    margin: 9rem 3rem 0;
  }
  .home .cont04 .lwrap.no2 h4 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .home .cont04 .lwrap.no2 .whiteBg {
    padding: 3rem;
  }
  .home .cont04 .lwrap.no2 .btn01 {
    max-width: 50rem;
  }
  .home .cont05 {
    background-position: top right 25%;
  }
  .home .cont05 .lwrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    box-sizing: border-box;
  }
  .home .cont05 .text {
    width: 100%;
  }
  .home .cont05 .name {
    margin: 3rem 0;
  }
  .home .cont05 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .home .cont05 .item:last-child {
    margin-bottom: 0;
  }
  .home .cont05 .item h3 {
    font-size: 2.8rem;
  }
  .home .cont05 .item p {
    font-size: 2.8rem;
  }
  .home .cont06 .top .title01 .small {
    margin-top: 1.5rem;
  }
  .home .cont06 .top p {
    text-align: left;
  }
  .home .cont06 .slideItem .text {
    width: 100%;
  }
  .home .cont06 .slideItem .text.fl-r, .home .cont06 .slideItem .text.fl-l {
    margin: auto;
  }
  .home .cont06 .slideItem .text h3 {
    font-size: 3.4rem;
  }
  .home .cont06 .slideItem .text h3 .small {
    font-size: 2.6rem;
  }
  .home .cont07 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont07 .top {
    text-align: left;
  }
  .home .cont07 .flex {
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  .home .cont07 .flex .step p {
    padding: 2rem 2.5rem;
  }
  .home .cont07 .flex .step p .small {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .home .cont07 .flex .step p::before {
    content: none;
  }
  .home .cont07 .flex .text {
    margin-right: 0;
  }
  .home .cont07 .flex .text h3 {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
  .home .cont07 .flex .text h3 span{
	  font-size: 2.4rem;
  }
  .home .cont07 .flex .text p{
	  margin-right: -40%;
  }
  .home .cont07 .flex .img {
/*     width: 100%; */
/*     margin-top: 3rem; */
  }
  .home .cont07 .flex .img img {
    width: 100%;
  }
  .home .cont08 {
    padding: 9rem 0 12rem;
  }
  .home .cont08 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont09 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont09 .blog-content.flex{
	  display: block;
  }
   .home .cont09 .blog-category .item {
    width: 49%;
    margin-right: 2%;
  }
  .home .cont09 .blog-category .item:nth-child(2n){
	  margin-right: 0;
  }
  
  .home .cont09 .blog-content .item {
    width: 100%;
    margin: 0;
/*     margin-bottom: 4%; */
  }
/*
  .home .cont09 .item:nth-child(2n) {
    margin-right: 0;
  }
  .home .cont09 .item:nth-child(n + 5){
    margin-bottom: 4%;
  }
  .home .cont09 .item:nth-child(n + 7){
    margin-bottom: 0;
  }
*/
  .home .cont09 .item .img {
    margin-bottom: 2rem;
  }
  .home .cont09 .item .text {
    padding: 0 3rem 3rem;
  }
  .home .cont09 .item .text h3 {
    font-size: 3rem;
  }
  .home .cont09 .item .postDate .date {
    font-size: 2.4rem;
  }
  .home .cont09 .item .postDate .cate span {
    font-size: 2.2rem;
  }
  .home .cont09 .item .moreBtn span {
    font-size: 2.2rem;
    padding: .6rem 2rem;
  }
  .home .cont09 .btn01 {
    max-width: 50rem;
  }
  .home .cont10 .title01 {
    margin-bottom: 6rem;
  }
  .home .cont10 .flex {
    flex-wrap: wrap;
  }
  .home .cont10 .flex.mb {
    margin-bottom: 9rem;
  }
  .home .cont10 .news {
    max-height: 60rem;
  }
  .home .cont10 .newsWrap {
    width: 100%;
    margin: 0 0 6rem;
  }
  .home .cont10 .newsWrap .title02 {
    margin-bottom: 3rem;
  }
  .home .cont10 .news .flex {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .home .cont10 .news .date {
    font-size: 2.4rem;
  }
  .home .cont10 .news .cate span {
    font-size: 2.4rem;
  }
  .home .cont10 .news .postDate {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .home .cont10 .news .cont {
    width: 100%;
  }
  .home .cont10 .news .cont h4 {
    font-size: 3rem;
  }
  .home .cont10 .fbWrap {
    width: 100%;
  }
  .home .cont10 .fbWrap iframe {
    width: auto;
    min-width: 344px;
    margin: auto;
    display: block;
  }
  
}

@media screen and (max-width: 400px) {
  .home .cont10 .fbWrap {
    overflow: hidden;
  }
  .home .cont10 .fbWrap iframe {
    min-width: 300px;
  }
}


/* 20220927 追記
**************/
.home .cont01 .laserWrap {
  overflow: scroll;
}
.home .cont01 .laserWrap p {
  font-size: 1.6rem;
}
.home .cont01 .laserWrap-inner {
  width: 4600px;
  padding: 2rem 0;
  display: flex;
}
.home .cont01 .laserWrap .item {
  width: 23rem;
}

@media screen and (max-width: 750px) {
  .home .cont01 .laserWrap p {
    font-size: 2.2rem;
  }
  .home .cont01 .laserWrap-inner {
    width: 500rem;
  }
  .home .cont01 .laserWrap .item {
    padding: 0 1rem;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * https://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;*/
	/*-webkit-box-shadow: 0 0 5px #ccc;*/
	/*box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	/*left: -5px;*/
	/*background: #fff;*/

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(common/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -400px;
	background: url(common/img/page/liverspot/bg_case_left.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -400px;
	background: url(common/img/page/liverspot/bg_case_right.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 46%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(common/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(common/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	color: #F7CECE;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
    /*------------------------------------- Whitening ---------------------------------------------------------------------------------------------------------------------------------------------------*/
		.bx-wrapper .bx-prev {
			width: 10%!important;
			left: 0;
			background: url(common/img/page/liverspot/bg_case_left.png) no-repeat 0 0;
			background-size: 100% auto;
		}

		.bx-wrapper .bx-next {
			width: 10%!important;
			right: 0;
			background: url(common/img/page/liverspot/bg_case_right.png) no-repeat 0 0;
			background-size: 100% auto;
		}
		.bx-wrapper .bx-controls-direction a {
			position: absolute;
			top: 50%;
			margin-top: -16px;
			outline: 0;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			z-index: 100;
		}
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
    /*------------------------------------- Whitening ---------------------------------------------------------------------------------------------------------------------------------------------------*/
		.bx-wrapper .bx-prev {
			left: 0;
			background: url(common/img/page/liverspot/bg_case_left.png) no-repeat 0 0;
		}
		.bx-wrapper .bx-next {
			right: 0;
			background: url(common/img/page/liverspot/bg_case_right.png) no-repeat 0 0;
		}
}


@media only screen and (min-width: 1050px) and (max-width: 1200px) {
    /*------------------------------------- Whitening ---------------------------------------------------------------------------------------------------------------------------------------------------*/
		.bx-wrapper .bx-prev {
			left: 0;
			background: url(common/img/page/liverspot/bg_case_left.png) no-repeat 0 0;
		}
		.bx-wrapper .bx-next {
			right: 0;
			background: url(common/img/page/liverspot/bg_case_right.png) no-repeat 0 0;
		}
}


/* --------------------- slide_box_top start --------------------- */
/** RESET AND LAYOUT
===================================*/

#slide_box_top .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

#slide_box_top .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

#slide_box_top .bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;*/
	/*-webkit-box-shadow: 0 0 5px #ccc;*/
	/*box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	/*left: -5px;*/
	/*background: #fff;*/

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

#slide_box_top .bx-wrapper .bx-pager,
#slide_box_top .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

#slide_box_top .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(common/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

#slide_box_top .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#slide_box_top .bx-wrapper .bx-pager .bx-pager-item,
#slide_box_top .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#slide_box_top .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#slide_box_top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slide_box_top .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#slide_box_top .bx-wrapper .bx-prev {
	left: 100px;
	background: url(common/img/base/bg_case_left.png) no-repeat 0 0;
}

#slide_box_top .bx-wrapper .bx-next {
	right: 100px;
	background: url(common/img/base/bg_case_right.png) no-repeat 0 0;
}

#slide_box_top .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#slide_box_top .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

#slide_box_top .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 46%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 46%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 100;
}


#slide_box_top .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

#slide_box_top .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#slide_box_top .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(common/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#slide_box_top .bx-wrapper .bx-controls-auto .bx-start:hover,
#slide_box_top .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#slide_box_top .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(common/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#slide_box_top .bx-wrapper .bx-controls-auto .bx-stop:hover,
#slide_box_top .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#slide_box_top .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#slide_box_top .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#slide_box_top .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#slide_box_top .bx-wrapper .bx-caption span {
	color: #fff;
	color: #F7CECE;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
    /*------------------------------------- Whitening ---------------------------------------------------------------------------------------------------------------------------------------------------*/
		#slide_box_top .bx-wrapper .bx-prev {
			left: 5%;
			background: url(common/img/page/liverspot/bg_case_left.png) no-repeat 0 0;
			background-size: cover;
		}

		#slide_box_top .bx-wrapper .bx-next {
			right: 5%;
			background: url(common/img/page/liverspot/bg_case_right.png) no-repeat 0 0;
			background-size: cover;
		}
		#slide_box_top .bx-wrapper .bx-controls-direction a {
			position: absolute;
			top: 50%;
			margin-top: -16px;
			outline: 0;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			z-index: 100;
		}
}


/* --------------------- slide_box_top end --------------------- */
