:root {
  --fs-body-m: 0.875rem;
  --fs-body: 0.875rem;
  --fs-body-s: 0.75rem;
  --fs-body-xs: 0.625rem;
  --fs-h2: 1.5rem;
  --fs-h3: 1.25rem;
  --fs-h4: 1.125rem;
  --fs-h5: 1rem;
  --fs-h6: 0.875rem;
  --fs-hero: 0.875rem;
  --fs-ttl: 1.75rem;
  --fs-hero-l: 1.75rem;
  --fs-32-r: 1.5rem;
  --fs-28-r: 1.25rem;
  --fs-24-r: 1.125rem;
  --fs-20-r: 1rem;
  --fs-18-r: 0.875rem;
  --fs-sectionTtl: 3.75rem;
  --fs-point: 2.375rem;
  --fs-price: 2.5rem;
  --price-h: 34px;
  --header-h: 56px;
  --header-h-n: -56px;
  --hero-h: 420px;
  --spc88-r: 24px;
  --spc64-r: 40px;
  --spc40-r: 24px;
  --spc24-r: 16px;
  --header-sh: 56px;
  --header-slh: 96px;
  --fs-lpcopy: 1.75rem;
  --lp-hero-h: 260px;
  --lp-fs-hero: 1rem;
  --fs-price-s: 1.5rem
}

@media screen and (min-width: 600px) {
  :root {
    --fs-lpcopy: 2rem;
    --lp-fs-hero: 1.125rem
  }
}

@media screen and (min-width: 600px) {
  :root {
    --fs-body-m: 1rem;
    --fs-hero: 1.125rem;
    --fs-hero-l: 48px;
    --fs-32-r: 2rem;
    --fs-28-r: 1.75rem;
    --fs-24-r: 1.5rem;
    --fs-20-r: 1.25rem;
    --fs-18-r: 1.125rem;
    --fs-sectionTtl: 6.25rem;
    --fs-h2: 2rem;
    --fs-h3: 1.75rem;
    --fs-h4: 1.5rem;
    --fs-h5: 1.25rem;
    --fs-h6: 1.125rem;
    --fs-point: 3rem;
    --fs-ttl: 2.5rem;
    --fs-price: 2.5rem;
    --header-h: 111px;
    --header-h-n: -111px;
    --hero-h: 536px;
    --spc88-r: 88px;
    --spc64-r: 64px;
    --spc40-r: 40px;
    --spc24-r: 24px;
    --header-sh: 56px;
    --lp-hero-h: 470px
  }
}

@keyframes reflect {

  0%,
  75% {
    transform: rotate(45deg) scale(0);
    opacity: 1
  }

  100% {
    transform: rotate(45deg) scale(100);
    opacity: 0
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box
}

[hidden] {
  display: none
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff
}

body {
  overflow-y: scroll;
  line-break: normal;
  overflow-wrap: break-word
}

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details {
  display: block
}

video,
audio,
canvas {
  display: inline-block
}

audio:not([controls]) {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word
}

li {
  list-style: none
}

a:active {
  outline: none
}

strong,
b {
  font-weight: bold
}

small {
  font-size: .83em
}

q {
  quotes: none
}

abbr[title] {
  border-bottom: 1px dotted
}

code,
samp,
kbd {
  font-family: monospace, sans-serif
}

mark {
  color: #000;
  background-color: #ff0
}

sub,
sup {
  font-size: .5em;
  line-height: 0
}

sub {
  vertical-align: 0px
}

sup {
  vertical-align: .8em
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin-top: 0px
}

a {
  color: inherit;
  text-decoration: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  text-align: left
}

th,
td {
  text-align: left;
  vertical-align: baseline
}

fieldset {
  border: 0
}

legend {
  border: 0
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit
}

input,
button {
  line-height: normal;
  vertical-align: inherit
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

input[type=search]:focus {
  outline-offset: -2px
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

select {
  background-color: inherit;
  line-height: normal
}

textarea {
  vertical-align: top;
  overflow: auto
}

body {
  color: #26455c;
  font-size: var(--fs-body);
  line-height: 1.5
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  background-image: url(../img/bg_pattern_gray.webp);
  background-size: 96px 165.2px
}

.SiteHeader.-single+main {
  padding-top: var(--header-sh)
}

.SiteHeader.-single.-hasLabel+main {
  padding-top: var(--header-slh)
}

h1,
h2,
h3,
h4 {
  font-weight: 700
}

mark {
  color: #141821;
  background-color: #fff288
}

mark.white {
  background-color: #fff
}

a {
  text-decoration: underline
}

@media screen and (min-width: 600px) {
  a:hover {
    text-decoration: none
  }
}

small {
  display: inline-block;
  font-size: var(--fs-body-xs);
  color: #7f8288
}

strong {
  font-weight: 500;
  color: #0087d2
}

strong.normal {
  color: #141821;
  font-weight: 700
}

ul ul {
  font-size: .75rem;
  margin-top: 8px
}

ul.-column2 {
  -moz-column-count: 2;
  column-count: 2
}

.Button.-spFull img {
  width: 100%
}

.point {
  color: #d03086
}

.price {
  font-size: 24px;
  vertical-align: -0.05em
}

.fs {
  display: inline-block;
  font-weight: 400;
  font-size: 1.25em;
  color: inherit
}

.pc {
  display: none
}

@media screen and (min-width: 1160px) {
  .pc {
    display: block
  }
}

span.pc {
  display: none
}

@media screen and (min-width: 1160px) {
  span.pc {
    display: inline
  }
}

.pc_tab {
  display: none
}

@media screen and (min-width: 820px) {
  .pc_tab {
    display: block
  }
}

span.pc_tab {
  display: none
}

@media screen and (min-width: 820px) {
  span.pc_tab {
    display: inline
  }
}

span.tab_sp {
  display: none
}

@media screen and (min-width: 820px) {
  span.tab_sp {
    display: inline
  }
}

.tab_sp {
  display: block
}

@media screen and (min-width: 820px) {
  .tab_sp {
    display: none
  }
}

span.pc_tab {
  display: none
}

@media screen and (min-width: 600px) {
  span.pc_tab {
    display: inline
  }
}

.tab {
  display: none
}

@media screen and (min-width: 600px) {
  .tab {
    display: block
  }
}

@media screen and (min-width: 820px) {
  .tab {
    display: none
  }
}

.sp_tbl {
  display: block
}

@media screen and (min-width: 1160px) {
  .sp_tbl {
    display: none
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none
  }
}

.show-item {
  display: none
}

.Avatar {
  text-align: center
}

.Avatar img {
  border-radius: 50%
}

.Avatar.-square img {
  border-radius: 0px
}

.Avatar.-resp80 img {
  max-width: 80px
}

@media screen and (min-width: 600px) {
  .Avatar.-resp80 img {
    max-width: none
  }
}

.Avatar.-resp64 img {
  max-width: 64px
}

@media screen and (min-width: 600px) {
  .Avatar.-resp64 img {
    max-width: none
  }
}

.Badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px
}

.Badge.-cilcle {
  border-radius: 80px
}

.Badge.-gradients {
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%)
}

.Badge.-respHorizontal {
  width: auto;
  height: auto;
  border-radius: 200px;
  padding: 16px 0px
}

@media screen and (min-width: 820px) {
  .Badge.-respHorizontal {
    width: 160px;
    height: 160px
  }
}

.Banner {
  display: inline-block;
  text-decoration: none
}

.Banner.-hoverBg {
  position: relative
}

.Banner.-hoverBg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(20, 24, 33, .3);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

@media screen and (min-width: 600px) {
  .Banner.-hoverBg:hover::before {
    opacity: 1
  }
}

.Banner.-typeA {
  background-color: #fff
}

.Banner.-typeA .Banner__wrapper {
  display: flex;
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .Banner.-typeA .Banner__wrapper {
    flex-direction: row
  }
}

.Banner.-typeB {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: linear-gradient(152.24deg, #0B4368 12.68%, #007ABE 62.04%, #0087D2 86.14%)
}

@media screen and (min-width: 600px) {
  .Banner.-typeB {
    height: 304px;
    flex-direction: row
  }
}

.Banner.-typeB::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background: linear-gradient(0deg, rgba(0, 135, 210, 0.2) 0%, rgba(0, 135, 210, 0.2) 100%), url(../images/PR_trainerlist_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

@media screen and (min-width: 600px) {
  .Banner.-typeB::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%
  }
}

.Banner.-typeB::after {
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(11, 67, 104, .6)
}

@media screen and (min-width: 600px) {
  .Banner.-typeB::after {
    content: ""
  }
}

.Banner.-typeB .Banner__title {
  font-size: 1.125rem;
  color: #fff
}

@media screen and (min-width: 600px) {
  .Banner.-typeB .Banner__title {
    font-size: 1.25rem
  }
}

.Banner.-typeB .Banner__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
  gap: 88px 16px;
  padding: 24px 24px 32px
}

@media screen and (min-width: 600px) {
  .Banner.-typeB .Banner__body {
    flex-direction: row;
    align-items: flex-end;
    padding: 40px 6%
  }
}

.Banner.-typeC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 288px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background: url("../img/CTA_ss_footer_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

@media screen and (min-width: 820px) {
  .Banner.-typeC {
    background-image: url(../img/CTA_ss_footer_pc.webp)
  }
}

@media screen and (min-width: 600px) {
  .Banner.-typeC:hover .Banner__button .Button {
    border-bottom: #e6d54e solid 0px
  }
}

.Banner.-typeC .Banner__body {
  position: relative;
  z-index: 2
}

.Banner.-typeC .Banner__title {
  width: 50%;
  text-align: left;
  margin-left: auto;
  font-size: 1.125rem;
  color: #141821
}

@media screen and (min-width: 600px) {
  .Banner.-typeC .Banner__title {
    font-size: 1.5rem
  }
}

.Banner.-typeC .Banner__button {
  margin-right: auto;
  margin-left: auto;
  max-width: 240px;
  margin-top: 0
}

@media screen and (min-width: 600px) {
  .Banner.-typeC .Banner__button {
    width: 50%;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0
  }
}

.Banner.-typeC .Banner__button .Button {
  pointer-events: none
}

.Banner.-hasBg .Banner__wrapper {
  background-color: #ebeef1;
  background-image: url(../images/bg_pattern_gray.webp);
  background-size: 96px 165.2px
}

@media screen and (min-width: 600px) {
  .Banner__box.-image {
    flex-basis: 480px
  }
}

.Banner__box.-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.Banner__box.-text {
  padding: 24px 24px 32px 24px
}

@media screen and (min-width: 600px) {
  .Banner__box.-text {
    padding: 40px;
    flex-basis: 600px
  }
}

.Banner__title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--fs-24-r);
  color: #0087d2;
  font-weight: 500
}

.Banner__title.-logo {
  max-width: 200px
}

@media screen and (min-width: 600px) {
  .Banner__title.-logo {
    max-width: none
  }
}

.Banner__text {
  font-family: "Noto Serif JP", serif;
  font-size: var(--fs-20-r);
  font-weight: 500;
  margin-top: 16px
}

@media screen and (min-width: 600px) {
  .Banner__text {
    line-height: 2
  }
}

.Banner__text.-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.5
}

.Banner__button {
  margin-top: 24px
}

.Banner.-cp {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 16px 24px 32px;
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%);
  border: #d03086 solid 2px;
  max-width: 708px
}

@media screen and (min-width: 600px) {
  .Banner.-cp {
    width: 52%;
    padding: 24px
  }
}

.Banner__cpBody {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto
}

.Banner__cpBody::before,
.Banner__cpBody::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain
}

.Banner__cpBody::before {
  top: 0px;
  left: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_top.svg)
}

.Banner__cpBody::after {
  bottom: 0px;
  right: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_under.svg)
}

.Banner__cpPeriod {
  display: flex;
  gap: 0px 2px;
  margin-top: 24px;
  width: 100%;
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .Banner__cpPeriod {
    flex-direction: row
  }
}

.Banner__cpDate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px;
  background-color: #fff;
  font-size: .75rem;
  font-family: "Noto Sans JP", sans-serif;
  flex-grow: 1;
  font-weight: 500
}

.Banner__cpDate img {
  width: 100%;
  max-width: 160px;
  height: auto
}

.Banner__cpLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d03086;
  text-align: center;
  font-size: .75rem;
  padding: 8px 24px
}

.Banner__cpText {
  font-size: .75rem;
  color: #d03086
}

@media screen and (min-width: 600px) {
  .Banner__cpText {
    font-size: .875rem
  }
}

.Banner__cpIcon {
  max-width: 32px
}

@media screen and (min-width: 600px) {
  .Banner__cpIcon {
    max-width: none
  }
}

.Banner__cpTitle {
  text-align: center
}

.BorderTable {
  border-collapse: collapse;
  width: 100%
}

@media screen and (min-width: 600px) {
  .BorderTable {
    table-layout: fixed
  }
}

.BorderTable td {
  display: block;
  padding-top: 16px
}

@media screen and (min-width: 600px) {
  .BorderTable td {
    display: table-cell
  }
}

.BorderTable__headline {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px 0px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: #d1d4d7 solid 1px;
  width: 100%
}

@media screen and (min-width: 600px) {
  .BorderTable__headline {
    flex-direction: row;
    padding-bottom: 24px
  }
}

.BorderTable__price {
  position: relative;
  font-weight: 400
}

@media screen and (min-width: 600px) {
  .BorderTable__price {
    padding-left: 40px
  }
}

.BorderTable__price::before {
  content: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 1px;
  height: 34px;
  background-color: #d1d4d7;
  transform: rotate(45deg)
}

@media screen and (min-width: 600px) {
  .BorderTable__price::before {
    content: ""
  }
}

.BorderTable__price span {
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif
}

.Button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  width: 100%;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .875rem;
  cursor: pointer
}

@media screen and (min-width: 600px) {
  .Button {
    max-width: 240px
  }
}

.Button.-text {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #0087d2;
  text-align: center;
  padding: 0px;
  width: auto;
  height: auto;
  font-weight: 500;
  white-space: nowrap
}

.Button.-text.-posL {
  text-align: left
}

.Button.-text.-posR {
  text-align: right
}

.Button.-fill {
  background-color: #0087d2;
  color: #fff;
  transition: background-color .3s
}

@media screen and (min-width: 600px) {
  .Button.-fill:hover {
    background-color: #006eac
  }
}

.Button.-fillW {
  font-weight: 500;
  background-color: #fff;
  color: #0087d2;
  transition: background-color .3s
}

@media screen and (min-width: 600px) {
  .Button.-fillW:hover {
    background-color: #e7f3fa
  }
}

.Button.-outline {
  background-color: #fff;
  font-weight: 500;
  color: #0087d2;
  border: #0087d2 solid 1px;
  transition: background-color .3s
}

@media screen and (min-width: 600px) {
  .Button.-outline:hover {
    background-color: #e7f3fa
  }
}

.Button.-onBg {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%)
}

.Button.-cta {
  background-color: #ffed56;
  color: #141821;
  border-bottom: #e6d54e solid 4px;
  transition: border .2s, transform .2s
}

@media screen and (min-width: 600px) {
  .Button.-cta:hover {
    border-bottom: #e6d54e solid 0px
  }
}

.Button.-movie {
  position: relative;
  border-radius: 0px
}

.Button.-movie::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icon_arrowRight_white.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border: #fff solid 1px;
  border-radius: 46px;
  pointer-events: none
}

.Button.-large {
  max-width: 480px;
  font-size: 1.125rem;
  height: 79px
}

@media screen and (min-width: 600px) {
  .Button.-large {
    font-size: 1.25rem;
    height: 94px
  }
}

.Button.-medium {
  max-width: 160px;
  height: 49px
}

@media screen and (min-width: 600px) {
  .Button.-medium {
    max-width: 320px;
    height: 75px
  }
}

.Button.-medium.-fsLarge {
  font-size: 1.125rem
}

.Button.-small {
  max-width: 240px;
  height: 53px
}

.Button.-SS {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 16px;
  height: auto
}

@media screen and (min-width: 600px) {
  .Button.-SS {
    max-width: 200px;
    padding: 16px
  }
}

section.section_topics .Button.-SS {
  max-width: 186px;
  padding: 12px 0
}

@media screen and (min-width: 1160px) {
  section.section_topics .Button.-SS {
    max-width: 200px;
    padding: 16px 0
  }
}

.Button.-XS {
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 14px;
  padding-right: 14px;
  height: 45px;
  line-height: 43px;
  white-space: nowrap
}

.Button.-posL {
  margin-left: 0px
}

.Button.-posR {
  margin-right: 0px
}

.Button.-animate {
  position: relative;
  overflow: hidden
}

.Button.-animate::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  transform: rotate(45deg);
  animation: reflect 6s ease-in-out infinite
}

.Button.-campaign,
.Button.-pageTop,
.Button.-free {
  height: 48px;
  border-radius: 0px
}

@media screen and (min-width: 600px) {

  .Button.-campaign,
  .Button.-pageTop,
  .Button.-free {
    height: auto
  }
}

.Button.-free {
  position: relative;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  color: #141821;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  background-color: #ffed56
}

@media screen and (min-width: 600px) {
  .Button.-free {
    font-size: 1rem;
    width: 144px;
    height: 144px;
    font-family: "Noto Sans JP", sans-serif;
    background-color: rgba(0, 0, 0, 0)
  }
}

.Button.-free::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #ffed56;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  transition: transform .2s
}

@media screen and (min-width: 600px) {
  .Button.-free::after {
    content: ""
  }
}

@media screen and (min-width: 600px) {
  .Button.-free:hover::after {
    transform: scale(1.12)
  }
}

.Button.-free span {
  position: relative;
  z-index: 2
}

.Button.-campaign {
  text-align: left;
  width: 100%;
  background-color: #0087d2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: .75rem
}

.Button.-pageTop {
  background-color: #fff;
  width: 48px;
  flex-shrink: 0
}

.Button.-circle {
  position: relative;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  color: #141821;
  width: 100%;
  font-family: "Noto Serif JP", serif
}

@media screen and (min-width: 600px) {
  .Button.-circle {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    background-color: rgba(0, 0, 0, 0)
  }
}

.Button.-circle::after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  transition: transform .2s
}

@media screen and (min-width: 600px) {
  .Button.-circle::after {
    content: ""
  }
}

@media screen and (min-width: 600px) {
  .Button.-circle:hover::after {
    transform: scale(1.12)
  }
}

.Button.-circle.-free {
  background-color: #ffed56
}

@media screen and (min-width: 600px) {
  .Button.-circle.-free {
    width: 144px;
    height: 144px
  }
}

.Button.-circle.-price {
  font-family: "Noto Sans JP", sans-serif;
  width: 180px;
  height: 180px
}

@media screen and (min-width: 600px) {
  .Button.-circle.-price {
    width: 180px;
    height: 180px
  }
}

.Button.-circle.-price::after {
  content: "";
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%)
}

