@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  font-size: 18px;
}
@media screen and (max-width:540px) {
  ul li {
    font-size: 14px;
  }
}

/* デフォルトのフォントと文字カラー設定 */
body {
  font-family: "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #333333;
  background: #fff;
}

/* デフォルトのフォントサイズ設定 */
p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #323232;
}
@media screen and (max-width:540px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  p {
    font-size: 15px;
  }
}

h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #323232;
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:320px) {
  h2 {
    font-size: 19px;
  }
}

img {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
}
@media screen and (max-width:540px) {
  p {
    font-size: 14px;
  }
}

/* セクションデフォルト */
section {
  padding: 80px 0;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section {
    padding: 75px 0px;
  }
}

/* コンテイナーデフォルト */
.container {
  max-width: 960px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:768px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width:540px) {
  .container {
    width: 350px;
  }
}
@media screen and (max-width:320px) {
  .container {
    width: 300px;
  }
}

.sub-container {
  max-width: 500px;
  margin: auto;
  width: 93%;
}
@media screen and (max-width:1024px) {
  .sub-container {
    width: 93%;
  }
}
@media screen and (max-width:540px) {
  .sub-container {
    width: 345px;
  }
}
@media screen and (max-width:320px) {
  .sub-container {
    width: 300px;
  }
}

.mini-container {
  max-width: 500px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .mini-container {
    width: 95%;
  }
}
@media screen and (max-width:540px) {
  .mini-container {
    width: 350px;
  }
}
@media screen and (max-width:320px) {
  .mini-container {
    width: 300px;
  }
}

ul li {
  list-style: none;
}

footer {
  color: white;
  background: #63BFD1;
  padding: 20px 0;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  footer {
    padding: 15px 0;
  }
}
footer a {
  text-decoration-line: none;
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}
footer p {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
footer .footer-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
}

header img {
  max-width: 500px;
  margin: auto;
  width: 100%;
}

.green {
  color: #00c0ce;
}

.kikan {
  background-color: #04C8D6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: 116px;
  padding: 1px 0px;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
}

.voice {
  color: #525252;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
}

.change {
  width: 100%;
}

