/* service04  */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.service04__page .page_titArea {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {}

/*---------------------------------------------
 sr-about 
---------------------------------------------*/
.about__ttl img {
  max-width: 185px;
  position: absolute;
  top: -70px;
  left: calc(50% - 200px);
  transform: translate(-50%);

}

.about__img {
  max-width: 930px;
  margin: 0 auto 50px;
  position: relative;
  left: 4%;
}

.about__item {
  width: 19%;
}

.about__price {
  display: flex;
  align-items: baseline;
}

.about__txt {
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .about__ttl img {
    max-width: 185px;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    position: relative;
  }

  .about__img {
    width: 105%;
    margin: 0 auto 10vw;
    left: -1%;
  }

  .about__items {
    width: 100%;
    margin: 0 auto;
  }

  .about__item {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .about__price {
    display: flex;
    align-items: baseline;
  }

  .about__txt {
    letter-spacing: 0;
  }
}

/*---------------------------------------------
 sr-example
---------------------------------------------*/
.exa__item {
  width: 18%;
  padding-bottom: 2em;
  position: relative;
}

.exa__price {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
}

.exa__img {
  margin-bottom: 10px;
}

.exa__h3 .fs-12 {
  font-size: 1.3rem;
  vertical-align: baseline;
}

.e-ex__atc {
  width: 48%;
  max-width: 500px;
  margin-bottom: 60px;
}

.e-ex__atc:nth-child(3),
.e-ex__atc:nth-child(4) {
  margin-bottom: 0;
}

.e-ex__txtwrap {
  width: 49%;
  position: relative;
  padding-bottom: 2em;
}

.e-ex__img {
  width: 50%;
}

.e-ex__h4 {
  background: #3D4F72;
  color: #fff;
  padding: 0 1em;

}

.e-ex__ul {
  list-style: disc;
  padding-left: 1.5em;
}

.e-ex__ul li {
  line-height: 2;
}

.e-ex__price {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 750px) {
  .exa__item {
    width: 100%;
    padding: 0 0 0 50%;
    text-align: justify;
    max-width: 100%;
    margin: 0 0 10vw auto;
    position: relative;
  }

  .exa__item:last-child {
    margin-bottom: 0;
  }

  .exa__txt {
    text-align: justify;
  }

  .exa__price {
    position: relative;
    bottom: auto;
    left: auto;
    justify-content: left;
  }

  .exa__img {
    max-width: 37vw;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .exa__h3 .fs-12 {
    font-size: 3.467vw;
    vertical-align: baseline;
  }

  .e-ex__atc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10vw;
  }

  .e-ex__atc:nth-child(3) {
    margin: 0 auto 10vw;
  }

  .e-ex__atc:nth-child(4) {
    margin-bottom: 0;
  }

  .e-ex__txtwrap {
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3vw;
  }

  .e-ex__img {
    width: 100%;
  }

  .e-ex__ul {
    padding-left: 1.5em;
  }

  .e-ex__price {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: baseline;
  }

}

/*---------------------------------------------
 sr-case 
---------------------------------------------*/
.case__flex {
  max-width: 1920px;
  margin: 0 auto;
}

.case__left {
  width: 50%;
}

.case__img {
  width: 48%;
}

.case__left--inner {
  max-width: 560px;
  margin: 0 0 0 auto;
}

.case__ul li {
  background: #F7F4F0;
  margin-bottom: 20px;
  font-weight: 500;
  padding: .25em 1em .25em 3em;
  position: relative;
}

.case__ul li img {
  position: absolute;
  max-width: 26px;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {

  .case__left {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 15vw;
  }

  .case__img {
    width: 100%;
  }

  .case__left--inner {
    max-width: none;
    margin: 0 auto;
  }

  .case__h3 {
    width: fit-content;
    margin: 0 auto 5vw;
    position: relative;
  }

  .case__h3 .left {
    position: absolute;
    left: -1em;
    top: 65%;
    transform: translate(0, -50%);
    font-size: 8vw;
  }

  .case__h3 .right {
    position: absolute;
    right: -1em;
    top: 65%;
    transform: translate(0, -50%);
    font-size: 8vw;
  }

  .case__ul li {
    margin-bottom: 4vw;
  }

  .case__ul li img {
    max-width: 6vw;
    left: 5%;
  }
}

/*---------------------------------------------
 sr-cv
---------------------------------------------*/
.sr-cv {
  padding-bottom: 0;
}

.sr-cv::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 110%;
  background: #F7F4F0;
  left: 0;
  top: 0;
  z-index: -1;
}

.cv__img {
  width: 45%;
}

.cv__right {
  width: 50%;
}

.cv__btn {
  background: #D54103;
  color: #fff;
  border-color: #D54103;
}

.cv__btn:hover {
  color: #D54103;
}

@media screen and (max-width: 750px) {
  .sr-cv {
    padding-top: 0;
  }

  .sr-cv::before {
    width: 25%;
    height: calc(100% + 10vw);
    left: 0;
    top: -10vw;
  }

  .cv__flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .cv__img {
    width: 100%;
    padding: 7vw 0;
    position: relative;
  }

  /* 
  .cv__img::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    background: #F7F4F0;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    z-index: -1;
  } */

  .cv__right {
    width: 100%;
    margin-bottom: 10vw;
  }

  .cv__h3 {
    text-align: center;
  }

}