.Button.-circle.-price.-mybiz .Button__text.-typeB {
  margin-top: 16px
}

.Button.-circle.-cpNone {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 180px;
  height: 180px
}

@media screen and (min-width: 600px) {
  .Button.-circle.-cpNone {
    width: 144px;
    height: 144px
  }
}

.Button.-circle.-cpNone::after {
  content: "";
  background: linear-gradient(360deg, #0087D2 0%, #4CABDF 100%)
}

.Button.-circle.-cpNone .Button__text.-typeB {
  font-size: 1.25rem;
  color: #ffed56;
  font-weight: 500;
  margin-top: 0px
}

.Button.-circle.-cpNone .Button__text.-typeC {
  font-size: .75rem
}

@media screen and (min-width: 600px) {
  .Button.-circle.-cpNone .Button__text.-typeC {
    font-size: .625rem
  }
}

.Button.-circle.-cpNone .Button__text.-typeC .Button__textIcon img {
  width: 12px;
  height: auto
}

@media screen and (min-width: 600px) {
  .Button.-circle.-cpNone .Button__text.-typeC .Button__textIcon img {
    width: 10px
  }
}

.Button.-circle span {
  z-index: 2
}

.Button.-cp {
  position: relative;
  width: 180px;
  height: 180px;
  text-align: center
}

@media screen and (min-width: 600px) {
  .Button.-cp:hover .Button__bg {
    width: 200px;
    height: 200px
  }
}

.Button.-cp>span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: -moz-max-content;
  width: max-content
}

.Button.-cp .Button__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%);
  overflow: hidden;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  transition: all .3s
}

.Button.-cp .Button__bg::before,
.Button.-cp .Button__bg::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain
}

.Button.-cp .Button__bg::before {
  top: 0px;
  left: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_top.svg)
}

.Button.-cp .Button__bg::after {
  bottom: 0px;
  right: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_under.svg)
}

.Button.-cp .Button__text {
  line-height: 1
}

.Button.-cp .Button__text.-typeA {
  font-size: .625rem;
  font-weight: 500
}

.Button.-cp .Button__text.-typeB {
  font-size: .625rem;
  margin-top: 8px;
  color: #d03086
}

.Button.-cp .Button__text.-typeC {
  margin-top: 8px
}

.Button.-cp .Button__text.-typeD {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 8px;
  color: #d03086
}

.Button.-cp .Button__text.-typeE {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  background-color: #fff;
  font-size: .625rem;
  font-weight: 400;
  padding: 4px
}

.Button__textIcon {
  line-height: 1
}

.Button__textIcon.-posBetween {
  display: inline-block;
  margin: 0px 4px
}

.Button__textIcon img {
  vertical-align: baseline
}

.Button__cpDate {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto
}

.Button__text {
  display: block;
  line-height: 1.3
}

.Button__text.-typeA {
  font-size: .875rem;
  font-weight: 500
}

.Button__text.-typeB {
  font-size: .75rem;
  margin-top: 8px
}

.Button__text.-typeB del {
  color: #7f8288
}

.Button__text.-typeC {
  font-size: .75rem;
  margin-top: 12px;
  font-weight: 500
}

@media screen and (min-width: 600px) {
  .Button__text.-typeC {
    font-size: .625rem
  }
}

.Button__text.-typeD {
  margin-top: 16px
}

.Button__text.-price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  color: #d03086;
  font-weight: 700;
  margin-top: 5px
}

.Button__text.-priceS {
  font-size: .875rem;
  line-height: 1
}

.Button__text.-priceM {
  font-size: 1rem;
  line-height: 1.2;
  writing-mode: vertical-lr
}

.Button__text.-priceM sup {
  font-size: .75rem;
  vertical-align: baseline;
  line-height: 1
}

.Button__text.-priceNumber {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1
}

.ColumnCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px
}

@media screen and (min-width: 600px) {
  .ColumnCard {
    flex-direction: row;
    padding: 40px
  }
}

@media screen and (min-width: 600px) {
  .ColumnCard.-pxS {
    padding: 24px 40px
  }
}

.ColumnCard.-spc5 {
  gap: 40px
}

.ColumnCard.-bgGray {
  background-color: #ebeef1
}

.ColumnCard.-bgBlue {
  background-color: #0087d2
}

.ColumnCard.-bgBlue small:not([class]) {
  color: #fff
}

.ColumnCard__item {
  flex-basis: auto
}

.ColumnCard__item>*+* {
  margin-top: 16px
}

.ColumnCard__item small {
  display: inline-block;
  margin-top: 8px
}

.ColumnArea {
  padding: 24px 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea {
    padding: 40px
  }
}

.ColumnArea.-flow {
  position: relative;
  padding: 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-flow {
    padding: 24px
  }
}

.ColumnArea.-flow+.ColumnArea.-flow::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_arrowDown_black.svg);
  background-size: contain;
  background-repeat: no-repeat
}

@media screen and (min-width: 600px) {
  .ColumnArea.-flow+.ColumnArea.-flow::before {
    top: 50%;
    left: -22px;
    transform: translateY(-50%) rotate(-90deg)
  }
}

.ColumnArea.-floatParent {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 24px 0px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-floatParent {
    padding: 24px 40px 0px
  }
}

.ColumnArea.-floatParent .ColumnArea__figure {
  margin-top: auto
}

.ColumnArea__floatTextBox {
  margin-bottom: 24px
}

@media screen and (min-width: 600px) {
  .ColumnArea__floatTextBox {
    position: absolute;
    top: 24px;
    left: 40px;
    margin: 0px
  }
}

.ColumnArea.-point {
  border-width: 4px;
  border-style: solid;
  padding: 16px;
  text-align: center
}

@media screen and (min-width: 600px) {
  .ColumnArea.-point {
    padding: 24px
  }
}

.ColumnArea.-point.-typeA {
  border-color: #0087d2
}

.ColumnArea.-point.-typeB {
  border-color: #d03086
}

.ColumnArea.-bottomImageLabel {
  display: flex;
  flex-direction: column;
  padding: 16px 0px 0px
}

.ColumnArea.-bottomImageLabel .ColumnArea__textUnit {
  margin-bottom: 16px
}

.ColumnArea__textUnit>*+* {
  margin-top: 16px
}

.ColumnArea__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.ColumnArea__unit.-resp {
  flex-direction: row;
  text-align: left
}

@media screen and (min-width: 600px) {
  .ColumnArea__unit.-resp {
    flex-direction: column;
    text-align: center
  }
}

.ColumnArea__sell {
  padding: 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea__sell {
    padding: 24px
  }
}

.ColumnArea__sell+.ColumnArea__sell {
  border-top: #e7f3fa solid 1px
}

.ColumnArea.-pNone {
  padding: 0px
}

.ColumnArea.-pNone .ColumnArea__heading {
  padding: 8px
}

.ColumnArea.-pNone .ColumnArea__heading.-single {
  padding: 24px 8px
}

.ColumnArea.-pS {
  padding: 24px 12px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-pS {
    padding: 24px
  }
}

.ColumnArea.-mtT {
  margin-top: 1px
}

.ColumnArea.-pSS {
  padding: 16px
}

.ColumnArea.-pXS {
  padding: 8px 16px
}

.ColumnArea.-pbL {
  padding-bottom: 40px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-pbL {
    padding-bottom: 64px
  }
}

.ColumnArea.-tableOuter {
  padding-right: 0px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-tableOuter {
    padding: 40px
  }
}

.ColumnArea.-rounded {
  border-radius: 8px
}

.ColumnArea.-rounded .-pXS {
  border-radius: 4px
}

.ColumnArea.-primaryInfo {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  padding: 0px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-primaryInfo {
    font-size: 1.25rem;
    text-align: center;
    background-color: #fff;
    padding: 16px
  }
}

.ColumnArea.-primaryInfo .ColumnArea__body {
  background-color: #fff;
  border: none;
  padding: 24px 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-primaryInfo .ColumnArea__body {
    border: #0087d2 solid 1px;
    background-color: #e7f3fa
  }
}

.ColumnArea.-hasBg {
  background-color: #fff
}

.ColumnArea.-hasBg.-gray {
  background-color: #ebeef1
}

.ColumnArea.-hasBg.-blue {
  background-color: #e7f3fa
}

.ColumnArea.-hasBg.-typeA {
  background-color: #0087d2
}

.ColumnArea.-hasBg.-typeA small:not([class]) {
  color: #fff
}

.ColumnArea.-hasBg.-typeB {
  background-color: #e7f3fa
}

.ColumnArea.-hasBg.-underline {
  border-bottom: #0087d2 solid 4px
}

.ColumnArea.-hasLine {
  border: #ebeef1 solid 8px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine {
    border: #ebeef1 solid 16px
  }
}

.ColumnArea.-hasLine.-thin {
  border-color: #d1d4d7;
  border-width: 1px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-thin {
    border-width: 1px
  }
}

.ColumnArea.-hasLine.-double {
  position: relative;
  border: solid 1px #141821;
  outline: solid 7px #ebeef1;
  outline-offset: -8px;
  background-color: #fff
}

.ColumnArea.-hasLine.-double::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: #141821 solid 1px;
  pointer-events: none
}

.ColumnArea.-hasLine.-cta {
  border: none;
  padding: 0px;
  margin-top: 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-cta {
    padding: 40px;
    border: #fff solid 4px;
    margin-top: 0px
  }
}

.ColumnArea.-hasLine.-normal {
  border: none;
  border-bottom: #fff solid 4px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-normal {
    border: #fff solid 4px
  }
}

.ColumnArea.-hasLine.-price {
  border: #1287cd solid 1px;
  padding: 24px 16px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-price {
    padding: 24px
  }
}

.ColumnArea.-hasLine.-typeA {
  border: #1287cd solid 1px;
  padding: 24px 16px 48px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-typeA {
    padding: 24px
  }
}

.ColumnArea.-hasLine.-typeB {
  border: #d14271 solid 1px;
  padding: 24px 16px 48px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-typeB {
    padding: 24px
  }
}

.ColumnArea.-hasLine.-typeC {
  border: #54ae3f solid 1px;
  padding: 24px 16px 48px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-typeC {
    padding: 24px
  }
}

.ColumnArea.-hasLine.-typeD {
  border: #ff9000 solid 1px;
  padding: 24px 16px 48px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-hasLine.-typeD {
    padding: 24px
  }
}

.ColumnArea.-blueRoundedLine {
  border: #0087d2 solid 1px;
  border-radius: 8px
}

.ColumnArea.-blueLine {
  border: #0087d2 solid 1px
}

.ColumnArea.-cp {
  border: #d03086 solid 1px;
  border-radius: 16px;
  padding: 4px 8px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-cp {
    padding: 10px 12px
  }
}

.ColumnArea.-subInfo {
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, .6)
}

.ColumnArea.-hasFigure {
  padding: 40px 40px 0px
}

.ColumnArea.-hasFigure>figure:last-child {
  margin-top: 16px
}

.ColumnArea.-hasDeco {
  position: relative;
  background-color: #e7f3fa
}

.ColumnArea.-hasDeco::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 24px;
  background-image: url(../images/symbol_single.svg);
  background-size: contain;
  background-repeat: no-repeat
}

.ColumnArea.-gradients {
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%)
}

.ColumnArea.-board {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 40px
}

@media screen and (min-width: 600px) {
  .ColumnArea.-board {
    padding: 40px 40px 64px
  }
}

.ColumnArea__title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--fs-24-r);
  font-weight: 500;
  text-align: center
}

.ColumnArea__title+* {
  margin-top: 16px
}

.ColumnArea__title.-en {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 1.5rem
}

.ColumnArea__title.-spAL {
  text-align: left
}

@media screen and (min-width: 600px) {
  .ColumnArea__title.-spAL {
    text-align: center
  }
}

.ColumnArea__subtitle {
  font-weight: 500;
  color: #0087d2;
  text-align: center
}

.ColumnArea__subtitle+* {
  margin-top: 8px
}

.ColumnArea__subtitle.-spAL {
  text-align: left
}

@media screen and (min-width: 600px) {
  .ColumnArea__subtitle.-spAL {
    text-align: center
  }
}

.ColumnArea__head {
  margin-top: 24px;
  margin-bottom: 24px
}

@media screen and (min-width: 600px) {
  .ColumnArea__head {
    margin-top: 0px
  }
}

.ColumnArea__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500
}

.ColumnArea__heading.-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-align: center
}

.ColumnArea__heading.-bold {
  font-weight: 700
}

.ColumnArea__lead {
  font-size: var(--fs-body-m);
  font-weight: 500
}

.ColumnArea__lead.-medium {
  font-size: 1.125rem
}

.ColumnArea__figure {
  text-align: center;
  flex-shrink: 0
}

.ColumnArea__foot {
  margin-top: auto
}

.ColumnArea.-w850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto
}

.ColumnArea__fitContent {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

.ColumnArea__bordText {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 600px) {
  .ColumnArea__bordText {
    width: 40vw;
    max-width: -moz-fit-content;
    max-width: fit-content
  }
}

.ColumnInfo {
  border: #d1d4d7 solid 1px;
  padding: 16px;
  font-size: .75rem;
  background-color: #fff
}

@media screen and (min-width: 600px) {
  .ColumnInfo {
    padding: 24px
  }
}

.ColumnInfo.-resp .ColumnInfo__body {
  display: none
}

@media screen and (min-width: 600px) {
  .ColumnInfo.-resp .ColumnInfo__body {
    display: block
  }
}

.ColumnInfo.-resp .ColumnInfo__title::before,
.ColumnInfo.-resp .ColumnInfo__title::after {
  content: ""
}

@media screen and (min-width: 600px) {

  .ColumnInfo.-resp .ColumnInfo__title::before,
  .ColumnInfo.-resp .ColumnInfo__title::after {
    content: none
  }
}

.ColumnInfo.-resp .ColumnInfo__title.-opened::after {
  display: none
}

.ColumnInfo.-resp .ColumnInfo__title.-opened+.ColumnInfo__body {
  display: block
}

.ColumnInfo__title {
  position: relative;
  font-weight: 700;
  padding-right: 16px
}

@media screen and (min-width: 600px) {
  .ColumnInfo__title {
    display: block
  }
}

.ColumnInfo__title::before,
.ColumnInfo__title::after {
  content: none;
  display: block;
  position: absolute;
  background-color: #0087d2
}

.ColumnInfo__title::before {
  width: 15px;
  height: 1px;
  top: 7px;
  right: 0px
}

.ColumnInfo__title::after {
  width: 1px;
  height: 15px;
  top: 0px;
  right: 7px
}

.ColumnInfo__body {
  color: #7f8288
}

.ColumnInfo__body>* {
  margin-top: 16px
}

.ColumnInfo__cell {
  padding-top: 16px;
  border-top: #d1d4d7 solid 1px
}

@media screen and (min-width: 600px) {
  .ColumnInfo__cell {
    padding-top: 0px;
    border: none
  }
}

.ColumnInfo__heading {
  font-weight: 700
}

@media screen and (min-width: 600px) {
  .ColumnInfo__heading {
    float: left
  }
}

.ColumnInfo__data {
  margin-top: 4px
}

@media screen and (min-width: 600px) {
  .ColumnInfo__data {
    margin-top: 0px;
    margin-left: 9em
  }
}

.CommonList {
  font-size: var(--fs-body);
  text-align: left
}

.PageSection__headInfoList .CommonList {
  font-size: 1rem;
  text-align: left
}

.CommonList.-spcHarf>*+* {
  margin-top: 4px
}

.CommonList.-spc1>*+* {
  margin-top: 8px
}

.CommonList.-spc2>*+* {
  margin-top: 16px
}

.CommonList__item {
  position: relative;
  padding-left: 24px
}

.CommonList__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: .75em;
  left: 8px;
  width: 8px;
  height: 1px;
  background-color: #0087d2
}

.StepList__item {
  position: relative;
  padding-bottom: 24px
}

@media screen and (min-width: 600px) {
  .StepList__item {
    padding-bottom: 40px
  }
}

.StepList__item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #0087d2
}

.StepList__item:first-child::before {
  top: 40px
}

@media screen and (min-width: 600px) {
  .StepList__item:first-child::before {
    top: 50px
  }
}

.StepList__item:first-child .StepList__number {
  position: absolute;
  left: 0px
}

@media screen and (min-width: 600px) {
  .StepList__item:first-child .StepList__number {
    top: 12px;
    transform: none
  }
}

.StepList__item:last-child {
  padding-bottom: 0px
}

.StepList__item:last-child::before {
  height: 30px
}

@media screen and (min-width: 600px) {
  .StepList__item:last-child::before {
    height: 50%
  }
}

.StepList__body {
  position: relative;
  padding-left: 50px
}

@media screen and (min-width: 600px) {
  .StepList__body {
    padding-left: 80px
  }
}

.StepList__number {
  position: absolute;
  left: 0px
}

@media screen and (min-width: 600px) {
  .StepList__number {
    top: 50%;
    transform: translateY(-50%)
  }
}

.StepList__infoWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px 24px
}

@media screen and (min-width: 600px) {
  .StepList__infoWrapper {
    align-items: center;
    flex-direction: row
  }
}

.StepList__infoWrapper .StepList__icon {
  flex-shrink: 0
}

.Container {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto
}

.Container.-large {
  max-width: 1200px
}

.Container.-medium {
  max-width: 1080px
}

.Container.-spFull {
  width: 100%
}

@media screen and (min-width: 600px) {
  .Container.-spFull {
    width: calc(100% - 32px)
  }
}

@media screen and (min-width: 600px) {
  .Container.-offset {
    padding-left: 10%;
    padding-right: 10%
  }
}

@media screen and (min-width: 600px) {
  .Container.-offset.-medium {
    max-width: calc(1080px + 20%)
  }
}

.CTASection {
  position: relative;
  padding-top: 40px;
  padding-bottom: 64px
}

@media screen and (min-width: 600px) {
  .CTASection {
    padding-top: 64px
  }
}

.CTASection__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  gap: 16px 40px
}

@media screen and (min-width: 600px) {
  .CTASection__head {
    flex-direction: row;
    align-items: flex-start;
    text-align: left
  }
}

.CTASection__foot {
  margin-top: 64px
}

@media screen and (min-width: 600px) {
  .CTASection__foot {
    margin-top: 40px
  }
}

.CTASection__avatar {
  bottom: 0px;
  width: auto
}

@media screen and (min-width: 600px) {
  .CTASection__avatar {
    width: 24%;
    position: absolute
  }
}

.CTASection__avatar.-leftItem {
  left: 0px
}

.CTASection__avatar.-rightItem {
  right: 0px
}

.CTASection__avatarBox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10%
}

@media screen and (min-width: 600px) {
  .CTASection__avatarBox {
    display: block
  }
}

