@charset "UTF-8";
/*----- font -----*/
/*----- 全体共通 ------*/
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

body {
  padding-top: 0 !important;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

button {
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 1;
}

/*----- hpクラス -----*/
.hp_bold {
  font-weight: bold;
}

/*----- slider共通 -----*/
.splide__arrow {
  background: url(../img/sp_slider_arrow.png) no-repeat center/contain;
  width: 7.03125vw;
  height: 21.875vw;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow svg {
  opacity: 0;
}

.splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 0;
}

.splide__pagination__page {
  background-color: #fff;
  width: 1.71875vw;
  height: 1.71875vw;
  margin: 1.25vw;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: #f46092;
  transform: none;
}

/*----- fixed  -----*/
.bl_fixed {
  position: fixed;
  width: 100%;
  bottom: -18.75vw;
  transition: all 0.5s;
  opacity: 0;
  z-index: 999;
}

.bl_fixed.is_active {
  bottom: 0;
  opacity: 1;
}

.bl_fixed_btn {
  width: 88.4375vw;
  margin: 0 auto 2.03125vw;
}

/*----- outline -----*/
.bl_wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

/*----- fv -----*/
.ly_fv {
  background: url(../img/sp_fv_bg_img.png) no-repeat center top/contain;
  background-color: #fdd1e5;
  padding-bottom: 5.625vw;
}

.bl_fv_header {
  display: flex;
  gap: 4.84375vw;
  padding: 3.28125vw 4.53125vw;
}

.bl_fv_header_logo {
  width: 17.65625vw;
}

.el_fv_header_txt {
  color: #e06592;
  border: #e06292 solid 1px;
  height: 6.25vw;
  padding: 1.09375vw 1.09375vw 1.09375vw 2.1875vw;
  font-size: 3.4375vw;
  letter-spacing: 0;
}

.bl_fv_mainTxt {
  width: 51.5625vw;
  margin-top: -0.9375vw;
}

.bl_fv_dr {
  width: 100vw;
  margin-top: -2.34375vw;
}

.bl_fv_slider {
  margin-top: -7.1875vw;
  padding-bottom: 4.84375vw;
}
.bl_fv_slider .splide__arrow {
  top: 44.5%;
}

.bl_fv_slider_item.__01 {
  width: 99.375vw;
  margin: 0 auto;
}

.bl_fv_slider_item.__02 {
  width: 97.65625vw;
  margin: 0 auto;
}

.bl_fv_price_catch {
  width: 93.75vw;
  margin: 2.1875vw auto 0;
}

.bl_fv_price01 {
  width: 100vw;
  margin-top: 0.78125vw;
}

.bl_fv_price02 {
  width: 100vw;
  margin-top: 0;
}

.bl_fv_rp {
  width: 81.25vw;
  margin: 2.65625vw auto 0;
}

/*----- info -----*/
.bl_info {
  padding: 6.71875vw 0 5.15625vw;
}

.bl_info_txt {
  margin: 0 auto;
}

.bl_info_btn {
  width: 88.4375vw;
  margin: 3.75vw auto 0;
}

.el_info_note {
  margin-top: 3.28125vw;
  text-align: center;
  color: #5a5a5a;
  font-size: 2.8125vw;
  letter-spacing: 0.02em;
  line-height: 0.777;
}

.bl_info_fv .bl_info_txt {
  width: 66.71875vw;
}

.bl_info_case {
  padding: 4.84375vw 0 5.46875vw;
}
.bl_info_case .bl_info_txt {
  width: 76.09375vw;
}

.bl_info_reason {
  padding: 5.3125vw 0 6.5625vw;
}
.bl_info_reason .bl_info_txt {
  width: 85.78125vw;
}

.bl_info_price {
  padding: 8.28125vw 0 5.3125vw;
}
.bl_info_price .bl_info_txt {
  width: 90.78125vw;
}

/*----- worry -----*/
.ly_worry {
  background: url(../img/sp_worry_bg.png) no-repeat center top/contain;
  padding: 4.21875vw 0 0;
}

.bl_worry_ttl {
  width: 80.78125vw;
  margin: 0 auto;
}

.bl_worry_img {
  position: relative;
  width: 100vw;
  margin-top: -0.9375vw;
  z-index: 3;
}

.bl_worry_answer {
  position: relative;
  width: 100vw;
  margin-top: -12.34375vw;
  z-index: 1;
}

/*----- about -----*/
.ly_about {
  background-color: #ffecf3;
  padding-bottom: 6.25vw;
}

.bl_about_ttl {
  width: 100vw;
  margin-top: -0.15625vw;
}

.bl_about_tab_contents {
  margin-top: -2.65625vw;
}
.bl_about_tab_contents .bl_tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5625vw;
  transform: translateX(-0.46875vw);
}
.bl_about_tab_contents .bl_tab_btn {
  width: 42.1875vw;
  height: 7.8125vw;
  cursor: pointer;
}
.bl_about_tab_contents .bl_tab_btn.is_active {
  height: 9.375vw;
}
.bl_about_tab_contents .bl_tab_btn.__01 {
  background: url(../img/sp_about_tab_rejurani_off.png) no-repeat center bottom/contain;
}
.bl_about_tab_contents .bl_tab_btn.__01.is_active {
  background-image: url(../img/sp_about_tab_rejurani_on.png);
}
.bl_about_tab_contents .bl_tab_btn.__02 {
  background: url(../img/sp_about_tab_rejuranhb_off.png) no-repeat center bottom/contain;
}
.bl_about_tab_contents .bl_tab_btn.__02.is_active {
  background-image: url(../img/sp_about_tab_rejuranhb_on.png);
}
.bl_about_tab_contents .bl_tab_panel {
  display: none;
}
.bl_about_tab_contents .bl_tab_panel.is_show {
  display: block;
}

