@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  list-style-type: none;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  font-weight: 500;
}

img {
  box-sizing: border-box;
}

.en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 430px;
  margin: 0 auto;
}

.ac {
  color: #ff0;
}

.ac2 {
  color: #F15A56;
}

.end-of-month {
  height: 0px;
}
.end-of-month img {
  transform: translate(10px, 38px);
}

.wrapper1 {
  background-color: #32D0BE;
}
.wrapper1 .campaign {
  padding: 25px 20px;
  text-align: center;
}
.wrapper1 .campaign h2 {
  font-weight: 500;
  font-size: 3.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 25px;
}
.wrapper1 .campaign .first5 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #F15A56;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.wrapper1 .campaign .first5 span {
  font-size: 6rem;
}
.wrapper1 .campaign .content {
  background-color: #fff;
  border-radius: 20px;
}
.wrapper1 .campaign .content h3 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #192624;
  padding: 10px 5px;
  border-radius: 20px 20px 0 0;
}
.wrapper1 .campaign .content .contentbig {
  padding: 20px 20px 5px 20px;
}
.wrapper1 .campaign .content .contentbig .content1 {
  padding: 5px 20px;
  border: 3px solid #000;
  border-radius: 20px;
}
.wrapper1 .campaign .content .contentbig .content1 p {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  line-height: 1.6;
}
.wrapper1 .campaign .content .contentbig .content1 p .ac2 {
  font-size: 2.4rem;
  font-weight: 700;
}
.wrapper1 .campaign .content .contentbig .content1 .arrow {
  text-align: center;
  margin: 5px 0;
}
.wrapper1 .campaign .content .contentbig .content1 .en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 12rem;
  font-weight: 900;
  color: #F15A56;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 0.8;
}
.wrapper1 .campaign .content .contentbig .content1 .en span {
  font-weight: 600;
  font-size: 2.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #F15A56;
}
.wrapper1 .campaign .content .contentbig .plus {
  text-align: center;
  margin: 10px 0;
}
.wrapper1 .campaign .content .contentbig .content2 {
  padding: 5px;
  border: 3px solid #000;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wrapper1 .campaign .content .contentbig .content2 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
}
.wrapper1 .campaign .content .contentbig .content2 .expensive {
  color: #F15A56;
  font-size: 2.4rem;
  font-weight: 700;
}
.wrapper1 .campaign .content .contentbig .content2 .sepa {
  font-weight: 700;
}
.wrapper1 .campaign .content .contentbig .content2 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-items: centers;
  gap: 5px;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .month {
  border: 1px solid #000;
  line-height: 1;
  padding: 2px;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .month2 {
  background-color: #F15A56;
  padding: 15px 10px;
  border-radius: 60px;
  color: #fff;
  font-size: 2rem;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .price2 {
  color: #F15A56;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  line-height: 1;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .price2 .en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  color: #F15A56;
  line-height: 1;
  letter-spacing: -5px;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .price {
  text-decoration: line-through;
  text-decoration-color: #F15A56;
  text-decoration-thickness: 2px;
}
.wrapper1 .campaign .content .contentbig .content2 .flex .price .en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.wrapper1 .campaign .content .contentbig .content2 .arrow {
  text-align: center;
}
.wrapper1 .campaign .content .contentbig .content2 .off {
  line-height: 0.8;
}
.wrapper1 .campaign .content .contentbig .content2 .off .en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 4rem;
  color: #F15A56;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper1 .campaign .content .contentbig .content2 .off .en span {
  font-size: 3.2rem;
}
.wrapper1 .campaign .content .contentbig .astarisk {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 5px;
}

.btn {
  margin: 30px 20px;
}
.btn .free {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
.btn .consultation {
  margin-top: 20px;
}
.btn a {
  margin: 0 auto;
  max-width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  background-image: linear-gradient(to bottom, #F37928, #FF5E00);
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease;
  animation: bounce 1.5s ease infinite;
}
.btn a p:last-child {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.btn a:before {
  content: "簡単\a 30秒";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid #F37928;
  color: #F37928;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}

.btn3 {
  background-image: linear-gradient(to bottom, #F37928, #FF5E00);
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 390px;
  z-index: 100;
  transition: opacity 0.3s, visibility 0.3s;
  margin: 0;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn3:before {
  content: "簡単\a 30秒";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid #F37928;
  color: #F37928;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}
.btn3.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.btn3 a .free {
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 10px;
}
.btn3 a .invite {
  font-size: 2.4rem;
  color: #fff;
}

.now {
  margin: 20px 0;
}
.now p {
  font-weight: 500;
  font-size: 3.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
}
.now .arrow {
  text-align: center;
  margin: 5px 0;
}

/* バウンドアニメーションの定義 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
.gift {
  background-color: #32D0BE;
  padding: 25px 20px;
}
.gift h2 {
  font-weight: 500;
  font-size: 3.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
.gift ol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.gift ol li img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

.before-after {
  background-color: #ECF1F7;
  padding: 25px 20px;
  text-align: center;
}
.before-after h2 {
  margin: 15px 0 30px;
}

.worrie {
  position: relative;
  background-image: url(../images/background/worries-background.png);
  background-size: cover;
  background-position: center;
  padding: 25px 40px 200px;
  text-align: center;
  color: #fff;
}
.worrie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.worrie h2,
.worrie ul {
  position: relative;
  z-index: 2;
}
.worrie h2 {
  margin-bottom: 30px;
}
.worrie ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
.worrie ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding: 0 0 5px 0;
}
.worrie ul li span {
  line-height: 1.6;
}
.worrie ul li .ac {
  color: #F37928;
}
.worrie ul li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-bottom {
  background-image: url(../images/background/backgroud-worrie2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 20px 50px;
  text-align: center;
}
.content-bottom p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  text-align: justify;
}
.content-bottom p .main-color {
  color: #32D0BE;
  font-size: 2rem;
  padding-bottom: 0.1em;
  box-shadow: inset 0 -0.3em 0 #ff0;
}
.content-bottom p:not(:last-child) {
  margin-bottom: 20px;
}

.solution-intro {
  background-color: #32D0BE;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.solution-intro .content-top {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.solution-intro .content-top > p:first-child {
  position: absolute;
  top: -21%;
  left: 0%;
}
.solution-intro .content-top .flex {
  position: relative;
  padding-bottom: 80px;
  /* 画像がはみ出る分のスペースを確保 */
}
.solution-intro .content-top .flex p:first-child {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  transform: translate(-46px, 45px);
  text-align: center;
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 2;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff;
}
.solution-intro .content-top .flex p:first-child .ac {
  color: #F37928;
  text-transform: uppercase;
  font-size: 3rem;
}
.solution-intro .content-top .flex p:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.solution-intro .content-top .flex p:last-child img {
  transform: translate(21px, 20px);
}
.solution-intro .content-bottom {
  background-image: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.solution-intro .content-bottom p {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  line-height: 1.4;
}
.solution-intro .content-bottom p:not(:last-child) {
  margin-bottom: 10px;
}
.solution-intro .content-bottom .bubbule {
  display: inline-block;
  position: absolute;
  top: 66%;
  left: 0;
}
.solution-intro .content-bottom .diet {
  margin-top: 57px;
}
.solution-intro .content-bottom .diet p {
  margin-bottom: 0;
  text-align: right;
}
.solution-intro .content-bottom .diet .ac2 {
  font-size: 2.4rem;
  color: #F15A56;
  font-weight: 900;
}
.solution-intro .content-bottom .big {
  font-weight: 900;
}
.solution-intro .content-bottom img[alt=注意喚起のロゴの画像] {
  margin-bottom: 10px;
}

.pitfall-info .pitfall {
  padding: 25px 20px 0;
}
.pitfall-info .pitfall > h2 {
  text-align: center;
}
.pitfall-info .pitfall .problem1,
.pitfall-info .pitfall .problem2 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.pitfall-info .pitfall .problem1 > p:first-of-type,
.pitfall-info .pitfall .problem2 > p:first-of-type {
  text-align: center;
  margin-bottom: 0;
  transform: translateY(12px);
}
.pitfall-info .pitfall .problem1 h3,
.pitfall-info .pitfall .problem2 h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  border-top: 2px solid #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  max-width: 390px;
  padding: 5px 0;
  width: 100%;
}
.pitfall-info .pitfall .problem1 p,
.pitfall-info .pitfall .problem2 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.4;
}
.pitfall-info .pitfall .problem1 p .main-color,
.pitfall-info .pitfall .problem2 p .main-color {
  color: #32D0BE;
  font-weight: 600;
  color: #32D0BE;
  font-weight: 600;
  padding-bottom: 0.1em;
  box-shadow: inset 0 -0.3em 0 #ff0;
}
.pitfall-info .pitfall .problem1 p:nth-child(6),
.pitfall-info .pitfall .problem2 p:nth-child(6) {
  padding: 20px 0;
}
.pitfall-info .pitfall .problem1 .img-pitfall,
.pitfall-info .pitfall .problem2 .img-pitfall {
  text-align: center;
}
.pitfall-info .pitfall .problem1 .trainer,
.pitfall-info .pitfall .problem2 .trainer {
  margin: 20px 0;
}
.pitfall-info .sec3 {
  color: #fff;
  padding: 0 20px 25px;
  text-align: center;
  margin-top: 0;
  background-image: url(../images/gambling.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pitfall-info .sec3 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #192624;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: justify;
  margin-bottom: 10px;
}
.pitfall-info .sec3 p .main-color {
  color: #32D0BE;
  padding-bottom: 0.1em;
  box-shadow: inset 0 -0.3em 0 #ff0;
}
.pitfall-info .sec3 p:nth-of-type(3) {
  font-weight: 500;
  font-size: 3.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  margin: 10px 0;
  color: #F37928;
  font-size: 4rem;
}
.pitfall-info > div {
  text-align: center;
}
.pitfall-info .arrow {
  margin-bottom: 10px;
}

.sec8-info {
  background-color: #32D0BE;
  padding: 25px 20px;
  text-align: center;
}
.sec8-info .sec8 p img {
  border-radius: 20px;
}
.sec8-info .sec8 .content-top-sec8 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.sec8-info .sec8 .content-top-sec8 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
.sec8-info .sec8 .content-top-sec8 p .big {
  font-weight: 700;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #F37928;
}

.sec9-info {
  background-color: #ECF1F7;
  padding: 25px 20px;
  text-align: center;
}
.sec9-info .sec9 {
  position: relative;
}
.sec9-info .sec9 .img-sec9 {
  position: absolute;
  top: 9.5%;
  left: 5%;
}
.sec9-info .sec9 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec9-info .sec9 p .small {
  font-size: 2.4rem;
}
.sec9-info .sec9 p .big {
  font-size: 3rem;
  font-weight: 700;
  color: #F37928;
}
.sec9-info .sec9 p .medium {
  font-size: 2.4rem;
}
.sec9-info .sec9 p em {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.3;
  display: block;
}
.sec9-info .sec9 p .medium2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.sec9-info .sec9 .science {
  line-height: 2;
}
.sec9-info .sec9 p:nth-of-type(3) {
  font-weight: 600;
  font-size: 2.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin: 50px 0 20px;
}

.choose {
  padding: 25px 0;
}
.choose p {
  text-align: center;
}
.choose h2 {
  text-align: center;
  padding: 0 20px;
}
.choose .choose-white,
.choose .choose-blue {
  padding: 0 20px;
  text-align: left;
}
.choose .choose-white .sen2,
.choose .choose-blue .sen2 {
  margin-bottom: 30px;
}
.choose .choose-white .choose-img-cicle,
.choose .choose-blue .choose-img-cicle {
  text-align: center;
  transform: translateY(20px);
}
.choose .choose-white p,
.choose .choose-blue p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: justify;
}
.choose .choose-white p .en,
.choose .choose-blue p .en {
  font-weight: 700;
  font-size: 1.8rem;
}
.choose .choose-white .hard-content,
.choose .choose-blue .hard-content {
  text-align: center;
  transform: translateY(-10px);
}
.choose .choose-white .hard-content .hard,
.choose .choose-blue .hard-content .hard {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: center;
  background-color: #32D0BE;
  color: #fff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 5px;
}
.choose .choose-white h3,
.choose .choose-blue h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 5px 0;
  border-top: 2px solid #000;
}
.choose .choose-white .flex,
.choose .choose-blue .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.choose .choose-white .flex .orizinal,
.choose .choose-blue .flex .orizinal {
  font-size: 2rem;
  position: absolute;
  top: 19%;
  left: 0;
  line-height: 1.7;
}
.choose .choose-white .flex .orizinal em,
.choose .choose-blue .flex .orizinal em {
  font-size: 3.4rem;
  color: #32D0BE;
  font-weight: 700;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff, 0 -4px 0 #fff, 0 4px 0 #fff;
}
.choose .choose-white .flex .img-choose,
.choose .choose-blue .flex .img-choose {
  margin-left: auto;
}
.choose .choose-white .big,
.choose .choose-blue .big {
  font-weight: 900;
  font-size: 2.4rem;
}
.choose .choose-white .big .small,
.choose .choose-blue .big .small {
  font-size: 2.4rem;
}
.choose .choose-white .underline,
.choose .choose-blue .underline {
  color: #32D0BE;
  font-weight: 600;
  padding-bottom: 0.1em;
  box-shadow: inset 0 -0.3em 0 #ff0;
}
.choose .choose-white .science,
.choose .choose-blue .science {
  margin-bottom: 0;
}
.choose > p:first-of-type {
  text-align: center;
  margin-bottom: 0;
}
.choose .contetnt-choose .flex2,
.choose .contetnt-choose .flex3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background-color: #ECF1F7;
  padding: 10px 0;
  margin-bottom: 20px;
}
.choose .contetnt-choose .flex2 p,
.choose .contetnt-choose .flex3 p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: left;
  line-height: 1.6;
  padding: 0;
}
.choose .contetnt-choose .flex2 .body,
.choose .contetnt-choose .flex3 .body {
  padding-left: 20px;
}
.choose .contetnt-choose .flex2 .body .big,
.choose .contetnt-choose .flex3 .body .big {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  transform: translateY(14px);
}
.choose .contetnt-choose .flex2 .body .main-color,
.choose .contetnt-choose .flex3 .body .main-color {
  color: #fff;
  background-color: #32D0BE;
  padding: 5px;
  font-size: 2.4rem;
  box-shadow: none;
}
.choose .contetnt-choose .flex2 .img-choose,
.choose .contetnt-choose .flex3 .img-choose {
  padding-right: 20px;
}
.choose .contetnt-choose .flex2 {
  background-image: url(../images/fat-burning.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.choose .contetnt-choose .flex3 {
  background-image: url(../images/protain.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.choose .contetnt-choose .flex3 .body {
  line-height: 1.8;
}
.choose .contetnt-choose .flex3 .body .everytime {
  transform: translateY(15px);
  display: block;
}
.choose .contetnt-choose p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  padding: 0 20px;
}
.choose .contetnt-choose p .main-color {
  color: #32D0BE;
  color: #32D0BE;
  font-weight: 600;
  padding-bottom: 0.1em;
  box-shadow: inset 0 -0.3em 0 #ff0;
}
.choose .choose-white {
  background-color: #fff;
}
.choose .choose-white .main-color {
  color: #32D0BE;
}
.choose .choose-blue {
  background-color: #ECF1F7;
}
.choose .wrapper > section p em {
  font-style: normal;
}
.choose > div {
  text-align: center;
}

.before-after .slider .slick-slide,
.pitfall-info .slider .slick-slide,
.shop-info .slider .slick-slide {
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  opacity: 0.5;
}
.before-after .slider .slick-center,
.pitfall-info .slider .slick-center,
.shop-info .slider .slick-center {
  transform: scale(1);
  opacity: 1;
}
.before-after .slider .slick-dots,
.pitfall-info .slider .slick-dots,
.shop-info .slider .slick-dots {
  bottom: -40px;
}
.before-after .slider .slick-dots li button:before,
.pitfall-info .slider .slick-dots li button:before,
.shop-info .slider .slick-dots li button:before {
  font-size: 12px;
  color: #32D0BE;
}

.shop-info {
  background-color: #ECF1F7;
  padding: 25px 20px;
  text-align: center;
}
.shop-info h2 {
  margin-bottom: 30px;
}

.faq-info {
  background-color: #f9f9f9;
  padding: 25px 20px;
  text-align: center;
}
.faq-info h2 {
  margin-bottom: 20px;
}

.shop-adress {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}
.shop-adress h2 {
  margin: 20px 0;
}
.shop-adress .details {
  margin-bottom: 20px;
}
.shop-adress iframe {
  margin-top: 20px;
  border-radius: 10px;
  max-width: 100%;
}
.shop-adress .form dl {
  padding: 25px 0;
}
.shop-adress .form dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  padding-bottom: 5px;
}
.shop-adress .form dl dt:first-child {
  margin-top: 0;
}
.shop-adress .form dl dd {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  line-height: 1.3;
  font-weight: 500;
}

.details {
  border-radius: 10px 10px 0 0;
}
.details:not(:last-of-type) {
  margin-bottom: 15px;
}

.details-summary {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  position: relative;
  text-align: left;
  list-style: none;
  background-color: #3b4d5d;
  border-radius: 10px;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.details-summary::before {
  content: "";
  position: absolute;
  right: 29px;
  top: 52%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #3b4d5d transparent transparent transparent;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}

.details[open] > .details-summary::before {
  transform: translateY(-70%) rotate(180deg);
}

.details-content {
  padding: 20px;
  background-color: #eafffc;
  border-radius: 0 0 10px 10px;
  text-align: left;
  position: relative;
}
.faq .details-content::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #32D0BE;
  font-weight: bold;
  font-size: 2.4rem;
}
.faq .details-content p {
  font-size: 1.6rem;
}
.details-content dl {
  padding: 25px 0;
}
.details-content dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  padding-bottom: 5px;
}
.details-content dl dt:first-child {
  margin-top: 0;
}
.details-content dl dd {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  line-height: 1.3;
  font-weight: 500;
}
.details-content p {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.faq .details-summary {
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}
.faq .details-summary span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #192624;
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 60px 25px 70px;
  width: auto;
  line-height: 1.3;
}
.faq .details-summary span::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #32D0BE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq .details-summary::after {
  background-color: #32D0BE;
}
.faq .details-summary::before {
  border-color: #fff transparent transparent transparent;
}
.faq .details-content {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 20px 20px 20px 50px;
}

.flow-info {
  padding: 25px 0;
  background-color: #ECF1F7;
  text-align: center;
}
.flow-info h2 {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}
.flow-info .flow .flow-img {
  background-image: url(../images/background/background-flow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 0;
}
.flow-info .flow .flow-img ol {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-info .flow .flow-img ol li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  padding: 15px;
  max-width: 390px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.flow-info .flow .flow-img ol li p {
  flex-shrink: 0;
}
.flow-info .flow .flow-img ol li .main-color {
  font-weight: 600;
  font-size: 2.4rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #32D0BE;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  border-bottom: 1px solid #000;
}
.flow-info .flow .flow-img ol li .main-text {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  text-align: justify;
  font-size: 1.6rem;
}
.flow-info .flow .flow-img ol li div {
  text-align: left;
}
.flow-info .flow .flow-img ol li div h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.flow-info .flow .flow-img ol li div p {
  font-weight: 600;
  font-size: 2rem;
  color: #192624;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.flow-info .flow > p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #192624;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  font-size: 1.6rem;
  padding: 0 20px;
  margin-top: 15px;
  line-height: 1.5;
}

.footer {
  background-color: #ECF1F7;
  padding: 40px 20px 20px;
  text-align: center;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer small {
  color: #192624;
  font-size: 1.2rem;
  display: block;
}

.form {
  width: 100%;
}
.form h3 {
  text-align: center;
  padding: 0 40px;
  margin: 10px 0;
}
.form .trial-booking-iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  height: 1500px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=style.css.map */