.CTASection.-hasBg {
  background-image: url(../img/CTA_trainer_sp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 34%
}

@media screen and (min-width: 600px) {
  .CTASection.-hasBg {
    background-position: right -20% center;
    background-image: url(../img/CTA_trainer_pc.webp)
  }
}

@media screen and (min-width: 820px) {
  .CTASection.-hasBg {
    background-position: right center
  }
}

.CTASection.-ptS {
  padding-top: 40px
}

.CTASection__banner {
  text-align: center
}

.CTASection__subTitle {
  font-size: var(--fs-body-m);
  font-weight: 700
}

@media screen and (min-width: 600px) {
  .CTASection__subTitle {
    text-align: center
  }
}

.CTASection__title {
  font-size: var(--fs-24-r);
  font-weight: 500;
  font-family: "Noto Serif JP", serif
}

@media screen and (min-width: 600px) {
  .CTASection__title {
    text-align: center
  }
}

.CTASection__title mark {
  background-color: #0087d2;
  color: #fff
}

.CTASection__ButtonBox {
  position: relative;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  max-width: 480px
}

@media screen and (min-width: 600px) {
  .CTASection__ButtonBox {
    width: calc(100% - 220px)
  }
}

.CTASection__ButtonBox .Button {
  margin: 0px
}

@media screen and (min-width: 600px) {
  .CTASection__Badge {
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%)
  }
}

.CTASection__link {
  color: #0087d2;
  margin-top: 24px;
  text-align: center
}

.CTASection__notes {
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 600px) {
  .CTASection__notes {
    max-width: calc(640px + 48%);
    padding-left: 24%;
    padding-right: 24%
  }
}

.Grid {
  display: flex
}

.Grid>* {
  flex-basis: 100%
}

.Grid.-wAuto {
  justify-content: center
}

.Grid.-wAuto>* {
  flex-basis: auto
}

.Grid.-Column {
  flex-direction: column
}

.Grid.-spColumn {
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .Grid.-spColumn {
    flex-direction: row
  }
}

.Grid.-tabColumn {
  flex-direction: column
}

@media screen and (min-width: 820px) {
  .Grid.-tabColumn {
    flex-direction: row
  }
}

.Grid.-tab_Column {
  flex-direction: row
}

@media screen and (min-width: 600px) {
  .Grid.-tab_Column {
    flex-direction: column
  }
}

.Grid.-spRow {
  display: flex;
  align-items: center;
  flex-direction: row
}

@media screen and (min-width: 600px) {
  .Grid.-spRow {
    display: block
  }
}

.Grid.-wrap {
  flex-wrap: wrap
}

.Grid.-wrap.-spc3>.-harf {
  flex-basis: 100%
}

@media screen and (min-width: 600px) {
  .Grid.-wrap.-spc3>.-harf {
    flex-basis: calc(50% - 12px)
  }
}

.Grid.-buttonOuter>* {
  flex-basis: auto
}

.Grid.-buttonOuter .Button {
  margin: 0px
}

.Grid.-badgeCluster {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 16px;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .Grid.-badgeCluster {
    gap: 16px 2%
  }
}

.Grid.-badgeCluster .Grid__item {
  text-align: center
}

@media screen and (min-width: 600px) {
  .Grid.-badgeCluster .Grid__item {
    flex-basis: auto
  }
}

.Grid.-iconTextCluster {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px
}

@media screen and (min-width: 600px) {
  .Grid.-iconTextCluster {
    gap: 6%
  }
}

.Grid.-iconTextCluster .Grid__item.Icon {
  flex-basis: 46%;
  max-width: 100px
}

.Grid.-iconTextCluster .Grid__item.Icon.-large {
  max-width: 150px
}

.Grid.-priceCluster {
  flex-direction: column;
  gap: 16px 4px
}

@media screen and (min-width: 600px) {
  .Grid.-priceCluster {
    flex-direction: row
  }
}

.Grid.-priceCluster.-parent {
  gap: 40px 24px
}

.Grid.-compare {
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .Grid.-compare {
    flex-direction: row
  }
}

.Icon.-compareArrow {
  flex-basis: auto;
  flex-shrink: unset;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center
}

@media screen and (min-width: 600px) {
  .Icon.-compareArrow {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 84px
  }
}

.Icon.-compareArrow img {
  width: 16px;
  height: 16px;
  transform: rotate(90deg)
}

@media screen and (min-width: 600px) {
  .Icon.-compareArrow img {
    transform: none
  }
}

.Grid.-circleCardCluster {
  flex-wrap: wrap;
  gap: 24px;
  margin: 0px auto;
  max-width: 708px
}

@media screen and (min-width: 600px) {
  .Grid.-circleCardCluster {
    flex-direction: row
  }
}

.Grid.-circleCardCluster>* {
  flex-basis: auto
}

.Grid.-worriesCardCluster {
  gap: 1px 24px
}

@media screen and (min-width: 600px) {
  .Grid.-worriesCardCluster {
    gap: 8px 24px
  }
}

.Grid.-circleItems {
  justify-content: center;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 600px) {
  .Grid.-circleItems {
    gap: 24px
  }
}

.Grid.-circleItems>* {
  flex-basis: auto
}

.Grid.-circleItems.-large {
  gap: 40px;
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 600px) {
  .Grid.-circleItems.-large {
    align-items: stretch;
    flex-direction: row;
    max-width: none
  }
}

@media screen and (min-width: 600px) {
  .Grid.-circleItems.-cta {
    gap: 40px
  }
}

.Grid.-coachingPrice {
  flex-wrap: wrap;
  gap: 24px
}

@media screen and (min-width: 820px) {
  .Grid.-coachingPrice {
    flex-wrap: nowrap
  }
}

.Grid.-coachingPrice .Grid__item.-coachingPriceBadge {
  flex-basis: 100%
}

@media screen and (min-width: 820px) {
  .Grid.-coachingPrice .Grid__item.-coachingPriceBadge {
    flex-basis: auto
  }
}

.Grid.-coachingPrice .Grid__item {
  flex-basis: 100%
}

@media screen and (min-width: 600px) {
  .Grid.-coachingPrice .Grid__item {
    flex-basis: calc(50% - 12px)
  }
}

.Grid.-sectionHead {
  display: flex;
  gap: var(--spc64-r) 40px;
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .Grid.-sectionHead {
    flex-direction: row
  }
}

.Grid.-contentEnd {
  justify-content: flex-end
}

.Grid.-contentCenter {
  justify-content: center
}

.Grid.-spcHarf {
  gap: 4px
}

.Grid.-spcHarf.-vNone {
  gap: 0px 4px
}

.Grid.-spc1 {
  gap: 8px
}

.Grid.-spc1.-vNone {
  gap: 0px 8px
}

.Grid.-spc1.-resp {
  gap: 8px
}

@media screen and (min-width: 600px) {
  .Grid.-spc1.-resp {
    gap: 16px
  }
}

.Grid.-spc2 {
  gap: 16px
}

.Grid.-spc2.-vNone {
  gap: 0px 16px
}

.Grid.-spc3 {
  gap: 16px
}

@media screen and (min-width: 600px) {
  .Grid.-spc3 {
    gap: 24px
  }
}

.Grid.-spc3.-spcAll {
  gap: 24px
}

.Grid.-spc5 {
  gap: 16px
}

@media screen and (min-width: 600px) {
  .Grid.-spc5 {
    gap: 40px
  }
}

.Grid.-spc5.-spcNone {
  gap: 0px
}

@media screen and (min-width: 600px) {
  .Grid.-spc5.-spcNone {
    gap: 40px
  }
}

.Grid.-spc8 {
  gap: 24px
}

@media screen and (min-width: 600px) {
  .Grid.-spc8 {
    gap: 64px
  }
}

.Grid.-col2>* {
  flex-basis: 50%
}

.Grid.-col2.-spc3>* {
  flex-basis: calc(50% - 8px)
}

.Grid.-col3>* {
  flex-basis: 33.33%
}

.Grid.-col3.-spc3>* {
  flex-basis: calc(33.33% - 16px)
}

.Grid.-col4>* {
  flex-basis: 25%
}

.Grid.-colResp6_2 {
  flex-wrap: wrap
}

.Grid.-colResp6_2>* {
  flex-basis: 50%
}

@media screen and (min-width: 600px) {
  .Grid.-colResp6_2>* {
    flex-basis: 16.66%
  }
}

.Grid.-alignCenter {
  align-items: center
}

.Grid.-alignStart {
  align-items: flex-start
}

.Grid.-alignStart.-spColumn {
  align-items: stretch
}

@media screen and (min-width: 600px) {
  .Grid.-alignStart.-spColumn {
    align-items: flex-start
  }
}

.Grid__item.-streach {
  display: flex;
  flex-direction: column
}

.Grid__item.-streach>*:last-child {
  margin-top: auto
}

.Grid__item.-price_ill_man {
  flex-basis: auto
}

@media screen and (min-width: 600px) {
  .Grid__item.-price_ill_man {
    padding: 0px 24px
  }
}

.Grid__item.-price_ill_man img {
  display: block;
  max-width: 126px;
  margin: 8px auto 16px
}

@media screen and (min-width: 600px) {
  .Grid__item.-price_ill_man img {
    max-width: none;
    margin: 0px auto
  }
}

.Grid__item.-wAuto {
  flex-basis: auto;
  max-width: 100%
}

.Grid__item.-icon {
  flex-shrink: .4
}

.Grid__item.-shrink0 {
  flex-shrink: 0
}

.Grid__item.-alignCenter {
  align-self: center
}

@media screen and (min-width: 600px) {
  .Grid__item.-w648 {
    flex-basis: 648px
  }
}

@media screen and (min-width: 600px) {
  .Grid__item.-w360 {
    flex-basis: 360px
  }
}

@media screen and (min-width: 600px) {
  .Grid__item.-w646 {
    flex-basis: 646px
  }
}

@media screen and (min-width: 600px) {
  .Grid__item.-w260 {
    flex-basis: 360px
  }
}

@media screen and (min-width: 600px) {
  .Grid__item.-w80p {
    flex-basis: 60%
  }
}

.Grid__item.-reverse {
  order: -1
}

.Grid__item.-spReverse {
  order: -1
}

@media screen and (min-width: 600px) {
  .Grid__item.-spReverse {
    order: 0
  }
}

.Grid__item.-textImageA {
  max-width: 240px;
  margin-top: 8px
}

@media screen and (min-width: 600px) {
  .Grid__item.-textImageA {
    max-width: none;
    margin-top: 0px
  }
}

.Grid__item.-textImageB {
  max-width: 280px;
  margin-bottom: 8px
}

@media screen and (min-width: 600px) {
  .Grid__item.-textImageB {
    max-width: none;
    margin-bottom: 0px
  }
}

.Heading {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500
}

.Heading.-h2 {
  font-size: var(--fs-h2)
}

.Heading.-h3 {
  font-size: var(--fs-h3)
}

.Heading.-h4 {
  font-size: var(--fs-h4)
}

.Heading.-h5 {
  font-size: var(--fs-h5)
}

.Heading.-h6 {
  font-size: var(--fs-h6)
}

.Heading.-sans {
  font-family: "Noto Sans JP", sans-serif
}

.Heading.-cormorant {
  font-family: "Cormorant Infant", serif
}

.Heading.-case {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem
}

.Heading.-case .Heading__item {
  margin-top: .6em
}

.Heading.-case .Heading__item+.Heading__item {
  margin-top: .3em
}

.Heading__item {
  display: block
}

.Heading.-white {
  color: #fff
}

.Heading.-blue {
  color: #0087d2
}

.Heading.-center {
  text-align: center
}

.Heading.-withNum {
  font-weight: 400;
  font-size: 1.5rem;
  color: #0087d2;
  font-family: "Cormorant Infant", serif
}

.Heading.-withNum::before {
  content: attr(data-num);
  display: block;
  font-size: 3.75rem;
  line-height: 1
}

.LinkItem .Heading.-withNum {
  display: flex;
  align-items: center;
  gap: 20px
}

@media screen and (min-width: 600px) {
  .LinkItem .Heading.-withNum {
    display: block
  }
}

.Heading.-hasBorder {
  border-top: #ebeef1 solid 1px;
  padding-top: 16px;
  font-weight: 400;
  font-family: "Cormorant Infant", serif
}

.Heading.-emphasis {
  font-size: 1.5em
}

.Heading.-hasBg {
  line-height: 1.8
}

.Heading.-hasBg span {
  padding: 0px .3em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.Heading.-hasBg.-white {
  color: #141821
}

.Heading.-hasBg.-white span {
  background-color: #fff
}

.Heading.-comment {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 700
}

.Heading.-comment::before,
.Heading.-comment::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  color: currentColor;
  font-weight: 400
}

.Heading.-comment::before {
  content: "＼";
  left: .3em
}

.Heading.-comment::after {
  content: "／";
  right: .3em
}

.Heading.-comment.-center {
  margin-left: auto;
  margin-right: auto
}

.Headline {
  position: relative;
  z-index: 2
}

.Headline.-primary {
  text-align: center;
  background-color: #0087d2;
  padding-top: 16px;
  padding-bottom: 32px;
  background-image: url(../../ss_images/reasons_headBg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media screen and (min-width: 600px) {
  .Headline.-primary {
    padding-top: 40px;
    padding-bottom: 64px
  }
}

.Headline.-primary .PageSection__heading {
  color: #fff;
  font-size: 1.5rem
}

@media screen and (min-width: 600px) {
  .Headline.-primary .PageSection__heading {
    font-size: 2rem
  }
}

.Headline.-primary .PageSection__heading span {
  color: #fff;
  padding-bottom: 16px
}

.Headline.-coaching {
  background-image: url(../../ss_coaching/images/BC_features_headBg.webp)
}

.Headline.-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0087d2;
  padding-top: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px
}

@media screen and (min-width: 600px) {
  .Headline.-normal {
    padding-top: 40px;
    padding-bottom: 64px;
    height: 240px
  }
}

@media screen and (min-width: 600px) {
  .Headline.-normal.-coaching .Heading img {
    width: 272px
  }
}

.Headline__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .Headline__wrapper {
    flex-direction: row
  }
}

.Headline.-spRow .Headline__wrapper {
  flex-direction: row
}

@media screen and (min-width: 600px) {
  .Headline.-spRow .Headline__wrapper {
    flex-direction: row
  }
}

.Headline.-spRow .Headline__text {
  text-align: left
}

.Headline.-column {
  flex-direction: column
}

.Headline.-spcM .Headline__wrapper {
  gap: 24px
}

@media screen and (min-width: 600px) {
  .Headline.-spcM .Headline__wrapper {
    gap: 40px
  }
}

.Headline.-spcS .Headline__wrapper {
  gap: 0px 24px
}

.Headline.-spcXS .Headline__wrapper {
  gap: 16px
}

.Headline.-mtNone {
  margin-top: 0px
}

.Headline.-secondary {
  margin-top: 64px
}

@media screen and (min-width: 600px) {
  .Headline.-secondary {
    margin-top: 88px
  }
}

.Headline.-secondary .Headline__wrapper {
  flex-direction: column-reverse
}

@media screen and (min-width: 600px) {
  .Headline.-secondary .Headline__wrapper {
    flex-direction: row
  }
}

.Headline.-secondary .Headline__icon {
  flex-basis: 320px;
  flex-shrink: 0
}

.Headline__icon {
  flex-basis: auto;
  flex-shrink: 0;
  text-align: center
}

.Headline__icon.-spM img {
  max-width: 105px
}

@media screen and (min-width: 600px) {
  .Headline__icon.-spM img {
    max-width: none
  }
}

.Headline__icon.-spS img {
  max-width: 79px
}

@media screen and (min-width: 600px) {
  .Headline__icon.-spS img {
    max-width: none
  }
}

.Headline__text {
  flex-basis: auto;
  text-align: center
}

@media screen and (min-width: 600px) {
  .Headline__text {
    text-align: left
  }
}

.Headline__text>*+* {
  margin-top: 16px
}

.Headline__text.-left {
  text-align: left
}

.HeroArea.-single {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(94.41deg, #0087D2 0%, rgba(0, 135, 210, 0.3) 100%);
  height: 160px
}

@media screen and (min-width: 600px) {
  .HeroArea.-single {
    height: 320px
  }
}

.SiteHeader.-hasLabel+main .HeroArea.-lp {
  height: calc(100vh - var(--header-slh))
}

.HeroArea.-lp {
  overflow: hidden;
  height: calc(100vh - var(--header-sh))
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp {
    min-height: 760px
  }
}

.HeroArea.-lp .HeroArea__main {
  height: 100%;
  flex-direction: column
}

.HeroArea.-lp .HeroArea__main::before {
  border-width: calc(var(--lp-hero-h)/2 - 32px) calc(var(--lp-hero-h)/4 - 16px) 0 0
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__main::before {
    border-width: calc(var(--lp-hero-h) - 80px) calc(var(--lp-hero-h)/2 - 40px) 0 0
  }
}

.HeroArea.-lp .HeroArea__main::after {
  border-width: calc(var(--lp-hero-h)/2) calc(var(--lp-hero-h)/4) 0 0
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__main::after {
    border-width: var(--lp-hero-h) calc(var(--lp-hero-h)/2) 0 0
  }
}

.HeroArea.-lp .HeroArea__info {
  color: #141821;
  position: static;
  width: calc(100% - 32px);
  max-width: 1080px;
  margin: 0px auto auto;
  text-align: center
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__info {
    margin: 15vh auto auto
  }
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__info {
    margin: auto;
    text-align: left
  }
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__info>* {
    width: 47vw
  }
}

.HeroArea.-lp .HeroArea__copy {
  font-size: var(--fs-lpcopy);
  color: #141821;
  letter-spacing: 0px;
  text-shadow: none;
  margin-top: 32px
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__copy {
    margin-top: 40px
  }
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__pointText {
    display: inline-block
  }
}

.HeroArea.-lp .HeroArea__pointText:not(:last-child) {
  margin-bottom: 16px
}

.HeroArea.-lp .HeroArea__lead {
  font-size: var(--lp-fs-hero);
  line-height: 2;
  text-shadow: none;
  margin-top: 32px
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__lead {
    margin-top: 16px
  }
}

.HeroArea.-lp .HeroArea__lead.-pc {
  display: none
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__lead.-pc {
    display: block
  }
}

.HeroArea.-lp .HeroArea__lead.-tab {
  display: block
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__lead.-tab {
    display: none
  }
}

.HeroArea.-lp .HeroArea__foot {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 48px)
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__foot {
    position: static;
    max-width: none;
    transform: none
  }
}

.HeroArea.-lp .HeroArea__consultantImage {
  position: static;
  pointer-events: none;
  align-self: flex-end;
  z-index: 10;
  max-width: 40vh;
  margin-right: -40px;
  margin-left: -20px
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__consultantImage {
    right: auto;
    margin-left: -3vh;
    margin-right: 0px
  }
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp .HeroArea__consultantImage {
    display: none
  }
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp .HeroArea__consultantImage img {
    width: 100%
  }
}

.HeroArea.-lp #price-banner {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  margin-right: -20px;
  padding-bottom: 40px
}

