@charset "UTF-8";
/* CSS Document */

.bg-image {
	position:relative;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:rgba(255, 255, 255, 0.4);
	/*    background-blend-mode:lighten;*/
}
.section-divider-curve-bottom {
	position: relative;
	overflow: hidden;
}
.section-divider-curve-bottom::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: -5%;
 background-image: url(../../kwzw/assets/svg/curve.svg);
 background-size: 100% 100%;
 width: 110%;
 height: 17%;
}
.fs-ibuki {
	font-size:28px;
    font-size: clamp(22px, 1.7vw, 28px);
    font-weight:bold;
}
@media (max-width: 1200px) {
.bg-image {
 background-attachment: initial;
}
}
@media (max-width: 991px) {
.bg-image {
 background-color:rgba(255, 255, 255, 0.6);
 background-blend-mode:lighten;
}
.col-spacing-70 {
margin-right:-30px !important;
margin-bottom:-75px;
margin-left:-30px !important;
}
}
@media (max-width: 575px) {
.bg-image {
 background-size:410% 100%;
 background-color:rgba(255, 255, 255, 0.6);
 background-blend-mode:lighten;
}
.section-divider-curve-bottom::before {
 height: 7%;
}
}

.merit-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.merit-list p {
  margin: 0 0 20px;
  color: #222;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.merit-list strong {
  color: #4f8975;
  font-size: 1.3em;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .merit-list p {
    font-size: 21.25px;
    margin-bottom: 17px;
  }

  .merit-number {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    font-size: 17px;
  }

}

/* スマートフォン */
@media screen and (max-width: 767px) {

  .merit-list p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }

  .merit-list strong {
    font-size: 1.3em;
  }

}