@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
  margin: unset;
  padding: unset;
  font-feature-settings: "pkna";
}

button,
input,
label {
  line-height: 1.1;
}

p,
span,
summary {
  line-height: 1.5;
  margin: unset;
  padding: unset;
  font-weight: unset;
}

h2,
h3 {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: -1px;
}

img,
input[type=image] {
  max-width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  border: 0;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

summary {
  list-style: none !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  background: #E3F6FF;
}
@media screen and (max-width: 750px) {
  html {
    overflow-x: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 750px;
  text-align: left;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  line-height: 1.85;
  color: #555;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 750.1px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
    font-size: 3.75vw;
  }
}

li {
  list-style-type: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 750.1px) {
  a {
    cursor: pointer;
  }
}

iframe {
  border: 0;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  display: revert;
}

html {
  scroll-behavior: smooth;
}

#fv.fv h1 {
  position: relative;
  font-weight: unset;
}
#fv.fv h1 .cta {
  position: absolute;
  width: min(78.6666666667vw, 590px);
  bottom: min(5.3333333333vw, 40px);
  left: 50%;
  transform: translateX(-50%);
}

#attention.attention {
  padding: min(8vw, 60px) min(5.3333333333vw, 40px);
}
#attention.attention .inner {
  border: min(0.2666666667vw, 2px) solid #1683E7;
  background: #FFF;
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) min(4vw, 30px);
}
#attention.attention .inner .title {
  text-align: center;
}
#attention.attention .inner .title svg {
  width: min(9.3333333333vw, 70px);
  height: min(8.4vw, 63px);
}
#attention.attention .inner .title h2 {
  margin-top: min(0.6666666667vw, 5px);
  font-size: min(5.3333333333vw, 40px);
  font-weight: 700;
  line-height: normal;
  color: #1785E7;
}
#attention.attention .inner .txt {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(3.2vw, 24px);
  margin-top: min(2.6666666667vw, 20px);
}
#attention.attention .inner .blocks {
  margin-top: min(2.6666666667vw, 20px);
  display: flex;
  justify-content: space-between;
}
#attention.attention .inner .blocks p {
  display: grid;
  place-content: center;
  color: #fff;
  background: linear-gradient(98deg, #1E83E6 -3.36%, #0659AB 234.4%);
  height: min(13.3333333333vw, 100px);
  width: calc((100% - min(2.6666666667vw, 20px)) / 3);
  font-size: min(3.2vw, 24px);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
#attention.attention .inner .bottom {
  margin-top: min(2.6666666667vw, 20px);
  background: #EEFAFF;
  padding: min(2.6666666667vw, 20px);
}
#attention.attention .inner .bottom p {
  text-align: center;
  color: #1B6BCD;
  font-size: min(3.7333333333vw, 28px);
  line-height: 1.7;
  font-weight: 600;
}
#attention.attention .inner .bottom p span {
  background: linear-gradient(transparent 70%, #FFFB82 70%);
}

#lead.lead {
  position: relative;
}
#lead.lead.yahoo {
  background: #f9f9f9;
}
#lead.lead .title {
  position: absolute;
  top: min(8vw, 60px);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#lead.lead .title img {
  width: min(46.6666666667vw, 350px);
  height: min(10vw, 75px);
}
#lead.lead .title h2 {
  color: #002F64;
  font-size: min(5.3333333333vw, 40px);
  text-align: center;
  line-height: 1.5;
}

#about.about {
  padding: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px) min(13.3333333333vw, 100px);
}
#about.about.index {
  background: url(/lp/mesotherapy/assets/img/about/bg_about.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#about.about.yahoo {
  background: url(/lp/mesotherapy/assets/img/about/bg_about_yahoo.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#about.about .title {
  background: url(/lp/mesotherapy/assets/img/about/bg_title_about.webp) center/contain no-repeat;
  width: min(78.6666666667vw, 590px);
  height: min(31.3333333333vw, 235px);
  margin-inline: auto;
  padding: min(4vw, 30px) min(5.3333333333vw, 40px);
}
#about.about .title h2 {
  color: #002F64;
  font-size: min(4vw, 30px);
  line-height: 1.4;
}
#about.about .title h2 .marker {
  font-size: min(6.6666666667vw, 50px);
  background: linear-gradient(transparent 70%, #FFFB82 70%);
}
#about.about .title h2 .end {
  font-size: min(5.3333333333vw, 40px);
  display: block;
  text-align: right;
}
#about.about .content {
  margin-top: min(6.6666666667vw, 50px);
}
#about.about .content p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #000;
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.2vw, 24px);
}
#about.about .content p span {
  background: linear-gradient(transparent 20%, #FFFB82 20%);
}
#about.about h3 {
  text-align: center;
  margin-top: min(10.6666666667vw, 80px);
}
#about.about h3 img {
  width: min(46.6666666667vw, 350px);
  height: min(10vw, 75px);
}
#about.about h3 span {
  display: block;
  font-size: min(5.3333333333vw, 40px);
  color: #1785E7;
  margin-top: min(0.6666666667vw, 5px);
}
#about.about .table {
  margin-top: min(5.3333333333vw, 40px);
}