@media screen and (min-width: 600px) {
  .HeroArea.-lp #price-banner {
    flex-shrink: 0;
    margin-right: -3vh
  }
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp #price-banner {
    position: fixed;
    left: auto;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    pointer-events: none;
    margin-right: 0px;
    padding: 0px
  }
}

@media screen and (min-width: 820px) {
  .HeroArea.-lp #price-banner.-show {
    pointer-events: auto;
    opacity: 1
  }
}

.HeroArea__bgImage {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px
}

.HeroArea__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right
}

.HeroArea__title {
  font-size: var(--fs-ttl);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .3em;
  color: #fff
}

.HeroArea__title::before {
  content: attr(data-subtitle);
  display: block;
  color: #99cfed;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px
}

.HeroArea__main {
  display: flex;
  position: relative;
  padding-top: 48px
}

@media screen and (min-width: 600px) {
  .HeroArea__main {
    height: var(--hero-h);
    padding-top: 0px
  }
}

.HeroArea__main::before,
.HeroArea__main::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0087d2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  opacity: .6
}

.HeroArea__main::before {
  border-width: calc(var(--hero-h)/2 - 32px) calc(var(--hero-h)/4 - 16px) 0 0
}

@media screen and (min-width: 600px) {
  .HeroArea__main::before {
    border-width: calc(var(--hero-h) - 80px) calc(var(--hero-h)/2 - 40px) 0 0
  }
}

.HeroArea__main::after {
  border-width: calc(var(--hero-h)/2) calc(var(--hero-h)/4) 0 0
}

@media screen and (min-width: 600px) {
  .HeroArea__main::after {
    border-width: var(--hero-h) calc(var(--hero-h)/2) 0 0
  }
}

.HeroArea__info {
  position: relative;
  margin: auto;
  z-index: 10;
  color: #fff;
  width: 100%
}

.HeroArea__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  width: 100%
}

@media screen and (min-width: 600px) {
  .HeroArea__wrapper {
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
  }
}

.HeroArea__box.-badge {
  align-self: center
}

@media screen and (min-width: 600px) {
  .HeroArea__box.-badge {
    align-self: flex-end
  }
}

.HeroArea__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-hero-l);
  font-weight: 500;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  line-height: 42px;
  letter-spacing: 1.4px;
  margin-bottom: 24px
}

@media screen and (min-width: 600px) {
  .HeroArea__copy {
    line-height: 60px;
    letter-spacing: 10.8px;
    margin-bottom: 0
  }
}

.HeroArea__pointText {
  font-size: 1.14em
}

@media screen and (min-width: 820px) {
  .HeroArea__pointText {
    font-size: 1.25em;
    margin-left: 8px
  }
}

.HeroArea__pointText.-dashed {
  background-size: 8px 2px;
  background-image: linear-gradient(to right, #141821, #141821 4px, transparent 4px, transparent 8px);
  background-repeat: repeat-x;
  background-position: bottom
}

.HeroArea__pointText.-gradients {
  background-image: linear-gradient(90deg, #D03086 11.2%, #0087D2 91.1%);
  background-size: 100% 5px;
  background-position: bottom;
  background-repeat: no-repeat
}

.HeroArea__lead {
  font-size: var(--fs-hero);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  margin-top: 8px
}

@media screen and (min-width: 600px) {
  .HeroArea__lead {
    margin-top: 16px;
    line-height: 2
  }
}

.HeroArea__lead.-medium {
  font-weight: 500
}

.HeroArea__button {
  margin-top: 48px
}

@media screen and (min-width: 600px) {
  .HeroArea__button {
    margin-top: 64px
  }
}

.HeroArea__button .Button.-posL {
  margin: 0 auto;
  max-width: 240px;
  height: 45px
}

@media screen and (min-width: 600px) {
  .HeroArea__button .Button.-posL {
    margin: 0 auto;
    max-width: 320px;
    height: 75px
  }
}

.HeroArea__link {
  font-size: 12px;
  margin-top: 24px;
  text-align: center
}

@media screen and (min-width: 600px) {
  .HeroArea__link {
    font-size: 14px;
    margin-top: 40px;
    text-align: left
  }
}

.HeroArea__link .Icon.-posR {
  margin-left: 2px
}

.HeroArea__slider {
  margin-top: 40px;
  margin-bottom: 40px
}

.HeroArea__videoBox {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--hero-h)
}

.HeroArea__video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 0px 20px 0px rgba(20, 24, 33, .2)
}

.HeroArea.-nobg {
  padding: 42px 16px;
  text-align: center;
  letter-spacing: 7.2px;
  font-weight: 500
}

@media screen and (min-width: 600px) {
  .HeroArea.-nobg {
    padding: 66px 40px;
    letter-spacing: 9.6px
  }
}

.Container.badgeArea_w {
  margin-top: 0 !important;
  position: relative;
  height: 177px
}

@media screen and (min-width: 600px) {
  .Container.badgeArea_w {
    height: 71px
  }
}

.Container.badgeArea_w .badgeArea {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 100
}

@media screen and (min-width: 600px) {
  .Container.badgeArea_w .badgeArea {
    top: -88px
  }
}

.Container.badgeArea_w .badgeArea .HeroArea_box.-badge .Grid {
  margin-bottom: 8px;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .Container.badgeArea_w .badgeArea .HeroArea_box.-badge .Grid {
    justify-content: left
  }
}

.Icon {
  display: inline-block;
  line-height: 1;
  font-size: 1.6em;
  vertical-align: -0.3em;
  flex-shrink: 0;
  pointer-events: none
}

.Icon.-siz16 {
  vertical-align: 0em
}

.Icon.-neutral {
  vertical-align: 0;
  font-size: 0
}

.Icon.-credit.-large {
  max-width: 48px
}

@media screen and (min-width: 600px) {
  .Icon.-credit.-large {
    max-width: none
  }
}

.Icon.-plus {
  display: block;
  text-align: center;
  font-size: 0
}

.Icon.-plus img {
  font-size: var(--fs-body)
}

.Icon.-posR {
  margin-left: 8px
}

.Icon.-posL {
  margin-right: 8px
}

.Icon.-posBetween {
  margin-left: 6px;
  margin-right: 6px
}

.Icon.-spS {
  max-width: 80px
}

@media screen and (min-width: 600px) {
  .Icon.-spS {
    max-width: none
  }
}

.Icon.-spM {
  max-width: 103px
}

@media screen and (min-width: 600px) {
  .Icon.-spM {
    max-width: none
  }
}

section.section_topics .Icon.-spM {
  max-width: 103px;
  max-height: 120px
}

@media screen and (min-width: 1160px) {
  section.section_topics .Icon.-spM {
    max-width: none;
    max-height: none
  }
}

.Icon.-typeA {
  color: #0087d2
}

.Icon.-typeB {
  color: #d03086
}

.Button.-text .Icon,
.Button.-xs .Icon {
  vertical-align: -0.24em
}

@media screen and (min-width: 600px) {
  .Icon.sp {
    display: none
  }
}

.IconInfo {
  width: 16.6666666667%;
  font-size: .875rem;
  text-align: center;
  background-color: #e7f3fa;
  border-top: #fff solid 1px;
  padding: 16px 8px
}

.IconInfo>*+* {
  margin-top: 4px
}

.IconInfo+.IconInfo {
  border-left: #fff solid 1px
}

.IconInfo a {
  color: #0087d2
}

.LinkCard {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden
}

@media screen and (min-width: 600px) {
  .LinkCard {
    flex-direction: column
  }
}

.LinkCard::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(20, 24, 33, .3);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

@media screen and (min-width: 600px) {
  .LinkCard:hover::before {
    opacity: 1
  }
}

.LinkCard a {
  text-decoration: none
}

.LinkCard__desc {
  color: #54575f;
  white-space: nowrap
}

@media screen and (min-width: 600px) {
  .LinkCard__desc {
    white-space: wrap
  }
}

.LinkCard__title {
  font-size: var(--fs-h5);
  color: #0087d2;
  font-weight: 500
}

.LinkCard__text {
  padding: 24px
}

.LinkCard__text>*+* {
  margin-top: 8px
}

.LinkCard__image {
  margin-top: auto
}

.LinkCard__wrapLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px
}

.LinkItem small {
  margin-top: -6px
}

.LinkItem.-single .LinkItem__wrapper {
  justify-content: center;
  border-bottom: none;
  border-left: #d1d4d7 solid 1px
}

@media screen and (min-width: 600px) {
  .LinkItem.-single .LinkItem__wrapper {
    border-left: #d1d4d7 solid 1px
  }
}

.LinkItem.-hoverTypeB .LinkItem__wrapper {
  flex-direction: column;
  transition: background-color .3s, border .3s
}

@media screen and (min-width: 600px) {
  .LinkItem.-hoverTypeB .LinkItem__wrapper:hover {
    border-left: #0087d2 solid 1px
  }
}

.LinkItem__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  border-bottom: #d1d4d7 solid 1px
}

@media screen and (min-width: 600px) {
  .LinkItem__wrapper {
    flex-direction: column;
    padding-left: 24px;
    border-bottom: none;
    border-left: #d1d4d7 solid 1px
  }
}

.LinkItem__wrapper:hover {
  background-color: #e7f3fa;
  border-left: #0087d2 solid 1px !important
}

@media screen and (min-width: 600px) {
  .LinkItem__wrapper .Heading.h3 {
    font-size: var(--fs-h5)
  }
}

.LinkItem__inner {
  flex-basis: calc(100% - 99px)
}

@media screen and (min-width: 600px) {
  .LinkItem__inner {
    flex-basis: auto
  }
}

.LinkItem__point {
  font-weight: 500;
  color: #0087d2;
  margin-top: 8px
}

.LinkItem__arrow {
  text-align: center;
  margin-top: auto;
  margin-bottom: 8px;
  width: 100%
}

.LinkItem__lead {
  font-size: var(--fs-body-m);
  padding-bottom: 16px
}

.Logo.-mv {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px
}

.Modal {
  text-align: center
}

.Modal__unit {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px auto
}

.Modal__unit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 24, 33, 0.5) 0%, rgba(20, 24, 33, 0) 45.31%)
}

.Modal__unit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background-color: #ff9000
}

.Modal__open {
  border: none
}

.Modal__thumbnail {
  position: relative;
  z-index: 1;
  max-width: 170px
}

@media screen and (min-width: 600px) {
  .Modal__thumbnail {
    max-width: none
  }
}

.Modal__thumbnail img {
  width: 100%
}

.Modal__window {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 24, 33, .6)
}

.Modal__window.-show {
  display: block
}

.Modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10000;
  top: calc(5% + var(--header-h));
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(90% - var(--header-h));
  max-width: -moz-max-content;
  max-width: max-content
}

@media screen and (min-width: 600px) {
  .Modal__content {
    width: calc(100% - 32px)
  }
}

.Modal__content img {
  width: auto;
  max-height: 100%
}

.Modal__content iframe {
  aspect-ratio: 16/9;
  width: 100%
}

.Modal__content.-aspectFixed {
  top: calc(50% + var(--header-h));
  aspect-ratio: 16/9;
  height: 56.25%;
  transform: translate(-50%, calc(-50% - var(--header-h) / 2))
}

.Modal__content.-aspectFixed .Modal__contentInner {
  width: 100%
}

.Modal__contentInner {
  position: relative
}

@media screen and (min-width: 600px) {
  .Modal__contentInner {
    height: 100%;
    padding-right: 48px
  }
}

.Modal__close {
  position: absolute;
  top: -42px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

@media screen and (min-width: 600px) {
  .Modal__close {
    top: 0px
  }
}

.Modal__close img {
  width: 42px;
  height: 42px
}

.NormalTable {
  width: 100%;
  table-layout: fixed
}

.NormalTable th,
.NormalTable td {
  border: #d1d4d7 solid 1px;
  vertical-align: middle
}

.NormalTable th>*,
.NormalTable td>* {
  padding: 6px 16px;
  display: flex;
  align-items: center
}

@media screen and (min-width: 600px) {

  .NormalTable th>*,
  .NormalTable td>* {
    min-height: 110px;
    padding: 6px 10%
  }
}

.NormalTable th>figure,
.NormalTable td>figure {
  display: block;
  padding: 0px
}

.NormalTable th>figure img,
.NormalTable td>figure img {
  width: 100%;
  max-width: none
}

.NormalTable th {
  font-weight: 400;
  text-align: center;
  background-color: #ebeef1
}

.NormalTable th>* {
  justify-content: center
}

.NormalTable th>.NormalTable__item {
  font-weight: 400
}

.NormalTable__item {
  font-size: var(--fs-body);
  font-weight: 700
}

.NormalTable__item.-primary {
  color: #0087d2
}

.NormalTable.-resp.-typeA th>*,
.NormalTable.-resp.-typeA td>* {
  padding: 6px 16px
}

@media screen and (min-width: 600px) {

  .NormalTable.-resp.-typeA th>*,
  .NormalTable.-resp.-typeA td>* {
    padding: 6px 10%
  }
}

.NormalTable.-resp.-typeA th {
  width: 100px
}

@media screen and (min-width: 600px) {
  .NormalTable.-resp.-typeA th {
    width: 90px
  }
}

@media screen and (min-width: 820px) {
  .NormalTable.-resp.-typeA th {
    width: 120px
  }
}

.NormalTable.-resp.-typeA th>* {
  min-height: 64px;
  padding: 6px 8px
}

@media screen and (min-width: 600px) {
  .NormalTable.-resp.-typeA th>* {
    min-height: 110px;
    padding: 6px 10%
  }
}

.NormalTable.-resp.-typeB th,
.NormalTable.-resp.-typeB td {
  display: block;
  margin-top: -1px;
  width: 100%
}

@media screen and (min-width: 600px) {

  .NormalTable.-resp.-typeB th,
  .NormalTable.-resp.-typeB td {
    display: table-cell;
    margin-top: 0px
  }
}

.NormalTable.-resp.-typeB th>*,
.NormalTable.-resp.-typeB td>* {
  min-height: auto
}

@media screen and (min-width: 600px) {

  .NormalTable.-resp.-typeB th>*,
  .NormalTable.-resp.-typeB td>* {
    min-height: 110px
  }
}

@media screen and (min-width: 820px) {
  .NormalTable.-resp.-typeB th {
    width: 120px
  }
}

.NormalTable.-resp.-typeB th>* {
  padding: 5.5px 8px
}

.NormalTable.-resp.-typeB td>*:not(figure) {
  padding: 16px 8px
}

.PageSection {
  padding-top: 48px;
  padding-bottom: 48px
}

@media screen and (min-width: 600px) {
  .PageSection {
    padding-top: 88px;
    padding-bottom: 88px
  }
}

.PageSection.-medium {
  padding-top: 48px;
  padding-bottom: 48px
}

@media screen and (min-width: 600px) {
  .PageSection.-medium {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

.PageSection.-pNone {
  padding-top: 0px;
  padding-bottom: 0px
}

.PageSection.-pdNone {
  padding-top: 0px;
  padding-bottom: 0px
}

.PageSection.-hasBg {
  background-color: #fff
}

.PageSection.-hasBg.-blue {
  background-color: #e7f3fa
}

.PageSection__titleUnit {
  padding-top: 40px
}

.PageSection__titleUnit.-spAlignCenter {
  text-align: center
}

@media screen and (min-width: 600px) {
  .PageSection__titleUnit.-spAlignCenter {
    text-align: left
  }
}

.Grid__item.-streach .PageSection__titleUnit {
  padding-top: 0px;
  padding-bottom: 16px
}

.PageSection__headInfo {
  display: flex;
  margin-top: var(--spc64-r);
  justify-content: center
}

@media screen and (min-width: 600px) {
  .PageSection__headInfo {
    justify-content: space-between
  }
}

.PageSection__headInfo.-hasFigure {
  justify-content: space-between;
  gap: 0px 24px;
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 600px) {
  .PageSection__headInfo.-hasFigure {
    align-items: flex-start;
    flex-direction: row
  }
}

.PageSection__headInfoList {
  margin-bottom: 40px
}

@media screen and (min-width: 600px) {
  .PageSection__headInfoList {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 600px) {
  .PageSection__headInfoList.-w536 {
    flex-basis: 536px
  }
}

.PageSection__headInfoFigure {
  align-self: flex-end
}

@media screen and (min-width: 600px) {
  .PageSection__headInfoFigure {
    align-self: flex-start
  }
}

@media screen and (min-width: 600px) {
  .PageSection__headInfoFigure.-w520 {
    flex-basis: 520px
  }
}

.PageSection__headInfoFigure.-respH200 img {
  width: auto;
  max-height: 200px
}

@media screen and (min-width: 600px) {
  .PageSection__headInfoFigure.-respH200 img {
    max-height: 260px
  }
}

.PageSection__item.-pdX {
  padding-top: 64px;
  padding-bottom: 64px
}

.PageSection__foot {
  margin-top: 64px
}

@media screen and (min-width: 600px) {
  .PageSection__foot {
    margin-top: 40px
  }
}

.PageSection__foot small {
  margin: 0px
}

.PageSection__foot.-mtS {
  margin-top: 40px
}

.PageSection__headItem {
  padding-top: 24px;
  padding-bottom: 40px
}

@media screen and (min-width: 600px) {
  .PageSection__headItem {
    padding-top: 40px
  }
}

.PageSection__headItem.-hasBg {
  background-color: #fff
}

.PageSection__item {
  padding-top: var(--spc64-r)
}

.PageSection__item.-pS {
  padding-top: 24px
}

@media screen and (min-width: 600px) {
  .PageSection__item.-pS {
    padding-top: 40px
  }
}

.PageSection__item.-pL {
  padding-top: 64px
}

@media screen and (min-width: 600px) {
  .PageSection__item.-pL {
    padding-top: 88px
  }
}

.PageSection__item.-pX {
  padding-top: 64px;
  padding-bottom: 64px
}

.PageSection__item.-hasBg {
  background-color: #fff
}

.PageSection__item.-hasBg.-blue {
  background-color: #e7f3fa
}

.PageSection__item.-hasDeco {
  position: relative;
  background-color: #fff;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 64px;
  border-top: #0087d2 solid 2px
}

.PageSection__item.-hasDeco::after {
  content: "";
  width: 60px;
  height: 120px;
  background-image: url(../images/symbol_double.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px
}

@media screen and (min-width: 600px) {
  .PageSection__item.-hasDeco::after {
    width: 130px;
    height: 260px
  }
}

.PageSection__item.-hasDeco .PageSection__head {
  margin-top: 40px;
  margin-left: 130px;
  margin-right: 130px
}

.PageSection__title {
  font-size: var(--fs-sectionTtl);
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  color: #d1d4d7;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden
}

.PageSection__topTitle {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #54575f;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px
}

.PageSection__heading {
  font-family: "Noto Serif JP", serif;
  font-size: var(--fs-28-r);
  font-weight: 500
}

.PageSection__subheading {
  font-family: "Noto Serif JP", serif;
  display: block;
  color: #0087d2;
  font-size: var(--fs-24-r);
  font-weight: 500
}

.PageSection__heading.-large {
  font-size: var(--fs-32-r)
}

.PageSection__heading.-hasIcon {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px
}

@media screen and (min-width: 820px) {
  .PageSection__heading.-hasIcon {
    flex-direction: row
  }
}

.PageSection__heading.-hasIcon.pc {
  display: none
}

@media screen and (min-width: 600px) {
  .PageSection__heading.-hasIcon.pc {
    display: flex
  }
}

.PageSection__heading.-comment {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  max-width: -moz-max-content;
  max-width: max-content
}

.PageSection__heading.-comment::before,
.PageSection__heading.-comment::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 1em;
  position: absolute;
  z-index: 0;
  bottom: .1em;
  background-color: currentColor
}

.PageSection__heading.-comment::before {
  left: .3em;
  transform: rotate(-18deg)
}

.PageSection__heading.-comment::after {
  right: .3em;
  transform: rotate(18deg)
}

.PageSection__heading.-comment.-thin::before,
.PageSection__heading.-comment.-thin::after {
  width: 1px
}

.PageSection__heading.-comment.-center {
  margin-left: auto;
  margin-right: auto
}

.PageSection__heading.-typeA {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-20-r);
  font-weight: 700;
  color: #0087d2;
  text-align: center
}

.PageSection__heading.-typeA.-thin {
  font-weight: 500;
  color: #141821
}

.PageSection__heading.-typeB {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-18-r);
  line-height: 2;
  font-weight: 500;
  color: #141821
}

.PageSection__heading.-typeB+* {
  margin-top: 24px
}

.PageSection__heading.-typeC {
  font-size: var(--fs-20-r);
  font-weight: 500;
  color: #d03086
}

.PageSection__heading.-typeC+* {
  margin-top: 16px
}

.PageSection__heading.-center {
  text-align: center
}

.PageSection__lead {
  font-size: var(--fs-body-m)
}

.PageSection__lead.-typeA {
  font-size: var(--fs-24-r);
  font-family: "Noto Serif JP", serif;
  font-weight: 500
}

.PageSection__lead.-typeB {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500
}

.PageSection__tableTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center
}

.PageSection__tableTitle+* {
  margin-top: 24px
}

.PageSection__customLead {
  font-size: .875rem;
  font-weight: 500;
  margin: 0px
}

@media screen and (min-width: 600px) {
  .PageSection__customLead {
    font-size: 1.125rem;
    line-height: 2
  }
}

.PageSection__customLead.-typeA mark {
  background-color: rgba(18, 135, 205, .1)
}

.PageSection__customLead.-typeB mark {
  background-color: rgba(209, 66, 113, .1)
}

.PageSection__customLead.-typeC mark {
  background-color: rgba(84, 174, 63, .1)
}

.PageSection__customLead.-typeD mark {
  background-color: rgba(255, 144, 0, .1)
}

.PageSection__userUnit {
  display: flex;
  align-items: center;
  gap: 16px
}

@media screen and (min-width: 600px) {
  .PageSection__userUnit {
    display: block
  }
}

.PageSection__avatar {
  max-width: 80px
}

@media screen and (min-width: 600px) {
  .PageSection__avatar {
    max-width: none
  }
}

.PageSection__profile {
  font-weight: 500;
  font-size: 12px
}

@media screen and (min-width: 600px) {
  .PageSection__profile {
    font-size: 14px
  }
}

.PageSection__button {
  margin-top: var(--spc88-r)
}

.PageSection__figure {
  text-align: center
}

.PageSection__figure img {
  max-width: 100%
}

.PageSection__tableOuter {
  overflow: auto
}

.PageSection__tableOuter table {
  min-width: 1080px
}

.PageSection__tableOuter.-coaching table {
  min-width: auto
}

@media screen and (min-width: 600px) {
  .PageSection__tableOuter.-coaching table {
    min-width: 800px
  }
}

.Pagesection__subInfo {
  margin-top: 8px;
  max-width: 1080px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 600px) {
  .Pagesection__subInfo.-resp {
    max-width: none;
    width: auto
  }
}

.Grid__item.-streach .PageSection__heading.-typeB {
  padding-bottom: 24px
}

.Grid__item.-streach .PageSection__heading.-typeB+* {
  margin-top: auto
}

section.-gline {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #d1d4d7
}

@media screen and (min-width: 1160px) {
  section.-gline {
    padding-top: 72px
  }
}

.PriceCard {
  position: relative;
  text-align: center;
  width: 100%
}

@media screen and (min-width: 600px) {
  .PriceCard {
    padding-top: var(--price-h);
    max-width: 280px
  }
}

.PriceCard.-hasHead {
  padding-top: var(--price-h)
}

.Grid.-priceCluster .PriceCard.-hasHead {
  padding-top: 0px
}


.Grid.-priceCluster .PriceCard__body[data-head]::before {
  position: static
}

@media screen and (min-width: 600px) {
  .Grid.-priceCluster .PriceCard__body[data-head]::before {
    position: absolute
  }
}

.PriceCard.-typeB .PriceCard__body {
  border: none;
  padding: 0px
}

.PriceCard__title {
  background-color: #e7f3fa;
  border-radius: 4px;
  font-size: .875rem;
  font-weight: 500;
  padding: 4px 0px
}

.PriceCard__sell {
  padding: 16px 16px
}

.PriceCard__sell+.PriceCard__sell {
  border-top: #e7f3fa solid 1px;
  padding: 8px 16px
}

.PriceCard__sell:last-child {
  padding: 8px 16px 16px
}

.PriceCard__body {
  border: 2px solid;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px 16px 16px;
  border-color: #0087d2;
  height: 100%
}

@media screen and (min-width: 600px) {
  .PriceCard__body {
    padding: 16px 24px 40px
  }
}

.PriceCard__body[data-head] {
  border-radius: 0px 0px 8px 8px
}

.PriceCard__body[data-head]::before {
  content: attr(data-head);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--price-h);
  border-radius: 8px 8px 0px 0px
}