.bl_tab_panel_img {
  width: 93.75vw;
  margin: 0 auto;
}

.bl_tab_panel_txtArea {
  width: 93.75vw;
  margin: 0 auto;
  background-color: #fdd1e5;
}

.el_tab_panel_txt {
  font-size: 3.75vw;
  letter-spacing: -0.02em;
  line-height: 1.666;
  padding: 4.84375vw 4.6875vw 4.6875vw;
}

.bl_about_point {
  position: relative;
}

.bl_about_point_img {
  position: absolute;
  width: 92.8125vw;
  top: 4.21875vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.bl_about_point_txtArea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 31.71875vw;
  gap: 1.40625vw;
  z-index: 2;
}

.bl_about_point_item {
  position: relative;
  width: 29.375vw;
}

.el_about_point_item_ttl {
  color: #f777a2;
  text-align: center;
  font-size: 3.90625vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.bl_about_point_item:nth-child(2) .el_about_point_item_ttl {
  margin-top: -2.34375vw;
}

.el_about_point_item_txt {
  position: absolute;
  top: 8.28125vw;
  font-size: 3.125vw;
  letter-spacing: -0.03em;
  line-height: 1.3;
  padding: 0 2.34375vw;
}

.bl_about_compare {
  width: 90.625vw;
  margin: 27.8125vw auto 0;
}

/*----- case -----*/
.ly_case {
  background-color: #fdd1e5;
  padding-bottom: 8.75vw;
}

.bl_case_ttl {
  width: 100vw;
}

.bl_case_slider {
  margin-top: -3.75vw;
  padding-bottom: 8.28125vw;
}
.bl_case_slider .splide__slide {
  width: 84.375vw !important;
}
.bl_case_slider .splide__arrow {
  top: 47%;
}

.bl_case_item {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.1);
  padding-bottom: 3.59375vw;
}