#feature.feature.index {
  background-image: url(/lp/mesotherapy/assets/img/feature/bg_feature.webp);
  padding: min(13.3333333333vw, 100px) min(5.3333333333vw, 40px) min(30.6666666667vw, 230px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#feature.feature.yahoo {
  background-image: url(/lp/mesotherapy/assets/img/feature/bg_feature_yahoo.webp);
  padding: min(13.3333333333vw, 100px) min(5.3333333333vw, 40px) min(26.6666666667vw, 200px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#feature.feature .title {
  background: url(/lp/mesotherapy/assets/img/bg_title_square.webp) center/contain no-repeat;
  width: min(78.6666666667vw, 590px);
  margin-inline: auto;
  padding: min(4.6666666667vw, 35px);
}
#feature.feature .title h2 {
  color: #fff;
  font-size: min(6vw, 45px);
  text-align: center;
  line-height: 1.4;
}
#feature.feature .title h2 span {
  font-size: min(8vw, 60px);
  background: linear-gradient(transparent 70%, rgba(244, 213, 8, 0.9490196078) 70%);
}
#feature.feature .container {
  margin-top: min(8vw, 60px);
}
#feature.feature .container .content {
  background: #fff;
  padding: min(2vw, 15px);
}
#feature.feature .container .content:not(:first-of-type) {
  margin-top: min(6.6666666667vw, 50px);
}
#feature.feature .container .inner {
  padding: min(3.3333333333vw, 25px);
  text-align: center;
  background-image: url(/lp/mesotherapy/assets/img/bg_content.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#feature.feature .container .inner h3 {
  color: #1E83E6;
  font-size: min(5.3333333333vw, 40px);
  line-height: normal;
}
#feature.feature .container .inner img {
  margin-top: min(3.3333333333vw, 25px);
}
#feature.feature .container .inner p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.2vw, 24px);
  text-align: left;
}
#feature.feature .container .inner p span {
  background: linear-gradient(transparent 20%, #FFFB82 20%);
}
#feature.feature.index .container .content:nth-of-type(1) .inner img {
  width: min(27.3333333333vw, 205px);
  height: min(27.0666666667vw, 203px);
}
#feature.feature.index .container .content:nth-of-type(3) .inner h3 {
  position: relative;
}
#feature.feature.index .container .content:nth-of-type(3) .inner h3:after {
  position: absolute;
  content: "";
  width: min(17.0666666667vw, 128px);
  height: min(17.0666666667vw, 128px);
  border-radius: 100%;
  z-index: 1;
  background: rgba(214, 242, 255, 0.6);
  left: min(16vw, 120px);
  top: min(22.6666666667vw, 170px);
}
#feature.feature.index .container .content:nth-of-type(3) .inner img {
  width: min(34.6666666667vw, 260px);
  height: min(21.2vw, 159px);
  position: relative;
  z-index: 2;
}
#feature.feature.yahoo .container .content:nth-of-type(2) .inner h3 {
  position: relative;
}
#feature.feature.yahoo .container .content:nth-of-type(2) .inner h3:after {
  position: absolute;
  content: "";
  width: min(17.0666666667vw, 128px);
  height: min(17.0666666667vw, 128px);
  border-radius: 100%;
  z-index: 1;
  background: rgba(214, 242, 255, 0.6);
  left: min(16vw, 120px);
  top: min(22.6666666667vw, 170px);
}
#feature.feature.yahoo .container .content:nth-of-type(2) .inner img {
  width: min(34.6666666667vw, 260px);
  height: min(21.2vw, 159px);
  position: relative;
  z-index: 2;
}
#feature.feature .bottom {
  margin-top: min(13.3333333333vw, 100px);
}
#feature.feature .bottom h3 {
  text-align: center;
  font-size: min(6.6666666667vw, 50px);
  color: #fff;
  line-height: normal;
}
#feature.feature .bottom .figure {
  margin-top: min(4vw, 30px);
}
#feature.feature .bottom p {
  margin-top: min(4vw, 30px);
  font-size: min(3.2vw, 24px);
  font-weight: 600;
  color: #fff;
}
#feature.feature .bottom p span {
  color: #FFF71D;
}

