.p-entry-body__page {
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 750px) {
  .p-entry-body__page {
    margin: 46px auto 280px;
  }
}
@media screen and (min-width: 1280px) {
  .p-entry-body__page {
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .p-entry-body__page {
    padding: 0 16px;
    margin: 14px auto 0;
  }
}

.p-breadcrumb {
  margin-bottom: 0;
}
@media (min-width: 750px) and (max-height: 700px) {
  .p-breadcrumb {
    max-width: 900px;
  }
}

.page_ttl {
  line-height: normal;
}

@media (min-width: 750px) and (max-height: 700px) {
  .inner {
    max-width: 900px;
    margin: auto;
  }
}

@media screen and (min-width: 750px) {
  .service_content:first-of-type {
    margin-top: 60px;
  }
}
.service_content:not(:first-of-type) {
  margin-top: 160px;
}
@media screen and (min-width: 750px) {
  .service_content:not(:first-of-type) {
    margin-top: 280px;
  }
}
.service_content .service_content_wrap {
  position: relative;
}
.service_content .service_content_wrap .bg_orange {
  background-color: #ec6427;
  width: 50%;
  height: 60%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  width: 50vw;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .bg_orange {
    height: 100%;
    width: 30vw;
  }
}
@media screen and (max-width: 749px) {
  .service_content .service_content_wrap .bg_orange {
    display: none;
  }
}
.service_content .service_content_wrap .bg_orange.is-top {
  height: 47%;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .bg_orange.is-top {
    height: 80%;
  }
}
.service_content .service_content_wrap .service_top .bg_orange {
  height: 330px;
}
.service_content .service_content_wrap .service_top .service_img {
  aspect-ratio: 17/13;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_top .service_img {
    aspect-ratio: 2/1;
  }
}
.service_content .service_content_wrap .service_mv {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_mv {
    flex-direction: column-reverse;
  }
}
.service_content .service_content_wrap .service_mv .service_img_wrap {
  padding: 36px 0 50px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .service_content .service_content_wrap .service_mv .service_img_wrap:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: -16px;
    width: calc(50% + 16px);
    height: 100%;
    background-color: #ec6427;
    border-radius: 16px 0 0 16px;
    z-index: 0;
  }
}
.service_content .service_content_wrap .service_mv .service_img_wrap .service_img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.service_content .service_content_wrap .service_mv .service_img_wrap .service_img.mid_img {
  max-width: 880px;
  margin: 0 auto;
}
.service_content .service_content_wrap .service_mv .service_img_wrap .service_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.service_content .service_content_wrap .service_mv .service_ttl {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_mv .service_ttl {
    flex-direction: row;
    gap: 40px;
    align-items: baseline;
  }
}
.service_content .service_content_wrap .service_mv .service_ttl .logo_kindest {
  width: 120px;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_mv .service_ttl .logo_kindest {
    width: 220px;
  }
}
.service_content .service_content_wrap .service_mv .service_ttl .logo_kindest img {
  width: 100%;
}
.service_content .service_content_wrap .service_mv .service_ttl h3 {
  font-size: 18px;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_mv .service_ttl h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.service_content .service_content_wrap .service_mv .service_ttl h3 img {
  height: auto;
  width: 40px;
  margin-right: 8px;
}
.service_content .service_content_wrap .service_txt {
  margin-top: 14px;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .service_content .service_content_wrap .service_txt {
    font-size: 16px;
    width: 70%;
  }
}

.service_lists {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .service_lists {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
.service_lists .service_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .service_lists .service_list {
    flex-direction: row;
    width: 80%;
    gap: 40px;
  }
}
@media (min-width: 750px) and (max-height: 700px) {
  .service_lists .service_list {
    width: 90%;
  }
}
.service_lists .service_list .service_img {
  max-width: 240px;
  max-height: 240px;
}
@media (min-width: 750px) and (max-height: 700px) {
  .service_lists .service_list .service_img {
    max-width: 180px;
    max-height: 180px;
  }
}
.service_lists .service_list h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 14px 0;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .service_lists .service_list h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .service_lists .service_list .service_txt_wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.service_lists .service_list .servise_txt {
  flex: 2;
  min-height: 0%;
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .service_lists .service_list .servise_txt {
    font-size: 16px;
  }
}

.service_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .service_btn {
    margin-top: 80px;
  }
}

.img_pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .img_pc {
    display: block;
  }
}

.img_sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .img_sp {
    display: block;
  }
}