.PriceCard__body.-typeA[data-head] {
  border-color: #d03086
}

.PriceCard__body.-typeA[data-head]::before {
  background-color: #d03086
}

.PriceCard__body.-typeB[data-head] {
  border-color: #0087d2
}

.PriceCard__body.-typeB[data-head]::before {
  background-color: #0087d2
}

.PriceCard__body.-pNone {
  padding: none
}

.PriceCard__priceBox {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 12px
}

@media screen and (min-width: 600px) {
  .PriceCard__priceBox {
    display: block;
    width: auto
  }
}

.PriceCard__price {
  margin-top: 16px;
  line-height: 1.3
}

@media screen and (min-width: 600px) {
  .PriceCard__price {
    display: block
  }
}

.PriceCard__price.-point {
  color: #d03086
}

.PriceCard__price.-before {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1
}

@media screen and (min-width: 600px) {
  .PriceCard__price.-before {
    display: block
  }
}

.PriceCard__price.-before::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(../images/icon_arrowDown_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg)
}

@media screen and (min-width: 600px) {
  .PriceCard__price.-before::after {
    margin: 16px auto 0px;
    transform: none
  }
}

.PriceCard__price.-after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1
}

.PriceCard__item.-main {
  font-size: 2rem;
  font-weight: 500;
  color: #d03086;
  margin-top: -4px
}

@media screen and (min-width: 600px) {
  .PriceCard__item.-main {
    font-size: 3rem
  }
}

.PriceCard__item.-num {
  font-size: 24px;
  font-family: "Noto Serif JP", serif
}

.PriceCard__item.-terms {
  font-size: .875rem;
  writing-mode: vertical-lr
}

@media screen and (min-width: 600px) {
  .PriceCard__item.-terms {
    font-size: 1.125rem
  }
}

.PriceCard__itemBox {
  display: flex;
  flex-direction: column
}

.PriceCard__item.-unit {
  font-size: 1rem
}

@media screen and (min-width: 600px) {
  .PriceCard__item.-unit {
    font-size: 1.5rem
  }
}

.PriceCard__item.-tax {
  font-size: var(--fs-body-xs);
  order: -1
}

.PriceCard__text {
  font-size: .875rem
}

.PriceCard__text.-disabled {
  color: #d1d4d7
}

@media screen and (min-width: 600px) {
  .new_price .PriceCard {
    max-width: 100%
  }
}

.new_price .PriceCard__title {
  font-size: 1rem
}

.new_price .head_price .PriceCard__item.-unit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 110%
}

.new_price .head_price .PriceCard__item.-tax {
  font-size: .75rem !important;
  order: -1
}

.new_price .PriceCard__sell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.new_price .PriceCard__sell:last-child {
  padding: 12px 16px
}

.new_price .PriceCard__body {
  border-width: 1px
}

.new_price .PriceCard__body.-typeA[data-head] {
  border-radius: 8px
}

@media screen and (min-width: 600px) {
  .new_price .PriceCard__priceBox {
    display: flex
  }
}

.new_price .PriceCard__item.-main {
  font-size: 30px
}

@media screen and (min-width: 600px) {
  .new_price .PriceCard__item.-main {
    font-size: 34px
  }
}

.new_price .PriceCard__item.-unit {
  font-size: 13px;
  font-weight: 700
}

@media screen and (min-width: 900px) {
  .new_price .PriceCard__item.-unit {
    font-size: 15px
  }
}

.new_price .PriceCard__item.-tax {
  font-size: .625rem;
  order: -1
}

@media screen and (min-width: 900px) {
  .new_price .PriceCard__item.-tax {
    font-size: .75rem
  }
}

.new_price .PriceCard__price.-point span {
  font-size: 16px;
  line-height: 14px
}

.new_price .PriceCard__item.-terms {
  font-size: .625rem;
  font-family: "Noto Sans JP";
  line-height: 1.2;
  margin-right: 4px;
  writing-mode: lr
}

@media screen and (min-width: 900px) {
  .new_price .PriceCard__item.-terms {
    font-size: .875rem
  }
}

.new_price .PriceCard__itemBox {
  font-family: "Noto Sans JP";
  align-items: flex-start;
  justify-content: center;
  line-height: 110%;
  padding-left: 2px
}

.SwitchArea__panel.-blue_w .-y_blue>.Grid {
  gap: 8px;
  height: 95px;
  align-items: center;
  padding-bottom: 24px
}

@media screen and (min-width: 820px) {
  .SwitchArea__panel.-blue_w .-y_blue>.Grid {
    height: -moz-max-content;
    height: max-content
  }
}

.SwitchArea__panel.-blue_w .-y_blue>.Grid img {
  max-width: 56px;
  height: -moz-max-content;
  height: max-content
}

.SwitchArea__panel.-blue_w .-y_blue>.Grid div {
  text-align: left
}

.SwitchArea__panel.-blue_w .-y_blue>.Grid mark {
  background: none;
  max-width: -moz-max-content;
  max-width: max-content;
  background: linear-gradient(transparent 70%, #FFF288 70%)
}

.SwitchArea__panel.-blue_w .PriceCard__price.-after .terms+mark {
  background: none !important
}

.SwitchArea__panel.-blue_w .PriceCard__item.-main {
  font-size: 26px;
  color: #141821
}

@media screen and (min-width: 900px) {
  .SwitchArea__panel.-blue_w .PriceCard__item.-main {
    font-size: 34px
  }
}

.SwitchArea__panel.-blue_w .PriceCard__itemBox {
  color: #141821
}

.SwitchArea__panel.-blue_w .PriceCard__item.-terms {
  margin-right: 0
}

.Stack.-spc1>*+* {
  margin-top: 8px
}

.Stack.-spc1.-resp>*+* {
  margin-top: 8px
}

@media screen and (min-width: 600px) {
  .Stack.-spc1.-resp>*+* {
    margin-top: 16px
  }
}

.Stack.-spc2>*+* {
  margin-top: 16px
}

.Stack.-spc3>*+* {
  margin-top: var(--spc24-r)
}

.Stack.-spc3.-spcAll>*+* {
  margin-top: 24px
}

.Stack.-spc5>*+* {
  margin-top: var(--spc40-r)
}

.Stack.-spc5.-spcAll>*+* {
  margin-top: 40px
}

.Stack.-spc8>*+* {
  margin-top: var(--spc64-r)
}

.Stack.-spc8.-spcAll>*+* {
  margin-top: 64px
}

.Text {
  font-size: 1rem
}

.Text.-resp {
  font-size: var(--fs-body-m)
}

.Text.-large {
  font-size: 1rem
}

@media screen and (min-width: 600px) {
  .Text.-large {
    font-size: 1.125rem
  }
}

.Text.-small {
  font-size: .875rem
}

.Text.-small.-resp {
  font-size: var(--fs-body-s)
}

.Text.-SS {
  font-size: .75rem
}

@media screen and (min-width: 600px) {
  .Text.-SS {
    font-size: .75rem
  }
}

.Text.-XS {
  font-size: .625rem
}

.Text.-point {
  font-family: "Cormorant Infant", serif;
  font-size: var(--fs-point);
  font-weight: 500;
  line-height: 1
}

.Text.-point span {
  font-size: 1.3em
}

.Text.-serif {
  font-family: "Noto Serif JP", serif
}

.Text.-sans {
  font-family: "Noto Sans JP", sans-serif
}

.Text.-pointB {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2
}

.Text.-pointB span {
  padding-bottom: 8px;
  background: linear-gradient(transparent 80%, #d9eefa 0%)
}

.Text.-pointB+.Text.-pointB {
  margin-top: 24px
}

.Text.-price {
  font-size: var(--fs-price);
  line-height: 1.3
}

.Text.-price.-small {
  font-size: var(--fs-price-s)
}

.Text.-medium {
  font-weight: 500
}

.Text.-bold {
  font-weight: 700
}

.Text.-typeA {
  color: #0087d2
}

.Text.-typeB {
  color: #d03086
}

.Text.-blue {
  color: #0087d2
}

.Text.-red {
  color: #d03086
}

.Text.-secondary {
  color: #7f8288
}

.Text.-center {
  text-align: center
}

span.Text.-center {
  display: inline-block
}

.Text.-right {
  text-align: right
}

.Text.-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 48px
}

.Text.-bgLabel {
  padding: 8px 0px;
  text-align: center;
  font-weight: 700
}

.Text.-bgLabel.-typeA {
  background-color: #141821;
  color: #fff
}

.Text.-bgLabel.-typeB {
  background-color: #0087d2;
  color: #fff
}

.Text.-bgLabel.-typeC {
  background-color: #fff;
  color: #141821;
  max-width: 740px;
  font-weight: 500;
  padding: 8px 16px
}

.Text.-mt1 {
  margin-top: 8px
}

.Text.-mt2 {
  margin-top: 16px
}

.Text.-mb1 {
  margin-top: 8px
}

.Text.-pointTextC {
  line-height: 2
}

.Text.-pointTextC span {
  display: inline-block;
  font-weight: 700;
  background-color: #fff;
  padding: 8px
}

.Text.-pointTextD {
  line-height: 2
}

.Text.-pointTextD span {
  display: inline-block;
  font-weight: 700;
  background-color: #0087d2;
  padding: 8px;
  color: #fff
}

.Text.-w640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto
}

.Text.-holizontal {
  display: flex
}

.Text.-holizontal.-alignCenter {
  align-items: center
}

.Text.-holizontal.-contentEnd {
  justify-content: flex-end
}

.ToggleList {
  display: flex;
  flex-direction: column
}

.ToggleList__item {
  width: 100%;
  border-left: none;
  border-bottom: #d1d4d7 solid 1px
}

.ToggleList__button {
  display: block;
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  padding: 40px 56px 40px 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

.ToggleList__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  background-image: url(../../ss_common/images/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  pointer-events: none;
  transform: translateY(-50%)
}

@media screen and (min-width: 600px) {
  .ToggleList__button::after {
    top: 36px;
    transform: none
  }
}

.ToggleList__button.-opened::after {
  background-image: url(../../ss_common/images/icon_minus.svg)
}

.ToggleList__main {
  display: none;
  padding-bottom: 32px;
  max-width: 1080px;
  font-family: "Noto Sans JP", sans-serif
}

.ToggleList__main.-opened {
  display: block
}

.Slider {
  overflow: hidden;
  padding-left: 8px;
  padding-right: 16px
}

@media screen and (min-width: 600px) {
  .Slider {
    padding-left: 40px;
    padding-right: 40px
  }
}

.Slider#trainer-slider,
.Slider#trainer_pc {
  padding: 0px
}

@media screen and (min-width: 600px) {

  .Slider#trainer-slider,
  .Slider#trainer_pc {
    padding: 0px
  }
}

.Slider.-asymmetry {
  overflow: auto;
  padding: 0px;
  padding-left: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

@media screen and (min-width: 600px) {
  .Slider.-asymmetry {
    padding-left: calc(10% + 16px)
  }
}

@media screen and (min-width: 1360px) {
  .Slider.-asymmetry {
    padding-left: calc((100vw - 1080px)/2)
  }
}

.Slider.-asymmetry::-webkit-scrollbar {
  display: none
}

.Slider__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  width: 2216px;
  padding-bottom: 24px
}

@media screen and (min-width: 600px) {
  .Slider__wrapper {
    width: calc(2200px + 10% + 16px)
  }
}

@media screen and (min-width: 1360px) {
  .Slider__wrapper {
    width: calc(2200px + (100vw - 1080px)/2)
  }
}

.Slider__wrapper>* {
  flex-shrink: 0;
  flex-basis: 240px
}

.Slider__dots {
  display: flex;
  margin-top: 24px;
  gap: 24px;
  justify-content: center
}

#user-slider .swiper-slide {
  width: 100%;
  height: auto;
  max-width: 300px
}

@media screen and (min-width: 600px) {
  #user-slider .swiper-slide {
    height: auto;
    max-width: 560px
  }
}

#user-slider img {
  width: 100%
}

#logo-slider .swiper-wrapper {
  transition-timing-function: linear
}

#trainer-slider .Slider__dots,
#trainer_pc .Slider__dots {
  display: flex
}

@media screen and (min-width: 600px) {

  #trainer-slider .Slider__dots,
  #trainer_pc .Slider__dots {
    display: none
  }
}

@media screen and (min-width: 600px) {

  #trainer-slider .swiper-wrapper,
  #trainer_pc .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px
  }
}

@media screen and (min-width: 600px) {

  #trainer-slider .swiper-slide,
  #trainer_pc .swiper-slide {
    width: calc(50% - 12px)
  }
}

@media screen and (min-width: 820px) {

  #trainer-slider .swiper-slide,
  #trainer_pc .swiper-slide {
    width: calc(33.33% - 16px)
  }
}

.swiper-pagination-bullet {
  display: block;
  border: #141821 solid 1px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background-color: #141821
}

section.PageSection.-hasBg.section_topics .Stack.-spc5.-spcAll {
  margin: 48px 0
}

@media screen and (min-width: 1160px) {
  section.PageSection.-hasBg.section_topics .Stack.-spc5.-spcAll {
    margin: 48px 16px 72px 0
  }
}