#case.case .title {
  width: 100%;
  padding-top: min(8vw, 60px);
  text-align: center;
}
#case.case .title h2 {
  color: #002F64;
  font-size: min(6.6666666667vw, 50px);
  text-align: center;
}
#case.case .title svg {
  width: min(34.6666666667vw, 260px);
}
#case.case .container {
  background: url(/lp/mesotherapy/assets/img/bg_dot.webp) bottom/cover no-repeat;
  padding: 0 min(5.3333333333vw, 40px) min(13.3333333333vw, 100px);
}
#case.case .container .txt {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: min(5.3333333333vw, 40px) 0;
  text-align: center;
  font-size: min(3.2vw, 24px);
}
#case.case .container details,
#case.case .container .no-accordion {
  list-style: none;
}
#case.case .container details:not(:first-of-type),
#case.case .container .no-accordion:not(:first-of-type) {
  margin-top: min(4vw, 30px);
}
#case.case .container details summary,
#case.case .container .no-accordion summary {
  background-color: #144680;
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px);
  font-size: min(4vw, 30px);
  color: #fff;
  position: relative;
  list-style: none;
  transition: background-color 0.3s linear;
  font-weight: 600;
}
@media screen and (min-width: 750.1px) {
  #case.case .container details summary,
  #case.case .container .no-accordion summary {
    cursor: pointer;
  }
}
#case.case .container details summary:before, #case.case .container details summary:after,
#case.case .container .no-accordion summary:before,
#case.case .container .no-accordion summary:after {
  position: absolute;
  content: "";
  width: min(2.9333333333vw, 22px);
  height: min(0.4vw, 3px);
  background: #fff;
  top: min(5.3333333333vw, 40px);
  border-radius: min(0.4vw, 3px);
  right: min(5.3333333333vw, 40px);
  transition: transform 0.4s;
}
#case.case .container details summary:before,
#case.case .container .no-accordion summary:before {
  transform: rotate(90deg);
}
#case.case .container details .content,
#case.case .container .no-accordion .content {
  padding-top: min(4vw, 30px);
  transition: height 0.1s ease;
}
#case.case .container details .content .img-note,
#case.case .container .no-accordion .content .img-note {
  text-align: right;
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(2.4vw, 18px);
}
#case.case .container details .content .note,
#case.case .container .no-accordion .content .note {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(2.6666666667vw, 20px);
  margin-top: min(2.6666666667vw, 20px);
  text-align: center;
}
#case.case .container details .content .table,
#case.case .container .no-accordion .content .table {
  margin-top: min(2vw, 15px);
  background: #fff;
}
#case.case .container details .content .table .tr,
#case.case .container .no-accordion .content .table .tr {
  display: flex;
  justify-content: space-between;
}
#case.case .container details .content .table .tr .th,
#case.case .container details .content .table .tr .td,
#case.case .container .no-accordion .content .table .tr .th,
#case.case .container .no-accordion .content .table .tr .td {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(2.6666666667vw, 20px);
  padding: min(1.3333333333vw, 10px);
  border-top: min(0.1333333333vw, 1px) solid #000;
}
#case.case .container details .content .table .tr .th span,
#case.case .container details .content .table .tr .td span,
#case.case .container .no-accordion .content .table .tr .th span,
#case.case .container .no-accordion .content .table .tr .td span {
  font-size: min(2vw, 15px);
}
#case.case .container details .content .table .tr .th,
#case.case .container .no-accordion .content .table .tr .th {
  width: min(24.2666666667vw, 182px);
  text-align: center;
}
#case.case .container details .content .table .tr .td,
#case.case .container .no-accordion .content .table .tr .td {
  width: min(62.4vw, 468px);
}
#case.case .container details .content .table .tr:last-of-type .th,
#case.case .container details .content .table .tr:last-of-type .td,
#case.case .container .no-accordion .content .table .tr:last-of-type .th,
#case.case .container .no-accordion .content .table .tr:last-of-type .td {
  border-bottom: min(0.1333333333vw, 1px) solid #000;
}
#case.case .container details.is-opened summary,
#case.case .container .no-accordion.is-opened summary {
  background-color: #4978AE;
}
#case.case .container details.is-opened summary:before,
#case.case .container .no-accordion.is-opened summary:before {
  transform: rotate(360deg);
}
#case.case .container details.is-opened + details,
#case.case .container .no-accordion.is-opened + details {
  margin-top: min(6.6666666667vw, 50px);
}
#case.case .container .no-accordion .name {
  background-color: #4978AE;
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px);
  font-size: min(4vw, 30px);
  color: #fff;
  font-weight: 600;
}
#case.case .container .no-accordion .name span {
  font-size: min(2.9333333333vw, 22px);
  padding-left: min(2vw, 15px);
}

