@charset "UTF-8";

html {
  font-size: 2.5641vw;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}

/* -------------------------------------------------------------------------------------
  config: path
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
common(S26 CLUB)
 ------------------------------------------------------------------------------------- */
.c-headerArea__logo-English {
  display: block !important;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.js-aco-header {
  cursor: pointer;
}

.js-aco-header:hover {
  opacity: 0.7;
  text-decoration: none;
}

.service * {
  box-sizing: border-box;
}

.c-modal-wrap>.c-modal-close>img {
  box-sizing: initial;
}

.service .serviceContents {
  color: #8A5B15;
  font-weight: 500;
  font-family: "Noto Sans CJK JP";
}

/* @media screen and (min-width: 750px) {
  .service .serviceContents {
    font-size: 2.8rem;
    color: #634011;
    font-weight: 500;
  }
} */

.serviceContents img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.text-red {
  color: #F04647 !important;
  font-family: "Noto Sans JP", sans-serif;
}

.text-red a {
  color: #F04647 !important;
  font-family: "Noto Sans JP", sans-serif;
}

/* header */
.c-service_menu__head {
  height: 80px;
  background: #0c0c0c;
}

.c-headerArea__logoPlus__img.u-service-headerMfe {
  width: 147px;
}

.c-accordion__item__ttl.u-service-line {
  padding: 10px 18px 10px 6px;
}

.c-accordion__item__ttl.u-service-line .c-headerLine-logo {
  width: 40px;
  height: 22px;
  margin: auto 2px auto 0;
}

.c-accordion__item__ttl {
  border-bottom: 2px solid #707070
}

.c-accordion__item__ttl:first-of-type {
  border-top: 2px solid #707070
}

@media (max-width: 768px) {
  .c-service_menu__head {
    height: 60px;
  }

  .c-headerArea__logo__img {
    margin: 0 0 5px 10px;
  }

  .c-headerArea__logoPlus__img {
    width: 90px;
  }

  .c-accordion__item__ttl.u-service-line {
    padding: 10px 18px 10px 10px;
  }

  .c-headerArea__logoPlus__img.u-service-headerMfe {
    width: 66px;
  }

  .c-headerArea__logoPlus__img.u-service-headerEng {
    width: 116px;
  }

  .c-headerArea__logoPlus__img.c-headerArea__logoPlus__img--English.u-service-headerImg {
    width: 116px;
  }
}

@media screen and (min-width: 750px) {
  .c-accordion__item__ttl.u-service-line {
    font-size: 14px;
  }
}

.c-headerLine.u-service-headerTtl {
  justify-content: center;
  padding: 10px;
}

.c-accordion__item__ttl.u-service-line {
  background-color: #FFF;
  display: flex;
  align-items: center;
}

/* .c-menu__lists__list__link {
  padding: 15px 16px 15px 44px;
} */

.c-menu__lists__list__link.u-service-headerMenu {
  padding: 15px 16px;
}

.c-accordion__item__ttl::before,
.c-accordion__item__ttl::after {
  right: 10px !important;
}

.c-menu__lists__list__link__white[href^="#"] {
  background-position: top 50% right 9px;
}

/*footermenu*/
.c-info__title {
  font-size: 32px;
}

.c-info__title.c-plus__title {
  padding: 0px;
}

.c-supportArea {
  padding-bottom: 30px;
}

.service .c-info__lists__list__date {
  box-sizing: content-box;
}

.c-plusMenu {
  padding: 0 20px 20px;
}

.plus__menuArea-link {
  margin-top: 20px;
  width: 100%;
  padding: 16px 0;
  border-width: 3px;
  background-position: right 13px top 50%;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 3px solid #000;
  text-align: center;
  background-image: url(/english/_common/img/arrRightBk.png);
  background-repeat: no-repeat;
  background-size: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.plus__menu-note {
  font-size: 11.8px;
  font-weight: 600;
}

.plus__menu-logoPlus {
  width: 144px;
  margin: 4px auto 0;
}

.plus__menu-logoMfe {
  width: 150px;
  margin: 4px auto 0;
}

.plus__menu-logoEng {
  width: 205px;
  margin: 4px auto 0;
}

#l-footerArea {
  font-size: 11px;
}

@media screen and (min-width: 750px) {
  .c-info__title {
    font-size: 38px;
  }

  .c-info__title.c-plus__title {
    padding: 10px 0 40px;
  }

  .plus__menuArea {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto 80px;
  }

  .plus__menuArea-link {
    width: calc((100% - 26px) / 3);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .plus__menu-note {
    font-size: 14px;
  }

  .plus__menu-logoPlus {
    width: 166px;
  }

  .plus__menu-logoEng {
    width: 182px;
  }
}

/*main*/

.main {
  background-color: #FCF1DD;
  padding: 30px 20px 40px;
}


@media screen and (min-width: 750px) {
  .main {
    background-color: #FCF1DD;
    padding: 40px 20px 60px;
  }

  .main__inr {
    max-width: 970px;
    margin: auto;
  }
}

.main__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.kv {
  background-color: #FFEDD0;
}

@media screen and (min-width: 750px) {
  .kvTtl {
    max-width: 1360px;
    margin: auto;
  }
}

.corce-baby {
  background-color: #FE94AD;
}

.corce-puchi {
  background-color: #FF6843;
}

.corce-pocket {
  background-color: #FFB553;
}

.corce-hop {
  background-color: #4BBFBF;
}

.corce-step {
  background-color: #20A26C;
}

.corce-jump {
  background-color: #5567AF;
}

.corce__tab {
  display: flex;
  flex-flow: wrap;
  cursor: pointer;
  gap: 10px;
  margin-top: 20px;
}

.corce__tab.is-any-selected .corce__tab-item {
  background-color: #D9C7AC;
}

.corce__tab.is-any-selected .corce-baby.is-active {
  background-color: #FE94AD;
}

.corce__tab.is-any-selected .corce-puchi.is-active {
  background-color: #FF6843;
}

.corce__tab.is-any-selected .corce-pocket.is-active {
  background-color: #FFB553;
}

.corce__tab.is-any-selected .corce-hop.is-active {
  background-color: #4BBFBF;
}

.corce__tab.is-any-selected .corce-step.is-active {
  background-color: #20A26C;
}

.corce__tab.is-any-selected .corce-jump.is-active {
  background-color: #5567AF;
}

.corce__tab-item {
  width: calc(50% - 5px);
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  position: relative;
}

.service-note.u-service-corce__tab {
  margin: 20px 0 0 auto;
  width: fit-content;
}

@media screen and (min-width: 750px) {
  .corce__tab-item {
    width: calc((100% - 20px) / 3);
  }
}

.corce__panel {
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .corce__panel {
    margin-top: 0px;
  }
}

.corce__panel-item {
  display: none;
  text-align: left;
  border-radius: 15px;
  padding: 30px 20px;
}

@media screen and (min-width: 750px) {
  .corce__panel-item {
    padding: 40px;
    margin-top: 80px;
  }
}

.corce__panel-item.is-active {
  display: block;
}

.corce__line {
  margin: auto;
}

@media screen and (min-width: 750px) {
  .corce__line {
    max-width: 365px;
    margin: auto;
  }
}

.corce__aco {
  background-color: #FFFBEF;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px 20px;
}

.corce__aco+.corce__aco {
  margin-top: 10px;
}

@media screen and (min-width: 750px) {
  .corce__wrap.u-flex-center {
    justify-content: center;
  }

  .corce__aco {
    padding: 20px;
  }

  .corce__aco+.corce__aco {
    margin-top: 20px;
  }
}

.corce__aco-header {
  /* padding: 15px 24px 15px 0; */
  position: relative;
}

.corce__aco-header::after,
.corce__aco-header::before {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background-color: #8A5B15;
  transition: transform 0.3s ease;
}

.corce__aco-header::before {
  transform: translateY(-50%);
}

.corce__aco-header::after {
  transform: translateY(-50%) rotate(90deg);
}

.corce__aco-header.is-active {
  padding-top: 20px;
}

.corce__aco-header.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}

.corce__ttl-sub {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.corce__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 750px) {
  .corce__ttl {
    font-size: 28px;
  }
}

.corce__ttl.couce__prog {
  font-size: 23px;
  text-align: center;
  margin-right: 10px;
}

.corce__logo {
  margin-top: 4px;
}

.corce__logo.corce__logo-mfe {
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}

.corce__logo.corce__logo-math {
  max-width: 200px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.corce__logo.corce__logo-eng {
  max-width: 200px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
}

.corce__logo.corce__logo-degie {
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}

.corce__aco-body {
  display: none;
  padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .corce__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .corce__wrap-box {
    width: 50%;
  }

  .corce__ttl.couce__prog {
    text-align: center;
    margin-right: 0;
  }

  .corce__logo.corce__logo-eng {
    max-width: 230px;
  }

  .corce__logo.corce__logo-degie {
    max-width: 230px;
  }
}

.corce__img {
  margin-top: 30px;
}

.corce__img img {
  border-radius: 10px;
}

.corce__img.couce__prog {
  margin-top: 20px;
}

.corce__img.couce__prog img {
  border-radius: 0px;
}

.service-note {
  position: relative;
  margin-top: 10px;
}

.corce-plus__leadtext {
  color: #F04647;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.service-note li::before {
  content: "※";
}

.service-note li.-list::before {
  content: "・";
}

.service-note li .-bold {
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;

}

.service-note li {
  color: #444;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -1em;
}

.service-note li+li {
  margin-top: 5px;
}

.service-note li a {
  color: #444;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  text-decoration: underline;
}

.service-text {
  color: #634013;
  font-family: "Noto Sans CJK JP";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
}

.service-text.couce__prog {
  text-align: center;
}

.corce-price-table {
  width: 100%;
  border-top: 1px solid #808080;
  border-collapse: separate;
  margin-top: 30px;
}

.corce-price-table tr {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
}

.corce-price-table__item {
  color: #634013;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.699px;
  width: 50%;
  background: #FCF1DD;
  padding: 15px 0;
  border-bottom: 1px solid #808080;
}

.corce-price-table.-wide .corce-price-table__item {
  width: 46%;
}

@media screen and (min-width: 750px) {
  .corce-price-table.-wide .corce-price-table__price {
    width: 50%;
  }

  .corce__img {
    margin-top: 40px;
  }

  .service-text {
    margin-top: 40px;
  }
}

.corce-price-table__price {
  color: #634013;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  width: 50%;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

.corce-price-table.-wide .corce-price-table__price {
  width: 54%;
}

@media screen and (min-width: 750px) {
  .corce-price-table.-wide .corce-price-table__price {
    width: 50%;
  }
}

.corce-price-table-value {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 750px) {
  .corce-plus__item {
    margin-left: auto;
    margin-right: auto;
  }

  .corce-plus__item .corce-plus__cvbtn {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .corce-plus__item .service-note {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.corce-plus__cvbtn {
  border-radius: 5px;
  background: #F04647;
  padding: 15px 0;
  margin-top: 20px;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .corce-plus__cvbtn {
    margin-top: 70px;
  }

  .corce__aco .corce-plus__cvbtn {
    margin-top: 40px;
  }
}

.corce-plus__cvbtn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.corce-plus__item .one-note {
  margin-top: 10px;
}

.corce-plus__cvbtn-text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  flex: 1;
  background-image: url(/english/_common/img/arrRight.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: top 50% right 10px;
}

.corce-close {
  cursor: pointer;
  color: #FFFBEF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}


.bnr {
  padding: 0px 20px 40px;
}

.bnr .service-note {
  margin-top: 20px;
}

.bnr__item+.bnr__item {
  margin-top: 20px;
}

.bnr__item a img {
  border-radius: 10px;
}

.bnr__item a:hover img {
  opacity: .7;
}


.bnr__area {
  margin-top: 40px;
}

.bnr .service-note li {
  font-weight: 600;
}

.bnr .service-note li .js-aco-header {
  font-weight: 600 !important;
}

.english-note li {
  font-weight: 400 !important;
}

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

  .bnr {
    padding: 0px 20px 70px;
  }

  .bnr .service-note {
    margin-top: 30px;
  }

  .bnr__item+.bnr__item {
    margin-top: 0px;
  }

  .bnr__area {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .bnr__item {
    width: calc((100% - 40px) / 3);
    max-width: 420px;
  }
}

li.service-note__acc::before {
  content: none;
}

li.service-note__acc {
  padding: 0;
  text-indent: 0;
}

li.service-note__acc .js-aco-header {
  color: #444;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  display: flex;
  align-items: flex-start;
}

li.service-note__acc .js-aco-header {
  color: #444;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.0rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  display: flex;
  align-items: flex-start;
}

li.service-note__acc .js-aco-header::before {
  content: "＋";
  background-color: #444;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

li.service-note__acc .js-aco-header.is-active::before {
  content: "－";
}

li.service-note__acc .js-aco-conrent {
  display: none;
  padding-left: 10px;
}


.li.service-note__acc .is-active .js-aco-conrent {
  display: block;
}