@charset "UTF-8";
/* Scss Document */
/* Shitrota Setting */
/* 色 */
/* キービジュアル */
/* *** *** *** *** *** *** *** *** */
.key-visual {
  background-image: url("../../service/images/kv.jpg");
}

/* セクション間のマージン */
/* *** *** *** *** *** *** *** *** */
.section1 {
  margin-bottom: 90px;
}

.section2 {
  margin-bottom: 0;
}

.section3 {
  margin-bottom: 45px;
}

.section11 {
  margin-bottom: 90px;
}

@media (min-width: 768px) {
  .section2 {
    margin-bottom: 45px;
  }

  .section3 {
    margin-bottom: 120px;
  }
}
h3.title-service span.bnr-logo {
  display: block;
  margin: 0.8rem auto 0;
}

.service-box {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  padding: 30px 20px;
  background: #fff;
  height: 100%;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.service-box .num {
  position: absolute;
  top: -24px;
  left: -2px;
  font-size: 12rem;
  z-index: -1;
  color: #eee;
  line-height: 1.0;
  letter-spacing: -0.5rem;
  font-weight: 300;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: italic;
}

/*
.service-box.grad {
	background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);		
}*/
@media (max-width: 767.98px) {
  .service-box .num {
    top: -10px;
    left: calc(50% - 5rem);
    font-size: 10rem;
  }
}
/* 各セクション */
/* *** *** *** *** *** *** *** *** */
/* section2 */
.section2 .row {
  margin-bottom: 0;
}
.section2 .row .col-12 {
  margin-bottom: 45px;
}
.section2 .row .col-12 h3 {
  margin-bottom: 1rem;
}

/* section3 */
.section3 .row {
  margin-bottom: 0;
}
.section3 .row .col-12 {
  margin-bottom: 45px;
}
.section3 .row .col-12 h3 {
  margin-bottom: 1rem;
}
.section3 .row .col-12 h4 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section3 .row {
    margin-bottom: 45px;
  }
}
.view p.text {
  color: #333;
}
.view p.img-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/*.overlay {
	.mask {
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		&:hover {
			opacity: 1;
		}
	}
}*/
.zoom img {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
