@charset "utf-8";


.grad-wrap {
  position: relative;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "続きを読む"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  /* margin-right: .5em; */
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 4rem;
  margin-bottom: 2rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(247 247 247) 50%, rgb(247 247 247) 50%, #f7f7f7 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -4em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}
.grad-wrap .reason-ttl {
    margin-top: 0;
}

.slick-initialized .case {
    border: 3px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.case h3 {
    width: 100%;
}

.slick-initialized .case img {
    width: 40%;
}

.slick-initialized .case ul {
    width: 50%;
}
.slick-dots {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 10px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
    }

    .main-area .slick-dots li {
      flex-grow: 1;
      text-align: center;
      padding: 0;
      margin: 0;
      background: #f7f4eb;
      padding: 10px;
      margin: 10px;
      height: auto;
    }

    .slick-dots li button {
      background: none;
      border: none;
      color: #333;
      font-weight: bold;
      font-size: 14px;
      padding: 10px 15px;
      cursor: pointer;
      width: 100%;
      text-align: center;
      white-space: nowrap;
    }

    .slick-dots li.slick-active button {
      color: #007bff;
    }

.main-area 
 .slick-dots li::before {
    content: none;
}
.main-area 
 .slick-dots li button:before {
    content: none;
}

.slick-prev:before, .slick-next:before {color: #000;font-size: 30px;}

.slick-prev, .slick-next {
    z-index: 11111;
    width: 30px;
    height: 30px;
}


.simulation {
    margin-top: 80px;
}

.flex_box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.flex_box .clrimg {
    width: 50%;
    margin: 0;
}

.txtarea {
    width: 40%;
}

.txtarea h3 {
    margin-bottom: 20px;
}
.paint_img {
    overflow-y: hidden;
    max-height: 460px;
}
p.campaign {
    text-align: center;
    font-size: 3rem;
}

p.campaign span {
    font-size: 5rem;
    color: red;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
}
.img_center img {
    padding-bottom: 5px;
}

.reason-ttl {
    margin-top: 4rem;
    font-weight: bold;
    color: #0c9889;
}

.conclusion {
    background: #fff;
    padding: 2%;
}

.company-wrap .caption {
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.company-wrap .caption ::-webkit-scrollbar {
    display:none;
}

.point {
    background: #f5ae66;
    display: inline-block;
    padding: 1.4rem;
    margin-top: 3rem;
    font-weight: bold;
    color: #fff;
}

.copy-area {
    font-size: 2.6rem;
    color: #fff;
    display: inline-block;
    padding: 2rem 2rem 1.4rem;
    background: #ee7800;
    font-weight: bold;
}


.copy-wrap {
    margin: auto 0;
    text-align: center;
}

.company-area .company-name {
    font-size: 2.4rem;
}

.company-area .image-wrap {
    width: 60%;
    margin: 0 auto;
}

.area-sponsored.additional:before {
    display: none;
}

.area-sponsored.additional:after {
    display: none;
}

.cost-area {
    margin: 4rem 0;
    padding: 2rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}

.cost-area h4 {
    color: #0c9889;
}

.amount {
    font-weight: bold;
    font-size: 2.2rem;
}

.plan-naiyou {
    font-weight: bold;
    margin-top: 1rem;
}

span.small-letters {
	font-size: 1.1rem;
}

.btn-web a,.btn-tel a {
    border-radius: 5rem;
    box-shadow: 5px 5px 0 0 #dde2e7;
}

span.pr-ttl {
    font-size: 1.8rem;
}
.lp-osaka .reason-items span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #ee7800;
}

.main-area.lp-osaka .reason-items li {margin-bottom: 5px;}

.main-area.lp-osaka .reason-items li:before {left: 0;}

.lp-osaka .company-wrap .reason-ttl {
    text-align: center;
    font-size: 1.8rem;
}

.main-area.lp-osaka .reason-items ul {margin: 0;}

.main-area.lp-osaka .reason-items li span.caption {
    color: #999;
    white-space: break-spaces;
}

  .voice .ttl {
    text-align: center;
    color: #0c9889;
    font-weight: bold;
    font-size: 16px;
}

.voice {
    padding: 10px;
    border: 1px solid 
#ddd;
    margin-bottom: 20px;
}
.main-area.lp-osaka .reason-items {
    background: #f7f7f7;
    padding: 15px;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/

p.sp {
    display: none;
}
	
.box-sv.qa-box {
    width: 95%;
    padding: 5rem 5rem 5rem 10rem;
}	

span.small {
    font-size: 2.4rem;
}	

.selection-three {
    display: flex;
}

.company-wrap {
    width: calc(33.333333% - 50px* 2 / 3);
    padding: 1rem 1rem 0rem 2rem;
    box-shadow: 1.2rem 1.2rem 0 #D9D9D9;
    margin: 1rem;
}

.catch-wrap {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ee7800;
}

.company-name {
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0177a9;
}	
	.box-works.box-works--low.sp{
		display:none;
	}
	
.lp-osaka .reason-items {margin: 2rem auto;min-height: 275px;}	
	
}




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
.pr-company__subtitle2:before {
    bottom: 0;
    top: auto;
}

.pr-company__subtitle2 {
    padding-bottom: 10px;
}

.main-area .case h3 {
    margin-top: 0;
}

.slick-initialized .case img {
    width: 100%;
}

.slick-initialized .case ul {
    width: 100%;
}

::before {}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.main-area .slick-dots li {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    flex-grow: unset;
}

.main-area .slick-dots {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.flex_box {
    display: block;
}

.flex_box .clrimg {
    width: 100%;
}

.txtarea {
    width: 100%;
    margin-top: 20px;
}
.main-area h3 {
    font-size: 2rem;
}

.scroll_table {
    overflow: scroll;
    position: relative;
}

.scroll_table table {
    min-width: 590px;
    margin-top: 5px;
}
.paint_img {
    max-height: 170px;
}
p.campaign {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 20px;
}

p.campaign span {
    font-size: 3rem;
    color: red;
}
.box-sv.qa-box .box-sv__catch {
    margin: 0;
}	

span.small {
    font-size: 1.8rem;
}	

.company-wrap {padding: 1rem 1rem 1rem 2rem;box-shadow: 1.2rem 1.2rem 0 #D9D9D9;margin: 1rem;}

.catch-wrap {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ee7800;
}

.company-name {
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0177a9;
}	

.company-area .image-wrap {
    width: 95%;
}	
.additional .sec-head {
    margin-bottom: 0;!i;!;
    padding-bottom: 1rem;
}

#works.area-sponsored.additional {
    margin-top: 1rem;
}

.area-sponsored.additional {
    margin-top: 2rem;
}	
.image-wrap.pc {
    display: none;
}	
.reason-wrap {
    margin-bottom: 2rem;
}
.catch-wrap {
    background: #ee7800;
    margin: -1rem -1rem 0 -2rem;
    color: #fff;
    padding: 10px;
}

.company-wrap {
    box-shadow: 0rem 0rem 6px 3px #D9D9D9;
    margin-bottom: 3rem;
}

.company-wrap .reason-ttl {
    margin-top: 2rem;
    text-align: center;
}
}