@charset "utf-8";
/*------------------------------------------------------------------------------
  fonts
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "Marcellus", "Zen Old Mincho", "Zen Kaku Gothic New", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1200px;
}
.sp-block {
  position: relative;
  
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 375px;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/
body {
  position: relative;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/blue_bg.png) 50% 50% / cover no-repeat;
}

.header {
  position: fixed;
  display: flex;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 390px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid #fff;
  box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.header .logo {
  display: block;
  width: 50%;
  max-width: 180px;
}
.header-btn .btn {
  display: flex;
  width: 160px;
  height: 45px;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
}
.grt-btn {
  color: #FFF;
  background: linear-gradient(to right, #FFAC4B, #FD501A);
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 0 4px rgb(0, 0, 0, 0.25);
}

.main {
  position: relative;
  display: flex;
  padding-top: 40px;
  justify-content: center;
  z-index: 1;
}
.main-content {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: #FFF;
}
.main-logo {
  position: fixed;
  left: 7%;
  bottom: 372px;
  width: calc((92% - 600px) / 2);
  max-width: 330px;
  backdrop-filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.2));
  filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.2));
}
.main-btn {
  position: fixed;
  right: 7%;
  bottom: 291px;
  width: calc((92% - 600px) / 2);
}
.main-btn-info .btn {
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 80px;
  margin: 10px auto 0;
  line-height: 1.1;
  align-items: center;
  justify-content: center;
}
.mark-txt {
  margin-bottom: 18px;
  text-align: center;
}
.mark-txt span {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 auto 5px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #1c395d;
  border-radius: 2px;
}
.main-btn-info {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
.txt-hlight {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #1c395d, -1px -1px 0 #1c395d, -1px 1px 0 #1c395d, 1px -1px 0 #1c395d, 0px 1px 0 #1c395d, 0 -1px 0 #1c395d, -1px 0 0 #1c395d, 1px 0 0 #1c395d;
}

.kv {
  font-size: 0;
}

.problem-content {
  position: relative;
  padding: 45px 0 80px;
  text-align: center;
  background: url(../images/problem_bg.png) 50% 100% / cover no-repeat;
  z-index: 1;
}
.problem-content .title {
  font-size: 30px;
  font-weight: 500;
  color: #1b395e;
  line-height: 1.1;
}
.min-title {
  font-family: "Noto Serif JP", serif;
}
.problem-content .title big {
  font-size: 40px;
  font-weight: 600;
}
.problem-content .title {
  padding-left: 3.5em;
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
  color: #1b395e;
  line-height: 1.3;
  text-indent: -5.5em;
}
.problem-list {
  text-align: right;
}
.problem-list li p {
  display: inline-block;
  padding: 8px 30px 8px 40px;
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
  color: #808080;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  filter: drop-shadow(2px 4px 6px black);
}
.problem-list li:nth-child(2n) p {
  color: #2f588a;
}
.p-mark {
  position: relative;
  background: linear-gradient(transparent 60%, #ffff8c 60%);
}
.problem-txt big {
  font-size: 32px;
}
.problem-txt {
  padding: 100px 85px 30px;
  margin-top: -80px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #1b395e;
  background: #f2f2f2;
}

.cases {
  padding-bottom: 30px;
}

.section-heading {
  display: block;
  padding: 34px 10px 44px;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #1b395e;
  font-weight: 600;
  letter-spacing: 4px;
}
.section-heading .en {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.1;
  font-family: "classico-urw", sans-serif;
  color: #999;
}
.section-heading .mark {
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
}
.section-heading .mark span {
  padding: 3px 8px 4px 14px;
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  background: #1c395d;
  vertical-align: bottom;
}
.section-heading .in {
  display: block;
}

.cases-slider {
  margin-bottom: 25px;
}

.btn-line {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 45px;
  padding: 16px 35px;
  margin: 0 auto 28px;
  font-size: 15px;
  color: #1b395e;
  border: 1px solid #1b395e;
  align-items: center;
}
.btn-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #1b395e;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(-45deg);
}
.button-finger {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 64px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  color: #FFF;
  background: #15ba79;
  border: 2px solid #FFF;
  border-radius: 50px;
  filter: drop-shadow(3px 3px 0 rgba(52,164,214,0.5));
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.button-finger::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 45px;
  height: 62px;
  background: url(../images/finger.png) 0 0 / contain no-repeat;
  z-index: -1;
}
.button-finger span {
  color: #ffff80;
}

.reasons {
  padding: 12px 10px 45px;
  background: #e6e6e6;
}
.point-case {
  position: relative;
  padding: 10px 8px;
  margin-bottom: 60px;
  background: #FFF;
}
.point-tag {
  position: absolute;
  display: flex;
  top: -28px;
  left: -8px;
  width: 94px;
  height: 94px;
  font-size: 17px;
  color: #FFF;
  line-height: 1.1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background: #64accf;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.point-tag span {
  display: block;
  font-size: 42px;
}
.point-case:nth-child(2n) .point-tag {
  left: auto;
  right: -8px;
}
.point-title {
  padding-left: 90px;
  margin-bottom: 18px;
  font-size: 27px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #1c395d;
  letter-spacing: 3px;
}
.point-title small {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: bottom;
}
.point-title .small {
  font-size: 22px;
}
.point-title .tag-small {
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: bottom;
}
.point-case:nth-child(2n) .point-title {
  padding-left: 0;
  /* padding-right: 90px; */
}

