.treatment-bottom {
  position: relative;
  padding-bottom: 8vw;
}

.treatment-bottom.sp {
  display: none;
}

.treatment-bottom.pc {
  display: block;
}

.treatment-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 18px);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #2c4198;
}

.treatment-bottom__ttl {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(2rem, 2.3vw, 31px);
  font-weight: 500;
  line-height: 1.3;
  width: fit-content;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 auto 0;
}

.treatment-bottom__ttl-detail {
  font-size: clamp(1.4rem, 1vw + 0.25rem, 1.8rem);
  text-align: center;
  font-weight: 700;
}

.treatment-bottom__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 45px;
}

.treatment-bottom__item-img {
  border-radius: 10px;
}

@media (max-width: 834px) {
  .treatment-bottom {
    position: relative;
    margin-top: 45px;
    padding-bottom: 30px;
  }

  .treatment-bottom.sp {
    display: block;
    padding-bottom: 0;
  }

  .treatment-bottom.pc {
    display: none;
  }

  .treatment-bottom__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .treatment-bottom__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
}

/* 250123 iframe 追加 */

/* pc */
.reserve {
  padding-top: 130px;
}

.reserve-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 3% 10px;
}

.reserve-ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.reserve-frame {
  border: none;
}

@media (max-width: 1359px) {
  .reserve {
    padding-top: 8vw;
  }
}

@media (max-width: 834px) {
}

@media (max-width: 450px) {
  .reserve {
    display: none;
  }
}

/* sp */
.item-box0 {
  display: none;
}
@media (max-width: 450px) {
  .hide-item {
    overflow: scroll;
    height: calc(100dvh - 195px);
  }

  .hide-item__inner {
    height: fit-content;
    width: 100%;
  }
  .item-box0 {
    display: block;
    margin-bottom: 0px;
  }

  .acss-fxqhid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.foot-map {
  border-radius: 20px;
}

.foot-right__car {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.foot-right__car-icon {
  width: 40px;
}

.foot-right__car-txt {
  font-size: 1.4rem;
}

.foot-btm {
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 450px) {
  .foot-btm {
    margin-top: 30px;
  }
}

/* 250627 add */
.fix-link_recruit {
  position: fixed;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  top: 166px;
  right: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #dcad3a;
  border-radius: 12px 0 0 12px;
  transition: all 0.3s linear;
  animation: fix-link_reserve-slide 1s 1s linear forwards;
  visibility: hidden;
  z-index: 9999;
}

.fix-link_recruit .material-symbols-outlined {
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
}

#info-cta {
  top: 35%;
}

@media screen and (max-width: 835px) {
  .fix-link_reserve {
    left: 0;
    width: 50%;
  }

  .fix-link_recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 50%;
    height: 50px;
    padding-top: 4px;
    top: auto;
    bottom: 0;
    font-size: 1.4rem;
    border-radius: 0;
    animation: none;
    visibility: visible;
    left: 50%;
    text-align: left;
    line-height: 1.4;
  }
}

@media screen and (max-width: 835px) {
  #info-cta {
    top: inherit;
  }
}

/*-----追加250704--------------------------------*/
/* #message .wrapper .inner .message-right .item-box2-txt-list2 h4::after {
  height: 413px;
} */
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-right .item-box2-txt {
    flex: 0 0 100%;
  }
}
/* @media screen and (max-width: 666px) {
  #message .wrapper .inner .message-right .item-box2-txt-list2 h4::after {
    height: 333px;
  }
} */

#message .wrapper .inner .message-right .item-box2-txt h4::after {
  content: none;
}
#message .item-box2-txt-list1,
#message .item-box2-txt-list2 {
  position: relative;
}
#message .item-box2-txt-list1::after {
  position: absolute;
  left: 0em;
  top: 34px;
  content: "";
  display: block;
  width: 1px;
  background-color: #ccc;
  margin-left: 1.5rem;
  height: calc(100% - 50px);
}

#message .item-box2-txt-list2::after {
  position: absolute;
  left: 0em;
  top: 34px;
  content: "";
  display: block;
  width: 1px;
  background-color: #ccc;
  margin-left: 1.5rem;
  height: calc(100% - 76px);
}
@media (max-width: 834px) {
  #message .item-box2-txt-list2::after {
    position: absolute;
    left: 0em;
    top: 34px;
    content: "";
    display: block;
    width: 1px;
    background-color: #ccc;
    margin-left: 1.5rem;
    height: calc(100% - 50px);
  }
}
