@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");
.hero {
  padding: 6rem;
  margin: 0 0 -6rem 0;
  background-image: url(../img/top-main_250715.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 1480/640;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 0;
    margin: 0;
    background-image: url(../img/top-main-sp_250715_2.svg);
    aspect-ratio: 360/525;
  }
}
.hero__content {
  display: inline-block;
  position: relative;
  width: 46vw;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 4rem 4.5rem 4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .hero__content {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1rem;
    padding: 2rem;
  }
}
.hero__content--read {
  font-size: 2.3rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero__content--read {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.hero__content .top_b {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hero__content .top_b {
    width: 100%;
    padding-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
  }
}
.hero__content .top_c {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hero__content .top_c {
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 2.3rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .hero__content--ttl1 {
    margin: 0.5rem 0;
  }
}
.hero__content--ttl2 {
  padding-right: 1.5rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 {
    font-size: 2rem;
    position: absolute;
    bottom: -2.5rem;
    left: 1.5rem;
  }
}
.hero__content--ttl2 .number {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  background-color: #26A647;
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0.3rem;
  border-radius: 50%;
  align-content: center;
  transform: skew(-5deg, -5deg);
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 .number {
    width: 4rem;
    height: 4rem;
    font-size: 2.7rem;
  }
}
.hero__content--ttl2 .emp {
  font-size: 3.8rem;
  color: #26A647;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 .emp {
    font-size: 3.8rem;
  }
}
.hero__content--price {
  position: absolute;
  bottom: -3rem;
  right: -8rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #FDDD04;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero__content--price {
    padding-top: 0.5rem;
    left: 2rem;
    top: 13rem;
    width: 12rem;
    height: 12rem;
  }
}
.hero__content--price .number {
  display: block;
  font-size: 5.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hero__content--price .number {
    font-size: 3.8rem;
  }
}
.hero__content--price .name {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .hero__content--price .name {
    margin-top: -0.4rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .top-bg-white {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-bottom: 7rem;
  }
}

.top-about-cut {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 10.5rem;
}
@media screen and (max-width: 768px) {
  .top-about-cut {
    width: 8rem;
  }
}

.top-point-cut {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .top-point-cut {
    top: -8rem;
    right: 1rem;
    width: 6rem;
  }
}

.top-breakdown-cut {
  position: absolute;
  top: -2rem;
  left: 18%;
  width: 9rem;
  transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-breakdown-cut {
    top: 7rem;
    left: 6%;
    width: 5.5rem;
  }
}

.top-service-cut {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .top-service-cut {
    top: -2rem;
    right: 1rem;
    width: 10rem;
  }
}

.top-entry-flow-cut {
  position: absolute;
  top: -7rem;
  right: 1rem;
  width: 13rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-entry-flow-cut {
    top: -6rem;
    right: 1rem;
    width: 7.5rem;
  }
}

.top-faq-cut {
  position: absolute;
  top: -15rem;
  left: 1rem;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .top-faq-cut {
    top: -5rem;
    width: 6rem;
  }
}

.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;
  }
}

.read {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .read {
    font-size: 1.6rem;
    text-align: left;
  }
}

.top-about {
  list-style-type: none;
  padding: 0;
  padding-bottom: 6rem;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  text-align: center;
}
.top-about-item {
  position: relative;
}
.top-about-item-name {
  position: absolute;
  top: 68%;
  left: 5%;
  background-color: #80C644;
  width: 8rem;
  height: 8rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 5rem;
  padding: 3rem 2rem 3rem 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-about-item-name {
    top: 80%;
    left: 3%;
    width: 7rem;
    height: 7rem;
    font-size: 1.6rem;
    padding: 2.6rem 2rem 2rem 1.8rem;
  }
}
.top-about img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .top-about {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem;
  }
  .top-about img {
    width: 95%;
  }
}
.top-about .top-about-item-name-pl12 {
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-item-name-pl12 {
    padding-left: 1rem;
  }
}