/* セクションの背景グラデーション */
.black-gradation {
  background: linear-gradient(to bottom, #262626, #747474);
  position: relative; /* 三角形を絶対位置で配置するため */
  width: 100%;
}

/* 三角形をセクション内に配置 */
.black-gradation .triangle {
  position: absolute;
  bottom: -3%; /* セクションの下部に配置 */
  left: 50%; /* 左右中央に配置 */
  transform: translateX(-50%); /* 完全に中央揃え */
  width: 0;
  height: 0;
  border-left: 40px solid transparent; /* 左側の三角形部分 */
  border-right: 40px solid transparent; /* 右側の三角形部分 */
  border-top: 35px solid #747474; /* 三角形の色 */
}

.kiken {
  background-image: url(../img/bad.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.kiken-subhead img {
  width: 65.5%;
  margin-bottom: 50px;
}

.face-nikibi {
  width: 100%;
}

.black-subhead {
  max-width: 335px;
  width: 100%;
  margin-bottom: 40px;
}

.not-hadaare {
  background-image: url(../img/skinimage-bg.webp);
  background-size: cover;
}

.not-subhead {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.message {
  max-width: 500px;
  width: 93%;
}
@media screen and (max-width:540px) {
  .message {
    max-width: 350px;
    width: 100%;
  }
}

.content {
  background: linear-gradient(to right, rgba(69, 212, 248, 0.69) 29%, rgba(93, 228, 217, 0.69) 100%);
}
.content h3 {
  text-align: center;
  color: #525252;
  font-weight: 700;
  line-height: 1.4;
}

.content-box {
  position: relative;
  background-color: #fff;
  padding: 60px 20px 40px;
  border-radius: 7px;
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  .content-box {
    padding: 60px 14px 40px;
  }
}

.ten-days-trial {
  max-width: 345px;
  width: 100%;
  margin-bottom: 40px;
}

.type-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.type-head p {
  font-weight: 700;
  color: #00BAC8;
  font-size: 15px;
}

.comment {
  font-size: 12px;
}

.number {
  position: absolute;
  background: linear-gradient(to right, #13CAE3 0%, #2FD1D4 100%);
  width: 51px;
  height: 51px;
  border-radius: 8px;
  z-index: 999;
  left: 41%;
  top: -24px;
}
.number p {
  font-family: "Noto Sans Devanagari", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.type-box {
  position: relative;
  background: linear-gradient(to right, #73E5DC 0%, #A3EFF0 50%, #72E7FF 100%); /* グラデーションとその適用 */
  border-radius: 5px;
  padding: 5px 15px 28px;
}
.type-box::before {
  content: ""; /* 擬似要素のためのコンテンツ */
  position: absolute; /* 絶対位置に配置 */
  top: 1.5px;
  left: 1.5px;
  width: 99%;
  height: 99.6%;
  background-color: #fff; /* 白いオーバーレイ */
  border-radius: 3.5px;
  z-index: 1;
}
.type-box p {
  position: relative; /* 文字を相対位置で配置 */
  z-index: 2; /* 文字をオーバーレイの上に表示 */
}
.type-box img {
  position: relative; /* 文字を相対位置で配置 */
  z-index: 2; /* 文字をオーバーレイの上に表示 */
  margin-left: 0px;
  margin-right: 7px;
}

.icon1 {
  width: 35px;
  height: auto;
}

.icon2 {
  width: 22px;
  height: auto;
}

.icon3 {
  width: 25px;
  height: auto;
}

.icon4 {
  width: 30px;
  height: auto;
}

.icon5 {
  width: 15px;
  height: auto;
}

.icon6 {
  width: 28px;
  height: auto;
}

.gradation {
  font-size: 30px;
  background: linear-gradient(to left, #00E3D0, #16C3E6); /* グラデーションの色 */
  color: transparent; /* テキストの色を透明に設定 */
}

.sub-copy {
  font-size: 18px;
  color: #525252;
}

.step {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 1px 0px;
  background-color: #A29D9D;
  width: 60px;
  border-radius: 2.5px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.step.step2 {
  background-color: #7CA8AB;
  width: 80px;
  padding: 1px 0px;
}
.step.step3 {
  background-color: #4DB6BD;
  width: 70px;
  padding: 1px 0px;
}
.step.step4 {
  background-color: #14C0CC;
  width: 80px;
  padding: 1px 0px;
}
.step.step5 {
  background: linear-gradient(to right, #2BC3E1 0%, #0EDED0 140%);
  width: 80px;
  padding: 1px 0px;
}

.step-p {
  font-size: 16px;
  font-weight: 700;
  color: #525252;
  margin-bottom: 15px;
}

.step-memo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.step-memo p {
  font-size: 12px;
}
.step-memo img {
  width: 146px;
  height: auto;
}

.skin-step {
  margin-bottom: 15px;
}
.skin-step.last {
  margin-bottom: 45px;
}

.next-mark {
  width: 70px;
  margin: 20px auto;
}

.rui-kako {
  background-image: url(../img/gray-dot.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.rui-kako p {
  color: #fff;
}
.rui-kako img {
  width: 100%;
  display: block;
  margin: 40px auto;
}
.rui-kako h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.white-subhead {
  position: relative;
  color: #fff;
  margin-bottom: 75px;
  font-size: 25px;
}
.white-subhead::after {
  position: absolute;
  width: 232px;
  height: 21px;
  content: "";
  background: url(../img/yellow-line.webp);
  background-size: contain;
  left: 15%;
  top: 126%;
}

.case-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 36px;
  justify-content: center;
}
.case-group p {
  color: #00D0DF;
  border: #00BAC8 1px solid;
  padding: 10px;
  display: block;
  text-align: center;
  width: 168px;
  border-radius: 4px;
  font-weight: 700;
}

.nextmark-bg {
  position: relative;
  width: 100%;
  background: white;
  box-shadow: 0 -20px 120px rgba(0, 0, 0, 0.3);
  padding-bottom: 50px;
}
.nextmark-bg::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.nextmark-bg h3 {
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
}

.twenty-size {
  font-size: 20px;
}

.sixten-size {
  font-size: 16px;
}

.gradation-bg {
  background: linear-gradient(331deg, rgba(37, 233, 216, 0.3) 0%, rgba(206, 253, 255, 0.3) 28%, rgba(80, 217, 244, 0.3) 100%);
}

.nonikibi-subhead {
  width: 90%;
  margin: 30px auto 45px auto;
}
@media screen and (max-width:540px) {
  .nonikibi-subhead {
    width: 100%;
  }
}

.rui-after {
  display: block;
  width: 95%;
  margin: 45px auto;
}

.question {
  width: 40%;
  margin-bottom: 40px;
}

.sky-bg {
  background-color: #E8FDFF;
}

.message-content {
  display: block;
  width: 100%;
}

.last-subhead {
  width: 70%;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .last-subhead {
    width: 90%;
  }
}

.subtitle {
  font-size: 17px;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  color: #525252;
}
@media screen and (max-width:320px) {
  .subtitle {
    font-size: 14px;
  }
}

.subtitle::before,
.subtitle::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #FFD700; /* 黄色 */
  position: relative;
  top: -5px;
  margin: 0 4px;
}

.subtitle::before {
  transform: rotate(62deg); /* 左上がり「／」に変更 */
}

.subtitle::after {
  transform: rotate(-62deg); /* 右上がり「＼」のまま */
}

.main-title {
  font-size: 31px;
  background: linear-gradient(to right, #00E3D0, #16C3E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.main-title.m2 {
  font-size: 30px;
}
@media screen and (max-width:320px) {
  .main-title.m2 {
    font-size: 26px;
  }
}
@media screen and (max-width:320px) {
  .main-title {
    font-size: 26px;
  }
}

.top-gradation {
  background: linear-gradient(to bottom, #CFFFFE 0.5%, white 5%, white 100%);
}/*# sourceMappingURL=style.css.map */