@charset "UTF-8";
/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
============================== */
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

/* テキスト
============================== */
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
============================== */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
base layout
=================================== */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "slnt" 0;
  color: #333;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.el_bg_pc {
  background: url(../img/bg_pc.jpg);
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.el_bg_main {
  background: url(../img/bg_main.jpg);
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  max-width: 50rem;
}

.ly_contents {
  max-width: 50rem;
  margin-inline: auto;
}

/* ===================================
common
=================================== */
.el_secTtl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
  margin-inline: auto;
  font-size: max(2.2rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.el_secTtl::before, .el_secTtl::after {
  content: "";
  background: url(../img/ico_secttl.svg) no-repeat;
  width: 3rem;
  height: 1.1rem;
  background-size: cover;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -4.2rem;
}
.el_secTtl::after {
  left: auto;
  right: -4.2rem;
  transform: scale(-1, 1);
}
.el_secBox {
  padding: 3rem 2.8rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(180, 180, 180, 0.2);
}
.el_secBox_ttl {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: max(2rem, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #3FA4B1;
  background-image: linear-gradient(to right, #E0ECEF 0.4rem, transparent 0.4rem);
  background-size: 0.8rem 0.4rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.el_secBox + .el_secBox {
  margin-top: 3rem;
}
.el_secBox hr {
  border: none;
  border-bottom: 0.1rem solid #E0ECEF;
  margin: 2rem 0;
}

.el_text_line {
  background: linear-gradient(transparent 50%, #CCF9FF 50%);
  font-size: max(2rem, 16px);
}

.el_img {
  border-radius: 1rem;
  overflow: hidden;
}
.el_img.un_border {
  border: 0.1rem solid #E0ECEF;
}

.el_list {
  font-size: 1.8rem;
  line-height: 1.1;
}
.el_list span {
  font-size: 2rem;
  color: #3FA4B1;
  font-weight: 500;
}
.el_list li {
  padding: 2rem 0 1rem 3.4rem;
  border-bottom: 0.1rem solid #E0ECEF;
  position: relative;
}
.el_list li::before {
  content: "";
  width: 2.4rem;
  height: 2.5rem;
  background: url(../img/ico_check.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 2rem;
  left: 0;
}

/* ===================================
CTA
=================================== */
.el_cta_ttl {
  padding: 2.4rem 0;
  background: linear-gradient(180deg, #38909B 0%, #59AEB9 100%);
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.el_cta_wrap {
  padding: 2.4rem 1rem 4rem;
  background: url(../img/bg_cta.jpg) no-repeat;
  background-size: cover;
}
.el_cta_text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #3FA4B1;
  text-align: center;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.el_cta_text::before, .el_cta_text::after {
  content: "";
  background: url(../img/ico_ctattl.svg) no-repeat;
  width: 3rem;
  height: 2.6rem;
  background-size: cover;
  position: absolute;
  top: 0.2rem;
  left: -3.8rem;
}
.el_cta_text::after {
  left: auto;
  right: -3.8rem;
  transform: scale(-1, 1);
}
.el_cta_list {
  max-width: 42rem;
  margin: 2.4rem auto 0;
}
.el_cta_list > li + li {
  margin-top: 2rem;
}
.el_cta_list a, .el_cta_list .js_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.6rem;
  border-radius: 6.6rem;
  background: #3FA4B1;
  border: 0.1rem solid #3FA4B1;
  padding: 2rem 1rem;
  font-size: max(1.8rem, 16px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .el_cta_list a, .el_cta_list .js_modal {
    transition: 0.5s;
  }
  .el_cta_list a path, .el_cta_list .js_modal path {
    transition: 0.5s;
  }
  .el_cta_list a:hover, .el_cta_list .js_modal:hover {
    background: #fff;
    color: #3FA4B1;
  }
  .el_cta_list a:hover path, .el_cta_list .js_modal:hover path {
    fill: #3FA4B1;
  }
}
.el_ctaBtn_inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.el_ctaBtn_inner.un_tel {
  gap: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.el_ctaBtn_ico {
  width: 2.7rem;
}
.el_ctaBtn_ico svg {
  display: block;
  width: 100%;
  height: auto;
}
.el_ctaBtn_num {
  display: flex;
  font-size: 2.4rem;
  align-items: center;
}
.el_ctaBtn_time {
  font-size: max(1.6rem, 12px);
}
.el_ctaBtn_time_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.8rem, 12px);
  font-weight: 400;
  line-height: 1;
}

/* ===================================
outset
=================================== */
.ly_outset {
  background: #FFF;
  padding-bottom: 8rem;
}

.el_outset_Wrap {
  max-width: 39rem;
  margin-inline: auto;
  margin-top: -8rem;
}
.el_outset_Wrap .el_text {
  font-size: max(1.8rem, 14px);
  margin-top: 2rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
.el_outset_copy {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.el_outset_copy:before, .el_outset_copy:after {
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  top: 1.8rem;
}
.el_outset_copy::before {
  left: -3.4rem;
  transform: rotate(54deg);
}
.el_outset_copy:after {
  right: -3.4rem;
  transform: rotate(-54deg);
}
.el_outset_ttl {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.el_outset_ttl span {
  color: #3FA4B1;
}

/* ===================================
about
=================================== */
.ly_about {
  padding: 5rem 0 8rem;
  background: #F9F9F9;
}

.el_about_Wrap {
  max-width: 39rem;
  margin-inline: auto;
}
.el_about_Wrap .el_img {
  margin-top: 2rem;
}
.el_about_Wrap .el_text {
  text-align: justify;
}

/* ===================================
rec
=================================== */
.ly_rec {
  padding: 5rem 0 0;
  background: #FFF;
}

.el_rec_Wrap01 {
  max-width: 39rem;
  margin-inline: auto;
}
.el_rec_Wrap02 {
  margin-top: 4rem;
  padding: 7rem 0 8rem;
  background: #F9F9F9;
  position: relative;
}
.el_rec_Wrap02::before {
  content: "";
  width: 100%;
  height: 4rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 4rem, 0% 0%, 100% 0%);
          clip-path: polygon(50% 4rem, 0% 0%, 100% 0%);
  position: absolute;
  top: 0;
  left: 0;
}
.el_rec_text01 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.el_rec_text02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0 3rem;
  border: 0.1rem solid #3FA4B1;
  color: #3FA4B1;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}
.el_rec_text03 {
  margin-top: 2rem;
  max-width: 38rem;
  margin-inline: auto;
  font-size: max(1.8rem, 16px);
  text-align: center;
}

/* ===================================
menu
=================================== */
.ly_menu {
  padding: 4rem 2.8rem;
}
.ly_menu .el_secBox + .el_secBox {
  margin-top: 2rem;
}
.ly_menu .el_list {
  margin-top: -2rem;
}
.ly_menu .el_text {
  text-align: justify;
}
.ly_menu .el_img {
  margin-top: 2rem;
}
.ly_menu .el_img + .el_text {
  margin-top: 2rem;
}

.el_menuTtl {
  margin-bottom: 2rem;
}

.el_check_ttl {
  padding: 1rem 0 0 4.4rem;
  font-size: max(1.8rem, 16px);
  line-height: 1.1;
  position: relative;
}
.el_check_ttl::before {
  content: "";
  width: 2.4rem;
  height: 2.5rem;
  background: url(../img/ico_check_ttl.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.el_check_ttl span {
  font-size: max(2rem, 18px);
  color: #3FA4B1;
  font-weight: 500;
}

.el_price_copy {
  font-size: max(1.8rem, 16px);
  text-align: center;
}
.el_price_copy span {
  color: #3FA4B1;
  font-size: max(2rem, 18px);
}

/* ===================================
feature
=================================== */
.ly_feature {
  background: #fff;
  padding: 6rem 5.6rem 8rem;
}
.ly_feature .el_img_feature {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.el_featureTtl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
.el_featureTtl span {
  color: #3FA4B1;
}
.el_feature_Wrap {
  margin-top: 40px;
}
.el_feature_copy {
  color: #3FA4B1;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.4rem;
}
.el_feature_copy span {
  font-size: max(1.8rem, 16px);
}

.el_doctorBox {
  margin-top: 2rem;
}
.el_doctorBox + .el_doctorBox {
  margin-top: 6rem;
}
.el_doctorBox_2col {
  display: flex;
  justify-content: space-between;
}
.el_doctorBox_left {
  width: 15rem;
  position: relative;
  padding-top: 7rem;
  text-align: center;
}
.el_doctorBox_right {
  width: 23rem;
}
.el_doctorBox_en {
  color: #41DFF4;
  font-family: "Corinthia", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 1.4rem;
  left: 2rem;
  white-space: nowrap;
  width: 100%;
  transform: rotate(10deg);
}
.el_doctorBox_name {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.el_doctorBox_name rt {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.el_doctorBox_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 1.8rem;
}
.el_doctorBox_sns li {
  max-width: 3rem;
}
.el_doctorBox_sns a {
  display: block;
  transition: 0.5s;
  backface-visibility: hidden;
}
.el_doctorBox_sns a:hover {
  opacity: 0.5;
}
.el_doctorList {
  border-top: 1px solid #E0ECEF;
  border-bottom: 1px solid #E0ECEF;
}
.el_doctorList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  padding: 1rem 0;
}
.el_doctorList_wrap + .el_doctorList_wrap {
  border-top: 1px solid #E0ECEF;
}
.el_doctorList dt {
  font-size: max(1.8rem, 12px);
  line-height: 1.1;
  width: 12rem;
  border-radius: 14px;
  background: #E0ECEF;
  height: 100%;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el_doctorList dd {
  font-size: max(1.8rem, 12px);
}
.el_doctorList + .el_text {
  margin-top: 2rem;
  font-size: max(1.8rem, 14px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
}

/* ===================================
reason
=================================== */
.ly_reason {
  padding: 5rem 2.8rem 8rem;
}

.el_reasonList {
  margin-top: 4rem;
}
.el_reasonList .el_secBox {
  position: relative;
}
.el_reasonList .el_text {
  margin-top: 1.2rem;
  text-align: justify;
}
.el_reasonList_en {
  color: #41DFF4;
  font-family: "Corinthia", cursive;
  font-size: 5.8rem;
  transform: rotate(-13.816deg);
  position: absolute;
  top: -4.2rem;
  left: calc(50% - 4.6rem);
}
.el_reasonList_num {
  color: #3FA4B1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: -0.6rem;
}
.el_reasonList_ttl {
  font-size: max(2rem, 16px);
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
}
.el_reasonList_img {
  display: block;
  max-width: 18.6rem;
  margin-inline: auto;
  margin-top: 0.6rem;
}

/* ===================================
flow
=================================== */
.ly_flow {
  padding: 5rem 5.6rem 8rem;
  background: #FFF;
}

.el_flowList .el_text {
  text-align: justify;
  margin-top: 2rem;
}
.el_flowList li + li {
  position: relative;
  padding-top: 9.2rem;
}
.el_flowList li + li::before {
  content: "";
  width: 8rem;
  height: 2.6rem;
  background-color: #e0ecef;
  -webkit-clip-path: polygon(50% 2.6rem, 0% 0%, 8rem 0%);
          clip-path: polygon(50% 2.6rem, 0% 0%, 8rem 0%);
  position: absolute;
  top: 3rem;
  left: calc(50% - 4rem);
}
.el_flowList_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border: 1px solid #3FA4B1;
  overflow: hidden;
  background: #F9F9F9;
}
.el_flowList_card_left {
  width: calc(100% - 18.5rem);
  text-align: center;
  padding-bottom: 2rem;
}
.el_flowList_card_right {
  max-width: 18.5rem;
}
.el_flowList_card_en {
  transform: rotate(-13.816deg);
  color: #41DFF4;
  font-family: "Corinthia", cursive;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: -2rem;
}
.el_flowList_card_num {
  color: #3FA4B1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.el_flowList_card_ja {
  margin-top: 1rem;
  color: #3FA4B1;
  font-size: max(2rem, 14px);
  line-height: 1;
}

/* ===================================
system
=================================== */
.ly_system {
  background: #F9F9F9;
  padding: 5rem 2.8rem 8rem;
}
.ly_system .el_secBox {
  padding-bottom: 1rem;
}
.ly_system .el_secBox_ttl {
  line-height: 1.4;
}
.ly_system .el_text {
  text-align: justify;
}

/* ===================================
faq
=================================== */
.ly_faq {
  background: #FFF;
  padding: 5rem 2.8rem 8rem;
}

.el_faqList_Wrap {
  border-radius: 1rem;
  border: 0.1rem solid #E0ECEF;
}
.el_faqList_Wrap + .el_faqList_Wrap {
  margin-top: 2rem;
}
.el_faqList dt {
  position: relative;
  font-size: max(1.8rem, 16px);
  color: #3FA4B1;
  padding: 2rem 4.8rem 2rem 5.8rem;
  cursor: pointer;
}
.el_faqList dt:before {
  content: "Q";
  color: #3FA4B1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 2.2rem;
  left: 3rem;
}
.el_faqList dt:after {
  content: "+";
  color: #3FA4B1;
  font-size: 18px;
  position: absolute;
  top: 2rem;
  right: 3rem;
}
.el_faqList dt.is_active:after {
  content: "−";
}
.el_faqList dd {
  display: none;
  position: relative;
  padding: 0rem 2.8rem 2rem 5.8rem;
  text-align: justify;
}
.el_faqList dd:before {
  content: "A";
  color: #41DFF4;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
  left: 2.8rem;
}

/* ===================================
clinic
=================================== */
.ly_clinic {
  background: #fff;
  padding-bottom: 8rem;
}
.ly_clinic .el_text {
  margin-top: 2rem;
  text-align: justify;
}

.el_clinic_Wrap {
  margin: -84px auto 0;
  max-width: 39rem;
}
.el_clinic_text01 {
  color: #3FA4B1;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.el_clinic_text02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 26px auto 0;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}
.el_clinic_text02:before, .el_clinic_text02:after {
  content: "-";
  margin: 0.4rem;
  vertical-align: text-bottom;
}
.el_clinic_text03 {
  margin-top: 2.4rem;
  color: #3FA4B1;
  text-align: center;
}

.el_infoList {
  margin-top: 2rem;
}
.el_infoList > div {
  display: flex;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #E0ECEF;
}
.el_infoList dt {
  width: 20rem;
  color: #3FA4B1;
}
@media screen and (max-width: 500px) {
  .el_infoList dt {
    width: 15rem;
  }
}
.el_infoList dd {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 500px) {
  .el_infoList dd {
    width: calc(100% - 15rem);
  }
}

/* ===================================
access
=================================== */
.ly_access {
  padding: 5rem 2.8rem 8rem;
  background: #F9F9F9;
}
.ly_access .el_secBox {
  box-shadow: none;
}
.ly_access .el_secBox_ttl {
  color: #333;
}

.el_access_map {
  margin: 2rem 0;
  border-radius: 1rem;
  aspect-ratio: 194/115;
  overflow: hidden;
}

.el_btnMaps {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3FA4B1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 1.7rem;
  border-radius: 1.9rem;
  border: 0.1rem solid #3FA4B1;
  width: 24rem;
}
@media (hover: hover) {
  .el_btnMaps {
    transition: 0.5s;
  }
  .el_btnMaps path {
    transition: 0.5s;
  }
  .el_btnMaps:hover {
    background: #3FA4B1;
    color: #fff;
  }
  .el_btnMaps:hover path {
    fill: #fff;
  }
  .el_btnMaps:hover path[fill=white] {
    fill: #3FA4B1;
  }
}
.el_btnMaps_inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.el_btnMaps_ico {
  width: 2.4rem;
}
.el_btnMaps_ico svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ===================================
footer
=================================== */
.ly_footer {
  background: #E0ECEF;
  padding: 1rem 0 calc(7rem + env(safe-area-inset-bottom));
}

.el_copy {
  color: #3FA4B1;
  text-align: center;
}

/* ===================================
follow
=================================== */
.ly_follow {
  position: fixed;
  width: 100%;
  max-width: 50rem;
  bottom: env(safe-area-inset-bottom);
  pointer-events: none;
}

.el_follow_price {
  max-width: 16rem;
  margin: 0 1.4rem 2rem auto;
  display: block;
}
.el_follow_list {
  display: flex;
  pointer-events: all;
}
.el_follow_list li {
  width: 33.3333333333%;
}
.el_follow_list li + li {
  border-left: 0.1rem solid #fff;
}
.el_followBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3FA4B1;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .el_followBtn {
    transition: 0.5s;
  }
  .el_followBtn path {
    transition: 0.5s;
  }
  .el_followBtn:hover {
    background: #fff;
    color: #3FA4B1;
  }
  .el_followBtn:hover path {
    fill: #3FA4B1;
  }
}
.el_followBtn_inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.el_followBtn_inner.un_tel {
  gap: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.el_followBtn_ico {
  width: 2.6rem;
}
.el_followBtn_ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.el_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 28rem;
  max-width: 46rem;
  z-index: 10;
  background: #fff;
  border-radius: 2rem;
  padding: 1.4rem 2.4rem 2.4rem 2.4rem;
}
.el_modal .js_modal_close {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 3rem;
  cursor: pointer;
}
.el_modal .el_cta_list {
  margin-top: 1.4rem;
}

.el_modal_bg {
  position: fixed;
  top: 0;
  left: calc(50% - 25rem);
  max-width: 50rem;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

body.is_modal_active {
  overflow: hidden;
}
body.is_modal_active .el_modal_bg {
  opacity: 1;
  visibility: visible;
}