@charset "utf-8";
/*原則pc表示が先*/
/*===============================

	service

================================*/

/*===============================

	service-mainvisual

================================*/


.l-section.mainvisual {
  background-image: url(../png/service_mainvisual_bg.png);
  background-color: #E1FFEB;
}

@media all and (min-width: 1400px) {
  .l-section.mainvisual {
    background-size:auto 100%;
  }
}
@media (min-width: 769px) {
  .mv-img-inner {
    width: calc((498 / 1000) * 100%);
    bottom: -1%;
    right: 0;
  }
}

@media all and (max-width: 768px) {
  .l-section.mainvisual {

  }
}/*media*/


/*===============================

	top-company

================================*/

.l-section.top-company {
  padding: min(4.8%,48px);
}

.l-section.top-company .ttl-medium {
  font-size: clamp(18px,2.6vw,26px);
}

/*===============================

	service-problem

================================*/

 .service-problem {
  background: var(--color-light-gray);
 }

 .service-problem .cardlist .cardlist-inner-item .title {
  width: 100%;
  min-height: calc(min(1.6vw, 18px) * 1.5 * 3 + (9.5% * 2));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
 }

@media all and (max-width: 768px) {
  .service-problem .card-thumbnail img{
    max-width: 300px;
    width: 68%;
    margin-right: auto;
    margin-left: auto;
  }
}


/*===============================

	ご利用いただいています

================================*/
.service-use .l-section-inner {
  position: relative;
}
.service-use .l-section-inner::after{
  content: '';
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 3px;
  background-color: var(--color-light-gray3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.use-img {
  margin-top: 30px;
  text-align: center;
}

.use-img img {
  max-width: 100%;
}

.use-img p {
  max-width:924px;
  margin: 0.5em auto 0;
  font-size: 14px;
  text-align: left;
}

@media all and (max-width: 1080px) {
  .service-use .l-section-inner::after{
    width: auto;
    left: 16px;
    right: 16px;
    transform: translateX(0);
  }
}

@media all and (max-width: 768px) {

  .service-use .text-smaller{
    text-align: left;
  }
  .use-img,
  .use-img + p {
    max-width: var(--width-img-max);
    margin-left: auto;
    margin-right: auto;
  }
}/*media*/


/*===============================

	Shufoo!の特徴・魅力

================================*/
.service-feature .ttl-large{
  margin-bottom: 5% 0;
}

.service-feature .flex-list-all-half-item:last-child .cont-img {
  width: 48%;
}

@media all and (max-width: 768px) {
  .service-feature .flex-list-all-half-item:last-child .cont-img {
    width: 100%;
  }
  .service-feature .btn-group:last-of-type {
    margin-top: 0;
  }
}/*media*/


/*===============================

	サービス業におすすめのプラン

================================*/
.service-recommend {

}

.service-recommend .tag-semi-round {
  margin-bottom: 15px;
}

.service-recommend .ttl-medium {
  text-align: left;
}

.video-block-wrap {
  margin-top: 40px;
  padding: 0 0 0 0;
  aspect-ratio: 590 / 332;
}

.video-block-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 590 / 332;
}

.service-recommend .flex-list-all-half-item__half:nth-child(3) .text-larger {
  width: 95%;
}



@media all and (max-width: 768px) {
  .service-recommend .ttl-baloon-wrap {
    margin-bottom: 0.3em;
  }
  .service-recommend .ttl-baloon {
    min-width: auto;
  }
}



