@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* main */
/* ----------------------------------------------------------------------------*/
#wrapper {
  /*------------------------------

    開発環境の初期化

  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper body {
  margin: 0;
  padding: 0;
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper div, #wrapper p, #wrapper span, #wrapper ul, #wrapper li, #wrapper sup, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5 {
  font-feature-settings: "palt";
}
#wrapper .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  #wrapper .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .l-inner {
    padding: 0;
    max-width: 86.6666666667vw;
  }
}
#wrapper sup {
  font-size: 0.75em !important;
}
#wrapper #main {
  overflow: visible;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 1.15rem;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  #wrapper .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper .display-pc {
    display: none !important;
  }
}
#wrapper #main *,
#wrapper #main *::before,
#wrapper #main *::after {
  box-sizing: border-box;
}
#wrapper #main .img img {
  display: block;
  width: 100%;
}
#wrapper #main [data-anim] {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#wrapper #main [data-anim=top] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
#wrapper #main [data-anim=left] {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .figure-change__pc {
    display: none;
  }
}
.figure-change__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .figure-change__sp {
    display: block;
  }
}

/*============================
  section
============================*/
.section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner {
    width: 68.75vw;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .section__inner--wide {
    width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner--wide {
    width: 87.5vw;
  }
}

/*============================
  固定_ページトップへ戻るボタン
============================*/
.fixed-pagetop {
  position: fixed;
  z-index: 5;
  display: none;
  background: linear-gradient(180deg, rgb(236, 161, 0) 30%, rgb(236, 108, 0) 100%);
}
@media screen and (min-width: 768px) {
  .fixed-pagetop {
    border-radius: 200px;
    bottom: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop {
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop {
    right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop {
    width: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop {
    height: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-pagetop {
    bottom: 0vmin;
    right: 0vmin;
    width: 100%;
    height: 12vmin;
  }
}
.fixed-pagetop__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1.4;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-entry-down.png);
}
@media screen and (min-width: 768px) {
  .fixed-pagetop__anchor {
    background-size: 15px;
    font-size: 16px;
    background-position: center bottom 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop__anchor {
    background-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-pagetop__anchor {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-pagetop__anchor {
    font-size: 3.7333333333vmin;
    background-size: 2.6666666667vmin;
    background-position: center right calc(50% - 20vmin);
  }
}
.fixed-pagetop__anchor:hover {
  opacity: 0.7;
}

/*============================
  共通h2スタイル
============================*/
.trainingcp-h2 {
  text-align: center;
}
.trainingcp-h2__sub {
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .trainingcp-h2__sub {
    font-size: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .trainingcp-h2__sub {
    font-size: 3.875vw;
  }
}
@media screen and (max-width: 767px) {
  .trainingcp-h2__sub {
    font-size: 12vmin;
  }
}
.trainingcp-h2__main {
  font-weight: bold;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .trainingcp-h2__main {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .trainingcp-h2__main {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .trainingcp-h2__main {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .trainingcp-h2__main {
    font-size: 3.7333333333vmin;
    margin-top: 1.3333333333vmin;
  }
}

/*============================
  エントリーボタン
============================*/
.entry-button {
  text-align: center;
}
.entry-button__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(236, 161, 0) 30%, rgb(236, 108, 0) 100%);
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .entry-button__anchor {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor {
    width: 17.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor {
    height: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .entry-button__anchor {
    width: 49.3333333333vmin;
    height: 12vmin;
    font-size: 3.7333333333vmin;
  }
}
.entry-button__anchor:hover {
  opacity: 0.7;
}
.entry-button__anchor__text {
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .entry-button__anchor__text {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor__text {
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .entry-button__anchor__text {
    padding-right: 5.3333333333vmin;
  }
}
.entry-button__anchor__text--down {
  background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-entry-down.png);
}
@media screen and (min-width: 768px) {
  .entry-button__anchor__text--down {
    background-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor__text--down {
    background-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .entry-button__anchor__text--down {
    background-size: 2.5333333333vmin;
  }
}
.entry-button__anchor__text--window {
  background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-entry-popup.png);
}
@media screen and (min-width: 768px) {
  .entry-button__anchor__text--window {
    background-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .entry-button__anchor__text--window {
    background-size: 1.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .entry-button__anchor__text--window {
    background-size: 4.1333333333vmin;
  }
}

/*============================
  KV
============================*/
.kv {
  overflow-x: hidden;
}
.kv__inner {
  position: relative;
}
.kv__inner__img img {
  max-width: none;
  width: 100%;
}

/*============================
  リード
============================*/
.lead {
  position: relative;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .lead {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    padding-bottom: 5.3333333333vmin;
  }
}
.lead:before, .lead:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .lead:before, .lead:after {
    aspect-ratio: 1600/214;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/bg_lead_pc.png);
  }
}
@media screen and (max-width: 767px) {
  .lead:before, .lead:after {
    aspect-ratio: 750/117;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/bg_lead_sp.png);
  }
}
.lead:before {
  top: 0;
  transform: translateY(-97%);
}
.lead:after {
  bottom: 0;
  transform: scale(1, -1) translateY(-97%);
}
@media screen and (min-width: 768px) {
  .lead:after {
    content: none;
  }
}
.lead__box {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lead__box {
    top: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box {
    padding-top: 1.3333333333vmin;
  }
}
.lead__box:before, .lead__box:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lead__box:before {
    left: -70px;
    bottom: 120px;
    width: 199px;
    height: 229px;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/im-lead-left_pc.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:before {
    left: -4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:before {
    bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:before {
    width: 12.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:before {
    height: 14.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box:before {
    left: 0vmin;
    bottom: 22.6666666667vmin;
    width: 32vmin;
    height: 38.1333333333vmin;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/im-lead-left_sp.png);
  }
}
@media screen and (min-width: 768px) {
  .lead__box:after {
    right: -50px;
    bottom: 170px;
    width: 130px;
    height: 168px;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/im-lead-right_pc.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:after {
    right: -3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:after {
    bottom: 10.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:after {
    width: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box:after {
    height: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box:after {
    right: 0vmin;
    bottom: 66.6666666667vmin;
    width: 33.0666666667vmin;
    height: 44.8vmin;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/im-lead-right_sp.png);
  }
}
.lead__box__h1 {
  font-weight: bold;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .lead__box__h1 {
    line-height: 1;
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__h1 {
    font-size: 2.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__h1 {
    line-height: 1.3;
    font-size: 9.3333333333vmin;
  }
}
.lead__box__sub {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .lead__box__sub {
    line-height: 1;
    margin-top: 20px;
    font-size: 26px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__sub {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__sub {
    font-size: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__sub {
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__sub {
    line-height: 1.3;
    margin-top: 5.3333333333vmin;
    font-size: 4.5333333333vmin;
    padding-bottom: 2vmin;
  }
}
.lead__box__sub:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
}
@media screen and (min-width: 768px) {
  .lead__box__sub:after {
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__sub:after {
    height: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__sub:after {
    height: 0.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__day {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__day {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__day {
    margin-top: 4.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__day img {
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__day img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__logo {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__logo {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__logo {
    margin-top: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__logo img {
    width: 288px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__logo img {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__logo img {
    width: 55.3333333333vmin;
  }
}
.lead__box__text {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .lead__box__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__text {
    text-align: left;
    margin-top: 16.6666666667vmin;
    width: 55.3333333333vmin;
    line-height: 2;
  }
}
.lead__box__text__dt {
  color: #ffffff;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
}
@media screen and (min-width: 768px) {
  .lead__box__text__dt {
    line-height: 1;
    font-size: 22px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    padding-left: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    padding-right: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dt {
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__text__dt {
    display: inline;
    font-size: 4.8vmin;
    padding: 1.3333333333vmin 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__text__dd {
    line-height: 1;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__text__dd {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__text__dd {
    display: inline;
  }
}
.lead__box__point {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .lead__box__point {
    line-height: 1;
    margin-top: 25px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__point {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__point {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__point {
    line-height: 1.3;
    text-align: left;
    margin-top: 16.6666666667vmin;
    margin-left: auto;
    font-size: 4.8vmin;
    width: 52vmin;
  }
}
.lead__box__point__orange {
  display: inline-block;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lead__box__point__orange em {
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .lead__box__point__orange em {
    font-size: 68px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__point__orange em {
    font-size: 4.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__point__orange em {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__point__orange em {
    font-size: 10.9333333333vmin;
    padding-right: 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__box__button {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__box__button {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box__button {
    margin-top: 22vmin;
  }
}

/*============================
  ABOUT
============================*/
@media screen and (min-width: 768px) {
  .about {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about {
    padding-top: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 33.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .about .section__inner {
    padding: 0 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .about__columns {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .about__columns {
    margin-top: 8vmin;
  }
}
.about__columns__column:nth-child(1) {
  order: 2;
}
@media screen and (min-width: 768px) {
  .about__columns__column:nth-child(1) {
    width: 520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column:nth-child(1) {
    width: 32.5vw;
  }
}
.about__columns__column:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 768px) {
  .about__columns__column:nth-child(2) {
    width: 540px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column:nth-child(2) {
    width: 33.75vw;
  }
}
@media screen and (max-width: 767px) {
  .about__columns__column:nth-child(2) {
    margin-top: 5.3333333333vmin;
  }
}
.about__columns__column__text {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .about__columns__column__text {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__text {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .about__columns__column__text {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .about__columns__column__img {
    margin-right: -8vmin;
  }
}
@media screen and (min-width: 768px) {
  .about__columns__column__button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .about__columns__column__button {
    text-align: center;
    margin-top: 2.6666666667vmin;
  }
}
.about__columns__column__button__anchor {
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-detail.png);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .about__columns__column__button__anchor {
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    background-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button__anchor {
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button__anchor {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button__anchor {
    padding-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button__anchor {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about__columns__column__button__anchor {
    background-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .about__columns__column__button__anchor {
    width: 60vmin;
    padding-top: 1.3333333333vmin;
    padding-bottom: 3.3333333333vmin;
    background-size: 6.6666666667vmin;
  }
}
.about__columns__column__button__anchor:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.about__columns__column__button__anchor:hover {
  opacity: 0.7;
}

/*============================
  CAMPAIGN
============================*/
.campaign {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign {
    padding-top: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 17.3333333333vmin;
    padding-bottom: 6.6666666667vmin;
  }
}
.campaign:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  transform: translateY(100%) scale(1, -1);
}
@media screen and (min-width: 768px) {
  .campaign:after {
    aspect-ratio: 1600/214;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/bg_about_pc.png);
  }
}
@media screen and (max-width: 767px) {
  .campaign:after {
    aspect-ratio: 750/117;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/bg_about_sp.png);
  }
}
@media screen and (max-width: 767px) {
  .campaign .section__inner {
    padding: 0 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns {
    margin-top: 8.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column {
    width: 520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column {
    width: 32.5vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column:not(:first-child) {
    margin-top: 6.6666666667vmin;
  }
}
.campaign__columns__column__h3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__h3 {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__h3 {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__h3 {
    padding-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__h3 {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__h3 {
    font-size: 3.7333333333vmin;
    padding: 1.6vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__h3:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__h3:not(:first-child) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__h3:not(:first-child) {
    margin-top: 8vmin;
  }
}
.campaign__columns__column__h3--orange {
  background-color: #ed6c00;
  color: #ffffff;
}
.campaign__columns__column__h3--white {
  border: 1px solid #ed6c00;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(236, 108, 0) 0%, rgb(236, 161, 0) 50%, rgb(236, 108, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__h3--white {
    width: 38.6666666667vmin;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign__columns__column__day {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__day {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__day {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__day {
    margin-top: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__day img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__day img {
    width: 25vw;
  }
}
.campaign__columns__column__lead {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__lead {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__lead {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__lead {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__lead {
    margin-top: 4vmin;
    font-size: 4.2666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__lead--small {
    font-size: 3.7333333333vmin;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__note {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__note {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__note {
    margin-top: 2.6666666667vmin;
  }
}
.campaign__columns__column__note__item {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__note__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__note__item {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__note__item {
    font-size: 2.6666666667vmin;
  }
}
.campaign__columns__column__note__item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__columns__column__box {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box {
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box {
    padding-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box {
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box {
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box {
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box {
    margin-top: 5.3333333333vmin;
    padding: 6.6666666667vmin;
  }
}
.campaign__columns__column__box .achievement {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box .achievement {
    max-width: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement {
    max-width: 19.375vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box .achievement {
    max-width: 54.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box .achievement:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement:not(:first-child) {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box .achievement:not(:first-child) {
    margin-top: 2.6666666667vmin;
  }
}
.campaign__columns__column__box .achievement__dt {
  border: 1px solid #cccccc;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box .achievement__dt {
    font-size: 16px;
    padding-top: 4px;
    padding-right: 28px;
    padding-bottom: 4px;
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dt {
    padding-top: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dt {
    padding-right: 1.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dt {
    padding-bottom: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dt {
    padding-left: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box .achievement__dt {
    font-size: 3.2vmin;
    padding: 0.5333333333vmin 3.7333333333vmin;
  }
}
.campaign__columns__column__box .achievement__dd {
  font-weight: bold;
  color: #ed6c00;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box .achievement__dd {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dd {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box .achievement__dd {
    font-size: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .campaign__columns__column__box .achievement__dd__point {
    font-size: 22px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dd__point {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .campaign__columns__column__box .achievement__dd__point {
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign__columns__column__box .achievement__dd__point {
    font-size: 4.2666666667vmin;
    padding-left: 1.3333333333vmin;
  }
}

/*============================
  HOW TO
============================*/
.howto {
  background-color: #fff8f3;
}
@media screen and (min-width: 768px) {
  .howto {
    padding-top: 20vw;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto {
    padding-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .howto {
    padding-top: 35vw;
    padding-bottom: 18.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .howto__columns {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns {
    margin-top: 9.3333333333vmin;
  }
}
.howto__columns__column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .howto__columns__column {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column {
    width: 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column {
    padding-top: 10.6666666667vmin;
    padding-left: 24.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .howto__columns__column:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-howto.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    top: 225px;
    left: -65px;
    width: 22px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column:not(:first-child):before {
    top: 14.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column:not(:first-child):before {
    left: -4.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column:not(:first-child):before {
    width: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column:not(:first-child):before {
    height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 13.3333333333vmin;
    left: 6.6666666667vmin;
    width: 5.3333333333vmin;
    height: 100%;
    background-color: #fef1e6;
  }
}
.howto__columns__column__step {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto__columns__column__step {
    position: absolute;
    left: 0;
    width: 18.6666666667vmin;
    padding-top: 16.6666666667vmin;
    z-index: 2;
  }
}
.howto__columns__column__step__text {
  font-weight: bold;
  background-color: #ed6c00;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__step__text {
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__step__text {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__step__text {
    padding-top: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__step__text {
    padding-bottom: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__step__text {
    position: relative;
    z-index: 2;
    border-radius: 0.8vmin;
    width: 18.6666666667vmin;
    font-size: 3.4666666667vmin;
    padding: 1.3333333333vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .howto__columns__column__step img {
    margin-top: 25px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__step img {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__step img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__step img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.6666666667vmin;
  }
}
.howto__columns__column__h3 {
  font-weight: bold;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__h3 {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__h3 {
    font-size: 4.2666666667vmin;
  }
}
.howto__columns__column__text {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__text {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__text {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__text {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__text {
    margin-top: 1.3333333333vmin;
    font-size: 3.7333333333vmin;
  }
}
.howto__columns__column__text__anchor {
  text-decoration: underline;
  transition: 0.5s;
}
.howto__columns__column__text__anchor:hover {
  opacity: 0.7;
}
.howto__columns__column .apps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .apps {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .apps {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .apps {
    margin-top: 4.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .howto__columns__column .apps__item:nth-child(1) {
    width: 84px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .apps__item:nth-child(1) {
    width: 5.25vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .apps__item:nth-child(1) {
    width: 24vmin;
  }
}
@media screen and (min-width: 768px) {
  .howto__columns__column .apps__item:nth-child(2) {
    margin-left: 10px;
    width: 113px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .apps__item:nth-child(2) {
    margin-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .apps__item:nth-child(2) {
    width: 7.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .apps__item:nth-child(2) {
    width: 32vmin;
    margin-left: 2.6666666667vmin;
  }
}
.howto__columns__column .apps__item__anchor {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .apps__item__anchor:not(:first-child) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .apps__item__anchor:not(:first-child) {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .apps__item__anchor:not(:first-child) {
    margin-top: 2.6666666667vmin;
  }
}
.howto__columns__column .apps__item__anchor:hover {
  opacity: 0.7;
}
.howto__columns__column__free {
  text-align: center;
  line-height: 1.5;
  background-color: #fdeada;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__free {
    margin-top: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__free {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__free {
    padding-top: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__free {
    padding-bottom: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__free {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__free {
    margin-top: 4vmin;
    padding-top: 1.3333333333vmin;
    padding-bottom: 1.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.howto__columns__column__free em {
  color: #ed6c00;
}
.howto__columns__column__note {
  line-height: 1.7;
  letter-spacing: 0.08m;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__note {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__note {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__note {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__note {
    margin-top: 1.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.howto__columns__column__note__anchor {
  text-decoration: underline;
  transition: 0.5s;
}
.howto__columns__column__note__anchor:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .howto__columns__column__button {
    margin-top: 87px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column__button {
    margin-top: 5.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__button {
    text-align: left;
    margin-top: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column__button .entry-button__anchor {
    margin-left: inherit;
  }
}
.howto__columns__column .howto-acc {
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .howto-acc {
    margin-top: 53px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc {
    margin-top: 3.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc {
    border-radius: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .howto-acc {
    margin-top: 4vmin;
    border-radius: 6vmin;
  }
}
.howto__columns__column .howto-acc__button {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .howto-acc__button {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button {
    padding-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button {
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button {
    padding-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .howto-acc__button {
    padding: 3.3333333333vmin 4vmin 3.3333333333vmin 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.howto__columns__column .howto-acc__button:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/wellness/sixpad/campaign/sixpadclub_trainingcp/img/ic-arrow-detail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(90deg);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .howto-acc__button:after {
    top: 22px;
    right: 22px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button:after {
    top: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button:after {
    right: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button:after {
    width: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__button:after {
    height: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .howto-acc__button:after {
    top: 3.3333333333vmin;
    right: 5.3333333333vmin;
    width: 5.3333333333vmin;
    height: 5.3333333333vmin;
  }
}
.howto__columns__column .howto-acc__button.is-active:after {
  transform: rotate(-90deg);
}
.howto__columns__column .howto-acc__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .howto-acc__content {
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__content {
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__content {
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__content {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .howto-acc__content {
    padding-right: 4.6666666667vmin;
    padding-bottom: 5.3333333333vmin;
    padding-left: 4.6666666667vmin;
  }
}
.howto__columns__column .howto-acc__content__inner__item {
  position: relative;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .howto__columns__column .howto-acc__content__inner__item {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__content__inner__item {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .howto__columns__column .howto-acc__content__inner__item {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__columns__column .howto-acc__content__inner__item {
    line-height: 1.6;
    font-size: 2.9333333333vmin;
    padding-left: 6vmin;
  }
}
.howto__columns__column .howto-acc__content__inner__item:before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
  FAQ
============================*/
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 140px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq {
    margin-top: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq {
    margin-bottom: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin: 16vmin 0 10.6666666667vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap {
    margin-top: 6.6666666667vmin;
  }
}
.faq .faq-wrap .faq-list {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list {
    padding-top: 53px;
    padding-right: 40px;
    padding-bottom: 53px;
    padding-left: 60px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-top: 3.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-bottom: 3.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    border-radius: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list {
    padding: 4vmin;
    border-radius: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 5.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list.is-active .faq-list__question__button:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq-wrap .faq-list__question {
  position: relative;
  transition: ease 0.5s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 20px;
    padding-left: 50px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 3.4666666667vmin;
    padding-left: 6.6666666667vmin;
    padding-right: 9.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list__question:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0em;
  color: #ed6c00;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.faq .faq-wrap .faq-list__question__button {
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question__button {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 6.6666666667vmin;
    height: 6.6666666667vmin;
  }
}
.faq .faq-wrap .faq-list__question__button:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question__button:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #ed6c00;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question__button:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ed6c00;
  }
}
.faq .faq-wrap .faq-list__answer {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 20px;
    padding-left: 50px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 2.6666666667vmin;
    padding-left: 6.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.faq .faq-wrap .faq-list__answer:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #ed6c00;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 5.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list__answer__txtlink {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer__txtlink:hover {
    opacity: 0.7;
  }
}
.faq__detail {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq__detail {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq__detail {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq__detail {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__detail {
    margin-top: 5.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.faq__detail__anchor {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq__detail__anchor:hover {
    opacity: 0.7;
  }
}