@charset "UTF-8";
/*----------------------------------------------------------
  VARIABLES
----------------------------------------------------------*/
/*----------------------------------------------------------
  MIXIN
----------------------------------------------------------*/
/*----------------------------------------------------------
  CUSTOM
----------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic UI";
  src: url("../fonts/YuGothicUI-R.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic UI";
  src: url("../fonts/YuGothicUI-B.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic Pr6N";
  src: url("../fonts/YuGothicPr6N-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic Pr6N";
  src: url("../fonts/YuGothicPr6N-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------
  VARIABLES
----------------------------------------------------------*/
/*----------------------------------------------------------
  MIXIN
----------------------------------------------------------*/
/*----------------------------------------------------------
  CUSTOM
----------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1rem;
}
@media (min-width: 769px) and (max-width: 1299px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.page-vitality-smart-trial {
  --bright-red: #E60012;
  --yellow: #fff367;
}
.page-vitality-smart-trial sup {
  line-height: 1;
}
.page-vitality-smart-trial img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  vertical-align: middle;
}
.page-vitality-smart-trial p {
  line-height: 1.5;
}
.page-vitality-smart-trial a:focus, .page-vitality-smart-trial a:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
@media (max-width: 768px) {
  .page-vitality-smart-trial img {
    width: 100%;
  }
}

.container {
  position: relative;
}
@media (min-width: 769px) {
  .container {
    width: 60.625rem;
    margin: 0 auto;
  }
}

.txt-red {
  color: var(--bright-red);
}

.txt-yellow {
  color: var(--yellow);
}

.txt-bold {
  font-weight: bold;
}

.fnt-gothic-ui {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic-ui-b {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.fnt-gothic-pr6n-m {
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.fnt-gothic-pr6n-b {
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

/* REGISTER BLOCK
----------------------------- */
.register-block {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 1.5rem 0 1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-block .register-ttl {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #E60012;
}
.register-block .register-ttl02 {
  margin-top: -0.125rem;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.register-block .register-ttl02 span {
  background: url(../images/cta-line-l.png) no-repeat center left, url(../images/cta-line-r.png) no-repeat center right;
  background-size: 0.8125rem, 0.8125rem;
  padding-inline: 1.125rem;
  display: inline-block;
}
.register-block .register-ttl02 small {
  font-size: 1.1875rem;
}
.register-block .btn-cta {
  margin-top: 0.3125rem;
}

.btn-cta {
  width: 100%;
  max-width: 19.6875rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5625rem;
}
.btn-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .btn-cta:hover:before {
    left: 120%;
  }
}

.btn-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none;
  width: 19.625rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #fff;
  background: url(../images/ico_arrow_white.png) no-repeat center right 1.375rem;
  background-size: 0.6875rem;
  background-color: #E60012;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-link {
    width: 20.3125rem;
    height: 4.125rem;
  }
}
.btn-link:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.25rem;
  background: url(../images/ico_arrow_white.png) center right no-repeat;
  background-size: 1.125rem auto;
}

/* FOOTER
----------------------------- */
.footer {
  background-color: #2E2E2E;
  position: relative;
  padding: 3.125rem 1.25rem;
  text-align: center;
  color: #fff;
}
.footer .btn-footer {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -1px;
}
@media (min-width: 769px) {
  .footer .btn-footer {
    width: 5.4375rem;
  }
}
.footer .footer-logo {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 1.8125rem;
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer .footer-nav li a:hover {
    opacity: 0.8;
  }
}
.footer .copy-right {
  margin-top: 1.8125rem;
  font-size: 0.75rem;
  text-align: center;
}
.footer .btn-backtotop {
  position: fixed;
  bottom: 6.5rem;
  right: 0.875rem;
  width: 2.5625rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .btn-backtotop {
    bottom: 1.25rem;
  }
}
.footer .btn-backtotop.is-show {
  opacity: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    outline: none;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  background-image: url(../images/ico-prev.png);
  left: 0.75rem;
}

