@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.ttl-page {
  display: block;
  aspect-ratio: 72/21;
  position: relative;
  margin: 0 auto -24rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ttl-page {
    aspect-ratio: 2/1;
    margin: 0 auto -7rem auto;
  }
}
.ttl-page__img {
  background-image: url(../img/ttl-service.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ttl-page__img {
    background-image: url(../img/ttl-service-sp.svg);
  }
}
.ttl-page__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-page__txt {
    font-size: 3.2rem;
    width: 100%;
    transform: translate(-50%, -65%);
  }
}
.ttl-page__illust {
  position: absolute;
  top: 1vw;
  right: 15vw;
  width: 10vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-page__illust {
    top: 8vw;
    right: 3vw;
    width: 19vw;
  }
}

.service-video {
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .service-video {
    margin-top: 1rem;
  }
}

.deff-left,
.deff-right {
  display: grid;
  gap: 4rem;
  margin-bottom: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .deff-left,
  .deff-right {
    display: block;
  }
}
.deff-left div:first-child,
.deff-right div:first-child {
  margin-top: 0;
}

.deff-left {
  grid-template-columns: 4fr 3fr;
}

.deff-right {
  grid-template-columns: 3fr 4fr;
}
.deff-right > :first-child {
  order: 1;
}

.deft-center {
  max-width: 700px;
  margin: 0 auto;
}

video {
  width: 100%;
}