.point-case.point2 {
  padding: 10px 32px;
}
.point-case.point4 {
  padding: 10px 16px;
}

table th {
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #b3b3b3;
}
table td {
  padding: 7px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #b3b3b3;
}
table td:first-child {
  width: 60px;
  max-width: 60px;
  padding: 0 2px;
  white-space: nowrap;
  color: #1c395d;
  font-weight: 700;
  letter-spacing: 1px;
  background: #e6e6e6;
  vertical-align: middle;
}
table th.bg-b,
table td.bg-b {
  color: #FFF;
  background: #1b395e;
}
table th.bg-g,
table td.bg-g {
  color: #FFF;
  background: #999;
}
table th.bg-w,
table td.bg-w {
  color: inherit;
  background: #FFF;
}
.inner-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  font-size: 0;
}

.point3 .inner {
  overflow-x: auto;
}
.point3 .inner table {
  min-width: 800px;
}
.point3 .inner table td {
  width: 14%;
}
.point3 .inner table td:first-child {
  width: 30px;
  min-width: 30px;
  padding: 12px 2px;
}
.point3 .inner table th:first-child {
  width: 30px;
  min-width: 30px;
  padding: 12px 2px;
  font-size: 10px;
  color: #1c395d;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #e6e6e6;
  vertical-align: middle;
}
.point3 .inner table td img {
  width: 80%;
  height: 74px;
  object-fit: contain;
  object-position: 50% 50%;
}

.point-case.point5 {
  margin-bottom: 0;
}
.point-clinic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clinic-box {
  display: block;
  width: 48.5%;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.clinic-name {
  margin: 5px 0 2px;
  font-size: 16px;
}
.clinic-access {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}

.pricing-content {
  padding: 0 10px;
}
.pricing-box {
  margin-bottom: 35px;
}
.pricing-top {
  position: relative;
  display: flex;
  padding: 10px;
  color: #FFF;
  background: #1b395e;
  justify-content: space-between;
  align-items: center;
}
.pricing-tag {
  display: flex;
  width: 74px;
  min-width: 74px;
  height: 74px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  background: #b8a56d;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.pricing-tag small {
  font-size: 16px;
}
.pricing-title {
  /* width: calc(100% - 90px); */
  width:100%;
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}
.pricing-title small {
  display: block;
  font-size: 70%;
  line-height: 1.5;
}
.pricing-box:last-child .pricing-top {
  align-items: flex-start;
}
.pricing-incase {
  padding: 24px 10px 18px;
  border: 3px solid #1c395d;
  border-width: 0 3px 3px 3px;
}
.pricing-img {
  margin-bottom: 32px;
}
.pricing-price {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  color: #1c395d;
  justify-content: center;
  align-items: flex-end;
}
.session-count {
  margin-right: 14px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
}
.the-price {
  display: flex;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", sans-serif;
  align-items: flex-end;
}
.the-price small {
  margin-right: 4px;
  font-size: 50px;
}
.the-price .tax {
  display: block;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.cta-inner {
  padding: 20px 28px 36px;
}
.btn-pop {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}
.btn-pop p {
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
  color: #1c395d;
}
.btn-pop p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background: #1c395d;
  transform: rotate(-35deg);
}
.btn-pop p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: #1c395d;
  transform: rotate(35deg);
}

