: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;
  --price-h: 34px;
  --header-h:56px;
  --header-h-n:-56px;
  --hero-h:400px;
  --spc88-r: 24px;
  --spc64-r: 40px;
  --spc40-r: 24px;
  --spc24-r: 16px;
}
@media screen and (min-width: 769px) {
  :root {
    --fs-body-m: 1rem;
    --fs-hero: 1.125rem;
    --fs-hero-l: 2.5rem;
    --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;
    --header-h:111px;
    --header-h-n:-111px;
    --hero-h:536px;
    --spc88-r: 88px;
    --spc64-r: 64px;
    --spc40-r: 40px;
    --spc24-r: 24px;
  }
}

.AccordionArea__button {
  text-align: center;
}

.AccordionArea__main {
  display: none;
}
.AccordionArea__main.-opened {
  display: block;
}

.Card {
  height: auto;
}

.Card.-typeA {
  position: relative;
  padding-top: 8px;
  padding-left: 8px;
  width: 240px;
}
.Card.-typeA .Card__body {
  height: 100%;
}
.Card.-typeA .Card__body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #EBEEF1;
}
.Card.-typeA .Card__textBox {
  min-height: 256px;
}
@media screen and (min-width: 769px) {
  .Card.-typeA .Card__textBox {
    width: 66%;
    min-height: 320px;
  }
}
.Card.-typeA .Card__avatar {
  top: 8px;
}

.Card.-typeB {
  position: relative;
  height: auto;
}
.Card.-typeB .Card__body {
  height: 100%;
}
.Card.-typeB .Card__body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #EBEEF1 transparent transparent transparent;
  border-width: 104px 52px 0 0;
}
.Card.-typeB .Card__textBox {
  min-height: 300px;
}
@media screen and (min-width: 769px) {
  .Card.-typeB .Card__textBox {
    width: 65%;
    min-height: 280px;
  }
}
.Card.-typeB .Card__avatar {
  text-align: right;
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: 0px;
  right: 0px;
  width: 172px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .Card.-typeB .Card__avatar {
    width: auto;
    height: 100%;
  }
}
.Card.-typeB .Card__avatar img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .Card.-typeB .Card__avatar img {
    height: 100%;
  }
}

.Card.-typeC {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-bottom: #D1D4D7 solid 1px;
}
.Card.-typeC .Card__inner > * + * {
  margin-top: 16px;
}

.Grid__item.-streach .Card.-typeC {
  margin-top: auto;
}

.Card__body {
  background-color: #ffffff;
}

.Card__textBox {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 24px 16px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .Card__textBox {
    padding: 32px 24px;
  }
}
.Card__textBox > * + * {
  margin-top: 16px;
}

.Card__foot {
  margin-top: auto;
}

.Card__title {
  font-size: var(--fs-body-s);
}
.Card__title span {
  display: block;
  font-size: 1.25rem;
  color: #0087D2;
}
.Card__title.-normal {
  font-size: var(--fs-body-m);
}

.Card__text {
  font-size: var(--fs-body-s);
}

.Card__desc {
  margin-bottom: 16px;
}

