:where(#service-details) .page_title::after {
  background-image: url(../illustrations/service-title.png);
}
:where(#service-details) .page_title_inner .replace_img {
  height: 38px;
  background-image: url(../img/service/title_txt.png);
}

@media screen and (max-width: 1024px) {
  :where(#service-details) .page_title::after {
    background-image: url(../illustrations/service-title.png);
  }
  :where(#service-details) .page_title_inner .replace_img {
    height: 24px;
    background-image: url(../img/service/title_txt_sp.png);
  }
}
/* ========================================

message

======================================== */
:where(#service-details) .detail-message {
  position: relative;
  margin-bottom: 200px;
}
:where(#service-details) .detail-message::before {
  width: 100%;
  height: 628px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/service/message_bg.jpg);
  background-size: auto 100%;
  background-position: calc(50% + 30.5vw) 0;
  z-index: -1;
}
:where(#service-details) .detail-message_inner {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .detail-message .box_text {
  width: 45%;
  max-width: 550px;
  margin: 0 5% 0 auto;
}
:where(#service-details) .detail-message .box_text .title {
  max-width: 544px;
}
:where(#service-details) .detail-message .box_text .txt {
  font-size: 18px;
  line-height: 2.22;
  width: 96%;
  max-width: 500px;
  margin-top: 40px;
}
:where(#service-details) .detail-message .box_text .txt:first-of-type {
  margin-top: 60px;
}
:where(#service-details) .detail-message .box_img {
  width: 48.388%;
  max-width: 600px;
}
:where(#service-details) .detail-message .box_img .img01 {
  width: 73.333%;
  margin-left: auto;
  margin-bottom: 70px;
}
:where(#service-details) .detail-message .box_img .img02 {
  width: 93.333%;
}