.ttl-part {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ttl-part .name {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ttl-part .name {
    font-size: 2.3rem;
  }
}
.ttl-part .number {
  display: block;
  background-color: #E50012;
  color: #fff;
  font-weight: 500;
  font-size: 2.3rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  min-width: 6rem;
  min-height: 6rem;
  text-align: center;
  align-content: center;
  border-radius: 6rem;
  letter-spacing: 0;
}
.ttl-part .number small {
  display: block;
  font-size: 1.2rem;
}

.service-ttl-part {
  display: block;
}
.service-ttl-part img {
  /* インライン要素をブロック化 */
  max-width: 100%;
  /* 親の幅に合わせる */
  height: auto;
  /* 縦横比を保持 */
  margin: 0 auto;
}

.service-feature-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-feature-txt {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .service-img {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .service-img img {
    width: 85%;
  }
}

.service-spec-ttl {
  padding-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-spec-ttl {
    width: 100%;
    font-size: 2rem;
  }
}

.table-head-wrap {
  position: relative;
  /* tr に基準点 */
}

.th-illust-wrap {
  position: relative;
}

.illust {
  position: absolute;
  z-index: 1;
}

.illust-main {
  top: -1vw;
  left: 37%;
  width: 4vw;
}
@media screen and (max-width: 768px) {
  .illust-main {
    top: -2vw;
    left: 40%;
    width: 12vw;
  }
}

.illust-sub {
  top: -1vw;
  right: -2%;
  width: 6vw;
}
@media screen and (max-width: 768px) {
  .illust-sub {
    right: -5%;
    width: 16vw;
  }
}

.service-spec1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CCC;
}
.service-spec1 th,
.service-spec1 td {
  width: 50%;
  padding: 1.5rem;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-weight: 500;
  line-height: 1.5;
}
.service-spec1 th {
  background: #FCF0F1;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 th {
    padding: 1rem 1.5rem;
  }
}
.service-spec1 td {
  background: #fff;
  padding: 1.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 td {
    padding: 1.4rem 1.5rem;
  }
}
.service-spec1 .table-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-ttl {
    font-size: 1.8rem;
  }
}
.service-spec1 .table-testa-number1 {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testa-number1 {
    font-size: 6rem;
  }
}
.service-spec1 .table-testa-number2 {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testa-number2 {
    font-size: 5.5rem;
  }
}
.service-spec1 .table-testb {
  padding: 1.8rem 1.5rem 1.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testb {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.service-spec1 .table-testb .table-testb-number1 {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testb .table-testb-number1 {
    font-size: 3.2rem;
  }
}
.service-spec1 .table-testb .table-testb-number2 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testb .table-testb-number2 {
    font-size: 3.2rem;
  }
}
.service-spec1 tr:last-child th,
.service-spec1 tr:last-child td {
  border-bottom: none !important;
}
.service-spec1 th:last-child,
.service-spec1 td:last-child {
  border-right: none !important;
}
.service-spec1 .price-small-txt {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .price-small-txt {
    font-size: 1.6rem;
  }
}
.service-spec1 .price-small-txt-testa {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .price-small-txt-testa {
    font-size: 2rem;
    font-weight: 500;
  }
}
.service-spec1 .price-small-txt-testb {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .price-small-txt-testb {
    font-size: 1.8rem;
  }
}
.service-spec1 .flex-box {
  display: flex;
  justify-content: center;
}

.small-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .small-txt {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.service-spec2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CCC;
}
.service-spec2 th,
.service-spec2 td {
  padding: 1.5rem;
  vertical-align: middle;
  text-align: left;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.service-spec2 th {
  background: #FCF0F1;
  font-weight: 500;
  white-space: nowrap;
}
.service-spec2 td {
  background: #fff;
  min-width: 280px;
}
.service-spec2 td.bg-color-1 {
  background-color: #F2f2f2;
}
.service-spec2 tbody tr:last-child th,
.service-spec2 tbody tr:last-child td {
  border-bottom: none !important;
}
.service-spec2 th:last-child,
.service-spec2 td:last-child {
  border-right: none !important;
}
.service-spec2 .sp-view {
  display: none;
}
.service-spec2 .flex-box {
  display: flex;
  justify-content: center;
}
.service-spec2 .flex-box__item {
  width: 100%;
}
.service-spec2 .price-bg-gray {
  display: inline-block;
  /* インライン要素に幅高さをもたせる */
  background-color: #eee;
  /* 好きなグレー */
  padding: 1rem 4rem;
  /* 余白で高さと幅を調整 */
  width: 100%;
  border-bottom: solid 1px #CCC;
  white-space: nowrap;
}
.service-spec2 .p-all0 {
  padding: 0;
}
.service-spec2 .line-r {
  border-right: solid 1px #CCC;
}

@media screen and (max-width: 768px) {
  .service-spec2 tbody tr th,
  .service-spec2 tbody tr td {
    display: block;
    width: 100%;
    border-right: none !important;
  }
  .service-spec2 tbody tr th {
    text-align: center;
  }
  .service-spec2 tbody tr:last-child th {
    border-bottom: 1px solid #CCC !important;
  }
  .service-spec2 tbody tr .table-item {
    text-align: center;
  }
  .sp-view {
    display: block !important;
  }
}
.accident {
  margin: 3rem auto;
  padding: 2rem 3rem 3.5rem 3rem;
  width: 60%;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accident {
    width: 100%;
    padding: 2rem 3.75rem 3.5rem 3.75rem;
  }
}
.accident h4 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.5rem 0 1rem 0;
}
.accident p {
  margin-bottom: 1rem;
}
.accident .accident-ttl {
  width: 60%;
  padding: 1rem;
  margin: 1rem auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #E50012;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .accident .accident-ttl {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .accident .accident-ttl-test {
    width: 90%;
  }
}
.accident .phone-number {
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
  position: relative;
}
.accident .phone-number::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #171C61;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-tel.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-tel.svg");
  transition: all 0.4s 0s ease;
}
.accident .service-accident-cut {
  position: absolute;
  bottom: 1rem;
  left: -6rem;
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .accident .service-accident-cut {
    left: -2.5rem;
    width: 6rem;
  }
}

.service-feature-cut {
  position: absolute;
  top: -14rem;
  left: 2rem;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .service-feature-cut {
    top: -7rem;
    left: 0rem;
    width: 8rem;
  }
}

.service-spec-cut {
  position: absolute;
  top: -5rem;
  right: 4rem;
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec-cut {
    top: -8rem;
    right: 2rem;
    width: 6rem;
  }
}

.service-pr{
  width: 24%
}

@media screen and (max-width: 768px) {
  .service-pr{
    width: 55%
  }
}

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