.Card__lebel {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.Card__lebel.-hasIcon::after {
  content: "";
  display: inline-block;
  vertical-align: -0.2em;
}
.Card__lebel.-lv0::after {
  width: 48px;
  height: 24px;
  background-image: url("https://www.bizmates.jp/beginner/03/ss_common/images/icon_beginner.svg");
}
.Card__lebel.-lv1::after {
  width: 24px;
  height: 24px;
  background-image: url("https://www.bizmates.jp/beginner/03/ss_common/images/icon_beginner_lv1.svg");
}

.Card__name {
  font-size: 1.125rem;
  color: #0087D2;
  font-weight: 500;
}
.Card__name.-kana {
  font-size: 0.75rem;
  margin-left: 4px;
}

.Card__userName {
  font-weight: 500;
}

.Card__industry {
  font-weight: 500;
}
.Card__industry.-subText {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
  color: #54575F;
}

.Card__avatar {
  text-align: right;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  max-width: calc(100% - 8px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.Card__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.CommonTable {
  width: 100%;
  border-collapse: separate;
  margin: 0;
  border-spacing: 0;
  table-layout: fixed;
}
.CommonTable.-sticky .CommonTable__item.-secondary {
  border-right: #D1D4D7 solid 1px;
}
@media screen and (min-width: 769px) {
  .CommonTable.-hasHead {
    padding-top: 11px;
  }
}

.CommonTable__item {
  width: 140px;
  border-right: #D1D4D7 solid 1px;
  border-bottom: #D1D4D7 solid 1px;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .CommonTable__item {
    vertical-align: middle;
    font-size: 0.75rem;
    width: 25%;
  }
}
.CommonTable__item:empty {
  border-top: none;
  border-right: none;
  border-left: #ffffff solid 1px;
  background-color: #ffffff;
}
.CommonTable__item:empty + .CommonTable__item {
  border-left: #D1D4D7 solid 1px;
}
.CommonTable__item:empty + .CommonTable__item.-company {
  border-left: #ffffff solid 1px;
}
.CommonTable__item a {
  color: #0087D2;
}
.CommonTable__item strong {
  font-size: var(--fs-24-r);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #141821;
}

tr:first-child .CommonTable__item:not(:empty) {
  border-top: 1px solid #D1D4D7;
}
tr:first-child .CommonTable__item:not(:empty).-company {
  border-top: 1px solid #0087D2;
}
@media screen and (min-width: 769px) {
  tr:first-child .CommonTable__item:not(:empty).-company {
    border-top: #ffffff solid 1px;
  }
}

.CommonTable__item:first-child {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .CommonTable__item:first-child {
    width: 25%;
  }
}
.CommonTable__item:first-child:not(:empty) {
  border-left: 1px solid #D1D4D7;
}
.CommonTable__item:first-child:not(:empty).-company {
  border-left: 1px solid #0087D2;
}
@media screen and (min-width: 769px) {
  .CommonTable__item:first-child:not(:empty).-company {
    background-color: transparent;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
  }
}

th.CommonTable__item {
  font-weight: 500;
  text-align: center;
  font-size: 0.625rem;
  padding: 16px 8px;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  th.CommonTable__item {
    font-size: 0.875rem;
  }
}
th.CommonTable__item.-company {
  position: relative;
  background-color: #0087D2;
  border: #0087D2 solid 2px;
}
@media screen and (min-width: 769px) {
  th.CommonTable__item.-company {
    background-color: transparent;
  }
}
th.CommonTable__item.-company .CommonTable__itemBody {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  th.CommonTable__item.-company .CommonTable__itemBody {
    position: absolute;
    z-index: 1;
    left: -1px;
    bottom: -1px;
    width: calc(100% + 3px);
    height: 64px;
    background-color: #0087D2;
    color: #ffffff;
    border: #0087D2 solid 1px;
  }
}
th.CommonTable__item.-primary {
  background-color: #EBEEF1;
}
th.CommonTable__item.-secondary {
  border-right: none;
}
th.CommonTable__item.-sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

td.CommonTable__item {
  padding: 16px 4px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  td.CommonTable__item {
    padding: 16px 16px 16px 24px;
    text-align: left;
  }
}
td.CommonTable__item.-company {
  background-color: rgba(0, 135, 210, 0.1);
  border-top: #0087D2 solid 2px;
  border-left: none;
  border-right: #0087D2 solid 1px;
  border-bottom: #0087D2 solid 2px;
}
@media screen and (min-width: 769px) {
  td.CommonTable__item.-company {
    border-top: none;
    border-left: #0087D2 solid 2px;
    border-right: #0087D2 solid 2px;
    border-bottom: #0087D2 solid 1px;
  }
}
td.CommonTable__item.-company:last-child {
  border-right: #0087D2 solid 2px;
}

tr:last-child td.CommonTable__item.-company {
  border-bottom: #0087D2 solid 2px;
}
@media screen and (min-width: 769px) {
  tr:last-child td.CommonTable__item.-company {
    width: auto;
  }
}

.LankLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  max-width: 100px;
  height: 30px;
  border-radius: 2px;
}

.LankLabel.-typeA {
  background-color: #1784C4;
}

.LankLabel.-typeB {
  background-color: #339999;
}

.LankLabel.-typeC {
  background-color: #CCCC00;
}

.LankLabel.-typeD {
  background-color: #DB8336;
}

.LankLabel.-typeE {
  background-color: #E56A62;
}

.LankLabel.-typeF {
  background-color: #996699;
}

.Logo.-center {
  text-align: center;
}

.ProgramFigure {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ProgramFigure.-typeA {
  display: block;
  padding: 24px 16px;
  background-color: rgba(18, 135, 205, 0.1);
}
@media screen and (min-width: 769px) {
  .ProgramFigure.-typeA {
    padding: 24px;
  }
}

.ProgramFigure.-typeB > * {
  width: calc(33.33% - 5.3333333333px);
}
.ProgramFigure.-typeB > *.-full {
  width: 100%;
}
.ProgramFigure.-typeB .ProgramFigure__item {
  font-size: 0.75rem;
  background-color: rgba(209, 66, 113, 0.1);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .ProgramFigure.-typeB .ProgramFigure__item {
    font-size: 0.875rem;
  }
}

.ProgramFigure.-typeC > * {
  width: calc(50% - 4px);
}
.ProgramFigure.-typeC .ProgramFigure__item {
  display: flex;
  font-size: 0.75rem;
  background-color: rgba(84, 174, 63, 0.1);
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .ProgramFigure.-typeC .ProgramFigure__item {
    padding: 0px 16px;
    font-size: 0.875rem;
  }
}

.ProgramFigure.-typeD > * {
  width: calc(50% - 4px);
}
.ProgramFigure.-typeD .ProgramFigure__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
  background-color: rgba(255, 144, 0, 0.1);
}

.ProgramFigure__item {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 769px) {
  .ProgramFigure__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ProgramFigure__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.ProgramFigure__title + * {
  margin-top: 16px;
}

.Slider {
  overflow: hidden;
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .Slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.Slider#trainer-slider {
  padding: 0px;
}
@media screen and (min-width: 769px) {
  .Slider#trainer-slider {
    padding: 0px;
  }
}

.Slider__dots {
  display: flex;
  margin-top: 24px;
  gap: 24px;
  justify-content: center;
}

#user-slider img {
  width: 100%;
}