.el_case_item_ttl {
  padding: 3.125vw 0;
  background-color: #f46092;
  color: #fff;
  text-align: center;
  font-size: 4.375vw;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.bl_case_item_img {
  width: 70.3125vw;
  margin: 4.21875vw auto 0;
}

.bl_case_item_txtArea {
  margin-top: 2.65625vw;
  padding: 0 7.03125vw;
  display: flex;
  align-items: center;
  gap: 4.375vw;
}

.bl_case_item_txtBlock {
  display: flex;
  align-items: center;
  gap: 0.46875vw;
}

.el_case_item_txtBlock_item {
  background-color: #fdd1e5;
  border-radius: 0.78125vw;
  text-align: center;
  color: #cb5b7c;
  font-size: 3.125vw;
  letter-spacing: 0.05em;
  padding: 0.9375vw 1.40625vw;
}

.el_case_item_txtBlock_txt {
  font-size: 3.125vw;
  letter-spacing: -0.01em;
}

.bl_case_risk {
  margin-top: 3.125vw;
}

.bl_case_risk_btn {
  display: block;
  width: 81.25vw;
  margin: 0 auto;
  background-color: #fff;
  border: #444444 solid 1px;
}

.el_case_risk_btn_txt {
  position: relative;
  text-align: center;
  padding: 2.8125vw 0;
  font-size: 3.4375vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.el_case_risk_btn_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8125vw;
  width: 3.125vw;
  height: 2.03125vw;
  background: url(../img/sp_accordion_arrow.png) no-repeat center/contain;
  transform: translateY(-50%) scaleY(-1);
}

.bl_case_risk_btn.is_active .el_case_risk_btn_txt::after {
  transform: translateY(-50%) scaleY(1);
}

.bl_case_risk_contents {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s;
  pointer-events: none;
}

.bl_case_risk_contents.is_open {
  max-height: 109.375vw;
  opacity: 1;
}

.bl_case_risk_contents_txt {
  width: 81.25vw;
  margin: 1.875vw auto 0;
  background-color: #ffecf3;
  padding: 2.8125vw 2.34375vw 4.0625vw 3.125vw;
  font-size: 2.8125vw;
  letter-spacing: 0.03em;
  line-height: 1.444;
  pointer-events: none;
}

/*----- why -----*/
.ly_why {
  background-color: #eef0fb;
}

.bl_why_ttl {
  width: 100vw;
}

.bl_why_img {
  width: 87.5vw;
  margin: -6.5625vw auto 0;
}

.bl_why_list {
  width: 90.625vw;
  margin: 5vw auto 0;
  background-color: #fff;
  border: #f46092 solid 1px;
  border-radius: 0.78125vw;
  padding: 0 3.28125vw 0.625vw;
}

.bl_why_list_item {
  display: flex;
  border-bottom: #d6c4a2 dashed 1px;
  padding-top: 1.40625vw;
}

.bl_why_list_item:last-child {
  border: none;
}

.bl_why_item_num {
  width: 14.21875vw;
  flex-shrink: 0;
  margin: 2.34375vw 0.625vw 0;
}

.bl_why_item_txtArea {
  margin-left: 0.78125vw;
  padding: 3.125vw 0 3.125vw 0.78125vw;
}

.el_why_item_ttl {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffecf3;
  color: #f46092;
  font-size: 4.0625vw;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.3125vw 1.5625vw 0.3125vw 0.3125vw;
  margin-bottom: 0.9375vw;
}

.el_why_item_txt {
  padding: 0.3125vw 2.34375vw 0 0;
  font-size: 3.4375vw;
  letter-spacing: -0.01em;
  line-height: 1.5454;
}

.bl_why_summary {
  width: 100vw;
  margin-top: 2.03125vw;
}

/*----- reason -----*/
.ly_reason {
  margin-top: 7.65625vw;
}

.bl_reason_ttl {
  width: 100vw;
}

.bl_reason_list {
  margin-top: 8.28125vw;
  display: flex;
  flex-direction: column;
  gap: 8.28125vw;
}

.bl_reason_item {
  background: url(../img/sp_reason_bg.png) no-repeat center bottom/contain;
}

.bl_reason_item_ttlArea {
  display: flex;
  align-items: center;
  gap: 4.53125vw;
}

.bl_reason_item_num {
  flex-shrink: 0;
  margin-left: 6.09375vw;
}
.bl_reason_item_num.__01 {
  width: 13.4375vw;
}
.bl_reason_item_num.__02, .bl_reason_item_num.__03 {
  width: 94;
}
.bl_reason_item_num.__04 {
  width: 15.3125vw;
}

.el_reason_item_ttl {
  font-family: "Noto Serif JP", serif;
  color: #cb5b7c;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.375;
}

.bl_reason_item_img {
  width: 87.5vw;
  margin: 4.21875vw auto 0;
}

.el_reason_item_txt {
  font-size: 3.75vw;
  letter-spacing: 0.02em;
  line-height: 1.666;
  padding: 3.75vw 9.375vw 7.5vw;
}

/*----- downTime -----*/
.ly_downTime {
  background-color: #eef0fb;
  padding: 7.1875vw 0 8.28125vw;
}

.bl_downTime_contents {
  width: 90.625vw;
  margin: 0 auto;
  padding: 5.625vw 0 4.375vw;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.1);
  border-radius: 0.78125vw;
}

