@charset "utf-8";
.hero-kaiso {
  margin-top: 60px;
  width: 100%;
  height: 250px;
  background-color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-kaiso.service {
  background-image: url(../images/survice.svg);
  background-position: -780px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-kaiso h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.hero-kaiso p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
/*service01****/
.service_container {
  background-color: #fafafa;
}
.service01_container,
.service02_container,
.service03_container {
  margin: 100px auto;
  width: 90%;
  height: auto;
}
.service01_contents,
.service03_contents {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.service02_contents {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.service01_contents h2,
.service02_contents h2,
.service03_contents h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #1c2a53;
}
.service01_right,
.service02_left,
.service03_right {
  width: 40%;
  margin: 0 auto;
}
.service01_left,
.service02_right,
.service03_left {
  width: 60%;
}
.service02_right {
  margin-right: 20px;
}
.service01_right > figure,
.service03_right > figure {
  display: flex;
  justify-content: flex-end;
}
.service02_left > figure {
  display: flex;
  justify-content: flex-start;
}
.service01_right img,
.service02_left img,
.service03_right img {
  display: block;
  width: 60%;
}
.service_lastp {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  line-height: 2;
}
.capture {
  font-size: 0.8rem;
  margin-left: 25px;
  position: relative;
  color: #1c2a53;
}
.capture::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -25px;
  width: 20px;
  height: 1px;
  background-color: #1c2a53;
}
.hl_box {
  margin: 20px 0;
  padding: 15px 10px;
  color: #333333;
  background-color: #fff;
  font-size: 0.8rem;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.22);
}
.hl_box > p {
  position: relative;
  margin-left: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.hl_box img {
  width: 20px;
  height: 20px;
}
.hl_box > p span {
  font-size: 1.2rem;
}

.loop_wrap.kaiso {
  top: -82px;
}
.service01_price {
  position: relative;
}
.service01_price p {
  margin-top: 150px;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
.comparison_area {
  max-width: 1200px;
  margin: 0 auto;
}
.comparison_area h2 {
  text-align: center;
  font-size: 1.2rem;
  margin: 50px 0;
  font-weight: bold;
}
.comparison_figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.other_company h4 {
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.other_company h4::before {
  content: '';
  display: block;
  background-image: url(../images/icon/iconmonstr-building-blk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.other_company p {
  font-size: 1.5rem;
  margin: 20px 0;
}
.other_company.cp_box {
  padding: 50px 10px;
}
.cp_box {
  margin-bottom: 20px;
  color: #333333;
  background-color: #fff;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  height: 300px;
  border-radius: 3px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.22);
}
p.blk_back {
  background-color: #000;
  color: #fff;
  width: 90%;
  padding: 10px 20px;
  font-size: 0.8rem;
  margin: 0 auto;
}
.logo_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  width: 240px;
  /* padding: 0 50px; */
}
.logo_text.logo {
  width: 70%;
  text-align: center;
  height: auto;
}
.logo_text img {
  width: 160px;
  height: auto;
}
.logo_text p {
  width: 20%;
  font-size: 1rem;
  margin: 5px;
  /* text-align: left; */
}
.runrise_price {
  margin-top: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
.runrise_price p {
  font-size: 0.9rem;
  margin: 20px 0;
  font-weight: normal;
  padding: 0 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .comparison_figure {
    flex-direction: column;
  }
  .arrow_icon {
    text-align: center;
    transform: rotate(90deg);
  }
  
}

@media screen and (max-width: 550px) {
  .hero-kaiso {
    height: 200px;
  }
  .service01_contents,
  .service02_contents,
  .service03_contents {
    display: block;
    position: relative;
    z-index: 5;
  }
  figure > img {
    position: absolute;
    height: auto;
    top: -30px;
    right: 0;
    z-index: -1;
  }
  .service01_contents h2,
  .service02_contents h2,
  .service03_contents h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #1c2a53;
  }
  .service01_right img,
  .service02_left img,
  .service03_right img {
    width: 130px;
  }
  .service_lastp {
    width: 90vw;
  }
  .service01_right,
  .service02_left,
  .service03_right,
  .service01_left,
  .service02_right,
  .service03_left {
    width: 100%;
    margin: 0 auto;
  }
  .loop_wrap.kaiso {
    top: -45px;
  }
  .hl_box {
    margin-top: 30px;
    width: 100%;
  }
  .hl_box > p span {
    font-size: 1rem;
  }
  .service01_price p {
    font-size: 0.8rem;
    line-height: 1.8;
  }
  p.other_price {
    font-size: 1rem;
  }
  .logo_text {
    margin-top: 40px;
  }
  .cp_box {
    height: 250px;
  }
}
