@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
body * {
  color: #314363;
}

/* サイトカラー */
body * {
  font-family: "IBM Plex Sans JP", sans-serif;
}

body {
  font-size: 0.9375rem;
} /* 15px */
/* アイキャッチ 共通 */
.treatment #eyecatch_t .eyecatch_treatment_title {
  z-index: 2;
}

.treatment #eyecatch_t .eyecatch_bg_upgrade {
  width: 100%;
  height: 106vw;
}

.treatment #eyecatch_t .eyecatch_bg_normal {
  width: 100%;
  height: 66vw;
}

.treatment #eyecatch_t .eyecatch_bg_upgrade::after, .treatment #eyecatch_t .eyecatch_bg_normal::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#potenza #eyecatch_t .eyecatch_bg_upgrade::after {
  background: url("../../_img/treatment/potenza/eyecatch_potenza_sp.jpg") no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .treatment #eyecatch_t::after {
    content: "";
    margin-inline: calc(50% - 50vw);
    background: linear-gradient(to right, #86cbe3 0%, #3fadd2 100%);
    height: 195px;
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .treatment #eyecatch_t::after {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #potenza #eyecatch_t .eyecatch_bg_upgrade {
    height: 290px;
  }
  #potenza #eyecatch_t .eyecatch_bg_upgrade::after {
    background: url("../../_img/treatment/potenza/eyecatch_potenza_pc.jpg") no-repeat top center;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  #potenza #eyecatch_t .eyecatch_bg_upgrade {
    height: 395px;
  }
  #potenza #eyecatch_t .eyecatch_bg_upgrade::after {
    background-position: top center;
    background-size: cover;
  }
}

.eyecatch_treatment_title {
  padding-bottom: 42vw;
  padding-left: 3vw;
}
@media screen and (min-width: 576px) {
  .eyecatch_treatment_title {
    padding-left: 13vw;
  }
}
@media screen and (min-width: 768px) {
  .eyecatch_treatment_title {
    padding-bottom: 85px;
    padding-left: 103px;
  }
}
@media screen and (min-width: 992px) {
  .eyecatch_treatment_title {
    padding-bottom: 130px;
    padding-left: 145px;
  }
}

#form_input dt {
  padding: 1rem 1rem 0;
}
#form_input dd {
  padding: 0.75rem 1rem 2rem;
  border-bottom: #f3eddf 1px solid;
}
#form_input dd.ag_SEX, #form_input dd.ag_REPLY {
  padding: 0.75rem 1rem 1rem;
}

#contact_check #form_input dd, #recruit_check #form_input dd {
  padding: 0.75rem 1rem 1.2rem;
}

input.form-control {
  padding: 0.8rem 0.45rem;
}

.required, .any {
  color: #ffffff;
  font-size: 13px;
  padding: 0.15em 0.8em;
  font-weight: normal;
  margin-left: 1em;
}

.required {
  background-color: #3fadd2;
}

.any {
  background-color: #a5abb3;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  transform: scale(1.5);
  margin-top: 0.25em;
  margin-right: 0.5em;
}

.form-check label {
  margin: 0 0 1em 0.5em;
}

#contactSubmit {
  position: relative;
  background-color: #3fadd2;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  width: 320px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 1em 0.5em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#contactSubmit:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contactGoPrev {
  background-color: transparent;
  color: #6180ad;
  border-radius: 0.4rem;
  border: #6180ad 1px solid;
  width: 180px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 0.7em 0.5em;
}
#contactGoPrev:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contact_check dt, #recruit_check dt {
  color: #6180ad;
}

.error_message {
  padding: 8px 0 0 4px;
  color: #f4321e;
  margin-bottom: 0;
}

.entry_progress {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  max-width: 300px;
  margin: 50px auto;
}
.entry_progress li {
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ccc;
}
.entry_progress li::before {
  content: "";
  position: absolute;
  display: block;
  width: 260%;
  height: 3px;
  background: #ccc;
  left: -90px;
  top: 16px;
  margin: auto;
  z-index: 1;
}
.entry_progress li:first-child::before {
  content: none;
}
.entry_progress li.active {
  color: #3fadd2;
}
.entry_progress li.active::before {
  background: #3fadd2;
}
.entry_progress li.active span {
  background-color: #3fadd2;
}
.entry_progress li span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #ccc;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 35px !important;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .entry_progress {
    max-width: 460px;
  }
  .entry_progress li {
    font-size: 16px;
  }
  .entry_progress li::before {
    width: 360%;
    height: 4px;
    left: -160px;
    top: 21px;
  }
  .entry_progress li span {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  .policy_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0PX 60px;
  }
}

.slick-dots {
  margin: 0 auto !important;
  left: 0 !important;
  bottom: -25px !important;
}

.bg_clinic_photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bg_clinic_photo::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #3fadd2 20%, #5bb3d1 20%, #5bb3d1 55%, #5bb3d1 80%, #3fadd2 80%, #3fadd2 100%);
    height: 180px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    z-index: -1;
  }
}