#price.price {
  margin-top: -15%;
  background-image: url(/lp/mesotherapy/assets/img/bg_price.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: min(18vw, 135px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
}
#price.price .title {
  width: 100%;
  text-align: center;
}
#price.price .title h2 {
  color: #fff;
  font-size: min(6.6666666667vw, 50px);
  text-align: center;
}
#price.price .title svg {
  width: min(30.6666666667vw, 230px);
}
#price.price .content {
  margin-top: min(4vw, 30px);
  padding: min(2vw, 15px);
  background: #fff;
}
#price.price .content .inner {
  padding: min(4vw, 30px) min(3.3333333333vw, 25px);
  background-image: url(/lp/mesotherapy/assets/img/bg_content.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#price.price .content .inner h3 {
  color: #111;
  font-size: min(5.3333333333vw, 40px);
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
#price.price .content .inner h3 span {
  font-size: min(4vw, 30px);
}
#price.price .content .inner h3 span.bordered {
  margin-top: min(1.3333333333vw, 10px);
  border: min(0.2666666667vw, 2px) solid #000;
  padding: min(0.6666666667vw, 5px) min(7.2vw, 54px);
  display: inline-block;
  font-size: min(4vw, 30px);
  letter-spacing: 0.04em;
  line-height: 1.3;
}
#price.price .content .inner .monthly {
  width: min(66vw, 495px);
  margin: min(4vw, 30px) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: min(0.2666666667vw, 2px) solid #1E83E6;
  font-weight: 600;
  padding-bottom: min(1.3333333333vw, 10px);
  text-wrap: nowrap;
}
#price.price .content .inner .monthly span:last-of-type:before, #price.price .content .inner .monthly span:last-of-type, #price.price .content .inner .monthly .digit, #price.price .content .inner .monthly span:first-of-type {
  background: linear-gradient(90deg, #11A6E8 0%, #1E83E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#price.price .content .inner .monthly span:first-of-type {
  writing-mode: vertical-rl;
  font-size: min(5.3333333333vw, 40px);
  letter-spacing: min(0.2666666667vw, 2px);
  line-height: 1;
}
#price.price .content .inner .monthly .digit {
  line-height: 1;
  font-size: min(18.6666666667vw, 140px);
  font-family: "din-2014", sans-serif !important;
}
#price.price .content .inner .monthly span:last-of-type {
  font-size: min(9.3333333333vw, 70px);
  position: relative;
  padding-top: 5%;
}
#price.price .content .inner .monthly span:last-of-type:before {
  content: "税込";
  font-size: min(4vw, 30px);
  position: absolute;
  top: 10%;
  left: 7%;
  line-height: 1;
}
#price.price .content .inner .amount {
  margin-top: min(4vw, 30px);
  text-align: center;
  font-size: min(4vw, 30px);
  font-weight: 600;
}
#price.price .content .inner .amount span {
  line-height: 1;
  font-size: min(8vw, 60px);
  font-family: "din-2014", sans-serif !important;
  font-weight: 400;
}
#price.price .content .inner .note {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  text-align: center;
  margin-top: min(4vw, 30px);
  font-size: min(2.2666666667vw, 17px);
}
#price.price .content .inner .cta {
  margin-top: min(4vw, 30px);
  font-size: min(5.0666666667vw, 38px);
  border-radius: min(17.3333333333vw, 130px);
  width: 100%;
  height: min(13.3333333333vw, 100px);
}
#price.price .content .inner .cta svg:first-of-type {
  width: min(5.6vw, 42px);
  height: min(7.0666666667vw, 53px);
  margin-right: min(2.6666666667vw, 20px);
}
#price.price .content .inner .cta svg:last-of-type {
  width: min(3.3333333333vw, 25px);
  height: min(2.6666666667vw, 20px);
  margin-left: min(2.6666666667vw, 20px);
}
#price.price .content .inner .cta .soudan {
  display: none;
}