@media screen and (max-width: 800px) {
  :where(#service-details) .detail-message {
    margin-bottom: 60px;
  }
  :where(#service-details) .detail-message::before {
    width: 100vw;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/service/message_bg_sp.jpg);
    background-size: 490px auto;
    background-position: 50% 126px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
  }
  :where(#service-details) .detail-message_inner {
    width: 100%;
    padding-top: 84px;
  }
  :where(#service-details) .detail-message .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  :where(#service-details) .detail-message .box_text .title {
    max-width: 345px;
  }
  :where(#service-details) .detail-message .box_text .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
  :where(#service-details) .detail-message .box_text .txt:first-of-type {
    margin-top: 40px;
  }
  :where(#service-details) .detail-message .box_img {
    width: 100%;
    max-width: 600px;
  }
  :where(#service-details) .detail-message .box_img .img01 {
    width: 55%;
    margin-bottom: 0;
    border: 2px solid #fff;
    z-index: 2;
    position: relative;
  }
  :where(#service-details) .detail-message .box_img .img02 {
    width: 70%;
    margin-top: -40px;
  }
}
/* ========================================

care

======================================== */
:where(#service-details) .care {
  margin-bottom: 200px;
  padding: 100px 0 50px;
  background-image: url(../img/service/use_bg_ptn.gif);
  background-repeat: repeat;
  background-size: 4px;
  border-radius: 10px;
}
:where(#service-details) .care_title .title {
  max-width: 473px;
  margin: 0 auto;
}
:where(#service-details) .care_title .en {
  color: var(--primary);
  font-size: 18px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 32px 0 76px;
}
:where(#service-details) .care .desc {
  font-size: 18px;
  line-height: 2.22;
  width: 66.1291%;
  margin: 0 auto 70px;
}
:where(#service-details) .care .img {
  width: 90%;
  max-width: 945px;
  margin: 0 auto 80px;
}
:where(#service-details) .care_list {
  width: 91.9355%;
  margin: 0 auto;
}
:where(#service-details) .care_list li {
  padding: 42px 4.386%;
  background-color: #fff;
  border-radius: 5px;
}
:where(#service-details) .care_list li:not(:last-child) {
  margin-bottom: 20px;
}
:where(#service-details) .care_list li h3 {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 25px;
}
:where(#service-details) .care_list li h3 span {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--primary);
}
:where(#service-details) .care_list li .txt {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  :where(#service-details) .care {
    margin-bottom: 110px;
    padding: 58px 0 10px;
    background-size: 2px;
  }
  :where(#service-details) .care_title .title {
    max-width: 218px;
  }
  :where(#service-details) .care_title .en {
    font-size: 14px;
    margin: 16px 0 32px;
  }
  :where(#service-details) .care .desc {
    font-size: 16px;
    line-height: 2.06;
    width: 94.4445%;
    margin-bottom: 30px;
  }
  :where(#service-details) .care .img {
    width: 94.4445%;
    margin-bottom: 40px;
  }
  :where(#service-details) .care_list {
    width: 94.4445%;
  }
  :where(#service-details) .care_list li {
    padding: 32px 0;
  }
  :where(#service-details) .care_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  :where(#service-details) .care_list li h3 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 27px;
  }
  :where(#service-details) .care_list li .txt {
    font-size: 16px;
    line-height: 2.0625;
    width: 76.4706%;
    margin: 0 auto;
  }
}
/* ========================================

use

======================================== */
:where(#service-details) .use {
  position: relative;
  margin-bottom: 78px;
  padding-bottom: 80px;
  background-color: var(--sage-mid);
}
:where(#service-details) .use::before {
  width: 90%;
  max-width: 1240px;
  height: 100px;
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  right: 50%;
  background-color: var(--sage-mid);
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  border-radius: 10px 10px 0 0;
}
:where(#service-details) .use_inner {
  position: relative;
}
:where(#service-details) .use_inner::before, :where(#service-details) .use_inner::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-color: var(--sage-mid);
  mask-image: url(../img/common/img_edge.svg);
  -webkit-mask-image: url(../img/common/img_edge.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  -mask-size: 100%;
  -webkit-mask-size: 100%;
}
:where(#service-details) .use_inner::before {
  top: -17px;
  left: -17px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
:where(#service-details) .use_inner::after {
  top: -17px;
  right: -17px;
}
:where(#service-details) .use_title .title {
  max-width: 620px;
  margin: 0 auto;
}
:where(#service-details) .use_title .en {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 36px 0 76px;
}
:where(#service-details) .use_intro {
  color: #fff;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(#service-details) .use_intro .box_img {
  width: 35.484%;
  max-width: 440px;
  margin-right: 5%;
  position: relative;
}
:where(#service-details) .use_intro .box_img .img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
:where(#service-details) .use_intro .box_img .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 63.636%;
}
:where(#service-details) .use_intro .box_img .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
:where(#service-details) .use_intro .box_img .icon {
  width: 25%;
  max-width: 110px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  right: -30px;
  border-radius: 50%;
  border: 1px solid var(--sage-mid);
}
:where(#service-details) .use_intro .box_text {
  width: 59%;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
:where(#service-details) .use_intro .box_text .intro_title {
  font-size: 22px;
  line-height: 1.81;
  position: relative;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .use_intro .box_text .intro_title .title {
  width: 100%;
  max-width: 590px;
}
:where(#service-details) .use_intro .box_text .intro_title .title span {
  position: relative;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-size: 100% 1px;
}
:where(#service-details) .use_intro .box_text .intro_title .icon {
  width: 17%;
  max-width: 110px;
  overflow: hidden;
  border-radius: 50%;
}
:where(#service-details) .use_intro .box_text .txt {
  font-size: 16px;
  line-height: 2.125;
}
:where(#service-details) .use_insurance_nav {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .use_insurance_nav_item {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 32.2581%;
  height: 50px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: var(--primary);
  -webkit-transition: all .3s;
  transition: all .3s;
}
:where(#service-details) .use_insurance_nav_item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(#service-details) .use_insurance_nav_item[data-active] {
  color: var(--primary);
  height: 100%;
  background-color: #fff;
}
:where(#service-details) .use_insurance_nav_item[data-active] span {
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary)));
  background-image: linear-gradient(90deg, var(--primary), var(--primary));
  background-position: left bottom;
  background-size: 100% 1px;
}
:where(#service-details) .use_insurance_tab {
  padding: 56px 0 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
:where(#service-details) .use_insurance_tab_item {
  display: none;
}
:where(#service-details) .use_insurance_tab .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
:where(#service-details) .use_insurance_tab .box_img {
  width: 92%;
  max-width: 1140px;
  margin: -10px auto 0;
  padding: 5% 0;
  background-image: url(../img/service/use_bg_ptn.gif);
  background-repeat: repeat;
  background-size: 4px;
  border-radius: 10px;
}
:where(#service-details) .use_insurance_tab .box_img .img {
  width: 90%;
  max-width: 884px;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  :where(#service-details) .use_insurance_nav_item:hover {
    height: 60px;
  }
  :where(#service-details) .use_insurance_nav_item[data-active]:hover {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  :where(#service-details) .use_intro .box_text .intro_title {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  :where(#service-details) .use {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  :where(#service-details) .use::before {
    width: 85%;
    height: 50px;
    top: -50px;
    border-radius: 5px 5px 0 0;
  }
  :where(#service-details) .use_inner {
    width: 100%;
    position: relative;
  }
  :where(#service-details) .use_inner::before, :where(#service-details) .use_inner::after {
    width: 9px;
    height: 9px;
  }
  :where(#service-details) .use_inner::before {
    top: -9px;
    left: calc(7.5% - 9px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  :where(#service-details) .use_inner::after {
    top: -9px;
    right: calc(7.5% - 9px);
  }
  :where(#service-details) .use_title .title {
    max-width: 292px;
    padding-top: 18px;
  }
  :where(#service-details) .use_title .en {
    font-size: 14px;
    margin: 20px 0 36px;
  }
  :where(#service-details) .use_intro {
    width: 90%;
    margin: 0 auto 50px;
  }
  :where(#service-details) .use_intro .box_img {
    width: 100%;
    max-width: none;
  }
  :where(#service-details) .use_intro .box_img .img {
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  :where(#service-details) .use_intro .box_img .img::before {
    display: none;
  }
  :where(#service-details) .use_intro .box_img .img img {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  :where(#service-details) .use_intro .box_img .icon {
    width: 100px;
    position: absolute;
    right: -20px;
    top: -25px;
    margin: 0;
  }
  :where(#service-details) .use_intro .box_text {
    width: 100%;
    max-width: none;
  }
  :where(#service-details) .use_intro .box_text .intro_title {
    font-size: 19px;
    max-width: none;
    position: static;
    display: block;
    margin-bottom: 30px;
    padding: 0 2.778%;
  }
  :where(#service-details) .use_intro .box_text .intro_title .title {
    width: 98%;
  }
  :where(#service-details) .use_intro .box_text .intro_title .title span {
    padding-bottom: 4px;
  }
  :where(#service-details) .use_intro .box_text .txt {
    font-size: 16px;
    line-height: 2.125;
    padding: 0 2.778%;
  }
  :where(#service-details) .use_insurance_nav {
    width: 90%;
    height: 90px;
    margin: 0 auto;
  }
  :where(#service-details) .use_insurance_nav_item {
    font-size: 16px;
    width: 31.9445%;
    height: 80px;
    border-radius: 5px 5px 0 0;
  }
  :where(#service-details) .use_insurance_nav_item[data-active] {
    line-height: 2;
  }
  :where(#service-details) .use_insurance_nav_item[data-active] span {
    padding-bottom: 5px;
  }
  :where(#service-details) .use_insurance_tab {
    padding: 36px 0 0;
    border-radius: 0;
  }
  :where(#service-details) .use_insurance_tab .title {
    font-size: 20px;
  }
  :where(#service-details) .use_insurance_tab .box_img {
    width: 90%;
    margin: -6px auto 0;
    padding: 30px 0 25px;
    background-image: url(../img/service/use_bg_ptn.gif);
    background-repeat: repeat;
    background-size: 4px;
    border-radius: 10px;
  }
  :where(#service-details) .use_insurance_tab .box_img .img {
    width: 90%;
    max-width: 884px;
    margin: 0 auto;
  }
}
/* ========================================

visit

======================================== */
:where(#service-details) .visit {
  margin-bottom: 100px;
  background-image: url(../img/service/visit_bg.jpg);
  background-size: 1610px;
  background-position: center 160px;
}
:where(#service-details) .visit .title {
  max-width: 262px;
  margin: 0 auto;
}
:where(#service-details) .visit .en {
  color: var(--primary);
  font-size: 18px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 32px 0 76px;
}
:where(#service-details) .visit_case {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .visit_case_item {
  width: 48.388%;
  position: relative;
}
:where(#service-details) .visit_case_item .img {
  overflow: hidden;
  border-radius: 10px;
}
:where(#service-details) .visit_case_item .no {
  color: var(--primary);
  font-size: 22px;
  font-size: clamp(18px, 1.571vw, 22px);
  width: 170px;
  width: clamp(127px, 12.142vw, 170px);
  height: 70px;
  height: clamp(52px, 5vw, 70px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
:where(#service-details) .visit_case_item .no::before, :where(#service-details) .visit_case_item .no::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/img_edge.svg);
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
:where(#service-details) .visit_case_item .no::before {
  top: 0;
  right: -10px;
}
:where(#service-details) .visit_case_item .no::after {
  left: 0;
  bottom: -10px;
}
:where(#service-details) .visit_case_item .hl {
  color: var(--primary);
  font-size: 20px;
  margin: 38px 0 18px;
}
:where(#service-details) .visit_case_item .txt {
  font-size: 16px;
  line-height: 2.125;
}
:where(#service-details) .visit_list_item {
  padding: 15px 20px 15px 30px;
  background-color: var(--sage-soft);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .visit_list_item:not(:last-of-type) {
  margin-bottom: 20px;
}
:where(#service-details) .visit_list_item .hl {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.4;
  padding-top: 14px;
}
:where(#service-details) .visit_list_item .box_text {
  font-size: 15px;
  line-height: 2;
  width: calc(100% - 200px);
  max-width: 960px;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
}
:where(#service-details) .visit_list_item .box_text:last-of-type {
  margin: 0 0 0 auto;
}
:where(#service-details) .visit_list_item .box_text_step {
  padding: 20px 30px 30px;
}
:where(#service-details) .visit_list_item .box_text .hl {
  color: inherit;
  font-size: 18px;
  margin-bottom: 26px;
}
:where(#service-details) .visit_list_item .box_text .img_arrow {
  max-width: 274px;
  margin: 20px 0 18px 44px;
}
:where(#service-details) .visit_list_item_step {
  padding: 10px;
  background-color: var(--background);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
:where(#service-details) .visit_list_item_step .img {
  width: 38.637%;
  max-width: 340px;
  overflow: hidden;
  border-radius: 10px;
}
:where(#service-details) .visit_list_item_step dl {
  width: 54.545%;
  margin-left: 3.4%;
  padding: 20px 0 10px;
}
:where(#service-details) .visit_list_item_step dl dt {
  color: var(--primary);
  font-size: 17px;
  margin-bottom: 14px;
}
:where(#service-details) .visit_list_item_step dl dt .step {
  font-size: 16px;
  line-height: 1.9;
  margin-right: 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--primary);
}
:where(#service-details) .visit_list_item_step dl dd {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
:where(#service-details) .visit_list_item_step dl dd:last-of-type {
  margin: 0;
}
:where(#service-details) .visit_list_item_step dl dd .no {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
:where(#service-details) .visit_list_item_step dl dd ul {
  margin: 13px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
:where(#service-details) .visit_list_item_step dl dd ul li {
  color: #fff;
  font-size: 15px;
  margin: 0 10px 10px 0;
  padding: 3px 10px 2px;
  background-color: var(--primary);
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  :where(#service-details) .visit_list_item_step .img {
    text-align: center;
    width: 100%;
    max-width: none;
    background-color: #fff;
    border-radius: 10px;
  }
  :where(#service-details) .visit_list_item_step dl {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  :where(#service-details) .visit {
    margin-bottom: 60px;
  }
  :where(#service-details) .visit_inner {
    width: 85%;
  }
  :where(#service-details) .visit .title {
    max-width: 193px;
  }
  :where(#service-details) .visit .en {
    font-size: 14px;
    margin: 20px 0 46px;
  }
  :where(#service-details) .visit_case {
    margin-bottom: 0;
  }
  :where(#service-details) .visit_case_item {
    width: 100%;
    margin-bottom: 38px;
  }
  :where(#service-details) .visit_case_item .img {
    overflow: hidden;
    border-radius: 5px;
  }
  :where(#service-details) .visit_case_item .no {
    font-size: 18px;
    width: 127px;
    height: 52px;
    border-radius: 0 0 5px 0;
  }
  :where(#service-details) .visit_case_item .no::before, :where(#service-details) .visit_case_item .no::after {
    width: 5px;
    height: 5px;
  }
  :where(#service-details) .visit_case_item .no::before {
    right: -5px;
  }
  :where(#service-details) .visit_case_item .no::after {
    bottom: -5px;
  }
  :where(#service-details) .visit_case_item .hl {
    text-align: center;
    font-size: 19px;
    margin: 22px 0 18px;
  }
  :where(#service-details) .visit_case_item .txt {
    font-size: 16px;
    line-height: 2;
  }
  :where(#service-details) .visit_list_item {
    padding: 20px;
    background-color: var(--sage-soft);
    border-radius: 2.5px;
    display: block;
  }
  :where(#service-details) .visit_list_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  :where(#service-details) .visit_list_item .hl {
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin-bottom: 20px;
  }
  :where(#service-details) .visit_list_item .box_text {
    line-height: 1.8;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 2.5px;
  }
  :where(#service-details) .visit_list_item .box_text_step {
    padding: 30px 20px 20px;
  }
  :where(#service-details) .visit_list_item .box_text .hl {
    margin-bottom: 26px;
  }
  :where(#service-details) .visit_list_item .box_text .img_arrow {
    max-width: 238px;
    margin: 24px auto;
  }
  :where(#service-details) .visit_list_item_step {
    border-radius: 5px;
  }
  :where(#service-details) .visit_list_item_step .img {
    width: 100%;
    border-radius: 5px;
  }
  :where(#service-details) .visit_list_item_step dl {
    width: 100%;
    margin-left: 3.4%;
    padding: 15px 0 10px;
  }
  :where(#service-details) .visit_list_item_step dl dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  :where(#service-details) .visit_list_item_step dl dt .step {
    font-size: 15px;
    margin-right: 18px;
    border-bottom: 1px solid var(--primary);
  }
  :where(#service-details) .visit_list_item_step dl dd {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  :where(#service-details) .visit_list_item_step dl dd:last-of-type {
    margin: 0;
  }
  :where(#service-details) .visit_list_item_step dl dd .no {
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
  }
  :where(#service-details) .visit_list_item_step dl dd ul {
    margin: 12px 0 4px;
  }
  :where(#service-details) .visit_list_item_step dl dd ul li {
    padding-bottom: 6px;
    border-radius: 2.5px;
  }
}
/* ========================================

case

======================================== */
:where(#service-details) .case_title {
  text-align: center;
  margin-bottom: 67px;
}
:where(#service-details) .case_title_text .title {
  max-width: 397px;
  margin: 0 auto;
}
:where(#service-details) .case_title_text .en {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 38px;
}
:where(#service-details) .case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(#service-details) .case_list_item {
  width: 48.3871%;
  padding: 38px 0;
  border: 2px dotted var(--primary);
  border-radius: 10px;
}
:where(#service-details) .case_list_item h3 {
  color: var(--primary);
  font-size: 22px;
  line-height: 1.81;
  width: 83.3334%;
  margin: 0 auto;
  margin-bottom: 22px;
}
:where(#service-details) .case_list_item h3 span {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--primary);
}
:where(#service-details) .case_list_item .txt {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
  width: 83.3334%;
  margin: 0 auto;
}
:where(#service-details) .case .btn_border {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 80px;
}
:where(#service-details) .case .btn_border a .replace_img {
  width: 244px;
  background-image: url(../img/service/case_btn_txt.png);
}
:where(#service-details) .case .btn_border a .replace_img::after {
  background-image: url(../img/service/case_btn_txt_on.png);
}

@media screen and (max-width: 800px) {
  :where(#service-details) .case_title {
    margin-bottom: 36px;
  }
  :where(#service-details) .case_title_text .title {
    max-width: 293px;
  }
  :where(#service-details) .case_title_text .en {
    font-size: 14px;
    margin-top: 16px;
  }
  :where(#service-details) .case_list_item {
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
  }
  :where(#service-details) .case_list_item:not(:last-child) {
    margin-bottom: 15px;
  }
  :where(#service-details) .case_list_item h3 {
    font-size: 19px;
    line-height: 1.89;
    width: 72.2223%;
  }
  :where(#service-details) .case_list_item .txt {
    width: 72.2223%;
  }
  :where(#service-details) .case .btn_border {
    width: 94.444%;
    height: 75px;
    margin: 0 auto;
    margin-top: 50px;
  }
  :where(#service-details) .case .btn_border a .replace_img {
    width: 232px;
    background-image: url(../img/service/case_btn_txt.png);
  }
  :where(#service-details) .case .btn_border a .replace_img::after {
    background-image: url(../img/service/case_btn_txt_on.png);
  }
}

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