.service-mv {
  background: url("../images/service-mv.webp") center center/cover;
}

.ser1, .ser2 {
  padding: 180px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.ser1 .inner, .ser2 .inner {
  padding: 0;
}
.ser1 .top, .ser2 .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}
.ser1 .l, .ser2 .l {
  padding: clamp(60px, 8.3333333333vw, 100px);
}
.ser1 .ttl .eg, .ser2 .ttl .eg {
  font-size: clamp(12px, calc(0.3921568627vw + 10.4705882353px), 18px);
  font-family: Inter, sans-serif;
  color: #CE001A;
  font-weight: bold;
}
.ser1 .ttl .jp, .ser2 .ttl .jp {
  color: #730000;
  font-weight: normal;
  font-size: clamp(28px, calc(0.2614379085vw + 26.9803921569px), 32px);
  line-height: 1.7;
  font-family: "Zen Old Mincho", Serif;
}
.ser1 .txt, .ser2 .txt {
  margin: 60px 0 30px 0;
}
.ser1 .txt .in, .ser2 .txt .in {
  background: #F6F2F2;
  font-weight: bold;
  font-size: clamp(15px, calc(0.3267973856vw + 13.7254901961px), 20px);
  margin: 30px 0;
  padding: 20px 40px;
  box-sizing: border-box;
}
.ser1 .r, .ser2 .r {
  margin-left: clamp(60px, 5.7291666667vw, 100px);
  background: url("../images/ser1.webp") center center/cover;
}
.ser1 .btm, .ser2 .btm {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ser1 .btm .ttl, .ser2 .btm .ttl {
  font-weight: bold;
}
.ser1 .btm .ttl i, .ser2 .btm .ttl i {
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: clamp(18px, calc(0.7843137255vw + 14.9411764706px), 30px);
  margin-right: 24px;
  display: inline-block;
}
.ser1 .btm .ttl i::first-letter, .ser2 .btm .ttl i::first-letter {
  color: #D01126;
}
.ser1 .btm .c-3, .ser2 .btm .c-3 {
  margin: 40px 0 70px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
  position: relative;
  z-index: 2;
}
.ser1 .btm .c-3 .bx, .ser2 .btm .c-3 .bx {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 30px 50px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.ser1 .btm .c-3 h3, .ser2 .btm .c-3 h3 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.ser1 .btm .c-3 .numb, .ser2 .btm .c-3 .numb {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  font-weight: bold;
  border-radius: 100%;
  text-align: center;
  place-content: center;
  color: white;
  background: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
}
@media all and (max-width: 1280px) {
  .ser1, .ser2 {
    padding: 120px 0 0 0;
  }
  .ser1 .top, .ser2 .top {
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }
  .ser1 .top .l, .ser2 .top .l {
    order: 1;
    padding: 0 clamp(60px, 8.3333333333vw, 100px);
  }
  .ser1 .top .r, .ser2 .top .r {
    margin-top: 60px;
    height: 500px;
    order: 2;
  }
  .ser1 .btm .c-3, .ser2 .btm .c-3 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .ser1 .btm .c-3 .bx, .ser2 .btm .c-3 .bx {
    padding: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .ser1, .ser2 {
    padding: 60px 0 0 0;
  }
  .ser1 .top, .ser2 .top {
    margin-bottom: 60px;
  }
  .ser1 .top .l, .ser1 .top .r, .ser2 .top .l, .ser2 .top .r {
    padding: 0 20px;
  }
  .ser1 .top .r, .ser2 .top .r {
    height: 300px;
    margin: 0;
  }
  .ser1 .ttl .jp, .ser2 .ttl .jp {
    line-height: 1.4;
    margin-top: 10px;
  }
  .ser1 .txt, .ser2 .txt {
    margin: 30px 0;
  }
  .ser1 .txt .in, .ser2 .txt .in {
    font-size: clamp(15px, calc(0.3267973856vw + 13.7254901961px), 20px);
    margin: 30px 0;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .ser1 .btm .c-3, .ser2 .btm .c-3 {
    margin: 30px 0;
    gap: 20px 0;
  }
  .ser1 .btm .c-3 .bx, .ser2 .btm .c-3 .bx {
    padding: 20px;
  }
}

.line-btm1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1 !important;
}
.line-btm1 .ins {
  max-width: 1500px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
.line-btm1 i {
  display: inline-block;
  width: 150px;
  transform-origin: top;
  height: 80%;
  transform: scale(1, 0);
  margin-right: clamp(70px, 7.8125vw, 150px);
  background: linear-gradient(to bottom, #850004 0%, #C90019 100%);
  transition: all 1s ease;
}
.line-btm1.trigger i {
  transform: scale(1, 1);
}
@media all and (max-width: 1280px) {
  .line-btm1 {
    height: 43%;
    top: 50%;
  }
  .line-btm1 .ins {
    text-align: center;
  }
  .line-btm1 i {
    margin-right: 0;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .line-btm1 i {
    width: 40px;
  }
}

.lb2 .ins {
  text-align: left;
}
.lb2 i {
  margin-top: -150px;
  height: calc(100% - 80px);
  margin-left: clamp(70px, 7.8125vw, 150px);
}
.lb2.trigger i {
  transform: scale(1, 1);
}
@media all and (max-width: 1280px) {
  .lb2 {
    height: 43%;
    top: 50%;
  }
  .lb2 .ins {
    text-align: center;
  }
  .lb2 i {
    margin-right: 0;
    height: 100%;
    margin-left: 0;
  }
}

.line-left1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  place-content: center;
  z-index: 1;
}
.line-left1 i {
  display: block;
  height: 150px;
  width: 80%;
  right: 10%;
  transform: scale(0, 1);
  transform-origin: right;
  background: linear-gradient(to right, #850004 0%, #C90019 100%);
  transition: all 1s ease;
}
.line-left1.trigger {
  opacity: 1;
}
.line-left1.trigger i {
  transform: scale(1, 1);
}
@media all and (max-width: 1280px) {
  .line-left1 {
    display: none;
  }
}

.ll2 i {
  transform-origin: left;
}

.ser2 .top .l {
  order: 2;
}
.ser2 .top .r {
  order: 1;
  margin-left: unset;
  margin-right: clamp(60px, 5.7291666667vw, 100px);
  background: url("../images/ser2.webp") center center/cover;
}
@media all and (max-width: 1280px) {
  .ser2 .top .l {
    order: 1;
  }
  .ser2 .top .r {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .ser2 {
    margin-top: 40px;
  }
  .ser2 .top .r {
    height: 300px;
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  .recom-und {
    padding: 90px 0 0 0;
  }
}

/*# sourceMappingURL=service.css.map */