#kodawari.kodawari {
  padding: min(8.6666666667vw, 65px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
}
#kodawari.kodawari.index {
  background: url(/lp/mesotherapy/assets/img/kodawari/bg_kodawari.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#kodawari.kodawari.yahoo {
  background: url(/lp/mesotherapy/assets/img/kodawari/bg_kodawari_yahoo.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#kodawari.kodawari h2 {
  width: min(80.1333333333vw, 601px);
  height: min(34vw, 255px);
  background-image: url(/lp/mesotherapy/assets/img/kodawari/ttl_kodawari.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-inline: auto;
  text-align: center;
  color: #002F64;
  font-size: min(5.3333333333vw, 40px);
  padding-top: min(10.6666666667vw, 80px);
  line-height: 1;
}
#kodawari.kodawari h2 span {
  font-size: min(8vw, 60px);
  background: linear-gradient(transparent 70%, #FFFB82 70%);
}
#kodawari.kodawari .content {
  margin-top: min(5.3333333333vw, 40px);
}
#kodawari.kodawari .content .title {
  text-align: center;
}
#kodawari.kodawari .content .title svg {
  width: min(7.3333333333vw, 55px);
  height: min(9.0666666667vw, 68px);
}
#kodawari.kodawari .content .title h3 {
  line-height: 1.4;
  color: #1785E7;
  text-align: center;
  font-size: min(6.6666666667vw, 50px);
  padding-top: min(1.3333333333vw, 10px);
  position: relative;
  z-index: 1;
}
#kodawari.kodawari .content .title h3 .small {
  font-size: min(5.3333333333vw, 40px);
}
#kodawari.kodawari .content .title h3 .num {
  line-height: 1;
  font-size: min(9.3333333333vw, 70px);
  font-family: "din-2014", sans-serif !important;
}
#kodawari.kodawari .content .name {
  margin-top: min(5.3333333333vw, 40px);
  background-color: #4978AE;
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px);
  font-size: min(4vw, 30px);
  color: #fff;
  font-weight: 600;
}
#kodawari.kodawari .content .name span {
  font-size: min(2.9333333333vw, 22px);
  padding-left: min(2vw, 15px);
}
#kodawari.kodawari .content .table {
  margin-top: min(1.3333333333vw, 10px);
}
#kodawari.kodawari .content .table .note {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(2.4vw, 18px);
}
#kodawari.kodawari .content .table .inner {
  margin-top: min(2.6666666667vw, 20px);
  background: #fff;
}
#kodawari.kodawari .content .table .inner .tr {
  display: flex;
  justify-content: space-between;
}
#kodawari.kodawari .content .table .inner .tr .th,
#kodawari.kodawari .content .table .inner .tr .td {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(2.6666666667vw, 20px);
  padding: min(1.3333333333vw, 10px);
  border-top: min(0.1333333333vw, 1px) solid #000;
  margin: unset;
}
#kodawari.kodawari .content .table .inner .tr .th span,
#kodawari.kodawari .content .table .inner .tr .td span {
  font-size: min(2vw, 15px);
  background: unset;
}
#kodawari.kodawari .content .table .inner .tr .th {
  width: min(24.2666666667vw, 182px);
  text-align: center;
}
#kodawari.kodawari .content .table .inner .tr .td {
  width: min(62.4vw, 468px);
}
#kodawari.kodawari .content .table .inner .tr:last-of-type .th,
#kodawari.kodawari .content .table .inner .tr:last-of-type .td {
  border-bottom: min(0.1333333333vw, 1px) solid #000;
}
#kodawari.kodawari .content img {
  margin-top: min(4vw, 30px);
  text-align: center;
}
#kodawari.kodawari .content p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.2vw, 24px);
}
#kodawari.kodawari .content p span {
  background: linear-gradient(transparent 20%, #FFFCAE 20%);
}
#kodawari.kodawari .content .note {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: min(1.3333333333vw, 10px);
  font-size: min(2.6666666667vw, 20px);
  display: block;
}
#kodawari.kodawari.index .content:nth-of-type(4), #kodawari.kodawari.yahoo .content:nth-of-type(3) {
  text-align: center;
}
#kodawari.kodawari.index .content:nth-of-type(4) img, #kodawari.kodawari.yahoo .content:nth-of-type(3) img {
  width: min(60vw, 450px);
  height: min(56vw, 420px);
}
#kodawari.kodawari .content:nth-of-type(1) .title h3:after {
  position: absolute;
  content: "1";
  color: #fff;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.3333333333vw, 40px);
  font-family: "din-2014", sans-serif !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #kodawari.kodawari .content:nth-of-type(1) .title h3:after {
    top: -8vw;
  }
}
#kodawari.kodawari .content:nth-of-type(2) .title h3:after {
  position: absolute;
  content: "2";
  color: #fff;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.3333333333vw, 40px);
  font-family: "din-2014", sans-serif !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #kodawari.kodawari .content:nth-of-type(2) .title h3:after {
    top: -8vw;
  }
}
#kodawari.kodawari .content:nth-of-type(3) .title h3:after {
  position: absolute;
  content: "3";
  color: #fff;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.3333333333vw, 40px);
  font-family: "din-2014", sans-serif !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #kodawari.kodawari .content:nth-of-type(3) .title h3:after {
    top: -8vw;
  }
}
#kodawari.kodawari .content:nth-of-type(4) .title h3:after {
  position: absolute;
  content: "4";
  color: #fff;
  z-index: 2;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.3333333333vw, 40px);
  font-family: "din-2014", sans-serif !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #kodawari.kodawari .content:nth-of-type(4) .title h3:after {
    top: -8vw;
  }
}
#kodawari.kodawari .cta_wrapper {
  margin-top: min(10.6666666667vw, 80px);
}
#kodawari.kodawari .cta_wrapper p {
  text-align: center;
  color: #1E83E6;
  font-size: min(3.7333333333vw, 28px);
  font-weight: 600;
}
#kodawari.kodawari .cta_wrapper .cta {
  margin-top: min(2.6666666667vw, 20px);
  width: 100%;
  font-size: min(5.3333333333vw, 40px);
  border-radius: min(19.7333333333vw, 148px);
  height: min(15.2vw, 114px);
}
#kodawari.kodawari .cta_wrapper .cta svg:first-of-type,
#kodawari.kodawari .cta_wrapper .cta .yoyaku {
  display: none;
}
#kodawari.kodawari .cta_wrapper .cta svg:last-of-type {
  width: min(3.8666666667vw, 29px);
  height: min(3.0666666667vw, 23px);
  margin-left: min(2.6666666667vw, 20px);
}
#kodawari.kodawari .bottom {
  margin-top: min(8vw, 60px);
  padding: min(4vw, 30px) min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  border: min(0.2666666667vw, 2px) solid #1683E7;
  background: #FFF;
}
#kodawari.kodawari .bottom .title {
  text-align: center;
}
#kodawari.kodawari .bottom .title img {
  width: min(6.6666666667vw, 50px);
  height: min(12vw, 90px);
}
#kodawari.kodawari .bottom .title h3 {
  color: #1785E7;
  font-size: min(5.3333333333vw, 40px);
  padding-top: min(0.6666666667vw, 5px);
  line-height: 1.5;
}
#kodawari.kodawari .bottom .txt {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #111;
  font-size: min(3.2vw, 24px);
  margin-top: min(2.6666666667vw, 20px);
}
#kodawari.kodawari .bottom .txt span {
  background: linear-gradient(transparent 20%, #FFFCAE 20%);
}
#kodawari.kodawari .bottom .case_num {
  width: min(74.6666666667vw, 560px);
  height: min(43.2vw, 324px);
  margin: min(2.6666666667vw, 20px) auto 0;
  position: relative;
}
#kodawari.kodawari .bottom .case_num span {
  line-height: 1;
  font-size: min(22.6666666667vw, 170px);
  font-family: "din-2014", sans-serif !important;
  background: var(--gold, linear-gradient(112deg, #DCB61E -3.31%, #E6B221 25.6%, #F2C922 44.8%, #EAB43F 79.73%, #D2A800 126.66%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  width: min(40vw, 300px);
  height: min(22.6666666667vw, 170px);
  bottom: 16%;
  left: 13%;
}
#kodawari.kodawari .bottom .case_num p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: -5%;
  text-align: center;
  font-size: min(2.4vw, 18px);
}