.policy_number {
  position: absolute;
  bottom: -5px;
  left: 12px;
}
@media screen and (min-width: 576px) {
  .policy_number {
    bottom: 12px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .policy_number {
    bottom: -8px;
    left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .policy_number {
    bottom: 5px;
    left: 20px;
  }
}

.list_sitemap li {
  position: relative;
}
.list_sitemap li::before, .list_sitemap li::after {
  content: "";
  position: absolute;
}
.list_sitemap li::before {
  width: 1em;
  height: 1px;
  border-top: 1px solid #314363;
  top: 50%;
  left: 0.5rem;
}
.list_sitemap li::after {
  width: 0.4em;
  height: calc(1em - 8px);
  border-top: 1px solid #314363;
  transform: rotate(45deg);
  left: 1rem;
  top: calc(50% - 3px);
}
.list_sitemap li a {
  padding-left: 40px;
  margin: 13px 0px;
}

@media screen and (min-width: 992px) {
  .list_page_link_access {
    display: flex;
    flex-wrap: wrap;
  }
}
.list_page_link_access li {
  background-color: #ffffff;
  width: 100%;
  padding: 7px;
  height: 48px;
  position: relative;
  border-bottom: 1px solid #f3eddf;
  border-right: 1px solid #f3eddf;
}
@media screen and (min-width: 992px) {
  .list_page_link_access li {
    width: 50%;
  }
}
.list_page_link_access li::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% - 22px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #6180ad;
  border-right: 2px solid #6180ad;
  transform: rotate(45deg);
  border-radius: 1px;
}
.list_page_link_access li:last-child {
  border-bottom: 1px solid #f3eddf;
}
.list_page_link_access li:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

.access_step_icon {
  position: absolute;
  top: 0;
  left: -16px;
  background-color: #3fadd2;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  padding: 0 8px 5px;
}
@media screen and (min-width: 768px) {
  .access_step_icon {
    top: -16px;
    left: 0px;
  }
}

.list_access {
  position: relative;
}
.list_access::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ffffff;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.list_access li {
  position: relative;
  z-index: 1;
}

.route_title::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-size: contain;
  height: 200px;
  width: 100%;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  border-radius: 0 30px 0 0;
}

#commerce_law table {
  display: block;
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  height: auto;
  color: white;
}
#commerce_law table th {
  display: block;
  padding-top: 0.7rem;
}
@media screen and (min-width: 992px) {
  #commerce_law table th {
    width: 30%;
    display: table-cell;
  }
}
#commerce_law table td {
  display: block;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 992px) {
  #commerce_law table td {
    padding: 1rem 0;
    display: table-cell;
  }
}

.img_plan_01 {
  position: absolute;
  top: 120px;
  right: calc(50% - 160px);
  width: 320px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .img_plan_01 {
    top: 100px;
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .img_plan_01 {
    top: 20px;
    left: 30px;
    width: 400px;
  }
}

.img_plan_02 {
  position: absolute;
  top: 85px;
  right: calc(50% - 160px);
  width: 320px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .img_plan_02 {
    top: 100px;
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .img_plan_02 {
    top: 20px;
    left: 30px;
    width: 400px;
  }
}

.text_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .text_point {
    width: 20%;
    left: 6%;
  }
}
@media screen and (min-width: 992px) {
  .text_point {
    width: 13%;
    left: 19%;
    top: 17px;
  }
}

.btn_area_womens, .btn_area_mens {
  position: relative;
  width: 80%;
}
.btn_area_womens ::after, .btn_area_mens ::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 13px;
  top: 22px;
}

.btn_area_womens ::after {
  background-image: url(../../_img/treatment/datsumou/btn_plus_red.svg);
}

.btn_area_mens ::after {
  background-image: url(../../_img/treatment/datsumou/btn_plus_blue.svg);
}

.modal .btn-close.womens, .modal .btn-close.mens {
  width: 32px;
  height: 35px;
  position: absolute;
  top: -14px;
  right: -5px;
  margin: 0 auto;
  opacity: 1;
  z-index: 2;
}

.modal .btn-close.womens {
  background: url(../../_img/treatment/datsumou/btn_close_red.svg) no-repeat;
}

.modal .btn-close.mens {
  background: url(../../_img/treatment/datsumou/btn_close_blue.svg) no-repeat;
}

.modal-body {
  padding: 15px 25px;
}

.btn.btn_area_womens:first-child:active, .btn.btn_area_womens:hover {
  color: #ffffff;
  background-color: #f3795b;
  border-color: none;
  opacity: 0.8;
}

.btn.btn_area_mens:first-child:active, .btn.btn_area_mens:hover {
  color: #ffffff;
  background-color: #2b4479;
  border-color: none;
  opacity: 0.8;
}/*# sourceMappingURL=layout.css.map */