@charset "UTF-8";
.p-service {
  padding-top: 9.5rem;
  container-type: inline-size;
}
.p-service .txt {
  font-size: 2rem;
  line-height: 1.6;
  margin: 3.2rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service .txt {
    font-feature-settings: "palt";
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 6.4rem;
  }
}
.p-service .c-anchor-list {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-anchor-list {
    margin-top: 6.4rem;
  }
}
.p-service .list {
  margin: 12.7rem calc(50% - 50cqi) 0;
}
@media screen and (max-width: 767px) {
  .p-service .list {
    margin-top: 16rem;
  }
}
.p-service .list_item:nth-child(n+2) {
  margin-top: 16rem;
}
.p-service .list_item:nth-child(even) {
  padding-block: 16rem 9.4rem;
  background: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .p-service .list_item:nth-child(even) {
    padding-block: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .list_item:nth-child(even) {
    position: relative;
    z-index: 1;
  }
  .p-service .list_item:nth-child(even)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #f9fafb;
    clip-path: polygon(0 calc(50% - 21rem), 25% 50%, 100% 0, 100% 100%, 25% 50%, 0 calc(50% + 21rem));
  }
}
.p-service .list_item:nth-child(even) .list_segment {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-service .list_box {
    display: grid;
    align-items: center;
    grid-template-columns: 57.6rem 1fr;
    column-gap: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .list_box_hgroup {
    grid-row: 1;
    grid-column: 2;
  }
}
.p-service .list_box_hgroup_ttl {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1.2rem 3rem 1.4rem;
  width: fit-content;
  min-width: 35rem;
  background: #0078f0;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-service .list_box_hgroup_ttl {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-inline: auto;
    padding: 2.6rem 4.6rem 3rem;
    min-width: 55.9rem;
    clip-path: polygon(3.6rem 0, 100% 0, calc(100% - 3.6rem) 100%, 0 100%);
  }
}
.p-service .list_box_hgroup_txt {
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-service .list_box_hgroup_txt {
    font-size: 3.2rem;
    line-height: 1.625;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .list_box_img {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-service .list_box_img {
    margin: 7rem calc(50% - 50cqi) 0;
  }
}
.p-service .list_subs {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-service .list_subs {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 36.8rem);
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service .list_subs {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service .list_subs_item:nth-child(n+2) {
    margin-top: 10.9rem;
  }
}
.p-service .list_subs_ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0078f0;
  text-align: center;
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-service .list_subs_ttl {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 4.8rem;
  }
}
.p-service .list_subs_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service .list_subs_txt {
    font-size: 2.8rem;
    line-height: 2;
    margin-top: 3.8rem;
  }
}
.p-service .list_segment {
  margin-top: 7.4rem;
  padding: 2.25rem;
  background: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .p-service .list_segment {
    margin-top: 6.4rem;
    padding: 5rem 4.7rem 5.1rem;
  }
}
.p-service .list_segment_txt {
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #ff643c;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service .list_segment_txt {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}
.p-service-mbd {
  margin-top: 15.4rem;
  padding-block: 16rem;
  background: #eff1f3;
}
@media screen and (max-width: 767px) {
  .p-service-mbd {
    padding-block: 14rem 16rem;
  }
}
.p-service-mbd .hgroup_ttl {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .hgroup_ttl {
    font-size: 4.8rem;
    line-height: 1.8333333333;
  }
}
.p-service-mbd .hgroup_ttl_sml {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .hgroup_ttl_sml {
    font-size: 3.2rem;
    line-height: 2.75;
  }
}
.p-service-mbd .hgroup_txt {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .hgroup_txt {
    font-size: 3.2rem;
    line-height: 2;
    text-align: left;
    margin-top: 4.4rem;
  }
}
.p-service-mbd .check {
  display: grid;
  align-items: flex-start;
  margin-top: 7.1rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .check {
    margin-top: 4.8rem;
  }
}
.p-service-mbd .check_ttl {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #fff;
  text-align: center;
  grid-row: 1;
  grid-column: 1;
  margin-inline: auto;
  padding: 1.2rem 3rem 1.4rem;
  width: fit-content;
  min-width: 35rem;
  background: #ff643c;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-service-mbd .check_ttl {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-inline: auto;
    padding: 1.5rem 4.6rem 1.9rem;
    min-width: 55.9rem;
    clip-path: polygon(3.6rem 0, 100% 0, calc(100% - 3.6rem) 100%, 0 100%);
  }
}
.p-service-mbd .check_box {
  grid-row: 1;
  grid-column: 1;
  margin-top: 2.2rem;
  padding: 7.4rem 2rem 6.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .check_box {
    margin-top: 4.5rem;
    padding: 8.8rem 4.8rem 10.4rem;
  }
}
.p-service-mbd .check_box_list {
  margin-inline: auto;
  width: fit-content;
}
.p-service-mbd .check_box_list_item {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .check_box_list_item {
    font-size: 3.2rem;
    line-height: 2;
    padding-left: 6.4rem;
  }
  .p-service-mbd .check_box_list_item:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.p-service-mbd .check_box_list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 2.1rem;
  height: 1.9rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 19"><path fill-rule="evenodd" d="M21,2.46L6.35,19,0,13.32l2.71-2.65,3.46,3.57L18.12,0l2.88,2.46Z" fill="%23ff643c"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .check_box_list_item::before {
    width: 4.3rem;
    height: 4.1rem;
  }
}
.p-service-mbd .ttl {
  font-feature-settings: "palt";
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ff643c;
  text-align: center;
  margin-top: 10.8rem;
}
.p-service-mbd .dlist {
  margin-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-service-mbd .dlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 21rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist {
    margin-top: 6.8rem;
  }
}
.p-service-mbd .dlist_item {
  display: grid;
  align-items: flex-start;
}
.p-service-mbd .dlist_item:nth-child(n+2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_item:nth-child(n+2) {
    margin-top: 21.3rem;
  }
}
.p-service-mbd .dlist_item:nth-child(n+2)::before, .p-service-mbd .dlist_item:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: calc(50% + 2rem);
  left: -13.9rem;
  translate: 0 -50%;
  width: 6.6rem;
  height: 0.2rem;
  background: #495f74;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_item:nth-child(n+2)::before, .p-service-mbd .dlist_item:nth-child(n+2)::after {
    top: -8.8rem;
    left: 50%;
    translate: -50% 0;
    width: 12.9rem;
  }
}
.p-service-mbd .dlist_item:nth-child(n+2)::before {
  rotate: -45deg;
}
.p-service-mbd .dlist_item:nth-child(n+2)::after {
  rotate: 45deg;
}
.p-service-mbd .dlist_theme {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_theme {
    padding-inline: 6.4rem;
  }
}
.p-service-mbd .dlist_theme_label {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.6rem 3rem 0.7rem;
  width: fit-content;
  min-width: 20.9rem;
  background: #0078f0;
  clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_theme_label {
    font-size: 3.2rem;
    line-height: 1.625;
    padding: 1rem 5rem 1.1rem;
    min-width: 33.5rem;
    clip-path: polygon(4rem 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
  }
}
.p-service-mbd .dlist_des {
  grid-row: 1;
  grid-column: 1;
  margin-top: 2rem;
  padding: 5.5rem 4rem 2.8rem;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_des {
    margin-top: 3rem;
    padding: 8.6rem 4.8rem 6.4rem;
  }
}
.p-service-mbd .dlist_des_list_item {
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .dlist_des_list_item {
    font-size: 3.2rem;
    line-height: 2;
  }
}
.p-service-mbd .dlist_des_list_item::before {
  color: #0078f0;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.p-service-mbd .list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 14.4rem);
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .list {
    grid-template-columns: repeat(auto-fit, 32.8rem);
    gap: 7.2rem 0;
    margin-top: 12rem;
  }
}
.p-service-mbd .list_fig_img {
  border: 0.2rem solid #ff643c;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .list_fig_img {
    margin-inline: auto;
    width: 24rem;
  }
}
.p-service-mbd .list_fig_cap {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .list_fig_cap {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 3.4rem;
  }
}
.p-service-mbd .box {
  position: relative;
  margin-top: 14.7rem;
  padding: 5rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .box {
    margin-top: 20.8rem;
    padding: 10.4rem 4.5rem;
  }
}
.p-service-mbd .box::before {
  content: "";
  position: absolute;
  top: -9.5rem;
  left: 50%;
  translate: -50% 0;
  width: 9.2rem;
  height: 3.5rem;
  background: #495f74;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-service-mbd .box::before {
    top: -13.6rem;
    width: 14.7rem;
    height: 5.6rem;
  }
}
.p-service-mbd .box_list {
  margin-inline: auto;
  width: fit-content;
}
.p-service-mbd .box_list_item {
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .box_list_item {
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-service-mbd .box_list_item:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.p-service-mbd .box_list_item::before {
  color: #ff643c;
  content: "● ";
}
.p-service-mbd .c-btn-01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service-mbd .c-btn-01 {
    margin-top: 12rem;
  }
}

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