.bl_downTime_ttl {
  background-color: #f777a2;
  width: 78.125vw;
  height: 6.25vw;
  margin: 0 auto 5.15625vw;
  border-radius: 3.125vw;
  text-align: center;
  color: #fff;
  font-size: 4.375vw;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.bl_downTime_item {
  display: flex;
  justify-content: center;
}

.el_downTime_item_ttl {
  width: 9.375vw;
  height: 25vw;
  border-radius: 0.78125vw 0 0 0.78125vw;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 3.75vw;
  font-weight: 500;
  padding: 0 2.8125vw 0;
}

.el_downTime_item_txt {
  border-radius: 0 0.78125vw 0.78125vw 0;
  width: 71.875vw;
  height: 25vw;
  font-size: 3.59375vw;
  letter-spacing: 0.01em;
  line-height: 1.5652;
  padding: 4.21875vw 4.6875vw;
}

.bl_downTime_item.__symptom {
  margin-bottom: 2.8125vw;
}
.bl_downTime_item.__symptom .el_downTime_item_ttl {
  background-color: #8f96be;
}
.bl_downTime_item.__symptom .el_downTime_item_txt {
  background-color: #eef0fb;
}
.bl_downTime_item.__symptom .el_downTime_item_txt span {
  color: #5f668e;
  font-weight: bold;
}

.bl_downTime_item.__period .el_downTime_item_ttl {
  background-color: #f777a2;
}
.bl_downTime_item.__period .el_downTime_item_txt {
  background-color: #ffecf3;
}
.bl_downTime_item.__period .el_downTime_item_txt span {
  color: #f777a2;
  font-weight: bold;
}

.bl_downTime_img {
  width: 81.09375vw;
  margin: 5.78125vw auto 0;
}

/*----- recommend -----*/
.ly_recommend {
  background-color: #fdd1e5;
  padding-bottom: 6.875vw;
}

.bl_recommend_ttl {
  width: 100vw;
}

.bl_recommend_joyu {
  width: 87.5vw;
  margin: -5.46875vw auto 0;
}

.el_recommend_txt {
  width: 93.75vw;
  margin: 3.90625vw auto 0;
  background-color: #ffecf3;
  padding: 4.6875vw;
  font-size: 3.75vw;
  letter-spacing: -0.01em;
  line-height: 1.666;
}

.bl_recommend_slider {
  margin-top: 8.28125vw;
  padding-bottom: 8.90625vw;
}
.bl_recommend_slider .splide__arrow {
  top: 46.6%;
}
.bl_recommend_slider .splide__slide {
  width: 84.375vw !important;
}

.bl_recommend_item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.1);
  padding-bottom: 3.75vw;
}

.el_recommend_item_ttl {
  height: 10.9375vw;
  background-color: #f46092;
  color: #fff;
  text-align: center;
  font-size: 4.375vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 2.96875vw 0;
}

.bl_recommend_item_img {
  width: 70.3125vw;
  margin: 3.90625vw auto 0;
}

.bl_recommend_item_txtArea {
  display: flex;
  align-items: center;
  gap: 2.34375vw;
  margin-top: 2.65625vw;
  padding: 0 0.78125vw 0 7.03125vw;
}

.bl_recommend_item_txtBlock {
  display: flex;
  align-items: center;
  gap: 0.46875vw;
}

.el_recommend_item_txtBlock_ttl {
  height: 5vw;
  background-color: #fdd1e5;
  border-radius: 0.78125vw;
  color: #cb5b7c;
  text-align: center;
  font-size: 3.125vw;
  letter-spacing: 0.06em;
  padding: 0.78125vw 1.5625vw;
}

.el_recommend_item_txtBlock_txt {
  font-size: 3.125vw;
  letter-spacing: 0.01em;
}

.bl_recommend_risk {
  margin-top: 1.71875vw;
}

.bl_recommend_risk_btn {
  display: block;
  width: 81.25vw;
  height: 9.375vw;
  margin: 0 auto;
  background-color: #fff;
  border: #444444 solid 1px;
}

.el_recommend_risk_btn_txt {
  position: relative;
  text-align: center;
  padding: 2.813vw 0;
  font-size: 3.4375vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.el_recommend_risk_btn_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8125vw;
  transform: translateY(-50%) scaleY(-1);
  width: 3.125vw;
  height: 2.03125vw;
  background: url(../img/sp_accordion_arrow.png) no-repeat center/contain;
}

.bl_recommend_risk_btn.is_active .el_recommend_risk_btn_txt::after {
  transform: translateY(-50%) scaleY(1);
}

.bl_recommend_risk_contents {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s;
  pointer-events: none;
}