section.PageSection.-hasBg.section_topics .PageSection__heading {
  font-size: 24px;
  padding: 0 8px
}

@media screen and (min-width: 1160px) {
  section.PageSection.-hasBg.section_topics .PageSection__heading {
    font-size: 32px
  }
}

section.PageSection.-hasBg.section_topics .PageSection__heading.-typeA {
  line-height: 1;
  font-size: 32px
}

section.PageSection.-hasBg.section_topics .PageSection__heading span {
  line-height: 1.5
}

section.PageSection.-hasBg.section_topics .PageSection__heading span.Text {
  font-size: 18px
}

section.PageSection.-hasBg.section_topics .PageSection__heading.-comment::before,
section.PageSection.-hasBg.section_topics .PageSection__heading.-comment::after {
  content: "";
  width: 1px;
  height: 48px
}

section.PageSection.-hasBg.section_topics .PageSection__heading.-comment::before {
  transform: rotate(-30deg);
  left: -12px
}

section.PageSection.-hasBg.section_topics .PageSection__heading.-comment::after {
  transform: rotate(30deg);
  right: -12px
}

section.PageSection.-hasBg.section_topics #voice_slider>.Container {
  width: 100%
}

section.PageSection.-hasBg.section_topics #voice_slider div.swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto
}

section.PageSection.-hasBg.section_topics #voice_slider.Slider {
  padding-left: 16px
}

@media screen and (min-width: 600px) {
  section.PageSection.-hasBg.section_topics #voice_slider.Slider {
    padding: 0 40px
  }
}

section.PageSection.-hasBg.section_topics #voice_slider .PageSection__heading.-center {
  margin-bottom: 24px
}

section.PageSection.-hasBg.section_topics #voice_slider .swiper-slide .Card__body::before {
  display: none
}

section.PageSection.-hasBg.section_topics #voice_slider .swiper-slide .Card__textBox {
  min-height: auto;
  height: auto
}

section.PageSection.-hasBg.section_topics #voice_slider .Slider__dots {
  display: flex;
  margin: 24px 0 0
}

.swiper-wrapper .swiper-slide .Card__img img {
  width: 100%
}

.swiper-wrapper .Card__textBox>*+* {
  margin-top: 8px
}

.swiper-wrapper .Card__img {
  outline: none
}

.swiper-wrapper .Card__img.Banner.-hoverBg::before {
  border-radius: 8px
}

.swiper-wrapper .Card__img>a {
  outline: none
}

.modaal-wrapper button.modaal-close {
  position: relative;
  top: auto !important;
  right: auto;
  background-image: url(../../ss_common/images/icon_cross_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px
}

@media screen and (min-width: 1160px) {
  .modaal-wrapper button.modaal-close {
    top: 10vw
  }
}

.modaal-wrapper button.modaal-close:after,
.modaal-wrapper button.modaal-close:before {
  display: none
}

.modaal-wrapper button.modaal-close:focus,
.modaal-wrapper button.modaal-close:hover {
  background-color: rgba(0, 0, 0, 0)
}

.modaal-wrapper .modaal-inner-wrapper {
  position: relative;
  display: flex;
  padding: 80px 0 !important;
  justify-content: center;
  align-items: flex-end;
  max-width: 975px;
  flex-direction: column-reverse;
  margin: 0 auto
}

@media(min-width: 600px)and (max-width: 1024px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 0 24px !important
  }
}

.modaal-wrapper .modaal-video-wrap {
  margin: 0 !important;
  width: 100%
}

@media screen and (min-width: 600px) {
  .modaal-wrapper .modaal-video-wrap {
    margin: 0 auto !important
  }
}

@media screen and (min-width: 1160px) {
  .modaal-wrapper .modaal-video-wrap {
    max-width: 975px
  }
}

@media screen and (min-width: 1160px) {
  .modaal-wrapper .modaal-video-container {
    max-width: 975px !important;
    max-height: 548px !important
  }
}

.FixedArea {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 16px;
  background-color: #ebeef1;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s
}

@media screen and (min-width: 600px) {
  .FixedArea {
    width: auto;
    right: 16px;
    bottom: 16px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0)
  }
}

.FixedArea.-show {
  pointer-events: auto;
  opacity: 1
}

.FixedArea.-single {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 600px) {
  .FixedArea.-single {
    display: none
  }
}

.FixedArea__wrapper {
  display: flex;
  width: 100%
}

@media screen and (min-width: 600px) {
  .FixedArea__wrapper {
    display: block
  }
}

.FixedArea__button {
  width: 100%
}

.FixedArea__button.-wAuto {
  width: auto
}

#price-banner {
  opacity: 1;
  pointer-events: auto
}

@media screen and (min-width: 820px) {
  #price-banner.-show {
    pointer-events: auto;
    opacity: 1
  }
}

#sp-flow-banner {
  display: block;
  width: 100%;
  padding: 16px;
  right: 0px;
  bottom: 0px
}

@media screen and (min-width: 820px) {
  #sp-flow-banner {
    display: none
  }
}

@media screen and (min-width: 820px) {
  #sp-flow-banner.-show {
    pointer-events: auto;
    opacity: 1
  }
}

#sp-flow-banner .Button.-cta {
  max-width: none
}

@media screen and (min-width: 600px) {
  #sp-flow-banner .Button.-cta {
    max-width: 480px
  }
}

.SolutionCard {
  width: 100%;
  max-width: 240px
}

.SolutionCard__circleBox {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #e7f3fa;
  margin-top: 16px
}

.SolutionCard__body {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

.SolutionCard__figure {
  position: relative;
  z-index: 2;
  text-align: center
}

.SolutionCard__figure img {
  width: 58.3%
}

.SolutionCard__heading {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center
}

.SolutionCard__text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 16px
}

.SolutionCard__text span {
  font-weight: 700;
  background-color: #fff;
  border: #0087d2 solid 1px;
  color: #0087d2;
  padding: 2px 8px;
  margin-right: 4px
}

.CircleCard {
  position: relative;
  width: 100%;
  max-width: 220px
}

@media screen and (min-width: 600px) {
  .CircleCard__circleBox {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #fff
  }
}

@media screen and (min-width: 600px) {
  .CircleCard__body {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
  }
}

.CircleCard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #fff;
  width: 26.67vw;
  height: 26.67vw;
  border-radius: 50%;
  margin: 0px auto
}

@media screen and (min-width: 600px) {
  .CircleCard__icon {
    display: block;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0)
  }
}

.CircleCard__icon img {
  max-width: 19.2vw
}

@media screen and (min-width: 600px) {
  .CircleCard__icon img {
    max-width: none
  }
}

@media screen and (min-width: 600px) {
  .CircleCard__icon.-small {
    margin-top: 16%
  }
}

.CircleCard__text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: .875rem;
  margin-top: 8px;
  font-weight: 500
}

@media screen and (min-width: 600px) {
  .CircleCard__text {
    margin-top: 16px
  }
}

.CircleCard__text span {
  font-weight: 700;
  background-color: #fff;
  border: #0087d2 solid 1px;
  color: #0087d2;
  padding: 2px 8px;
  margin-right: 4px
}

.UserCaseCard {
  padding: 8px 16px 16px;
  border: #ebeef1 solid 8px;
  max-width: 600px
}

@media screen and (min-width: 600px) {
  .UserCaseCard {
    padding: 24px;
    border: #ebeef1 solid 16px
  }
}

.UserCaseCard__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px 24px
}

@media screen and (min-width: 600px) {
  .UserCaseCard__body {
    flex-direction: row
  }
}

.UserCaseCard__figureBox {
  display: contents;
  flex-basis: 200px;
  flex-shrink: 0
}

@media screen and (min-width: 600px) {
  .UserCaseCard__figureBox {
    display: block
  }
}

.UserCaseCard__foot {
  margin-top: auto
}

.UserCaseCard__foot .Button {
  margin-top: auto;
  margin-right: 0px
}

@media screen and (min-width: 600px) {
  .UserCaseCard__foot .Button {
    margin-right: auto
  }
}

.UserCaseCard__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  color: #d1d4d7;
  font-family: "Cormorant Infant", serif;
  line-height: 1
}

@media screen and (min-width: 600px) {
  .UserCaseCard__number {
    align-items: flex-start
  }
}

.UserCaseCard__number::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../ss_common/images/icon_quotation-1.svg) no-repeat;
  background-size: contain;
  align-self: flex-start
}

@media screen and (min-width: 600px) {
  .UserCaseCard__number::after {
    margin-top: 16px
  }
}

.UserCaseCard__title {
  font-size: 1.125rem;
  color: #0087d2;
  font-family: "Noto Serif JP", serif
}

.UserCaseCard__text {
  margin-top: 8px
}

.UserCaseCard__label {
  font-size: .75rem;
  text-align: center
}

.UserCaseCard__label.-blue {
  color: #0087d2;
  font-weight: 700
}

.UserCaseCard__figureWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

.UserCaseCard__avatar {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-top: 8px
}

.UserCaseCard__figureItem {
  text-align: center;
  flex-basis: 100%
}

@media screen and (min-width: 600px) {
  .UserCaseCard__figureItem {
    flex-basis: auto
  }
}

.UserCaseCard__icon {
  align-self: center;
  margin: 0px 10px;
  flex-shrink: 0
}

.UserCaseCard__plofile {
  margin-top: 8px
}

.UserCaseCard__name {
  font-size: .875rem;
  font-family: "Noto Serif JP", serif
}

.UserCaseCard__info {
  font-size: .75rem;
  color: #54575f
}

.PlanCard {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  align-self: flex-end
}

.PlanCard__head {
  text-align: center;
  padding: 8px 16px 16px
}

.PlanCard__label {
  background-color: #d03086;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 700
}

.PlanCard.-primary .PlanCard__head {
  background-color: #fff;
  border-bottom: #d03086 solid 1px
}

.PlanCard.-secondary .PlanCard__head {
  background-color: #fff;
  border-bottom: #d1d4d7 solid 1px
}

.PlanCard__body {
  padding: 24px
}

.PlanCard__title {
  font-size: 1.125rem;
  font-weight: 700
}

.PlanCard__infoText {
  font-size: .875rem;
  margin-top: 16px
}

.PlanCard__infoText span {
  color: #0087d2;
  font-weight: 700;
  padding: 4px 16px;
  background-color: #e7f3fa;
  border-radius: 4px
}

.PlanCard__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px
}

@media screen and (min-width: 600px) {
  .PlanCard__price {
    min-height: 94px
  }
}

.PlanCard__price.-single {
  align-items: center
}

.PlanCard__priceBox {
  text-align: center
}

.PlanCard__priceBox.-offset {
  margin-bottom: .5em
}

.PlanCard__price.-common {
  min-height: 70px;
  margin-bottom: 8px;
  padding-bottom: 16px
}

.PlanCard__price.-common .Text {
  color: #141821
}

.PlanCard__table {
  width: 100%
}

.PlanCard__table th,
.PlanCard__table td {
  padding: 8px 0px;
  font-weight: 400;
  vertical-align: bottom
}

.PlanCard__table td {
  text-align: right
}

.PlanCard__table tr:not(:first-child) th,
.PlanCard__table tr:not(:first-child) td {
  border-top: #ebeef1 solid 1px
}

.ProfileAvatar {
  position: relative
}

.ProfileAvatar__name {
  position: absolute;
  top: 2em;
  left: 0px;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500
}

.SwitchArea__buttons {
  display: flex
}

.SwitchArea__button {
  border: none;
  background-color: #fff;
  border-bottom: #0087d2 solid 1px;
  border-radius: 8px 8px 0px 0px;
  padding: 16px 0px;
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: .875rem;
  text-align: center;
  color: #7f8288
}

@media screen and (min-width: 600px) {
  .SwitchArea__button {
    font-size: 1.5rem;
    padding: 16px
  }
}

.SwitchArea__button.-active {
  border: #0087d2 solid 1px;
  border-bottom: none;
  color: #141821
}

.SwitchArea__button.-small {
  font-size: .875rem
}

@media screen and (min-width: 600px) {
  .SwitchArea__button.-small {
    font-size: 1.25rem
  }
}

.SwitchArea__panels {
  padding-top: 8px
}

.SwitchArea__panel {
  display: none
}

.SwitchArea__panel.-active {
  display: block
}

.SwitchArea__panelBody {
  margin-top: 40px
}

@media screen and (min-width: 600px) {
  .SwitchArea__panelBody {
    margin-top: 120px
  }
}

.SwitchArea.-full .SwitchArea__buttons {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px
}

.SwitchArea.-full .SwitchArea__panels {
  margin-top: -1px;
  border-top: #0087d2 solid 1px
}

.SwitchArea.-full .SwitchArea__panelBody {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px
}

.SwitchArea.-spFull .SwitchArea__buttons {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px
}

.SwitchArea.-spFull .SwitchArea__panels {
  margin-top: -1px;
  border-top: #0087d2 solid 1px
}

@media screen and (min-width: 600px) {
  .SwitchArea.-spFull .SwitchArea__panels {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px
  }
}

.CompareTable {
  width: 100%;
  max-width: 800px;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto
}

.CompareTable th {
  font-weight: 400;
  text-align: center
}

.CompareTable tr>*:first-child {
  width: 160px;
  min-width: 160px
}

.CompareTable__item {
  justify-content: center;
  padding: 0px 8px 0px 16px;
  background-color: #fff;
  vertical-align: middle;
  border-top: #e7f3fa solid 1px;
  border-left: #e7f3fa solid 4px;
  border-right: #e7f3fa solid 4px;
  border-bottom: #e7f3fa solid 1px
}

@media screen and (min-width: 600px) {
  .CompareTable__item {
    height: 72px
  }
}

.CompareTable__item.-primary {
  font-weight: 700;
  background-color: #e7f3fa;
  padding: 0px 4px
}

.CompareTable__item.-primary.-company {
  background-color: #0087d2;
  border-radius: 8px 8px 0px 0px;
  color: #fff
}

@media screen and (min-width: 600px) {
  .CompareTable__item.-company {
    width: 240px;
    min-width: 240px
  }
}

.CompareTable__item.-secondary {
  padding: 0px 16px 8px;
  background-color: #e7f3fa;
  color: #7f8288
}

.CompareTable__icon {
  flex-shrink: 0;
  display: inline-block
}

.CompareTable__icon img {
  vertical-align: middle
}

.CompareTable__text {
  display: inline-block;
  text-align: center;
  width: 150px
}

@media screen and (min-width: 600px) {
  .CompareTable__text {
    width: 180px
  }
}

.CompareTable.sp {
  border-collapse: separate;
  border-spacing: 0;
  margin-right: 16px
}

.CompareTable.sp tr>.CompareTable__item:first-child {
  border-left: #e7f3fa solid 1px
}

.CompareTable.sp .CompareTable__item {
  border: none;
  border-top: #e7f3fa solid 1px;
  border-right: #e7f3fa solid 1px;
  padding: 0px;
  width: 188px
}

.CompareTable.sp .CompareTable__item>* {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px
}

.CompareTable.sp .CompareTable__item.-primary {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 140px;
  padding-left: 8px;
  padding-right: 8px
}

.CompareTable.sp .CompareTable__item.-secondary>* {
  height: auto;
  padding: 0px 0px 8px
}

.CompareTable.sp .CompareTable__item.-company>* {
  height: 72px
}

.CompareTable.sp .CompareTable__item.-primary.-company {
  border-radius: 8px 0px 0px 8px
}

.CPArea {
  display: block;
  margin: 0px auto;
  background: linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%)
}

.CPArea.-mb {
  margin-bottom: 24px
}

@media screen and (min-width: 600px) {
  .CPArea.-mb {
    margin-bottom: 64px
  }
}

.CPArea__head {
  position: relative;
  padding: 16px 24px 32px
}

.CPArea__head::before,
.CPArea__head::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain
}

.CPArea__head::before {
  top: 0px;
  left: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_top.svg)
}

.CPArea__head::after {
  bottom: 0px;
  right: 0px;
  background-image: url(../../ss_coaching/images/BC_CP_ribbon_under.svg)
}

.CPArea__body {
  padding: 24px;
  border-top: #fff solid 1px
}

.CPArea__text {
  font-size: 1.25rem;
  color: #d03086;
  font-weight: 500
}

.CPArea__period {
  display: flex;
  gap: 0px 2px;
  width: 100%;
  flex-direction: column
}

@media screen and (min-width: 600px) {
  .CPArea__period {
    justify-content: center;
    flex-direction: row
  }
}

.CPArea__date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px 24px;
  font-size: .875rem;
  font-weight: 700
}

@media screen and (min-width: 600px) {
  .CPArea__date {
    font-size: 1rem;
    flex-direction: row
  }
}

.CPArea__date img {
  width: 100%;
  max-width: 196px;
  height: auto
}

@media screen and (min-width: 600px) {
  .CPArea__date img {
    max-width: 160px
  }
}

.CPArea__column {
  border: #d03086 solid 1px;
  border-radius: 16px;
  padding: 8px
}

@media screen and (min-width: 600px) {
  .CPArea__column {
    padding: 24px
  }
}

.FlowColumn {
  position: relative;
  padding-top: 40px
}

.FlowColumn:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px
}

.FlowColumn:not(:first-child) {
  padding-top: 64px
}