.slick-next {
  background-image: url(../images/ico-next.png);
  right: 0.75rem;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: #808080;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .slick-dots li button {
    outline: none;
  }
}

.slick-dots li.slick-active button {
  background-color: var(--bright-red);
}

.new-product {
  background: url(../images/new-product/new-product_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4.0625rem 1.5625rem 1.3125rem;
}
.new-product .box-border {
  padding: 1.25rem 0 1.5625rem;
  border: 2px solid var(--bright-red);
  background-color: #fff;
  border-radius: 1.75rem;
  position: relative;
}
.new-product .box-border h2 {
  position: absolute;
  top: -1.6875rem;
  left: 2.375rem;
  width: 15.3125rem;
}
.new-product .box-border .price {
  width: 18rem;
  margin-left: 0.75rem;
}
.new-product .box-border .date {
  margin: 1.875rem 0 1.125rem;
}
.new-product .box-border h3 {
  width: 17.1875rem;
  margin: 0 auto 1.4375rem;
}
.new-product .box-border .list {
  margin-left: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-product .box-border .list .item {
  width: 8.5rem;
  margin-bottom: 0.25rem;
}
.new-product .box-border .list .item:nth-child(2n) {
  margin-left: 0.5625rem;
}
.new-product .box-border .list .item img {
  width: auto;
  height: 10.125rem;
}
.new-product .box-border .note {
  margin-top: 0.625rem;
  padding: 0 1.6875rem 0 1.4375rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.new-product .box-border .note p {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.new-product_logo {
  width: 22.125rem;
  margin-left: 0.75rem;
  margin-bottom: -0.75rem;
  padding-top: 1.625rem;
}
.new-product .register-block .btn-cta {
  margin-top: 0;
}

.page-vitality-smart-trial {
  --floating-bnr-h: 5.9375rem;
  --floating-bnr-margin: 0rem;
  --floating-bnr-animation: 0.5s;
}

body.page-vitality-smart-trial {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2E2E2E;
}
body.page-vitality-smart-trial .bg_body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bg_body.jpg) no-repeat center bottom;
  background-size: cover;
  background-color: #EFFCFF;
}
@media (max-width: 768px) {
  body.page-vitality-smart-trial .bg_body {
    display: none;
  }
}

#wrapper {
  background-color: #fff !important;
  max-width: 23.4375rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  #wrapper {
    -webkit-box-shadow: 0 0 6.25rem rgba(140, 199, 200, 0.7);
            box-shadow: 0 0 6.25rem rgba(140, 199, 200, 0.7);
  }
}

