@charset "UTF-8";
/**** 共通カラー ****/
.service .section_treatment {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service .section_treatment {
    padding-bottom: 40px;
  }
}
.service .section_treatment::before {
  content: "";
  position: absolute;
  background-image: url(../image/about/circle_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43.75vw;
  max-width: 630px;
  aspect-ratio: 1;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .service .section_treatment::before {
    background-image: url(../image/about/circle_deco_sp.webp);
    width: 49.6vw;
    aspect-ratio: 186/356;
    top: auto;
    bottom: 81.0666666667vw;
    left: auto;
    right: 0;
  }
}
.service .section_treatment .l_inner {
  position: relative;
  z-index: 1;
}
.service .section_treatment .lead {
  text-align: center;
  margin-bottom: 40px;
}
.service .section_treatment h4 {
  text-align: center;
  margin-bottom: 24px;
}
.service .section_treatment .card_flex {
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .card_flex {
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
.service .section_treatment .item {
  background-color: #eaf6ff;
  border-radius: 20px;
  border: solid 2px #2c8ed6;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .item {
    width: calc((100% - 15px) / 2);
  }
  .service .section_treatment .item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.service .section_treatment .item p {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  padding: 4px 10px;
  background-color: #2c8ed6;
  color: #ffffff;
  border-radius: 20px;
}
.service .section_treatment .insurance_treatment {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .insurance_treatment {
    margin-bottom: 16px;
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.service .section_treatment .insurance_treatment::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 28px;
  background-color: #2c8ed6;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .service .section_treatment .insurance_treatment::before {
    margin-right: 0.5rem;
    transform: translateY(8px);
  }
}
.service .section_treatment .treatment_description {
  margin-bottom: 80px;
  width: 70.8333333333%;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .treatment_description {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service .section_treatment .service_flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.service .section_treatment .service_flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex.reverse {
    flex-direction: column;
  }
}
.service .section_treatment .service_flex .text_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex .text_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex .text_wrap .description {
    margin-bottom: 20px;
  }
}
.service .section_treatment .service_flex .text_wrap ul {
  margin-top: 10px;
  margin-bottom: 16px;
}
.service .section_treatment .service_flex .text_wrap ul li {
  margin-bottom: 8px;
}
.service .section_treatment .service_flex .image_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex .image_wrap {
    width: 100%;
  }
}
.service .section_treatment .service_flex .tit {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex .tit {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.service .section_treatment .service_flex .tit::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f08300;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .service_flex .tit::before {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.service .section_treatment .our_values_wrap {
  border: solid 2px #2c8ed6;
  background-color: #eaf6ff;
  padding: 3.3333333333%;
  border-radius: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .our_values_wrap {
    flex-direction: column;
    padding: 20px 15px 40px 15px;
  }
}
.service .section_treatment .our_values_wrap .text_wrap {
  width: 63.3928571429%;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .our_values_wrap .text_wrap {
    width: 100%;
  }
}
.service .section_treatment .our_values_wrap .image_wrap {
  width: 32.1428571429%;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .our_values_wrap .image_wrap {
    width: 100%;
  }
}
.service .section_treatment .our_values_wrap .note {
  font-family: "NotoSansJP-Bold";
  color: #f08300;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service .section_treatment .our_values_wrap .note {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .section_treatment .our_values_wrap .description {
    margin-bottom: 30px;
  }
}
.service .section_flow {
  background-color: #1e78c8;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service .section_flow {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.service .section_flow .section_tit h2 {
  color: #ffffff;
}
.service .section_flow .section_tit h2 .en {
  color: #f08300;
}
.service .section_flow .section_tit h2 .en::before {
  background-image: url(../image/common/tit_deco02.svg);
  background-repeat: no-repeat;
}
.service .section_flow .lead {
  text-align: center;
  margin-bottom: 60px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service .section_flow .lead {
    margin-bottom: 20px;
  }
}
.service .section_flow .flow_flex {
  background-color: #ffffff;
  padding: 30px 40px;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service .section_flow .flow_flex {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
  }
  .service .section_flow .flow_flex:last-of-type {
    margin-bottom: 30px;
  }
}
.service .section_flow .flow_flex .image_wrap {
  width: 22.9166666667vw;
  margin-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .service .section_flow .flow_flex .image_wrap {
    width: 100%;
    margin: auto;
  }
}
.service .section_flow .flow_flex .text_wrap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .service .section_flow .flow_flex .text_wrap {
    width: 100%;
    display: flex;
  }
}
.service .section_flow .flow_flex .text_wrap .number {
  color: #f08300;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(4rem, 3.333vw, 4.8rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service .section_flow .flow_flex .text_wrap .number {
    margin-right: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .service .section_flow .flow_flex .text_wrap .description {
    padding-top: 1em;
  }
}
.service .section_flow .note {
  color: #ffffff;
}
.service .section_flow .note:first-of-type {
  margin-bottom: 30px;
}
.service .section_insured {
  padding-top: 12.5vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service .section_insured {
    padding-top: 100px;
  }
}
.service .section_insured::before {
  content: "";
  background-image: url(../image/service/cover.webp);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 10.0694444444vw;
}
@media screen and (max-width: 768px) {
  .service .section_insured::before {
    background-image: url(../image/service/cover_sp.webp);
    height: 14.9333333333vw;
  }
}
.service .section_insured .insured_flex {
  justify-content: space-between;
  margin-bottom: 60px;
  scroll-margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .service .section_insured .insured_flex {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.service .section_insured .insured_flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service .section_insured .insured_flex.reverse {
    display: grid;
    grid-template-areas: "text" "qr" "image";
    gap: 20px;
  }
  .service .section_insured .insured_flex.reverse > .text_wrap {
    grid-area: text;
    width: 100%;
  }
  .service .section_insured .insured_flex.reverse > .image_wrap {
    display: contents;
  }
  .service .section_insured .insured_flex.reverse > .image_wrap > img {
    grid-area: image;
    width: 100%;
  }
  .service .section_insured .insured_flex.reverse .qr_flex {
    grid-area: qr;
    margin-top: 0;
  }
}
.service .section_insured .insured_flex .image_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service .section_insured .insured_flex .image_wrap {
    width: 100%;
  }
}
.service .section_insured .insured_flex .text_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .service .section_insured .insured_flex .text_wrap {
    width: 100%;
  }
}
.service .section_insured .insured_flex .text_wrap .tit {
  color: #1e78c8;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 16px;
  margin-top: 4.1666666667vw;
}
.service .section_insured .qr_flex {
  margin-top: 40px;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .service .section_insured .qr_flex {
    flex-direction: column;
  }
}
.service .section_insured .qr_flex .text_wrap {
  width: 25vw;
  max-width: 360px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .service .section_insured .qr_flex .text_wrap {
    width: 100%;
    max-width: none;
  }
}
.service .section_insured .qr_flex .note {
  margin-bottom: 20px;
}
.service .section_insured .qr_flex .link_url {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  color: #1e78c8;
  text-decoration: underline;
}
.service .section_insured .qr_flex .image_wrap {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .service .section_insured .qr_flex .image_wrap {
    display: none;
  }
}
.service .section_accident_comp {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service .section_accident_comp {
    padding-top: 30px;
    padding-bottom: 84vw;
  }
  .service .section_accident_comp::before, .service .section_accident_comp::after {
    content: "";
    position: absolute;
    bottom: 8vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
  .service .section_accident_comp::before {
    right: 0;
    z-index: 1;
    width: 69.8666666667vw;
    height: 65.3333333333vw;
    background-image: url(../image/service/accident_image01.webp);
  }
  .service .section_accident_comp::after {
    left: 0;
    z-index: 2;
    width: 43.2vw;
    height: 52.8vw;
    background-image: url(../image/service/accident_image02.webp);
  }
}
.service .section_accident_comp .l_inner {
  position: relative;
}
.service .section_accident_comp .l_inner::before, .service .section_accident_comp .l_inner::after {
  content: "";
  position: absolute;
  left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .service .section_accident_comp .l_inner::before, .service .section_accident_comp .l_inner::after {
    display: none;
  }
}
.service .section_accident_comp .l_inner::before {
  right: calc((100% - 100vw) / 2);
  background-image: url(../image/service/accident_image01.webp);
  width: 24.1666666667vw;
  height: 22.5694444444vw;
  top: 0;
}
.service .section_accident_comp .l_inner::after {
  right: calc((100% - 100vw) / 2 + 24.1666666667vw - 80px);
  background-image: url(../image/service/accident_image02.webp);
  width: 15.9722222222vw;
  height: 19.4444444444vw;
  top: 9.7222222222vw;
}
.service .section_accident_comp .inner_wrap {
  width: 52.7777777778vw;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .service .section_accident_comp .inner_wrap {
    width: 100%;
  }
}
.service .section_accident_comp .accident_tit {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service .section_accident_comp .accident_tit {
    margin-bottom: 15px;
    font-size: clamp(1.667rem, 1.389vw, 2rem);
  }
}
.service .section_accident_comp .accident_tit::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 30px;
  background-color: #2c8ed6;
  margin-right: 12px;
}
.service .section_accident_comp h4 {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  margin-bottom: 20px;
}
.service .section_accident_comp .note {
  margin-bottom: 40px;
}
.service .section_accident_comp .consultation_wrap {
  background-color: #eaf6ff;
  border: solid 2px #2c8ed6;
  border-radius: 10px;
  padding: min(40px, 2.7777777778vw);
  margin-top: 40px;
}
.service .section_accident_comp .consultation_wrap .consultation_text {
  color: #f08300;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 20px;
}
.service .section_qa {
  background: linear-gradient(180deg, #eaf6ff 0%, #eaf6ff 43%, #2c8ed6 100%);
  padding-top: 80px;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service .section_qa {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service .section_qa .l_inner {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 120px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service .section_qa .l_inner {
    padding: 30px 15px 40px 15px;
  }
}
.service .section_qa .list_qa {
  max-width: 800px;
  margin: 0 auto;
}
.service .section_qa .list_qa dl {
  margin-bottom: 16px;
}
.service .section_qa .list_qa dl:last-child {
  margin-bottom: 0;
}
.service .section_qa .list_qa dt {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 2rem;
  border: 1px solid #1e78c8;
  border-radius: 10px;
  cursor: pointer;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  font-family: "NotoSansJP-Bold";
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}
.service .section_qa .list_qa .mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-family: "NotoSansJP-Bold";
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service .section_qa .list_qa .mark {
    font-size: clamp(1.4rem, 1.111vw, 1.6rem);
    width: 38px;
    height: 38px;
  }
}
.service .section_qa .list_qa dt .mark {
  background-color: #2c8ed6;
}
.service .section_qa .list_qa dd .mark {
  background-color: #f08300;
}
.service .section_qa .list_qa dd {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 2rem;
  border-radius: 10px;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.8;
  opacity: 0;
  color: #ffffff;
  background-color: #2c8ed6;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
.service .section_qa .list_qa dd p {
  min-width: 0;
  flex: 1;
}
.service .section_qa .list_qa dd.open {
  max-height: 40rem;
  margin-top: 10px;
  padding: 2rem;
  opacity: 1;
}
.service .section_qa .list_qa .qa_mark {
  position: relative;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
}
.service .section_qa .list_qa .qa_mark::before, .service .section_qa .list_qa .qa_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1e78c8;
}
.service .section_qa .list_qa .qa_mark::before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.service .section_qa .list_qa .qa_mark::after {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.service .section_qa .list_qa dt.open .qa_mark::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

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