@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/* color */
/*-------------------------------------------
新規向け/継続向け訴求ページ共通
-------------------------------------------*/
.c-cmn-kv {
  max-width: 1100px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-cmn-kv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-kv {
    padding-bottom: 0;
  }
}
.c-cmn-kv img {
  width: 100%;
  height: auto;
}

.c-cmn-others {
  background-color: #dcdcdc;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .c-cmn-others {
    padding: 50px 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-others {
    padding: 40px 0;
  }
}
.c-cmn-others .contents-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-cmn-others .contents-inner {
    width: 100%;
  }
}
.c-cmn-others .c-column-others {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 1180px) {
  .c-cmn-others .c-column-others {
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .c-cmn-others .c-column-others {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin: 0 22px 3em;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-column-others {
    gap: 10px;
    margin: 0 22px 2em;
  }
}
.c-cmn-others .c-column-others .c-column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 1/1;
  color: #fff;
  text-align: left;
  background-color: #000;
  background-size: cover;
  padding: 40px 24px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .c-cmn-others .c-column-others .c-column01 {
    padding: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .c-cmn-others .c-column-others .c-column01 {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .c-cmn-others .c-column-others .c-column01 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 530px) {
  .c-cmn-others .c-column-others .c-column01 {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 375px) {
  .c-cmn-others .c-column-others .c-column01 {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (max-width: 320px) {
  .c-cmn-others .c-column-others .c-column01 {
    aspect-ratio: 1/1.6;
  }
}
.c-cmn-others .c-column-others .c-column01 .c-txt .stl {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: #fff solid 1px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1364px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt .stl {
    font-size: 1.1rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt .stl {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt .stl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 530px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt .stl {
    font-size: 0.9rem;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.c-cmn-others .c-column-others .c-column01 .c-txt p {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1364px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 530px) {
  .c-cmn-others .c-column-others .c-column01 .c-txt p {
    font-size: 0.8rem;
  }
}
.c-cmn-others .c-column-others .c-column01.bg01 {
  background-image: url(../../img/bg_others01.webp);
}
.c-cmn-others .c-column-others .c-column01.bg02 {
  background-image: url(../../img/bg_others02.webp);
}
.c-cmn-others .c-column-others .c-column01.bg03 {
  background-image: url(../../img/bg_others03.webp);
}
.c-cmn-others .c-column-others .c-column01.bg04 {
  background-image: url(../../img/bg_others04.webp);
}
.c-cmn-others .c-column-others.renewal {
  position: relative;
  padding-top: 40px;
}
.c-cmn-others .c-column-others.renewal::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../../img/ic_renewal.webp) no-repeat 0 0;
  background-size: 100%;
  width: 108px;
  height: 36px;
  top: 0;
  left: 0;
}
.c-cmn-others .c-button-others .c-button--black {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-button-others .c-button--black {
    min-width: calc(100% - 40px);
  }
}
.c-cmn-others .c-button-others .c-button--black:hover {
  background: #fff;
}
.c-cmn-others .c-card-wrapper {
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-card-wrapper {
    margin: 0 22px 3em;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-card-wrapper .c-card-v03 {
    grid-template-columns: 40% 60%;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-card-wrapper .c-card-v03:last-child {
    margin-bottom: 0;
  }
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-img {
  display: grid;
  place-content: center;
  background-color: #efefef;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-img.renewal {
  position: relative;
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-img.renewal::before {
  position: absolute;
  display: block;
  background-color: #d32f2f;
  content: "RENEWAL";
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.2em 0.5em;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-img img {
  height: auto;
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-cmn-others .c-card-wrapper .c-card-v03 .c-card-txt .c-card-txt__ttl {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-cmn-others .c-card-wrapper .c-card-v03 .c-card-txt .c-card-txt__txt p {
    font-size: 0.8rem;
  }
}
.c-cmn-others .c-card-wrapper .c-card-v03 .c-card-txt .c-card-txt__txt p * {
  font-size: 0.8rem;
}

.c-cmn-comparison {
  position: relative;
  background: #f7f7f7;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison {
    padding: 30px 0;
  }
}
.c-cmn-comparison .c-table-comparison {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
}
.c-cmn-comparison .c-table-comparison tr {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  place-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison tr {
    grid-template-columns: 120px 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison tr {
    grid-template-columns: 7vw 1fr 1fr 1fr;
    gap: 7px;
  }
}
.c-cmn-comparison .c-table-comparison th, .c-cmn-comparison .c-table-comparison td {
  font-family: "Inter", "ryo-gothic-plusn", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th, .c-cmn-comparison .c-table-comparison td {
    padding: 5px 0;
    min-height: 44px;
  }
}
.c-cmn-comparison .c-table-comparison th b, .c-cmn-comparison .c-table-comparison th i, .c-cmn-comparison .c-table-comparison td b, .c-cmn-comparison .c-table-comparison td i {
  display: inline-block;
}
.c-cmn-comparison .c-table-comparison th b, .c-cmn-comparison .c-table-comparison td b {
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison th b, .c-cmn-comparison .c-table-comparison td b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th b, .c-cmn-comparison .c-table-comparison td b {
    font-size: 1.2rem;
  }
}
.c-cmn-comparison .c-table-comparison th b + span, .c-cmn-comparison .c-table-comparison td b + span {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th b + span, .c-cmn-comparison .c-table-comparison td b + span {
    margin-top: 2px;
  }
}
.c-cmn-comparison .c-table-comparison th i, .c-cmn-comparison .c-table-comparison td i {
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.c-cmn-comparison .c-table-comparison th span, .c-cmn-comparison .c-table-comparison td span {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th span, .c-cmn-comparison .c-table-comparison td span {
    font-size: 0.7rem;
  }
}
.c-cmn-comparison .c-table-comparison th span br, .c-cmn-comparison .c-table-comparison td span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th span br, .c-cmn-comparison .c-table-comparison td span br {
    display: block;
  }
}
.c-cmn-comparison .c-table-comparison th span.inln, .c-cmn-comparison .c-table-comparison td span.inln {
  display: inline;
  vertical-align: super;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison th span.inln, .c-cmn-comparison .c-table-comparison td span.inln {
    display: block;
    margin-right: 0;
  }
}
.c-cmn-comparison .c-table-comparison thead th {
  padding-bottom: 20px;
}
.c-cmn-comparison .c-table-comparison thead th.black > div {
  color: #fff;
  background: #272727;
}
.c-cmn-comparison .c-table-comparison thead th.white > div {
  background: #fff;
}
.c-cmn-comparison .c-table-comparison thead th.junior > div {
  background: #dcdcdc;
}
.c-cmn-comparison .c-table-comparison thead th > div {
  position: relative;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison thead th > div {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison thead th > div {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison thead th b {
    padding-bottom: 1.5em;
  }
}
.c-cmn-comparison .c-table-comparison thead th i {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison thead th i {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison thead th i {
    bottom: 5px;
    font-size: 0.6rem;
    text-align: left;
    scale: 0.9 1;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison thead th i br {
    display: none;
  }
}
.c-cmn-comparison .c-table-comparison tbody th, .c-cmn-comparison .c-table-comparison tbody td {
  display: grid;
  place-content: center;
  text-align: center;
}
.c-cmn-comparison .c-table-comparison tbody th {
  font-size: 1.1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison tbody th {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison tbody th {
    font-size: 0.7rem;
  }
}
.c-cmn-comparison .c-table-comparison tbody td {
  border-top: 1px solid #9f9f9f;
}
.c-cmn-comparison .c-table-comparison tbody td b {
  line-height: 1;
  margin-inline: 0.05em;
}
.c-cmn-comparison .c-table-comparison tbody td b.jp {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison tbody td b.jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison tbody td b.jp {
    font-size: 0.9rem;
  }
}
.c-cmn-comparison .c-table-comparison tbody td i {
  font-size: 1.6rem;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 1024px) {
  .c-cmn-comparison .c-table-comparison tbody td i {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cmn-comparison .c-table-comparison tbody td i {
    font-size: 1rem;
  }
}
.c-cmn-comparison .c-table-comparison tbody td i.v-mdl {
  top: -0.2em;
}

.c-title__h3 {
  margin-bottom: 1em;
}

.c-cmn-btn01 {
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .c-cmn-btn01 {
    margin: 20px auto;
  }
}
.c-cmn-btn01 a {
  display: block;
}
.c-cmn-btn01 .forPCTB img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .c-cmn-btn01 .forPCTB img {
    width: 60%;
  }
}
.c-cmn-btn01 .forSP img {
  width: 70%;
}

/*-------------------------------------------
新規向け訴求ページ
-------------------------------------------*/
.c-new-read .c-topicslist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-new-read .c-topicslist {
    gap: 8px;
  }
}
.c-new-read .c-topicslist .c-topicsbox {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-new-read .c-topicslist .c-topicsbox .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .c-new-read .c-topicslist .c-topicsbox .bg-img img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.c-new-read .c-topicslist .c-topicsbox .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.c-new-read .c-topicslist .c-topicsbox .overlay .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1024px) {
  .c-new-read .c-topicslist .c-topicsbox .overlay .title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-read .c-topicslist .c-topicsbox .overlay .title {
    font-size: 0.9rem;
  }
}
.c-new-read .c-topicslist .c-topicsbox:hover {
  cursor: pointer;
}
.c-new-read .c-topicslist .c-topicsbox:hover .bg-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.c-new-list01 .c-listbox01 {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 {
    padding: 0;
  }
}
.c-new-list01 .c-listbox01 .c-ttl {
  position: relative;
  border-bottom: #272727 2px solid;
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
}
.c-new-list01 .c-listbox01 .c-ttl .c-ttl-ctch {
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-ttl .c-ttl-ctch {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-ttl .c-ttl-ctch {
    font-size: 0.9rem;
    margin-bottom: 0.3em;
  }
}
.c-new-list01 .c-listbox01 .c-ttl .c-ttl-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-ttl .c-ttl-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-ttl .c-ttl-txt {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.c-new-list01 .c-listbox01 .c-txt {
  margin-bottom: 1em;
}
.c-new-list01 .c-listbox01 .c-txt > * + * {
  margin-top: 0.8em;
}
.c-new-list01 .c-listbox01 .c-detail {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail {
    margin-bottom: 1em;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-h4-benefits01 {
  margin-top: 2em;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-h4-benefits01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-h4-benefits01 {
    font-size: 1.1rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 {
  margin-top: 1em;
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price {
  display: grid;
  grid-template-columns: 4fr 1fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox {
  text-align: center;
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p.course {
  border-bottom: #272727 solid 1px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p.course {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p.price {
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p.price {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox p.price {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox.nofc {
  color: #9f9f9f;
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .pricebox.nofc .course {
  border-color: #9f9f9f;
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .arrow {
  display: grid;
  place-content: center;
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .arrow::before {
  display: block;
  content: "";
  width: 110px;
  height: 78px;
  background-image: url(../../new/img/arrow_wt_pc.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .arrow::before {
    width: 60px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-price .arrow::before {
    width: 64px;
    height: 48px;
    background-image: url(../../new/img/arrow_wt_sp.webp);
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-txt {
  color: #d32f2f;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-flow-benefits01 .c-txt {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 {
  margin-top: 1em;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl {
  width: 600px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: repeat(auto-fill, 100px);
  place-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl {
    width: 100%;
    grid-template-columns: 80px 1fr;
    grid-template-rows: repeat(auto-fill, 80px);
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-align: center;
  border: #272727 1px solid;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dt {
  background: #272727;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dt {
    font-size: 0.9rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dd {
  background: #fff;
  padding: 5px 10px;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dd p {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dd p {
    font-size: 1rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dd p .txt-l {
  font-size: 3.2rem;
  margin: 0 0.05em;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_01 > dl > dd p .txt-l {
    font-size: 2.8rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 {
  margin-top: 0.5em;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl {
  width: 600px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: repeat(auto-fill, 100px);
  place-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl {
    width: 100%;
    grid-template-columns: 80px 1fr;
    grid-template-rows: repeat(auto-fill, 80px);
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-align: center;
  border: #272727 1px solid;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dt {
  background: #272727;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dt {
    font-size: 0.9rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dd {
  background: #fff;
  padding: 5px 10px;
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dd .txt-l {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dd .txt-l {
    font-size: 1rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-dl-benefits02_02 > dl > dd .txt-r {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.5em;
}
.c-new-list01 .c-listbox01 .c-detail .c-h3-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-h3-benefits03 {
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-h3-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-h3-benefits03 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-h3-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-h3-benefits03 {
    font-size: 0.9rem;
    padding: 10px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-column-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox .txt, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox .txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox .txt, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox .txt {
    font-size: 0.8rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox .txt .stl, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox .txt .stl {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-column-benefits02 .c-columnbox .txt .stl, .c-new-list01 .c-listbox01 .c-detail .c-column-benefits03 .c-columnbox .txt .stl {
    font-size: 1rem;
    margin-bottom: 0.3em;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tr {
  border-bottom: #272727 1px solid;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tr > * {
  color: #272727;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tr > * {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tr > * {
    padding: 10px 5px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tr > th {
  font-weight: 700;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 thead tr > th {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 20px 10px 5px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 thead tr > th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 thead tr > th {
    font-size: 1.3rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > th {
  width: 10em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > th {
    width: 6em;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > th {
    width: 100%;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td {
  position: relative;
  width: 1.6666666667em;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td {
    width: 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td {
    width: 16.6666666667%;
    font-size: 0.8rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 15%;
  left: 0;
  width: 2px;
  height: 70%;
  border-left: #9f9f9f 2px dotted;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td:first-of-type:before {
  border-left: #9f9f9f 2px solid;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td:first-of-type:before {
    border-left: none;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-stage {
  border-radius: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-stage {
    font-size: 0.6rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-stage.black {
  background: #272727;
  color: #fff;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-stage.white {
  background: #fff;
  border: #272727 1px solid;
  color: #272727;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-stage.junior {
  background: #9f9f9f;
  color: #fff;
  margin-top: 5px;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-sale {
  width: 90%;
  background: #272727;
  border-radius: 30px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.7;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-sale {
    font-size: 0.8rem;
    padding: 3px;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-times {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td .u-times {
    font-size: 1.6rem;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td.u-line {
  position: relative;
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr > td.u-line:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #272727;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr.forSPSE {
    display: table-row !important;
    border-bottom: #9f9f9f 1px dotted;
  }
}
.c-new-list01 .c-listbox01 .c-detail .c-table-benefits03 tbody tr.forSPSE > th {
  text-align: center;
}
.c-new-list01 .c-listbox01 .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-btn {
    display: block;
  }
}
.c-new-list01 .c-listbox01 .c-btn .c-button--white {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 .c-btn .c-button--white {
    margin-bottom: 10px;
  }
}
.c-new-list01 .c-listbox01 .c-btn .c-button--black {
  margin-bottom: 0;
}
.c-new-list01 .c-listbox01 + .c-listbox01 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-new-list01 .c-listbox01 + .c-listbox01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-list01 .c-listbox01 + .c-listbox01 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-new-mbrshp .contents-inner {
    width: 100%;
  }
}
.c-new-mbrshp .c-column-mbrshp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1364px) {
  .c-new-mbrshp .c-column-mbrshp {
    max-width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 {
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 {
    padding: 30px 20px 20px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-catch {
  color: #fff;
  font-size: 0.9rem;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-catch {
    height: 36px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-course {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 0.8;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1364px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-course {
    font-size: 2.4rem;
    padding-top: 36px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-course {
    font-size: 1.8rem;
    padding-top: 0;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-course span {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-course span {
    font-size: 0.9rem;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-txt {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1364px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-txt {
    text-align: left;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-txt {
    font-size: 0.8rem;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-price {
  border: #fff solid 2px;
  border-radius: 4px;
  color: #fff;
  padding: 24px 24px 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price {
    border-width: 1px;
    padding: 12px 8px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price {
    padding: 8px 5px;
    margin-bottom: 20px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-price span {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price span {
    font-size: 1.2rem;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::before {
  content: "年会費";
  font-weight: 600;
  vertical-align: super;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::before {
    display: block;
    font-size: 1.1rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::before {
    font-size: 0.9rem;
    margin-right: 16px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::after {
  content: "(税込)";
  font-weight: 600;
  vertical-align: baseline;
  margin-left: 8px;
}
@media screen and (max-width: 1364px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::after {
    font-size: 0.9rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-price::after {
    display: inline;
    font-size: 0.8rem;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn {
  margin-top: auto;
}
.c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--white, .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--black {
  min-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--white, .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--black {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--white, .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--black {
    padding: 15px 40px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--white::after, .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--black::after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--white .c-button__inner, .c-new-mbrshp .c-column-mbrshp .c-column01 .c-btn .c-button--black .c-button__inner {
    font-size: 0.9rem;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01.black {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black {
    grid-column: 1/span 2;
    padding: 30px 20px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01.black .c-course {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-course {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-course span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-price {
    padding: 12px 8px;
    margin-bottom: 30px;
  }
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-price span {
    font-size: 2rem;
  }
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-price::before {
    display: inline;
    font-size: 1rem;
  }
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-price::after {
    font-size: 0.9rem;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.black .c-btn .c-button--white::after {
    right: 25px;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01.black .c-btn .c-button--white .c-button__inner {
  font-size: 1rem;
}
.c-new-mbrshp .c-column-mbrshp .c-column01.white {
  border: #272727 solid 1px;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.white {
    z-index: 1;
  }
}
.c-new-mbrshp .c-column-mbrshp .c-column01.white .c-course, .c-new-mbrshp .c-column-mbrshp .c-column01.white .c-txt {
  color: #272727;
}
.c-new-mbrshp .c-column-mbrshp .c-column01.white .c-price {
  border-color: #272727;
  color: #272727;
}
.c-new-mbrshp .c-column-mbrshp .c-column01.white .item {
  background-color: #dcdcdc;
}
.c-new-mbrshp .c-column-mbrshp .c-column01.junior {
  background-color: #9f9f9f;
}
@media screen and (max-width: 768px) {
  .c-new-mbrshp .c-column-mbrshp .c-column01.is-active {
    display: block;
  }
}

/*-------------------------------------------
継続向け訴求ページ
-------------------------------------------*/
.c-renew-read .c-title__h2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-renew-read .c-title__h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-read .c-title__h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.c-renew-read .c-topicslist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-renew-read .c-topicslist {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-read .c-topicslist {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-renew-read .c-topicslist .c-topicsbox {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-renew-read .c-topicslist .c-topicsbox .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .c-renew-read .c-topicslist .c-topicsbox .bg-img img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.c-renew-read .c-topicslist .c-topicsbox .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.c-renew-read .c-topicslist .c-topicsbox .overlay .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1024px) {
  .c-renew-read .c-topicslist .c-topicsbox .overlay .title {
    font-size: 1rem;
  }
}
.c-renew-read .c-topicslist .c-topicsbox:hover {
  cursor: pointer;
}
.c-renew-read .c-topicslist .c-topicsbox:hover .bg-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.c-renew-list01 .c-listbox01 {
  padding: 0 10px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 {
    padding: 0;
    scroll-margin-top: 70px;
  }
}
.c-renew-list01 .c-listbox01 .c-ttl {
  position: relative;
  border-bottom: #272727 2px solid;
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-ttl {
    padding-top: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-ttl.rows {
    padding-top: 0.3em;
  }
}
.c-renew-list01 .c-listbox01 .c-ttl .c-ttl-num {
  position: absolute;
  right: 0;
  background-color: #9f9f9f;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 30px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-ttl .c-ttl-num {
    font-size: 1.1rem;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-ttl .c-ttl-num {
    top: -0.3em;
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
.c-renew-list01 .c-listbox01 .c-ttl .c-ttl-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-ttl .c-ttl-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-ttl .c-ttl-txt {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.c-renew-list01 .c-listbox01 .c-txt {
  margin-bottom: 1em;
}
.c-renew-list01 .c-listbox01 .c-txt > * + * {
  margin-top: 0.8em;
}
.c-renew-list01 .c-listbox01 .c-detail {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail {
    margin-bottom: 1em;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 figure:nth-child(-n+2) {
    grid-column: span 3;
  }
  .c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 figure:nth-child(n+3) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-column-benefits01 figure figcaption {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 {
    margin-bottom: 1.5em;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tr {
  border-bottom: #272727 1px solid;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tr > * {
  color: #272727;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tr > * {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tr > * {
    padding: 10px 5px;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th {
  font-size: 1.6rem;
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th {
    font-size: 1.2rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th > div {
  padding: 15px 10px;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th.black > div {
  color: #fff;
  background: #272727;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th.white > div {
  background: #fff;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 thead tr > th.junior > div {
  background: #dcdcdc;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > th {
  width: 18%;
  font-size: 1.1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: left;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td {
  position: relative;
  width: 27.3333333333%;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td {
    width: 16.6666666667%;
    font-size: 1rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td b, .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td i {
  display: inline-block;
  font-weight: 900;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td b {
  font-size: 2rem;
  margin-inline: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td b {
    font-size: 1.6rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td i {
  font-style: normal;
  line-height: 1.3;
  position: relative;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 15%;
  left: 0;
  width: 2px;
  height: 70%;
  border-left: #9f9f9f 2px dotted;
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td:first-of-type:before {
  border-left: #9f9f9f 2px solid;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr > td:first-of-type:before {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr.forSPSE {
    display: table-row !important;
    border-bottom: #9f9f9f 1px dotted;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-table-benefits02 tbody tr.forSPSE > th {
  text-align: center;
}
.c-renew-list01 .c-listbox01 .c-detail .c-p-benefits02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-p-benefits02 {
    text-align: left;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 {
  margin-top: 1em;
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl {
  width: 600px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: repeat(auto-fill, 100px);
  place-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl {
    width: 100%;
    grid-template-columns: 80px 1fr;
    grid-template-rows: repeat(auto-fill, 80px);
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-align: center;
  border: #272727 1px solid;
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dt {
  background: #272727;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dt {
    font-size: 0.9rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dd {
  background: #fff;
  padding: 5px 10px;
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dd .txt-l {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dd .txt-l {
    font-size: 1rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-dl-benefits02 > dl > dd .txt-r {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.5em;
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits03 .js-swiper__rspsv .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits03 .js-swiper__rspsv .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits03 .js-swiper__rspsv .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt {
    padding: 15px;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits03 .js-swiper__rspsv .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__ttl {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits03 .js-swiper__rspsv .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__ttl {
    font-size: 0.9rem;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 {
  text-align: center;
  margin-top: 1em;
}
.c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 .c-title__h3 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 .c-title__h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 .c-title__h3 {
    font-size: 0.9rem;
    padding: 10px;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 a {
  display: inline-block;
}
.c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 a img {
  width: 680px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 a img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-banner-benefits03 a img {
    width: 90%;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 {
  margin: 0 auto 48px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 {
    margin: 40px auto;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 .swiper-wrapper .swiper-slide {
  width: 30%;
  background-color: #dcdcdc;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 .swiper-wrapper .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.c-renew-list01 .c-listbox01 .c-detail .c-slider-benefits04 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-renew-list01 .c-listbox01 .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-btn {
    display: block;
  }
}
.c-renew-list01 .c-listbox01 .c-btn .c-button--white {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 .c-btn .c-button--white {
    margin-bottom: 10px;
  }
}
.c-renew-list01 .c-listbox01 .c-btn .c-button--black {
  margin-bottom: 0;
}
.c-renew-list01 .c-listbox01 + .c-listbox01 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-renew-list01 .c-listbox01 + .c-listbox01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-list01 .c-listbox01 + .c-listbox01 {
    margin-top: 40px;
  }
}/*# sourceMappingURL=groupH.css.map */