#logo-slider .swiper-wrapper {
  transition-timing-function: linear;
}

#trainer-slider .Slider__dots {
  display: flex;
}
@media screen and (min-width: 769px) {
  #trainer-slider .Slider__dots {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #trainer-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
  }
}
@media screen and (min-width: 769px) {
  #trainer-slider .swiper-slide {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1025px) {
  #trainer-slider .swiper-slide {
    width: calc(33.33% - 16px);
  }
}

.swiper-pagination-bullet {
  display: block;
  border: #0087D2 solid 1px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #0087D2;
}

.SwitchArea__buttons {
  display: flex;
}

.SwitchArea__button {
  border: none;
  background-color: #ffffff;
  border-bottom: #0087D2 solid 1px;
  padding: 16px 0px;
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  color: #7F8288;
}
@media screen and (min-width: 769px) {
  .SwitchArea__button {
    font-size: 1.5rem;
    padding: 16px;
  }
}
.SwitchArea__button.-active {
  border: #0087D2 solid 1px;
  border-bottom: none;
  color: #141821;
}

.SwitchArea__panels {
  margin-top: 8px;
}

.SwitchArea__panel {
  display: none;
}
.SwitchArea__panel.-active {
  display: block;
}

.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: transparent;
  border: none;
}
.ToggleList__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url("https://www.bizmates.jp/beginner/03/ss_common/images/icon_plus.svg") no-repeat;
  background-size: 20px 20px;
  background-position: center;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .ToggleList__button::after {
    top: 36px;
    transform: none;
  }
}

.ToggleList__main {
  display: none;
  padding-bottom: 32px;
  max-width: 1080px;
  font-family: "Noto Sans JP", sans-serif;
}
.ToggleList__main.-opened {
  display: block;
}/*# sourceMappingURL=home.css.map */