.top-about-point {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-about-point {
    margin: 0;
  }
}
.top-about-point-item {
  padding-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .top-about-point-item {
    padding-bottom: 1.6rem;
    gap: 1rem;
  }
}
.top-about-point-item:last-child {
  padding-bottom: 0;
}
.top-about-point-item p {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .top-about-point-item p {
    font-size: 1.7rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .top-about-point-item-check {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about-point-item-check img {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
  }
}

.top-service {
  border-bottom: 1px solid #CCC;
  padding: 0 0 5rem 0;
  margin: 0 0 5rem 0;
  display: grid;
  gap: 4rem;
  align-items: center;
}
.top-service:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-service:nth-child(even) {
  grid-template-columns: 3fr 2fr;
}
.top-service:nth-child(odd) {
  grid-template-columns: 2fr 3fr;
}
.top-service:nth-child(odd) .top-service-img {
  order: -1;
}
.top-service-ttl {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-service-ttl {
    font-size: 2.3rem;
  }
}
.top-service-ttl .number {
  display: block;
  background-color: #80C644;
  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;
}
@media screen and (max-width: 768px) {
  .top-service-ttl .number {
    font-weight: 400;
  }
}
.top-service-ttl .number small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-service-ttl .number small {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    display: block;
  }
  .top-service .top-service-txt {
    margin-bottom: 3rem;
  }
  .top-service .top-service-img img {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
}
.top-service .btn-sp {
  width: 100%;
  margin-top: 4rem;
}
.top-service:nth-of-type(1) .top-service-img img {
  width: 90%;
  /* お好みのサイズに調整してください */
  /* 必要ならスマホの時だけ変える記述もここに */
}
@media screen and (max-width: 768px) {
  .top-service:nth-of-type(1) .top-service-img img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .top-service .top-service-img .illust-main {
    width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service .top-service-img .illust-sub {
    width: 16vw;
  }
}
.top-service:nth-of-type(3) .top-service-img img {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .top-service:nth-of-type(3) .top-service-img img {
    width: 85%;
  }
}

.top-service-btn {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.top-service-bg {
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .top-service-bg {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

.top-service-recommend:nth-of-type(1) .top-service-img img {
  width: 63%;
  /* お好みのサイズに調整してください */
  /* 必要ならスマホの時だけ変える記述もここに */
}
@media screen and (max-width: 768px) {
  .top-service-recommend:nth-of-type(1) .top-service-img img {
    width: 60%;
  }
}
.top-service-recommend:nth-of-type(3) .top-service-img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .top-service-recommend:nth-of-type(3) .top-service-img img {
    width: 75%;
  }
}

.top-breakdown {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
  display: grid;
  justify-content: center;
  gap: 5rem;
  text-align: center;
}
.top-breakdown-item {
  max-height: 30rem;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.8rem;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .top-breakdown-item {
    max-height: 473rem;
    padding: 3rem 1.6rem 4rem 1.6rem;
  }
}
.top-breakdown-item:after {
  position: absolute;
  content: url(../img/top-breakdown-arrow.svg);
  width: 4.5rem;
  height: 4.5rem;
  right: 50%;
  top: 104%;
  z-index: 1;
}
.top-breakdown-item:last-child:after {
  display: none;
}
.top-breakdown-item-number {
  position: absolute;
  top: 4.5rem;
  left: 4.5rem;
  background-color: #80C644;
  width: 6.6rem;
  height: 6.6rem;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  border-radius: 4rem;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 2.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-number {
    top: 2.5rem;
    left: 1.6rem;
  }
}
.top-breakdown-item-number span {
  display: block;
  font-size: 1.6rem;
}
.top-breakdown-item-name {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0 0;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-name {
    font-size: 2rem;
  }
}
.top-breakdown-item-flex-wrap {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-flex-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .top-breakdown-item-flex-wrap .flow-image img {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .top-breakdown-item-flex-wrap .flow-image {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-flex-wrap .flow-image {
    width: 80%;
  }
}
.top-breakdown-item-text-wrap {
  max-width: 54rem;
}
.top-breakdown-item-text-wrap .top-breakdown-item-text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-text-wrap .top-breakdown-item-text {
    font-size: 1.6rem;
  }
}
.top-breakdown-item-text-wrap .btn-entry-flow {
  margin: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-text-wrap .btn-entry-flow {
    margin-bottom: 0;
    min-width: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-breakdown-item-text-wrap .top-breakdown-item-btn {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-breakdown {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .top-breakdown-item:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3.5rem;
    transform: rotate(0) translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-breakdown-item:after {
    bottom: -5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-breakdown-item:last-child:after {
    display: none;
  }
}

.top-breakdown-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.btn-app {
  display: inline-block;
  min-width: 90rem;
  background-color: #FDDD04;
  color: #000;
  padding: 2rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-app {
    min-width: 100%;
    padding: 2rem 0.5rem;
    font-size: 1.8rem;
    border-radius: 6rem;
    line-height: 1.2;
  }
}
.btn-app:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.6rem solid #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn-app:after {
    right: 2.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.btn-app:hover {
  background-color: #80C644;
  color: #333;
}
.btn-app:hover:after {
  right: 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.top-cta {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -2rem;
  padding-top: 6rem;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-cta {
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}
.top-cta .top-cta-mypage {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage {
    margin-right: 0;
  }
}
.top-cta .top-cta-mypage a {
  padding: 2.5rem 17.5rem 2.5rem 15rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 6rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage a {
    min-width: 100%;
    padding: 2rem 10rem 2rem 7.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.top-cta .top-cta-mypage a::before {
  position: absolute;
  content: "";
  right: 14rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-mypage.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-mypage.svg");
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage a::before {
    right: 7rem;
    top: 50%;
  }
}
.top-cta .top-cta-entry {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry {
    margin-right: 0;
    margin-top: 0;
  }
}
.top-cta .top-cta-entry a {
  padding: 2.5rem 17.5rem 2.5rem 15rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry a {
    min-width: 100%;
    padding: 2rem 10rem 2rem 7.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.top-cta .top-cta-entry a::before {
  position: absolute;
  content: "";
  right: 14rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-entry.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-entry.svg");
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry a::before {
    right: 7rem;
    top: 50%;
  }
}

.underline {
  display: inline;
  background: linear-gradient(transparent 60%, #FDDD04 60%);
  padding-bottom: 0;
  text-decoration: none;
}

.underline-service {
  display: inline;
  background: linear-gradient(transparent 60%, #FDDD04 60%);
  padding-bottom: 0;
  text-decoration: none;
}

.top-service:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.name-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .name-sub {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.top-service-img-pr {
  width: 20rem;
}

.bg-white-faq {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .bg-white-faq {
    margin-bottom: 18rem;
  }
}

.comparison-wrap h2 {
  margin-bottom: 0;
}

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

.entry-flow {
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .entry-flow {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.top-faq-btn {
  margin-top: 2rem;
}

.comparison-wrap {
  position: relative;
  z-index: 2;
}
.comparison-wrap h2 {
  margin-bottom: 0;
}

.top-breakdown-cut {
  z-index: 1;
}

.service-spec-ttl {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

.table-wrapper {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .table-wrapper {
    padding-top: 5rem;
  }
}

.comparison-bg {
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .comparison-bg {
    padding-bottom: 7rem;
  }
}

.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: #C9E8AF;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 th {
    padding: 1rem 1.5rem;
  }
}
.service-spec1 td {
  background: #fff;
  padding: 1rem 1.5rem 1.4rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 td {
    padding: 1.4rem 1.5rem;
  }
}
.service-spec1 .table-ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-ttl {
    font-size: 1.8rem;
  }
}
.service-spec1 .table-testa-number1 {
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testa-number1 {
    font-size: 5rem;
  }
}
.service-spec1 .table-testa-number2 {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .table-testa-number2 {
    font-size: 4.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-testa {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service-spec1 .price-small-txt-testa {
    font-size: 2rem;
    font-weight: 500;
  }
}

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

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

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

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

.service-spec2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
}
.service-spec2 th,
.service-spec2 td {
  vertical-align: middle;
  border-right: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
  letter-spacing: normal;
}
.service-spec2 span {
  display: block;
}
.service-spec2 .table-small-txt {
  padding-top: 0.5rem;
  font-size: 1.1rem;
  color: #000;
  font-weight: 400;
}
.service-spec2 .table-tb-small-txt {
  font-size: 1.1rem;
}
.service-spec2 th {
  height: 5.4rem;
  background: #80C644;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
.service-spec2 td {
  min-width: 16.5rem;
}
.service-spec2 td.bg-color-1 {
  background-color: #F2f2f2;
}
.service-spec2 thead tr th {
  height: 5.4rem;
  min-width: 10.5rem;
  padding: 0.2rem 2rem;
  background-color: #c1c1c1;
  color: #000;
}
.service-spec2 thead tr th:first-child {
  background-color: #80C644;
  border-right: none;
}
.service-spec2 thead tr th:nth-child(2) {
  background-color: #FDDD04;
  border-right: none;
  border-bottom: none;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (max-width: 1200px) {
  .service-spec2 thead tr th:nth-child(2) {
    max-width: 14rem;
  }
}
.service-spec2 tbody {
  font-size: 1.3rem;
  line-height: 1.2;
}
.service-spec2 tbody tr:last-child th,
.service-spec2 tbody tr:last-child td {
  border-bottom: none;
  height: 13.4rem;
  line-height: normal;
}
.service-spec2 tbody tr:last-child td:nth-child(2) {
  border-top: none;
  border-right: none;
  border-radius: 0 0 0.4rem 0.4rem;
}
.service-spec2 tbody tr th {
  border-right: none;
}
.service-spec2 tbody tr td {
  background-color: #E8E8E8;
}
.service-spec2 tbody tr td:nth-child(2) {
  background-color: #fffbd8;
  color: #26A647;
  font-weight: 500;
}
.service-spec2 th:last-child,
.service-spec2 td:last-child {
  border-right: none !important;
}

/* オレンジ枠線の角丸 */
.service-spec2 td:nth-child(2),
.service-spec2 th:nth-child(2) {
  position: relative;
  z-index: 0;
}

.service-spec2 td:nth-child(2)::before,
.service-spec2 th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 5px solid #ff9900;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
  z-index: 10;
  pointer-events: none;
  box-sizing: border-box;
}

/* 最後の行の2列目だけ角丸をつける */
.service-spec2 tr:last-child td:nth-child(2)::before {
  border-bottom: 7px solid #ff9900;
  border-radius: 0 0 0.8rem 0.8rem;
}

.service-spec2 thead tr th:nth-child(2)::before {
  border-top: 7px solid #ff9900;
  border-radius: 0.8rem 0.8rem 0 0;
}

.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 4rem 3.5rem 4rem;
  }
}
.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: #26A647;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .accident .accident-ttl {
    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: #26A647;
  -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: 93%;
  width: 8rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .accident .service-accident-cut {
    left: 88%;
    width: 6rem;
  }
}

.scroll-indicator {
  display: none;
}

.comparison-table-image-wrap {
  position: relative;
  z-index: 1;
  width: 10%;
}
.comparison-table-image-wrap .comparison-table-image {
  position: absolute;
  top: -6rem;
  left: 20%;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}

/* スクロールインジケーター */
@media screen and (max-width: 768px) {
  /* --- テーブルラッパーとインジケーターのスタイル --- */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .scroll-indicator {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    animation: slide-horizontal 1.5s ease-in-out infinite;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  /* インジケーター */
  .scroll-indicator.is-visible {
    display: flex;
    align-items: center;
    opacity: 1;
  }
  .comparison-table-image-wrap {
    width: 24%;
  }
  .comparison-table-image-wrap .comparison-table-image {
    top: -5rem;
    left: 20%;
    z-index: 100;
    pointer-events: none;
  }
  /* 左右にスライドするアニメーション */
  @keyframes slide-horizontal {
    0%, 100% {
      transform: translateX(0) translateY(-50%);
    }
    50% {
      transform: translateX(-10px) translateY(-50%);
    }
  }
}/*# sourceMappingURL=top.css.map */