.bl_recommend_risk_contents.is_open {
  max-height: 140.625vw;
  opacity: 1;
}

.el_recommend_risk_contents_txt {
  width: 81.25vw;
  margin: 1.71875vw auto 0;
  background-color: #ffecf3;
  padding: 2.96875vw 2.34375vw 4.6875vw 3.125vw;
  font-size: 2.8125vw;
  letter-spacing: -0.01em;
  line-height: 1.444;
  pointer-events: none;
}

/*----- price -----*/
.ly_price {
  background-color: #fff3f7;
  padding-bottom: 8.59375vw;
}

.bl_price_ttl {
  width: 100vw;
}

.bl_price_list {
  width: 90.625vw;
  margin: 4.6875vw auto 0;
  background-color: #fff;
  border: #f777a2 solid 1px;
  border-radius: 0.78125vw;
  padding: 0 3.75vw 5.46875vw;
}

.bl_price_list_item {
  border-bottom: #f777a2 dashed 1px;
}

.bl_price_list_item_inner {
  display: flex;
  gap: 2.1875vw;
}

.bl_price_list_item_icon {
  width: 14.21875vw;
  flex-shrink: 0;
  margin-top: 4.53125vw;
}

.bl_price_list_item_txtArea {
  padding: 3.59375vw 0 2.5vw;
}

.bl_price_list_item_catch {
  display: flex;
  align-items: center;
  gap: 0.46875vw;
  background-color: #ffecf3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.46875vw 3.125vw 0.46875vw 0.9375vw;
  margin-bottom: 1.25vw;
}

.bl_price_list_item_catch_check {
  width: 4.21875vw;
}