#flow.flow {
  padding: min(13.3333333333vw, 100px) min(5.3333333333vw, 40px) min(24vw, 180px);
  background: url(/lp/mesotherapy/assets/img/bg_flow.webp) top/cover no-repeat;
}
#flow.flow .title {
  background: url(/lp/mesotherapy/assets/img/bg_title_square.webp) center/contain no-repeat;
  width: min(78.6666666667vw, 590px);
  margin-inline: auto;
  padding: min(4.6666666667vw, 35px);
}
#flow.flow .title h2 {
  color: #fff;
  font-size: min(6.6666666667vw, 50px);
  text-align: center;
  line-height: 1.4;
}
#flow.flow .container {
  margin-top: min(10.6666666667vw, 80px);
}
#flow.flow .container .wrapper {
  padding: min(2vw, 15px);
  background: #fff;
}
#flow.flow .container .wrapper:not(:first-of-type) {
  margin-top: min(4vw, 30px);
}
#flow.flow .container .wrapper details {
  border: min(0.2666666667vw, 2px) solid #1E83E6;
  list-style: none;
}
#flow.flow .container .wrapper details summary {
  padding: min(2.6666666667vw, 20px) min(3.3333333333vw, 25px) min(2.6666666667vw, 20px) min(15.3333333333vw, 115px);
  font-size: min(4vw, 30px);
  color: #1785E7;
  position: relative;
  list-style: none;
  transition: background-color 0.3s linear;
  font-weight: 600;
}
@media screen and (min-width: 750.1px) {
  #flow.flow .container .wrapper details summary {
    cursor: pointer;
  }
}
#flow.flow .container .wrapper details summary .num {
  position: absolute;
  width: min(9.3333333333vw, 70px);
  font-size: min(2.6666666667vw, 20px);
  color: #fff;
  font-family: "din-2014", sans-serif !important;
  text-align: center;
  letter-spacing: min(0.1333333333vw, 1px);
  line-height: 1;
  top: min(4vw, 30px);
  left: min(3.6vw, 27px);
  z-index: 1;
}
#flow.flow .container .wrapper details summary .num span {
  font-size: min(3.2vw, 24px);
  line-height: 1;
}
#flow.flow .container .wrapper details summary svg {
  position: absolute;
  left: min(3.3333333333vw, 25px);
  width: min(9.3333333333vw, 70px);
  height: min(4.8vw, 36px);
  top: 33%;
}
#flow.flow .container .wrapper details summary:before, #flow.flow .container .wrapper details summary:after {
  position: absolute;
  content: "";
  width: min(2.9333333333vw, 22px);
  height: min(0.4vw, 3px);
  background: #1785E7;
  top: min(5.3333333333vw, 40px);
  border-radius: min(0.4vw, 3px);
  right: min(3.3333333333vw, 25px);
  transition: transform 0.4s;
}
#flow.flow .container .wrapper details summary:before {
  transform: rotate(90deg);
}
#flow.flow .container .wrapper details .content_inner {
  padding: 0 min(3.3333333333vw, 25px) min(4vw, 30px);
}
#flow.flow .container .wrapper details .content_inner p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: min(1.3333333333vw, 10px);
  font-size: min(3.2vw, 24px);
}
#flow.flow .container .wrapper details.is-opened summary:before {
  transform: rotate(360deg);
}

#faq.faq {
  margin-top: -14%;
}
#faq.faq .title {
  width: 100%;
  padding-top: min(13.3333333333vw, 100px);
  text-align: center;
  background: url(/lp/mesotherapy/assets/img/bg_title_circle.webp) top/cover no-repeat;
}
#faq.faq .title h2 {
  color: #002F64;
  font-size: min(6.6666666667vw, 50px);
  text-align: center;
}
#faq.faq .title svg {
  width: min(34.6666666667vw, 260px);
}
#faq.faq .container {
  background: url(/lp/mesotherapy/assets/img/bg_dot.webp) bottom/cover no-repeat;
  padding: min(6.6666666667vw, 50px) min(5.3333333333vw, 40px) min(13.3333333333vw, 100px);
}
#faq.faq .container details {
  list-style: none;
}
#faq.faq .container details:not(:first-of-type) {
  margin-top: min(4vw, 30px);
}
#faq.faq .container details summary {
  background-color: #10427A;
  padding: min(2.6666666667vw, 20px) min(11.3333333333vw, 85px);
  font-size: min(3.7333333333vw, 28px);
  color: #fff;
  position: relative;
  list-style: none;
  transition: background-color 0.3s linear;
  font-weight: 600;
}
@media screen and (min-width: 750.1px) {
  #faq.faq .container details summary {
    cursor: pointer;
  }
}
#faq.faq .container details summary .icon {
  display: grid;
  place-content: center;
  position: absolute;
  left: min(5.3333333333vw, 40px);
  font-size: min(5.3333333333vw, 40px);
  color: #FFED76;
  font-family: "din-2014", sans-serif !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}