.steps-inner {
  padding: 0 10px 16px;
}
.sub-txt {
  display: block;
  margin-bottom: 24px;
}
.steps-list {
  position: relative;
}
.steps-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 24px;
}
.steps-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 100%;
  background: #c8c8c8;
}
.steps-list li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 2px solid #1c395d;
  border-radius: 50%;
}
.step-count {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}
.step-title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1c395d;
}
.step-img {
  width: 54%;
  margin: 0 auto 20px;
}
.overview {
  padding: 0 15px 30px;
}
.simple-title {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}
.overview .simple-title {
  font-size: 14px;
}
.blue {
  color: #1c395d;
}
.pink {
  color: #e74586;
}
.overview-table {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.overview-table::before {
  content: "スクロールできます→";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  opacity: 0.6;
}
.overview-table table {
  width: 800px;
}
.overview-table table th {
  width: 117px;
  font-size: 12px;
  text-align: left;
  color: #FFF;
  background: #e74586;
  border-color: #ededed;
}
.overview-table table td {
  text-align: left;
}

.precautions {
  padding: 0 15px 40px;
}
.precautions-img {
  padding: 0 7px 20px;
}
.precautions-item {
  margin-top: 45px;
}
.precautions-item .pink {
  font-weight: 600;
}

.overview-inner p,
.precautions-inner p {
  line-height: 1.8;
}

.pink-btn {
  display: flex;
  width: 100%;
  max-width: 234px;
  height: 64px;
  margin: 24px auto 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  background: #fb637e;
  border-radius: 4px;
  box-shadow: 0 4px 0 #bc4a5f;
  align-items: center;
  justify-content: center;
}
.pink-btn svg {
  display: block;
  margin-left: 5px;
}

.faq {
  padding: 0 15px;
}
.faq .simple-title {
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
}
.faq-item {
  margin-bottom: 14px;
}
.faq-item .pink {
  font-weight: 600;
}
.faq-q,
.faq-a {
  position: relative;
  padding: 14px 14px 14px 40px;
  letter-spacing: 0.5px;
}
.faq-q::before,
.faq-a::before {
  content: "Q";
  position: absolute;
  display: flex;
  top: 10px;
  left: 0;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #FFF;
  background: #e74486;
  align-items: center;
  justify-content: center;
}
.faq-a::before {
  content: "A";
  background: #6599b7;
}

.freebtn {
  padding: 38px 15px;
}

.info {
  padding: 38px 15px;
}
.info-box {
  padding: 20px;
  background: #f7f7f7;
}
.info-title {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #9d2d5e;
  border-bottom: 1px solid #9d2d5e;
}
.info-box ol {
  padding-left: 1em;
  line-height: 1.8;
}

.last-link {
  padding: 0 15px 40px;
}

/*==================タブレット=====================*/
@media screen and (max-width: 1200px) {
  .main-logo {
    left: 15px;
    width: calc((100% - 450px) / 2);
    text-align: center;
  }
  .main-btn {
    right: 15px;
    width: calc((100% - 450px) / 2);
  }
}
@media screen and (max-width: 860px) {
  .main-logo,
  .main-btn {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .pricing-title small {
    font-size: 64%;
  }
  .the-price {
    font-size: 16vw;
  }
  .the-price small {
    font-size: 13vw;
  }
  .session-count {
    margin-right: 2vw;
    font-size: 8vw;
  }
  .the-price .tax {
    font-size: 4vw;
  }
}

/*スライド*/
.cases-item {
  padding: 0 6px;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 10px;
  width: 31px;
  height: 31px;
  font-size: 0;
  background: url(../images/slider_arw_prve.png) 50% 50% / contain no-repeat;
  z-index: 9;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 10px;
  width: 31px;
  height: 31px;
  font-size: 0;
  background: url(../images/slider_arw_next.png) 50% 50% / contain no-repeat;
  z-index: 9;
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.slick-dots {
  position: relative;
  display: flex;
  bottom: auto;
  width: 80%;
  margin: 10px auto 0;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
  font-size: 0;
  background: #f0f0f0;
}
.slick-dots li.slick-active {
  background: #c0c0c0;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}