.el_price_list_item_catch_txt {
  color: #f777a2;
  font-size: 5.3125vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.el_price_list_item_txt {
  font-size: 4.0625vw;
  letter-spacing: 0.06em;
  line-height: 1.49;
  margin-top: -1.40625vw;
}
.el_price_list_item_txt span {
  color: #f46092;
  font-size: 5.625vw;
  font-weight: bold;
}

.bl_price_list_item:last-child {
  border: none;
}
.bl_price_list_item:last-child .bl_price_list_item_txtArea {
  padding: 4.84375vw 0 2.5vw;
}

.bl_price_list_rp {
  width: 81.25vw;
  margin: 1.40625vw auto 0;
}

.bl_price_table {
  width: 90.625vw;
  margin: 5.625vw auto 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.bl_price_table th,
.bl_price_table td {
  height: 20.78125vw;
  vertical-align: middle;
  text-align: center;
  border: 0.234375vw solid #fff3f7;
}

.bl_price_table thead th {
  background-color: #2a2225;
  color: #fff;
  font-size: 3.4375vw;
  height: 12.8125vw;
}

.bl_price_table tbody th {
  color: #fff;
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 1;
}
.bl_price_table tbody th span {
  font-size: 2.813vw;
  font-weight: normal;
  line-height: 1.1;
}

.bl_price_table th:first-child {
  width: 27.34375vw;
}

.bl_price_table tbody tr:nth-child(-n+4) th {
  background-color: rgba(94, 89, 83, 0.8);
}

.bl_price_table tbody tr:nth-child(n+5) th {
  background-color: rgba(40, 38, 35, 0.8);
}

.bl_price_table td {
  background-color: #fff;
  color: #f46092;
  font-family: "Noto Serif JP", serif;
  font-size: 6.25vw;
  font-weight: bold;
}
.bl_price_table td span {
  font-size: 2.8125vw;
  font-weight: bold;
}

.bl_price_table tbody tr:nth-child(even) td {
  background-color: #f8f9ff;
}

.el_price_note {
  color: #5a5a5a;
  padding: 1.5625vw 6.25vw;
  font-size: 2.8125vw;
  letter-spacing: 0.01em;
  line-height: 1.555;
}

/*----- flow -----*/
.ly_flow {
  background-color: #fff3f7;
  padding-bottom: 15.9375vw;
}

.bl_flow_ttl {
  width: 100vw;
}

.bl_flow_step {
  position: relative;
  margin-top: 8.4375vw;
  display: flex;
  flex-direction: column;
  gap: 8.90625vw;
}

.bl_flow_item {
  display: flex;
  gap: 3.125vw;
}

.bl_flow_item_icon {
  position: relative;
  width: 22.96875vw;
  margin-left: 5.15625vw;
  flex-shrink: 0;
  z-index: 2;
}

.bl_flow_item_txtArea {
  padding: 1.875vw 6.25vw 0 0;
}

.el_flow_item_ttl {
  font-family: "Noto Serif JP", serif;
  color: #f777a2;
  font-size: 5.46875vw;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.el_flow_item_txt {
  padding-top: 2.03125vw;
  font-size: 3.59375vw;
  letter-spacing: 0.01em;
  line-height: 1.5652;
}

.el_flow_item_note {
  width: 59.375vw;
  background-color: #fff;
  padding: 1.40625vw 2.5vw 1.71875vw;
  font-size: 3.125vw;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 2.34375vw 0.46875vw 0;
}

.el_flow_line {
  position: absolute;
  display: block;
  width: 0.625vw;
  height: 125vw;
  background-color: #fdd1e5;
  top: 4.6875vw;
  left: 16.875vw;
  z-index: 1;
}

/*----- faq -----*/
.ly_faq {
  padding: 5.46875vw 0 12.65625vw;
}

.bl_faq_ttl {
  width: 100vw;
}

.bl_faq_list {
  width: 90.625vw;
  margin: 8.4375vw auto 0;
  display: flex;
  flex-direction: column;
  gap: 4.0625vw;
}

.bl_faq_item {
  width: 100%;
  overflow: hidden;
}

.bl_faq_ask {
  display: flex;
  align-items: center;
  gap: 2.1875vw;
  height: 15.625vw;
  background-color: #f777a2;
  border-radius: 0.78125vw;
  cursor: pointer !important;
}

.bl_faq_icon {
  width: 8.59375vw;
  flex-shrink: 0;
  pointer-events: none;
}

.el_faq_ask_txt {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 3.59375vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  pointer-events: none;
}

.el_faq_ask_txt::before {
  content: "";
  position: absolute;
  width: 0.3125vw;
  height: 4.0625vw;
  top: 50%;
  right: 5.15625vw;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none;
}

.el_faq_ask_txt::after {
  content: "";
  position: absolute;
  width: 4.0625vw;
  height: 0.3125vw;
  top: 50%;
  right: 3.125vw;
  background-color: #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.bl_faq_ask.is_active .el_faq_ask_txt::before {
  opacity: 0;
}

.bl_faq_answer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s, margin 0.3s;
  pointer-events: none;
}

.bl_faq_answer.is_open {
  max-height: 156.25vw;
  opacity: 1;
  margin-top: 1.5625vw;
}

.el_faq_answer_txt {
  background-color: #fff3f7;
  border-radius: 0.78125vw;
  padding: 3.59375vw 4.6875vw 6.09375vw;
  font-size: 3.59375vw;
  letter-spacing: -0.02em;
  line-height: 1.5652;
  pointer-events: none !important;
}

/*----- access ----*/
.ly_access {
  background-color: #eef0fb;
  padding: 2.1875vw 0 4.6875vw;
}

.bl_access_ttl {
  width: 100vw;
}

.bl_access_img {
  width: 90.625vw;
  margin: 6.875vw auto 0;
}

.bl_access_contents {
  width: 90.625vw;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.1);
  padding: 4.84375vw 4.6875vw 5.3125vw;
}

.bl_access_clinicName {
  width: 60.46875vw;
  margin: 0 auto 3.59375vw;
}

.bl_access_item {
  display: flex;
  align-items: center;
  border-bottom: #ebecee solid 0.3125vw;
  padding: 2.5vw 0 2.1875vw;
}

.bl_access_item:nth-of-type(2) {
  align-items: flex-start;
}

.bl_access_item:last-of-type {
  border: none;
}

.el_access_name {
  width: 15.625vw;
  color: #f777a2;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.el_access_details {
  font-size: 3.125vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.el_access_details span {
  font-size: 2.03125vw;
  margin: 0 0.46875vw 0 0.46875vw;
  vertical-align: middle;
}

.bl_access_map {
  width: 81.25vw;
  height: 31.25vw;
  margin: 1.5625vw auto 0;
}
.bl_access_map iframe {
  width: 100%;
  height: 100%;
}

/*----- footer -----*/
.ly_footer {
  height: 7.8125vw;
  background-color: #ea1e78;
  display: flex;
  justify-content: center;
  padding: 1.5625vw;
}

.el_footer_copy {
  color: #fff;
  font-size: 2.8125vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=top_sp.css.map */