#faq.faq .container details summary .icon:after {
  left: min(3.4666666667vw, 26px);
  position: absolute;
  content: ".";
}
#faq.faq .container details summary:before, #faq.faq .container details summary:after {
  position: absolute;
  content: "";
  width: min(2.9333333333vw, 22px);
  height: min(0.4vw, 3px);
  background: #fff;
  top: min(5.3333333333vw, 40px);
  border-radius: min(0.4vw, 3px);
  right: min(5.3333333333vw, 40px);
  transition: transform 0.4s;
}
#faq.faq .container details summary:before {
  transform: rotate(90deg);
}
#faq.faq .container details .content_inner {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: min(2.6666666667vw, 20px) 0;
  font-size: min(3.2vw, 24px);
}
#faq.faq .container details.is-opened summary {
  background-color: #4978AE;
}
#faq.faq .container details.is-opened summary:before {
  transform: rotate(360deg);
}

#clinics.clinics {
  padding: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px) 0;
}
#clinics.clinics .title {
  text-align: center;
}
#clinics.clinics .title img {
  width: min(46.6666666667vw, 350px);
  height: min(10vw, 75px);
}
#clinics.clinics .title h2 {
  color: #1785E7;
  padding-top: min(0.6666666667vw, 5px);
  font-size: min(6.6666666667vw, 50px);
  letter-spacing: min(0.5333333333vw, 4px);
}
#clinics.clinics .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: min(5.3333333333vw, 40px);
}
#clinics.clinics .container details {
  width: calc((100% - min(4vw, 30px)) / 2);
  position: relative;
}
#clinics.clinics .container details:nth-of-type(n+3) {
  margin-top: min(2.6666666667vw, 20px);
}
#clinics.clinics .container details .clinic_card {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  width: 100%;
  text-align: center;
  padding: min(2.6666666667vw, 20px) 0;
  background: #fff;
  border: min(0.2666666667vw, 2px) solid #1785E7;
}
@media screen and (min-width: 750.1px) {
  #clinics.clinics .container details .clinic_card {
    cursor: pointer;
  }
}
#clinics.clinics .container details .clinic_card .clinic_name {
  font-size: min(4vw, 30px);
  color: #1785E7;
}
#clinics.clinics .container details .clinic_card .clinic_access {
  font-size: min(2.6666666667vw, 20px);
}
#clinics.clinics .container details.is-opened .clinic_card {
  background: #1785E7;
}
#clinics.clinics .container details.is-opened .clinic_card .clinic_name,
#clinics.clinics .container details.is-opened .clinic_card .clinic_access {
  color: #fff;
}
#clinics.clinics .container details .clinic-inner {
  width: min(89.3333333333vw, 670px);
  margin-top: min(2.6666666667vw, 20px);
  background: #fff;
  border: min(0.8vw, 6px) solid #1785E7;
  padding: min(4vw, 30px) calc(min(5.3333333333vw, 40px) - min(0.8vw, 6px));
  position: relative;
  z-index: 2;
}
#clinics.clinics .container details .clinic-inner h4 {
  font-size: min(5.3333333333vw, 40px);
  color: #1785E7;
  text-align: center;
  font-weight: 600;
}
#clinics.clinics .container details .clinic-inner .table {
  margin-top: min(2.6666666667vw, 20px);
  border-radius: min(0.2666666667vw, 2px);
  border: min(0.2666666667vw, 2px) solid #00537D;
  background: #FFF;
  overflow: hidden;
  box-sizing: border-box;
}
#clinics.clinics .container details .clinic-inner .table .tr {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  display: grid;
  grid-template-columns: min(13.3333333333vw, 100px) min(64.8vw, 486px);
}
#clinics.clinics .container details .clinic-inner .table .tr:not(:first-of-type) {
  border-top: min(0.1333333333vw, 1px) dotted #99A4B3;
}
#clinics.clinics .container details .clinic-inner .table .th {
  width: 100%;
  padding: min(2.6666666667vw, 20px) 0;
  text-align: center;
  background: #10427A;
  font-size: min(2.6666666667vw, 20px);
  color: #fff;
  display: grid;
  place-content: center;
}
#clinics.clinics .container details .clinic-inner .table .td {
  width: 100%;
  padding: min(2.6666666667vw, 20px) min(4vw, 30px);
  font-size: min(2.6666666667vw, 20px);
  box-sizing: border-box;
}
#clinics.clinics .container details .clinic-inner iframe {
  margin-top: min(2.6666666667vw, 20px);
  border-radius: min(0.6666666667vw, 5px);
  width: 100%;
  height: min(40vw, 300px);
}
#clinics.clinics .container details .clinic-inner .buttons_container {
  margin-top: min(2.6666666667vw, 20px);
  display: flex;
  justify-content: space-between;
}
#clinics.clinics .container details .clinic-inner .buttons_container a:first-of-type {
  border-radius: min(5.3333333333vw, 40px);
  height: min(8vw, 60px);
  display: grid;
  place-content: center;
  border: min(0.2666666667vw, 2px) solid #1785E7;
  color: #1785E7;
  background: #fff;
  width: min(30.6666666667vw, 230px);
  font-size: min(3.4666666667vw, 26px);
}
#clinics.clinics .container details .clinic-inner .buttons_container .cta {
  font-size: min(3.2vw, 24px);
  border-radius: min(5.3333333333vw, 40px);
  width: min(46.6666666667vw, 350px);
  height: min(8vw, 60px);
}
#clinics.clinics .container details .clinic-inner .buttons_container .cta svg {
  width: min(3.3333333333vw, 25px);
  height: min(4.5333333333vw, 34px);
  margin-right: min(1.3333333333vw, 10px);
}
#clinics.clinics .container details .clinic-inner .doctor_content {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: min(5.3333333333vw, 40px);
}
#clinics.clinics .container details .clinic-inner .doctor_content .name {
  display: flex;
}
#clinics.clinics .container details .clinic-inner .doctor_content .name span {
  font-size: min(24px, 3.2vw);
}
#clinics.clinics .container details .clinic-inner .doctor_content .name img {
  margin-left: min(20px, 2.6666666667vw);
  width: 40%;
}
#clinics.clinics .container details .clinic-inner .doctor_content .history {
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(18px, 2.4vw);
  line-height: 1.5;
}
#clinics.clinics .container details .clinic-inner .doctor_content .history dl {
  display: flex;
  line-height: 1.5;
}
#clinics.clinics .container details .clinic-inner .doctor_content .history dl dd {
  margin-left: min(5px, 0.6666666667vw);
}
#clinics.clinics .container details .clinic-inner .doctor_content .comment {
  margin-top: min(2.6666666667vw, 20px);
  padding-top: min(2.6666666667vw, 20px);
  font-size: min(18px, 2.4vw);
  border-top: min(2px, 0.2666666667vw) solid #111;
}
#clinics.clinics .container details:nth-of-type(even) .clinic-inner {
  margin-left: -109.3%;
}