.FlowColumn.-typeA {
  background: linear-gradient(0deg, #D1D4D7 0%, rgba(209, 212, 215, 0.3) 100%)
}

.FlowColumn.-typeA:not(:last-child)::after {
  border-color: #d1d4d7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.FlowColumn.-typeB {
  background-color: #fff
}

.FlowColumn.-typeB:not(:last-child)::after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.FlowColumn.-typeC {
  background-color: #0087d2
}

.FlowColumn.-typeC:not(:last-child)::after {
  border-color: #0087d2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.FlowColumn.-typeC .FlowColumn__body {
  padding-bottom: 24px
}

@media screen and (min-width: 600px) {
  .FlowColumn.-typeC .FlowColumn__body {
    padding-bottom: 40px
  }
}

.FlowColumn.-typeD {
  background-color: #fff
}

.FlowColumn.-typeD:not(:last-child)::after {
  border-color: #0087d2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.FlowColumn.-pdNone {
  padding: 0px
}

.FlowColumn__main[data-label]::before,
.FlowColumn__main[data-label]::after {
  position: absolute;
  display: block
}

.FlowColumn__main[data-label]::before {
  content: attr(data-label);
  z-index: 2;
  top: 16px;
  left: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  color: #fff
}

.FlowColumn__main[data-label]::after {
  content: "";
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 80px 0 0;
  border-color: #141821 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.FlowColumn__main[data-circle-label]::before {
  content: attr(data-circle-label);
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  color: #0087d2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px auto 16px;
  text-indent: .3em
}

@media screen and (min-width: 600px) {
  .FlowColumn__main[data-circle-label]::before {
    position: absolute;
    z-index: 2;
    font-size: 1.5rem;
    top: 64px;
    left: 10%;
    width: 120px;
    height: 120px;
    margin: 0px
  }
}

.FlowColumn__body {
  position: relative;
  padding: 0px 16px 64px
}

@media screen and (min-width: 600px) {
  .FlowColumn__body {
    padding: 0px 40px 64px
  }
}

.FlowColumn__body.-board {
  padding: 0px 16px 0px
}

@media screen and (min-width: 600px) {
  .FlowColumn__body.-board {
    padding: 0px 40px 64px
  }
}

.FlowColumn__body.-spFull {
  padding: 0px 0px 24px
}

@media screen and (min-width: 600px) {
  .FlowColumn__body.-spFull {
    padding: 0px 40px 64px
  }
}

.FlowColumn__headFigure {
  text-align: center;
  margin-top: 24px
}

@media screen and (min-width: 600px) {
  .FlowColumn__headFigure {
    position: absolute;
    bottom: 0px;
    right: 64px;
    width: 16.67%
  }
}

.FlowColumn__headFigure.-board {
  position: relative;
  z-index: 10;
  text-align: left;
  margin-top: -24px
}

@media screen and (min-width: 600px) {
  .FlowColumn__headFigure.-board {
    position: absolute;
    margin-top: 0px;
    left: 3.7%;
    right: auto;
    width: 24.07%
  }
}

.FlowColumn__head {
  position: relative;
  padding: 0px 16px 0px
}

@media screen and (min-width: 600px) {
  .FlowColumn__head {
    padding: 0px 204px 40px
  }
}

@media screen and (min-width: 600px) {
  .FlowColumn:not(:first-child) .FlowColumn__main {
    padding-top: 40px
  }
}

.FlowColumn__heading {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500
}

@media screen and (min-width: 600px) {
  .FlowColumn__heading {
    font-size: 1.25rem
  }
}

.FlowColumn__heading img {
  display: inline-block;
  margin-top: 8px
}

.FlowColumn__title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center
}

.FlowColumn__text {
  font-size: 1rem;
  text-align: left
}

@media screen and (min-width: 600px) {
  .FlowColumn__text {
    text-align: center
  }
}

.price_s1_w.PageSection.-medium {
  padding: 72px 0 48px
}

@media screen and (min-width: 600px) {
  .price_s1_w.PageSection.-medium {
    padding: 120px 0 96px
  }
}

.price_s1_w .Grid.-col3.-contentCenter {
  margin: 48px 0 0
}

@media screen and (min-width: 600px) {
  .price_s1_w .Grid.-col3.-contentCenter {
    margin: 0
  }
}

@media screen and (min-width: 600px) {
  .price_s1_w .LinkItem__wrapper {
    gap: 8px
  }
}

.price_s1_w .Headline.-spcM .Headline__wrapper {
  gap: 16px
}

@media screen and (min-width: 600px) {
  .price_s1_w .Headline.-spcM .Headline__wrapper {
    gap: 24px
  }
}

.price_s1_w .Headline__icon.-spS img {
  max-width: 105px
}

@media screen and (min-width: 600px) {
  .price_s1_w .Headline__icon.-spS img {
    max-width: none
  }
}

.price_s1_w .Stack.-spc5.-spcAll>*+* {
  margin: 24px auto 0
}

@media screen and (min-width: 600px) {
  .price_s1_w .Stack.-spc5.-spcAll>*+* {
    margin-top: 40px
  }
}

.price_s1_w .Stack.-spc5.-spcAll>*+* small {
  padding: 24px 0
}

.price_s1_w .LinkItem.-single .LinkItem__wrapper {
  padding: 8px
}

@media screen and (min-width: 600px) {
  .price_s1_w .LinkItem.-single .LinkItem__wrapper {
    padding: 16px 16px 0
  }
}

.price_s1_w .LinkItem__arrow {
  margin-bottom: 4px;
}

.price_s2_w .Stack.-spc5>p.Text {
  font-size: 14px
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5>p.Text {
    font-size: 16px
  }
}

.price_s2_w .Stack.-spc5 .BorderTable__headline p.red_w {
  padding: 2px 12px;
  border-radius: 8px;
  background: #d03086;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5 .BorderTable__headline p.red_w {
    margin-right: 16px
  }
}

.price_s2_w .Stack.-spc5 .BorderTable__headline>p.Text {
  font-size: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5 .BorderTable__headline>p.Text {
    font-size: 16px;
    margin-right: 16px
  }
}

.price_s2_w .Stack.-spc5 .BorderTable__headline>p.Text span {
  font-size: 22px
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5 .BorderTable__headline>p.Text span {
    font-size: 24px
  }
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5 .BorderTable__headline .BorderTable__price {
    padding-left: 56px
  }
}

.price_s2_w .Stack.-spc5 .BorderTable .CommonList.-spc1 li.CommonList__item {
  margin-top: 7px
}

.price_s2_w .Stack.-spc5 .BorderTable .CommonList.-spc1 li.CommonList__item>p {
  line-height: 1em
}

.price_s2_w .Stack.-spc5 .BorderTable .CommonList.-spc1 ul.-column2 {
  white-space: nowrap
}

@media screen and (min-width: 600px) {
  .price_s2_w .Stack.-spc5 .BorderTable .CommonList.-spc1 ul.-column2 {
    white-space: inherit
  }
}

.price_s2_w .Stack.-spc5 .BorderTable .CommonList.-spc1 ul.-column2 li:nth-child(even) {
  margin-top: 4px
}

.price_s2_w .Stack.-spc5 .BorderTable tbody td {
  padding-top: 0
}

.price_s2_w mark.white {
  padding: 0 4px
}

.price_s2_w mark.white2 {
  font-size: 18px
}

.price_s2_w mark.white2 .point {
  font-size: 20px
}

.price_s2_w mark.white2 .price {
  font-size: 24px
}

@media screen and (min-width: 600px) {
  .price_s2_w .BorderTable__headline {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 16px
  }
}

.price_s2_w .Grid__item.-price_ill_man {
  flex-direction: column;
  justify-content: space-between
}

.price_s3_w {
  padding: 24px 0 !important
}

@media screen and (min-width: 600px) {
  .price_s3_w {
    padding: 64px 0 !important
  }
}

.price_s3_w .PageSection__item {
  padding-top: 48px
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item {
    padding-top: 64px
  }
}

.price_s3_w .PageSection__item .Stack.-spc5.-spcAll .PageSection__inner {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll .PageSection__inner {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    margin-top: 40px
  }
}

.price_s3_w .PageSection__item .Stack.-spc5.-spcAll .PageSection__inner .ColumnArea.-pS {
  padding: 24px 32px
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll .PageSection__inner .ColumnArea.-pS {
    padding: 24px
  }
}

.price_s3_w .PageSection__item .Stack.-spc5.-spcAll small {
  padding: 0 16px
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll small {
    padding: 0
  }
}

.price_s3_w .PageSection__item .Stack.-spc5.-spcAll p.cta_btn {
  margin-top: 46.5px
}

.price_s3_w .PageSection__item .Stack.-spc5.-spcAll .ColumnCard.-bgGray.-spc5.-pxS {
  margin-bottom: 24px;
  gap: 16px
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll .ColumnCard.-bgGray.-spc5.-pxS {
    gap: 0;
    justify-content: space-between;
    margin-top: 40px
  }
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll .ColumnCard.-bgGray.-spc5.-pxS>*:first-child {
    padding: 0 24px
  }
}

@media screen and (min-width: 600px) {
  .price_s3_w .PageSection__item .Stack.-spc5.-spcAll .ColumnCard.-bgGray.-spc5.-pxS .Grid.-spc5.-spColumn {
    gap: 24px
  }
}

.price_s3_w .Stack.-spc2 p.Heading.-h4 {
  margin-top: 24px
}

.price_s3_w .ColumnArea.-pXS {
  padding: 16px 0
}

.price_s3_w .Grid__item p.Heading.-h4.-center {
  font-size: 20px
}

.price_s3_w .Stack.-spc5.-spcAll>*+* {
  margin-top: 24px
}

.price_s3_w p.cta_btn {
  margin: 46.5px 11.5px 0 11.5px
}

@media screen and (min-width: 600px) {
  .price_s3_w p.cta_btn {
    margin: 24px 0 0 !important;
    height: 120px;
    display: flex;
    align-items: center
  }
}

.price_s3_w p.cta_btn+.ColumnInfo.-resp {
  margin: 94.5px 0 72px
}

@media screen and (min-width: 600px) {
  .price_s3_w p.cta_btn+.ColumnInfo.-resp {
    margin: 40px 0 0
  }
}

.price_s3_w p.cta_btn .Button.-large {
  font-size: 18px
}

.price_s3_w .IconInfo>*+* {
  margin-top: 8px
}

.price_s3_w .PriceCard__item.-tax {
  font-size: 12px
}

.price_s3_w .PriceCard__price {
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1
}

.price_s3_w .PriceCard__price span.PriceCard__item.-num {
  font-size: 40px;
  line-height: 1;
  margin-top: 0 !important;
  display: inline-block;
  font-weight: 500
}

.price_s3_w .PriceCard__price span.PriceCard__item.-en {
  font-size: 18px
}

.price_s3_w p.PriceCard__price.-point span.PriceCard__item.-num {
  margin-top: 8px
}

.price_s3_w .Grid .Grid__item.-textImageA {
  margin-top: 0
}

.price_s3_w .Grid .Grid__item.-textImageB {
  margin-bottom: 0
}

.price_s3_w .PriceCard__text.red {
  color: #d03086
}

.price_s3_w .PriceCard__text.red span {
  font-size: 24px
}

.price_s3_w .PriceCard__text.-day {
  font-size: 18px;
  line-height: 1
}

.price_s4_w.PageSection.-hasBg {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #ebeef1;
  border-bottom: 1px solid #0087d2
}

@media screen and (min-width: 600px) {
  .price_s4_w.PageSection.-hasBg {
    padding-bottom: 72px;
    border-width: 2px
  }
}

.price_s4_w .FlowColumn.-typeC {
  width: 100%
}

.price_s4_w .FlowColumn.-typeC .FlowColumn__body {
  padding: 0px 0 40px
}

@media screen and (min-width: 600px) {
  .price_s4_w .FlowColumn.-typeC .FlowColumn__body {
    padding: 0px 40px 40px
  }
}

.price_s4_w .FlowColumn__head {
  padding: 0
}

@media screen and (min-width: 600px) {
  .price_s4_w .FlowColumn__head {
    padding: 0 0 27.5px
  }
}

.price_s4_w .FlowColumn__headFigure {
  max-width: 138px;
  margin: 32px auto 0
}

@media screen and (min-width: 600px) {
  .price_s4_w .FlowColumn__headFigure {
    max-width: 180px;
    margin: 0
  }
}

.price_s4_w h3.FlowColumn__heading img {
  width: 204px;
  margin: 16px 0 32px
}

@media screen and (min-width: 600px) {
  .price_s4_w h3.FlowColumn__heading img {
    width: 238px;
    margin: 24px 0 40px
  }
}