.pc-left {
  width: calc(50% - 11.71875rem);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding-bottom: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .pc-left {
    padding-bottom: 10vh;
  }
}
@media (max-width: 768px) {
  .pc-left {
    display: none;
  }
}
.pc-left .content {
  background-color: #fff;
  margin-right: 4.9375rem;
  margin-left: auto;
  padding: 2.25rem 3.3125rem;
  border-top: 2px solid var(--bright-red);
  border-bottom: 2px solid var(--bright-red);
}
@media screen and (max-width: 1600px) {
  .pc-left .content {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-left .content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.pc-left .content .nav a {
  background: url(../images/line-menu.png) no-repeat center bottom;
  background-size: 100%;
  display: inline-block;
  padding-block: 0.875rem 0.875rem;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -1px;
  white-space: nowrap;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-left .content .nav a:last-child {
  background: none;
}
.pc-left .content .nav a.fz-24 {
  font-size: 1.125rem;
}
@media (hover: hover) {
  .pc-left .content .nav a:hover {
    color: var(--bright-red);
  }
}
.pc-left .content .nav a span, .pc-left .content .nav a small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
}
.pc-left .content .nav a span {
  padding: 0 0.625rem;
  margin-bottom: 0.25rem;
  background-color: var(--bright-red);
  border-radius: 0.75rem;
  border-bottom-right-radius: 0;
  color: #fff;
}
.pc-left .content .nav a small.xs {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .pc-left .content .nav a {
    font-size: 1.375rem;
  }
  .pc-left .content .nav a.fz-24 {
    font-size: 1.1875rem;
  }
  .pc-left .content .nav a span, .pc-left .content .nav a small {
    font-size: 1rem;
  }
}

.pc-right {
  width: calc(50% - 11.71875rem);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  padding-bottom: 33vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .pc-right {
    padding-bottom: 27vh;
  }
  .pc-right.is-bnr {
    padding-bottom: 15vh;
  }
}
@media (max-width: 768px) {
  .pc-right {
    display: none;
  }
}
.pc-right .content {
  margin-left: 4.9375rem;
  width: 19.6875rem;
}
@media screen and (max-width: 1600px) {
  .pc-right .content {
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-right .content .register-block {
  padding-block: 1.125rem 0;
}

/* section1 */
.section1 .kv-top {
  background: url(../images/header_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 3.4375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  color: #fff;
}
.section1 .kv-top .kv-logo {
  width: 7.625rem;
  margin: 0 auto;
}

/* section2 */
.section2 .box-logo {
  padding: 1.25rem 0.8125rem 1.875rem;
  position: relative;
  text-align: center;
}
.section2 .box-logo:after {
  content: "";
  position: absolute;
  bottom: -2.125rem;
  left: 50%;
  border-right: 1px dashed #000;
  height: 3.375rem;
}
.section2 .box-logo h3 {
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  color: #007808;
}
.section2 .box-logo2 {
  padding: 2rem 1.375rem 0 1.75rem;
}

/* section3  */
.section3 {
  background: url(../images/sec3_bg.jpg) repeat center top;
  background-size: 100%;
}
.section3 .photo {
  padding: 0.5rem 2.125rem 1.5rem 0.1875rem;
}
.section3 .box-border {
  padding: 3.5625rem 1.6875rem 2.375rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#93D8FD), to(#9EF8CD)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #93D8FD, #9EF8CD) border-box;
  border-radius: 1.875rem;
  border: 3px solid transparent;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.section3 .box-border .deco {
  position: absolute;
  top: -1.25rem;
  left: -0.375rem;
  width: 20.625rem;
}
.section3 .box-border .note {
  margin-top: 0.3125rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500;
}
.section3 .box-border .row.row01 {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.125rem;
  text-align: center;
}
.section3 .box-border .row.row01 h4 {
  width: 8.5rem;
  padding-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  color: #007808;
}
.section3 .box-border .row.row01 h4 img {
  max-width: 6.25rem;
}
.section3 .box-border .row.row02 {
  margin-top: 0.5rem;
}
.section3 .box-border .row.row02 h4 {
  width: 6.25rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.section3 .box-border .row.row03 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section3 .box-border .row.row03 h4 {
  width: 6.1875rem;
  padding-bottom: 3rem;
  margin-right: 1rem;
}
.section3 .box-border .row.row03 .card {
  width: 7rem;
}
.section3 .box-border .row.row04 {
  margin-top: 1.1875rem;
  font-size: 0.8125rem;
  text-align: center;
}
.section3 .box-border .row.row04 h4 {
  width: 11.75rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.section3 .box-border .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section3 .box-border .card-group .card--w130 {
  margin-left: 0.5rem;
}
.section3 .box-border .card {
  width: 6.875rem;
  text-align: center;
}
.section3 .box-border .card--w130 {
  width: 8.125rem;
}
.section3 .box-border .card p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.1;
}
.section3 .box-bottom__title {
  padding: 3.25rem 0 0.875rem;
  text-align: center;
}
.section3 .box-bottom__title h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}
.section3 .box-bottom__title p {
  margin-top: -0.125rem;
  font-size: 0.8125rem;
}
.section3 .box-bottom__title p small {
  font-size: 0.75rem;
}

/* section4  */
.section4 {
  background: url(../images/sec4_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.section4__ttl1 {
  position: relative;
}
.section4__ttl1:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  z-index: 1;
  margin-left: -0.9375rem;
  background: url(../images/ico_plus.png) no-repeat center center;
  background-size: 100%;
}
.section4__ttl2 {
  position: relative;
}
.section4__ttl2:after {
  content: "";
  width: 1.5rem;
  height: 1.0625rem;
  position: absolute;
  top: 98%;
  left: 50%;
  z-index: 1;
  margin-left: -0.75rem;
  background: url(../images/ico-polygon.png) no-repeat center center;
  background-size: 100%;
}
.section4 .box-border {
  padding: 2.4375rem 1.625rem 2.5rem;
  margin-top: 1.375rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#FDE493), to(#9EF8CD)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #FDE493, #9EF8CD) border-box;
  border-radius: 1.875rem;
  border: 3px solid transparent;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.section4 .box-border .deco {
  position: absolute;
  top: -0.1875rem;
  right: 2.25rem;
  width: 5.0625rem;
  z-index: 1;
}
.section4 .box-border .note {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  text-align: left;
  font-weight: 500;
}
.section4 .box-border .slider {
  margin-left: -1.625rem;
  margin-right: -1.625rem;
}
.section4 .box-border .slider .slick-list {
  padding-block: 1.5rem 3.125rem !important;
}
.section4 .box-border .slider .slick-dots {
  bottom: 1.5rem;
}
.section4 .box-border .slider .slick-prev, .section4 .box-border .slider .slick-next {
  top: 47.5%;
}
.section4 .box-border .slider .item {
  -webkit-box-shadow: 0 1.25rem 2.8125rem 0 #F5F1C0;
          box-shadow: 0 1.25rem 2.8125rem 0 #F5F1C0;
  width: 15.25rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.section4 .box-border .row {
  margin-top: 1.5rem;
  text-align: center;
}
.section4 .box-border .row__part {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}
.section4 .box-border .row__ttl {
  margin-top: 1rem;
}
.section4 .box-border .row__img {
  margin-top: 1rem;
}
.section4 .box-border .row.row01 {
  margin-top: 0;
}
.section4 .box-border .row.row01 .row__ttl {
  margin-top: 1.5rem;
}
.section4 .box-border .row.row01 .row__img {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 1.5rem;
}
.section4 .box-border .row.row02 {
  margin-top: 0;
}
.section4 .box-border .row.row02 .row__img:nth-of-type(2) {
  margin-top: 0.75rem;
}
.section4 .box-border .row.row03 .row__img {
  text-align: center;
}
.section4 .box-border .row.row03 .row__img img {
  width: 6.25rem;
}

/* section5  */
/* section6  */
.section6 {
  background: url(../images/sec6_shadow.png) no-repeat center top;
  background-size: 100%;
  padding-top: 3.4375rem;
}
.section6__title {
  padding: 2.5rem 0 1.5rem;
  text-align: center;
}
.section6__title img {
  width: 14.9375rem;
}
.section6__ttl {
  margin-top: 1.125rem;
  font-size: 1.5625rem;
  text-align: center;
  letter-spacing: -1px;
}
.section6__ttl sup {
  font-size: 60%;
  font-weight: bold;
}
.section6 .photo02 {
  margin-top: 0.3125rem;
}
.section6__note {
  margin-top: 1rem;
  padding: 0 1.375rem;
  font-size: 0.5625rem;
}
.section6__note p {
  line-height: 1.33;
}
.section6__user {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
.section6__user ul li {
  margin-bottom: 0.5rem;
}
.section6__user .note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

/* section qa  */
.qa {
  background-color: #F4F4F4;
  padding: 2.5rem 1.5rem;
}
.qa__title {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
}
.qa__list {
  margin-top: 1.5rem;
}
.qa__list .item {
  margin-top: 1rem;
  background-color: #fff;
  border: 1px solid #2E2E2E;
  border-radius: 1.875rem;
  padding: 1.25rem 1.25rem;
}
.qa__list .item:first-child {
  margin-top: 0;
}
.qa__list .item .q {
  background: url(../images/qa_q.png) no-repeat top 0.5rem left 0.5rem;
  background-size: 1.875rem;
  padding-left: 2.875rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.qa__list .item .q span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ed3934), to(#f05e30));
  background: linear-gradient(90deg, #ed3934 0%, #f05e30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.qa__list .item .a {
  background: url(../images/qa_a.png) no-repeat top 0.5rem left 0.5rem;
  background-size: 1.75rem;
  padding-left: 2.875rem;
  margin-top: 0.5rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.qa__list .accordion {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.qa__list .accordion__content p {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.accordion {
  margin-top: 1.125rem;
  border-top: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
}
.accordion__link {
  border: none;
  background: none;
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.375rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion__link:focus-visible {
  outline: 2px solid #005fcc;
}
@media (hover: hover) {
  .accordion__link:hover {
    opacity: 0.8;
  }
}
.accordion__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  background: url(../images/ico-arrow-down.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__link.is-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__content {
  padding: 0 0 1rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}
.accordion__content div {
  margin-top: 1rem;
}
.accordion__content .mt-20 {
  margin-top: 1.25rem;
}
.accordion__content ul {
  margin-top: 0.5rem;
  margin-left: 1.0625rem;
}
.accordion__content ul li {
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

/* step  */
.step {
  background-color: #FCFFE5;
  padding: 2.5rem 1rem;
}
.step__title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #E60012;
}
.step__text {
  margin-top: 0.125rem;
  font-size: 1.25rem;
  letter-spacing: -1px;
  text-align: center;
}
.step__list {
  margin-top: 1rem;
}
.step__list .item {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1rem 1.75rem;
  margin-top: 0.5rem;
  min-height: 8.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.step__list .item__img {
  width: 5.4375rem;
}
.step__list .item dl {
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step__list .item dl dt {
  width: 100%;
  display: block;
  border-radius: 2.5rem;
  border: 1px solid #E60012;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #E60012;
}
.step__list .item dl dd {
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.28;
}

/* section7  */
.section7 {
  padding: 3rem 0.9375rem;
}
.section7__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -3px;
  text-align: center;
}
.section7__text {
  margin-block: 1.25rem 1rem;
  font-family: "Yu Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.section7__text.__text02 {
  margin-top: 2.1875rem;
}
.section7 .accordion {
  margin-top: 1rem;
}
.section7 .accordion__link {
  padding-left: 0;
  height: 4.5rem;
  font-size: 1.125rem;
}
.section7 .accordion__link:after {
  background-image: url(../images/ico-arrow-down2.png);
}
.section7 .accordion__content {
  padding-top: 1rem;
  letter-spacing: 0;
}
.section7 .accordion__content p {
  padding-left: 1rem;
  position: relative;
}
.section7 .accordion__content p:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #AAAAAA;
}
.section7 .accordion__content p.ico-star:before {
  content: "※";
  background-color: transparent;
  top: 0;
  left: -0.125rem;
}

/* floating banner  */
@media (min-width: 769px) {
  .floating-banner {
    display: none !important;
  }
}
.floating-banner.js-floating-banner {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.floating-banner.is-sticky {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.floating-banner.is-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.floating-banner-inner {
  padding: 0.5rem 1.875rem 0.625rem;
  background: rgba(255, 255, 255, 0.8);
}
.floating-banner-inner .register-block {
  padding: 0;
}
.floating-banner-inner .register-block .btn-cta {
  margin-top: 0;
}

@media (max-width: 768px) {
  #datasign_cmp__host {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .floating-banner-sticky #datasign_cmp__host {
    opacity: 1;
  }
}