#info.info {
  margin-top: min(10.6666666667vw, 80px);
  padding: 0 min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  text-align: center;
}
#info.info .container {
  background: rgba(243, 243, 243, 0.9);
  padding: min(6.6666666667vw, 50px) min(5.3333333333vw, 40px);
  text-align: left;
}
#info.info .container h3 {
  font-size: min(4.2666666667vw, 32px);
  text-align: center;
}
#info.info .container h4 {
  font-size: min(3.4666666667vw, 26px);
  font-weight: 600;
  margin-top: min(4vw, 30px);
}
#info.info .container p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: min(3.2vw, 24px);
  margin-top: min(0.6666666667vw, 5px);
}
#info.info a {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  display: inline-block;
  font-size: min(3.2vw, 24px);
  margin-top: min(5.3333333333vw, 40px);
}

header {
  width: 100%;
  height: min(13.3333333333vw, 100px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(3.3333333333vw, 25px) min(5.3333333333vw, 40px);
  box-shadow: 0 min(0.2666666667vw, 2px) min(0.4vw, 3px) 0 rgba(0, 83, 125, 0.11);
}
header img {
  margin: unset;
  width: min(31.3333333333vw, 235px);
  height: min(6.6666666667vw, 50px);
}
header .cta {
  font-size: min(2.6666666667vw, 20px);
  border-radius: min(5.3333333333vw, 40px);
  width: min(40vw, 300px);
  height: min(8vw, 60px);
}
header .cta svg:first-of-type {
  width: min(3.3333333333vw, 25px);
  height: min(4vw, 30px);
  margin-right: min(1.3333333333vw, 10px);
}
header .cta svg:last-of-type,
header .cta .soudan {
  display: none;
}

footer {
  width: 100%;
  height: min(42vw, 315px);
  padding: min(5.3333333333vw, 40px) 0 0;
  background: #1785E7;
  text-align: center;
}
footer p {
  font-family: "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: min(3.2vw, 24px);
}

.cta {
  color: #1785E7;
  background: #FFFA5D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.floating {
  width: min(100vw, 750px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(min(2vw, 15px));
          backdrop-filter: blur(min(2vw, 15px));
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px);
  position: fixed;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.floating.active {
  opacity: 1;
  z-index: 200;
  pointer-events: revert;
}
.floating p {
  text-align: center;
  color: #1E83E6;
  font-size: min(3.7333333333vw, 28px);
  font-weight: 600;
}
.floating .cta {
  margin-top: min(1.3333333333vw, 10px);
  width: min(89.3333333333vw, 670px);
  font-size: min(5.3333333333vw, 40px);
  border-radius: min(19.7333333333vw, 148px);
  height: min(15.2vw, 114px);
}
.floating .cta svg:first-of-type,
.floating .cta .yoyaku {
  display: none;
}
.floating .cta svg:last-of-type {
  width: min(3.8666666667vw, 29px);
  height: min(3.0666666667vw, 23px);
  margin-left: min(2.6666666667vw, 20px);
}/*# sourceMappingURL=style.css.map */