.price_s4_w h3.FlowColumn__heading .-h6 {
  border-radius: 200px;
  background: #4cabdf;
  padding: 4px 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

@media screen and (min-width: 600px) {
  .price_s4_w h3.FlowColumn__heading .-h6 {
    padding: 4px 24px
  }
}

.price_s4_w h3.FlowColumn__heading .-h3 {
  margin-top: 8px;
  color: #141821
}

@media screen and (min-width: 600px) {
  .price_s4_w h3.FlowColumn__heading .-h3 {
    font-size: 32px
  }
}

@media screen and (min-width: 600px) {
  .price_s4_w h3.FlowColumn__heading .-h3+.-h3 {
    font-size: 28px;
    line-height: 100%
  }
}

.price_s4_w .FlowColumn__body.sp_max {
  padding: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw
}

@media screen and (min-width: 600px) {
  .price_s4_w .FlowColumn__body.sp_max {
    margin: 0 auto;
    width: 100%
  }
}

.price_s4_w .preface_w {
  padding: 24px 16px;
  flex-direction: column;
  gap: 24px;
  background: #e7f3fa
}

@media screen and (min-width: 600px) {
  .price_s4_w .preface_w {
    padding: 24px 40px;
    border-radius: 8px
  }
}

@media screen and (min-width: 820px) {
  .price_s4_w .preface_w+.ColumnArea.-hasBg {
    padding: 40px 0
  }
}

.price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto {
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 820px) {
  .price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto {
    flex-direction: row;
    align-items: center
  }
}

.price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto>* {
  width: 100%;
  max-width: 382px
}

@media screen and (min-width: 600px) {
  .price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto>* {
    max-width: 480px
  }
}

@media screen and (min-width: 820px) {
  .price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto>* {
    width: 50%;
    max-width: 50%
  }
}

.price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto .Text.pc {
  display: none
}

@media screen and (min-width: 820px) {
  .price_s4_w .preface_w+.ColumnArea.-hasBg+.Grid.-wAuto .Text.pc {
    display: block
  }
}

.price_s4_w .preface_w>p.Text {
  line-height: 2;
  font-weight: 500
}

.price_s4_w .preface_w .ColumnArea.-primaryInfo {
  padding: 0;
  background: #e7f3fa
}

.price_s4_w .preface_w .Grid.-spColumn>p.Text {
  padding: 16px 24px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #0087d2;
  background: #e7f3fa;
  line-height: 1.5;
  text-align: center;
  background: #99cfed
}

@media screen and (min-width: 600px) {
  .price_s4_w .preface_w .Grid.-spColumn>p.Text {
    width: 160px;
    padding: 40px 24px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #0087d2;
    border-right: none
  }
}

.price_s4_w .preface_w .Grid.-spColumn>ul {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 0px 0px 8px 8px;
  border-right: 1px solid #0087d2;
  border-bottom: 1px solid #0087d2;
  border-left: 1px solid #0087d2;
  background: #fff
}

@media screen and (min-width: 600px) {
  .price_s4_w .preface_w .Grid.-spColumn>ul {
    padding: 0px 40px;
    border-radius: 0px 8px 8px 0px;
    border-top: 1px solid #0087d2;
    border-right: 1px solid #0087d2;
    border-bottom: 1px solid #0087d2
  }
}

.price_s4_w .preface_w .Grid.-spColumn>ul li {
  font-size: 14px;
  line-height: 1.5
}

@media screen and (min-width: 600px) {
  .price_s4_w .preface_w .Grid.-spColumn>ul li {
    font-size: 16px
  }
}

.price_s4_w .SwitchArea__panel .ColumnArea {
  padding: 24px 16px
}

@media screen and (min-width: 1080px) {
  .price_s4_w .SwitchArea__panel .ColumnArea {
    padding: 24px
  }
}

.price_s4_w .SwitchArea__panel .ColumnArea.-subInfo {
  padding: 12px 16px
}

.price_s4_w .SwitchArea__panel .ColumnArea.-subInfo small {
  font-size: 12px
}

.price_s4_w .SwitchArea__panel .ColumnArea .IconInfo>*+* {
  margin-top: 8px
}

.price_s4_w .SwitchArea__panel .PlanCard__label {
  line-height: 2
}

.price_s4_w .SwitchArea__panel .PlanCard.-primary .PlanCard__head {
  padding: 8px 24px 16px;
  border-bottom: #d1d4d7 solid 1px
}

.price_s4_w .SwitchArea__panel .PlanCard__body {
  padding: 16px 24px
}

.price_s4_w .SwitchArea__panel .PlanCard__body .Grid>* {
  flex-basis: fit-content
}

.price_s4_w .SwitchArea__panel .PlanCard__body .Text.-XS {
  font-size: 12px;
  margin-top: 0 !important
}

.price_s4_w .SwitchArea__panel .PlanCard__body .Text.-secondary {
  margin-top: 4px
}

.price_s4_w .SwitchArea__panel .PlanCard__title {
  line-height: 2;
  margin-bottom: 8px
}

.price_s4_w .SwitchArea__panel .PlanCard__infoText {
  margin-top: 0;
  line-height: 29px
}

.price_s4_w .SwitchArea__panel .PlanCard__price.-common {
  min-height: 90px;
  margin-bottom: 16px;
  padding-bottom: 16px
}

.price_s4_w .SwitchArea__panel .PlanCard__price.-common .Grid {
  align-items: center;
  letter-spacing: .7px
}

.price_s4_w .SwitchArea__panel .PlanCard__price.-common span.Text.-price.-serif {
  margin-left: 8px;
  line-height: 25px;
  padding-bottom: 6px
}

.price_s4_w .SwitchArea__panel .PlanCard__table tbody>*:first-child th {
  padding: 0 0 8px
}

.price_s4_w .SwitchArea__panel .ColumnArea.-blueLine.-pNone {
  padding: 0
}

.price_s4_w .SwitchArea__panel .Stack.-spc2>*+* {
  margin-top: 8px
}

.price_s4_w .SwitchArea__panel .Stack.-spc3>*+* {
  margin-top: 24px
}

.price_s4_w .SwitchArea__panel+.Pagesection__subInfo {
  margin: 8px auto 24px
}

@media screen and (min-width: 600px) {
  .price_s4_w .SwitchArea__panel+.Pagesection__subInfo {
    margin: 8px 24px 48px
  }
}

.price_s4_w .coaching_bnr,
.price_s4_w .bp_bnr {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 480px;
  height: 100px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #0087d2;
  background-image: url(../../ss_images/PR_coachingBnr.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-bottom: 40px;
  text-decoration: none;
  justify-content: center;
  margin-top: 16px
}

@media screen and (min-width: 600px) {

  .price_s4_w .coaching_bnr,
  .price_s4_w .bp_bnr {
    width: 92%;
    height: 120px;
    padding: 21.5px 40px;
    margin-bottom: 0
  }
}

.price_s4_w .coaching_bnr>*,
.price_s4_w .bp_bnr>* {
  flex-basis: fit-content
}

.price_s4_w .coaching_bnr p.tit_txt,
.price_s4_w .bp_bnr p.tit_txt {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5
}

@media screen and (min-width: 600px) {

  .price_s4_w .coaching_bnr p.tit_txt,
  .price_s4_w .bp_bnr p.tit_txt {
    font-size: 12px
  }
}

.price_s4_w .coaching_bnr p.Text.-bold,
.price_s4_w .bp_bnr p.Text.-bold {
  font-size: 14px
}

@media screen and (min-width: 600px) {

  .price_s4_w .coaching_bnr p.Text.-bold,
  .price_s4_w .bp_bnr p.Text.-bold {
    font-size: 16px
  }
}

.price_s4_w .coaching_bnr small.-bold,
.price_s4_w .bp_bnr small.-bold {
  color: inherit;
  font-size: 10px;
  margin-top: 16px
}

.price_s4_w .bp_bnr_w {
  padding: 24px 0 48px
}

.price_s4_w .bc_bnr_w,
.price_s4_w .bp_bnr_w {
  text-align: center
}

@media screen and (min-width: 600px) {

  .price_s4_w .bc_bnr_w,
  .price_s4_w .bp_bnr_w {
    padding: 24px 0 0
  }
}

.price_s4_w .bc_bnr_w>p.Text,
.price_s4_w .bp_bnr_w>p.Text {
  font-family: "Noto Serif JP"
}

.price_s4_w .bc_bnr_w>p.Text:not(:first-child),
.price_s4_w .bp_bnr_w>p.Text:not(:first-child) {
  margin-top: 8px
}

.price_s4_w .bc_bnr_w .bp_bnr,
.price_s4_w .bp_bnr_w .bp_bnr {
  color: #fff;
  background-image: url(../../ss_images/PR_packageBnr.webp);
  background-color: #0087d2;
  margin-bottom: 0
}

.price_s4_w .Pagesection__subInfo {
  margin-top: 16px;
  width: 100%
}

@media screen and (min-width: 600px) {
  .price_s4_w .Pagesection__subInfo {
    margin: 24px 0
  }
}

.price_s5_w {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

@media screen and (min-width: 600px) {
  .price_s5_w {
    padding: 64px 0 !important
  }
}

.price_s5_w .Stack.-spc2 .Heading.-h4 {
  margin-top: 24px
}

.price_s5_w .Stack.-spc2>*:last-child {
  margin: 24px 0;
  font-size: 16px
}

@media screen and (min-width: 600px) {
  .price_s5_w .Stack.-spc2>*:last-child {
    margin: 40px 0
  }
}

.price_s5_w .Stack.-spc2+.PageSection__item {
  padding-top: 24px
}

@media screen and (min-width: 600px) {
  .price_s5_w .ColumnArea.-point {
    padding: 16px
  }
}

.price_s5_w .ColumnInfo.-resp {
  margin-bottom: 24px
}

.price_s5_w .ColumnArea__unit.-resp p.Text.-small {
  font-size: 12px
}

@media screen and (min-width: 600px) {
  .price_s5_w .ColumnArea__unit.-resp p.Text.-small {
    font-size: 14px
  }
}

.price_s5_w .Grid.-spc2 {
  gap: 8px
}

@media screen and (min-width: 600px) {
  .price_s5_w .Grid.-spc2 {
    gap: 24px
  }
}

.price_s5_w .Grid.-spc2+p {
  margin: 24px 0
}

.price_s3_w .ColumnInfo.-resp>.ColumnInfo__body,
.price_s5_w .ColumnInfo.-resp>.ColumnInfo__body {
  color: #7f8288
}

.price_s3_w .ColumnInfo__body>*,
.price_s5_w .ColumnInfo__body>* {
  margin-top: 8px
}

@media screen and (min-width: 600px) {

  .price_s3_w .ColumnInfo__body>*,
  .price_s5_w .ColumnInfo__body>* {
    margin-top: 12px
  }
}

.price_s3_w .ColumnInfo__cell,
.price_s5_w .ColumnInfo__cell {
  flex-direction: column;
  padding: 16px 0
}

@media screen and (min-width: 600px) {

  .price_s3_w .ColumnInfo__cell,
  .price_s5_w .ColumnInfo__cell {
    flex-direction: row;
    padding: 4px 0
  }
}

.price_s3_w .ColumnInfo__heading,
.price_s5_w .ColumnInfo__heading {
  min-width: 80px;
  margin-right: 8px;
  flex-basis: auto
}

.price_s3_w .ColumnInfo__data,
.price_s5_w .ColumnInfo__data {
  margin-left: 0;
  flex-basis: fit-content
}

.price_s6_w {
  padding-top: 24px !important
}

@media screen and (min-width: 600px) {
  .price_s6_w {
    padding-top: 64px !important
  }
}

.price_s6_w .Stack.-spc2 h2+p.Heading.-h4,
.price_s6_w .Stack.-spc2 p+.PageSection__item {
  margin-top: 24px
}

@media screen and (min-width: 600px) {
  .price_s6_w .Stack.-spc2 p+.PageSection__item {
    padding-top: 16px
  }
}

.price_s6_w .ColumnArea.-hasLine.-price {
  padding: 24px
}

@media screen and (min-width: 600px) {
  .price_s6_w .ColumnArea.-hasLine.-price {
    padding: 24px 24px 16px
  }
}

.price_s6_w section.PageSection__item {
  padding-top: 24px
}

.price_s6_w .Grid.-spc3.-contentCenter {
  gap: 16px
}

.price_s6_w .Grid.-spc1.-contentCenter p.Grid__item.-wAuto img {
  max-width: -moz-fit-content;
  max-width: fit-content
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 {
  gap: 0;
  justify-content: space-between
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 .ColumnCard__item>*+* {
  margin-top: 24px
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 .Heading.-hasBg.-white {
  line-height: 29px;
  font-size: 18px
}

@media screen and (min-width: 600px) {
  .price_s6_w .ColumnCard.-bgBlue.-spc5 .Heading.-hasBg.-white {
    line-height: 32px;
    font-size: 20px;
    font-weight: 400
  }
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 .Heading.-hasBg.-white.sp {
  margin-bottom: 0
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 .Heading.-hasBg.-white>span {
  padding: 0 0 2px 8px
}

.price_s6_w .ColumnCard.-bgBlue.-spc5 .Heading.-hasBg.-white>span span {
  padding: 0
}

.price_s6_w .ColumnCard.-bgGray.-spc5 {
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  margin-top: 72px
}

@media screen and (min-width: 600px) {
  .price_s6_w .ColumnCard.-bgGray.-spc5 {
    margin-top: 40px
  }
}

.price_s6_w .ColumnCard.-bgGray.-spc5>*:first-child {
  padding: 0 24px
}

.price_s6_w .ColumnCard.-bgGray.-spc5 .ColumnCard__item {
  flex-direction: column;
  justify-content: space-between
}

@media screen and (min-width: 600px) {
  .price_s6_w .ColumnCard.-bgGray.-spc5 .ColumnCard__item {
    height: 240px
  }
}

.price_s6_w .ColumnCard.-bgGray.-spc5 .ColumnCard__item div .Heading.-h4 {
  margin-bottom: 16px
}

.price_s6_w .ColumnCard.-bgGray.-spc5 .ColumnCard__item div>*:nth-child(3) {
  margin-top: 21px
}

.price_s6_w .ColumnCard.-bgGray.-spc5 .ColumnCard__item>p {
  flex-basis: auto
}

.price_s6_w .ColumnCard.-bgGray.-spc5 img {
  vertical-align: middle
}

.price_s7_w.CTASection {
  padding-bottom: 40px
}

@media screen and (min-width: 600px) {
  .price_s7_w.CTASection {
    padding-bottom: 64px
  }
}

.new_price .supple_w.Grid {
  gap: 8px
}

.new_price .supple_w.Grid>* {
  flex-basis: auto
}

.new_price .supple_w.Grid p {
  color: #7f8288;
  font-size: 12px;
  font-weight: 700
}

.new_price .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24
}

.new_price .SwitchArea.sp {
  display: block
}

@media screen and (min-width: 820px) {
  .new_price .SwitchArea.sp {
    display: none
  }
}

.new_price .SwitchArea__buttons {
  gap: 4px
}

.new_price .SwitchArea__button {
  border: none;
  color: #fff;
  background: #d1d4d7;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%
}

@media screen and (min-width: 820px) {
  .new_price .SwitchArea__button.-active {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700
  }
}

.new_price .SwitchArea__button.-active.-red {
  background: #d03086
}

.new_price .SwitchArea__button.-active.-blue {
  background: #0087d2
}

.new_price .SwitchArea__button {
  padding: 7px 0
}

.new_price .SwitchArea__panel>.ColumnArea {
  text-align: center
}

.new_price .SwitchArea__panel>.ColumnArea.-y_pink {
  background: var(--grd-price, linear-gradient(270deg, #FFEDF6 12.83%, #FFFBDE 85.92%))
}

.new_price .SwitchArea__panel>.ColumnArea.-y_pink .Grid.-wAuto {
  flex-direction: column
}

@media screen and (min-width: 820px) {
  .new_price .SwitchArea__panel>.ColumnArea.-y_pink .Grid.-wAuto {
    flex-direction: row;
    gap: 16px;
    padding-bottom: 24px;
    white-space: nowrap;
    height: 72px
  }
}

.new_price .SwitchArea__panel>.ColumnArea.-y_blue {
  background: var(--grad02, linear-gradient(90deg, #FFFBDE 1.75%, #E7F3FA 100%))
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panel>.ColumnArea .Grid.-wAuto p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
  }
}

.new_price .SwitchArea__panels {
  padding-top: 0
}

.new_price .SwitchArea__panels h4 {
  padding: 8px 0 24px;
  color: #d03086;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 820px) {
  .new_price .SwitchArea__panels h4 {
    padding: 0
  }
}

.new_price .SwitchArea__panels h4 span {
  letter-spacing: 0;
  font-family: "Cormorant Infant";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70%
}

.new_price .SwitchArea__panels h4 span.symbol {
  font-size: 44px
}

.new_price .SwitchArea__panels h4 span.off {
  font-size: 52px
}

.new_price .SwitchArea__panels .PriceCard {
  border-radius: 8px;
  background: #fff;
  padding: 24px 16px
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels .PriceCard {
    padding: 24px
  }
}

.new_price .SwitchArea__panels .PriceCard__priceBox.head_price {
  padding: 0 0 28px;
  flex-direction: column;
  justify-content: center;
  height: 117px;
  gap: 4px
}

.new_price .SwitchArea__panels .PriceCard__priceBox.head_price .PriceCard__price.-before {
  height: 17px
}

.new_price .SwitchArea__panels .PriceCard__priceBox.head_price .PriceCard__price.-before>*:first-child {
  padding: 0 4px;
  letter-spacing: 1px
}

@media screen and (min-width: 600px) {
  .new_price .SwitchArea__panels .PriceCard__priceBox.head_price .PriceCard__price.-before>*:first-child {
    font-size: 14px
  }
}

@media screen and (min-width: 600px) {
  .new_price .SwitchArea__panels .PriceCard__priceBox.head_price .PriceCard__price.-before>*:last-child {
    font-size: 14px
  }
}

.new_price .SwitchArea__panels .PriceCard__priceBox.head_price .PriceCard__price.-before del {
  font-size: 24px
}

.new_price .SwitchArea__panels .PriceCard__price.-before {
  color: #7f8288;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "Noto Sans JP";
  gap: 4px
}

.new_price .SwitchArea__panels .PriceCard__price.-before>span {
  font-size: 10px;
  line-height: 1;
  font-weight: 400
}

.new_price .SwitchArea__panels .PriceCard__price.-before del {
  font-size: 20px;
  line-height: 1;
  font-family: "Noto Serif JP"
}

.new_price .SwitchArea__panels .PriceCard__price.-before::after {
  display: none
}

.new_price .SwitchArea__panels .PriceCard__price.-after {
  margin: 0;
  color: #d03086
}

.new_price .SwitchArea__panels .PriceCard__price.-after .terms {
  margin-right: 8px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Noto Sans JP"
}

.new_price .SwitchArea__panels .PriceCard__price.-after .terms p.red {
  padding: 4px 8px;
  border-radius: 40px;
  background: #d03086;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%
}

.new_price .SwitchArea__panels .PriceCard__price.-after .terms p.red+p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px
}

.new_price .SwitchArea__panels .PriceCard__price.-after .terms+mark {
  color: #d03086;
  display: flex;
  flex-direction: row;
  background: none;
  max-width: -moz-max-content;
  max-width: max-content;
  background: linear-gradient(transparent 70%, #FFF288 70%);
  padding-bottom: 4px
}

.new_price .SwitchArea__panels .PriceCard__price.-after .terms+mark .PriceCard__item.-main {
  font-size: 48px
}

.new_price .SwitchArea__panels .price_w {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 176px
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels .price_w {
    gap: 1px
  }
}

.new_price .SwitchArea__panels .price_w .PriceCard__body {
  padding: 0;
  width: calc((100% - 20px)/2)
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels .price_w .PriceCard__body {
    width: calc((100% - 24px)/2)
  }
}

.new_price .SwitchArea__panels .price_w .Icon.-plus {
  width: 20px
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels .price_w .Icon.-plus {
    width: 24px
  }
}

.new_price .SwitchArea__panels .price_w .ColumnArea {
  height: 64px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: none;
  border-bottom: 2px solid #4cabdf
}

.new_price .SwitchArea__panels .price_w .ColumnArea h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1
}

.new_price .SwitchArea__panels .price_w .ColumnArea p {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  background: #4cabdf
}

.new_price .SwitchArea__panels .price_w .PriceCard__priceBox {
  gap: 4px;
  flex-direction: column;
  padding: 12px 0;
  height: 112px
}

.new_price .SwitchArea__panels .price_w .PriceCard__priceBox .PriceCard__price.-before>span {
  writing-mode: vertical-rl
}

.new_price .SwitchArea__panels .price_w .PriceCard__priceBox .PriceCard__price.-before>span.-bold {
  font-size: 12px;
  font-weight: 700
}

.new_price .SwitchArea__panels .CTASection__ButtonBox {
  margin-top: 16px
}

.new_price .SwitchArea__panels.pc {
  display: none
}

@media screen and (min-width: 820px) {
  .new_price .SwitchArea__panels.pc {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 24px 0 0
  }
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels.pc {
    gap: 32px
  }
}

.new_price .SwitchArea__panels.pc>* {
  flex-basis: calc((100% - 16px)/2)
}

@media screen and (min-width: 1080px) {
  .new_price .SwitchArea__panels.pc>* {
    flex-basis: calc((100% - 32px)/2)
  }
}

.new_price .SwitchArea__panel.-blue_w .PriceCard__price.-after {
  color: #141821
}

.new_price .SwitchArea__panel.-blue_w .PriceCard__price.-after .terms {
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2
}

.new_price .SwitchArea__panel.-blue_w .PriceCard__price.-after .terms mark {
  color: #141821;
  background: none !important
}

.new_price .conditions {
  padding: 16px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.new_price .conditions .material-symbols-outlined {
  color: #0087d2;
  font-size: 20px
}

.new_price .conditions .Grid.-Column {
  gap: 8px
}

.new_price .conditions .supple_w {
  display: flex;
  flex-direction: row;
  gap: 6px
}

.new_price .conditions .supple_w p {
  font-size: 12px
}

.new_price .conditions .supple_w mark {
  background: none;
  max-width: -moz-max-content;
  max-width: max-content;
  background: linear-gradient(transparent 60%, #FFF8BB 60%)
}

.new_price .icon_point p.ColumnArea__heading.-normal {
  background-color: #e7f3fa
}

.new_price.price_s3_w .IconInfo {
  min-height: 142px;
  height: auto
}

@media screen and (min-width: 600px) {
  .new_price.price_s3_w .IconInfo {
    min-height: 171px
  }
}

.new_price.price_s4_w .IconInfo {
  min-height: 163px;
  height: auto
}

#features .vl_w {
  margin: 56px 0 0;
  padding: 24px 16px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(93deg, #E7F3FA 0%, #FFEFF7 100%)
}

@media screen and (min-width: 1160px) {
  #features .vl_w {
    height: 260px;
    padding: 16px 24px 20px 48px
  }
}

#features .vl_w .balloon_w {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0)
}

@media screen and (min-width: 1160px) {
  #features .vl_w .balloon_w {
    top: -11px;
    left: 415px;
    transform: none
  }
}

#features .vl_w .balloon_w .balloon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #0087d2;
  border-radius: 32px
}

#features .vl_w .balloon_w .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0087d2;
  border-width: 0 0 13px 15px
}

#features .vl_w .balloon_w .balloon p {
  margin: 0;
  padding: 0;
  color: #fff
}

@media screen and (min-width: 1160px) {
  #features .vl_w .vl_area {
    position: relative;
    flex-direction: row;
    gap: 0
  }
}

#features .vl_w .img_w {
  margin: 0 auto
}

@media screen and (min-width: 820px) {
  #features .vl_w .img_w {
    min-width: 311px
  }
}

#features .vl_w .img_w img {
  width: 311px
}

#features .vl_w .txt_w {
  text-align: center
}

@media screen and (min-width: 1160px) {
  #features .vl_w .txt_w {
    width: 100%;
    margin-left: 56px;
    text-align: left
  }
}

#features .vl_w .txt_w h5 {
  font-size: 1.25rem;
  font-weight: 500
}

@media screen and (min-width: 820px) {
  #features .vl_w .txt_w h5 {
    font-size: 1.5rem;
    width: 100%
  }
}

#features .vl_w .txt_w h5 mark {
  background: none;
  background: linear-gradient(transparent 45%, #FFF288 45%)
}

@media screen and (min-width: 820px) {
  #features .vl_w .txt_w h5 mark {
    background: linear-gradient(transparent 55%, #FFF288 55%)
  }
}

#features .vl_w .txt_w h5 span.Text {
  font-size: 1.25rem
}

@media screen and (min-width: 820px) {
  #features .vl_w .txt_w h5 span.Text {
    font-size: 1.5rem
  }
}

@media screen and (min-width: 1160px) {
  #features .vl_w .txt_w p {
    width: 100%
  }
}

#features .vl_w .txt_w p span {
  padding: 0 8px
}

#features .vl_w .txt_w p>*:last-child {
  display: block;
  margin-top: 8px
}

#features .vl_w a.Button.-SS {
  background: #fff;
  padding: 12px 16px;
  width: auto;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  color: #0087d2;
  border-radius: 8px;
  border: 1px solid #0087d2;
  font-size: .875rem
}

@media screen and (min-width: 820px) {
  #features .vl_w a.Button.-SS {
    margin-right: auto
  }
}

@media screen and (min-width: 1160px) {
  #features .vl_w a.Button.-SS {
    position: absolute;
    bottom: 0;
    right: 0
  }
}

#features br.sp_tb {
  display: block
}

@media screen and (min-width: 600px) {
  #features br.sp_tb {
    display: none
  }
}

.JPX_logo_container {
  position: absolute;
  z-index: 12;
  top: 0px;
  right: 0px
}

.JPX_logo {
  margin-top: 20px;
  margin-right: 20px;
  max-height: 56px;
  min-height: 56px
}

@media screen and (max-width: 320px) {
  .JPX_logo {
    max-height: 48px;
    min-height: 48px
  }
}

@media screen and (min-width: 600px) {
  .Heading.-h2.coaching__features_sub_heading {
    font-size: var(--fs-h2)
  }
}

@media screen and (min-width: 600px) {
  .Heading.-h2.coaching__features_sub_heading {
    font-size: var(--fs-h4)
  }
}

@media screen and (min-width: 600px) {
  .Heading.-h3.coaching__features_description {
    font-size: var(--fs-h2)
  }
}

@media screen and (min-width: 600px) {
  .Heading.-h3.coaching__features_description {
    font-size: var(--fs-h4)
  }
}

.CP-off {
  display: none
}

/*# sourceMappingURL=common2.css.map */