html,
body {
  font-size: 10px;
}

li {
  list-style: none;
}

body {
  background: none;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  line-height: 1.5;
}


/* 以下2025年リニューアル用 */
.wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  margin: 0 auto;
  max-width: 1000px;
  width: 1000px;
}

.bg-009582 {
  background-color: #009582;
}

.col-009380 {
  color: #009380;
}

.col-009582 {
  color: #009582;
}

.col-06c755 {
  color: #06c755;
}

.col-efae0d {
  color: #efae0d;
}

.sectionCtr {
  min-width: 1000px;
  padding: 0 calc((100% - 1000px) / 2);
  width: 100%;
}

.price.sectionCtr {
  background: linear-gradient(180deg, #58baad, #179d8b);
  padding: 4.5rem 0 8.3rem;
}

.price .sectionTtl {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  text-align: center;
}

.price .sectionTtl-sub {
  display: block;
  font-size: 1.8rem;
}

.admissionFee {
  margin-bottom: 4.3rem;
}

.admissionFee-ttl {
  background-color: #009582;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: .3rem 1.5rem;
  width: fit-content;
}

.admissionFee-txt {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.admissionFee-txt-sub {
  font-size: 1.6rem;
  font-weight: 900;
}

.courseFee-List {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 95%;
}

.iPad .courseFee-List {
  width: 98%;
}

.courseFee-List-item {
  background-color: #fff;
  border-radius: .4rem;
  /*overflow: hidden;*/
  width: 49%;
}

.iPad .courseFee-List-item {
  width: 49.5%;
}

.courseFee-Ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 3rem 0;
  text-align: center;
}

.basic .courseFee-Ttl {
  background-color: #009380;
  position: relative;
}

.basic .courseFee-Ttl::before {
  background: url(../img/deco_basic-plan_pc.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 6.4rem;
  left: 2.5rem;
  position: absolute;
  top: 0;
  width: 4.8rem;
}

.basic .courseFee-Ttl::after {
  color: #f20f04;
  content: "New!";
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  left: 11.5rem;
  position: absolute;
  text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 0 0 3px #fff;
  top: -1rem;
  transform: rotate(-10deg);
}

.master .courseFee-Ttl {
  background-color: #00584c;
}

.courseFee-List-item-inner {
  margin: 0 auto;
  width: 96%;
}

.iPad .courseFee-List-item-inner {
  width: 98%;
}

.courseFee-price {
  border-bottom: 1px solid #dfdfdf;
  color: #00584c;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 2.2rem;
  text-align: center;
}

.courseFee-price-num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 1rem;
  transform: scaleY(.85);
  transform-origin: 0 100%;
}

.basic .courseFee-price-num {
  color: #efae0d;
}

.master .courseFee-price-num {
  color: #009380;
}

.courseFee-price-yen {
  display: inline-block;
  position: relative;
}

.courseFee-price-yen .taxIn {
  display: block;
  font-size: 1.2rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  width: fit-content;
}

.courseFee-price-annotation {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.courseFee-txt {
  border-bottom: 1px solid #dfdfdf;
  color: #00584c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.8rem 0;
  text-align: center;
}

.courseFee-txt .col-efae0d {
  font-weight: 700;
}

.courseProgram {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.9rem 0 1.8rem;
}

.courseProgram-item {
  align-items: center;
  background-color: #e0ece6;
  border-radius: .2rem;
  display: grid;
  grid-column-gap: .2rem;
  grid-row-gap: 0px;
  grid-template-columns: 47px 1fr;
  grid-template-rows: 1fr;
  justify-content: space-between;
  margin-bottom: .6rem;
  padding: .5rem 0 .5rem .3rem;
  width: 49.5%;
}

.courseProgram-item.disabled {
  background-color: #f6f6f6;
}

.courseProgram-figure {
  border-radius: .2rem;
  margin: 0;
  overflow: hidden;
  width: fit-content;
}

.disabled .courseProgram-figure {
  position: relative;
}

.disabled .courseProgram-figure::before {
  background-color: rgba(120, 120, 120, .7);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.courseProgram-figure img {
  width: auto;
}

.courseProgram-dtl {
  width: 100%;
}

.courseProgram-txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.courseProgram-txt .fs-small {
  font-size: 1.2rem;
}

.iPad .courseProgram-txt,
.iPad .courseProgram-txt .fs-small {
  font-size: 1.1rem;
}

.courseProgram-num {
  --minWidth: 1.5rem;
  border-radius: 1em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 95%;
  z-index: 1;
}

.courseProgram-num::before {
  background-color: #009380;
  border-radius: 1em;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  min-width: var(--minWidth);
  position: absolute;
  top: 0;
  width: calc(var(--numerator) / var(--denominator) * 100%);
  z-index: -1;
}

.courseProgram-num::after {
  background-color: #cdcdcd;
  border-radius: 1em;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.productionCourse {
  border-bottom: 1px solid #dfdfdf;
  padding: 1.8rem 0;
}

.productionCourse .courseProgram-item {
  margin: 0 auto;
  width: 55%;
}

.productionCourse .courseProgram-txt {
  letter-spacing: 0;
}

.courseProgram-count-svg {
  height: 1.2rem;
  width: 15.5rem;
}

.courseSupport {
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: space-around;
  padding: 1.8rem 0;
}

.courseSupport-item {
  background-color: #e0ece6;
  border-radius: .2rem;
  line-height: 1.5;
  padding: 2rem 3rem;
}

.courseSupport-item.onlineSupport {
  text-align: center;
}

.basic .courseSupport-item.onlineSupport {
  background-color: #f6f6f6;
  color: #cdcdcd;
}

.courseSupport-dtlList {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: .5rem;
}

.courseSupport-dtlList-item {
  line-height: 1.5;
}

.courseSupport-dtlList-item::before {
  content: "・";
}

.btn-joinIn {
  border-radius: .4rem;
  box-shadow: 0 .4rem 0 0 #007768;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.4rem 0;
  position: relative;
  width: 26.5rem;
}

.basic .btn-joinIn,
.basic .btn-joinIn::after {
  background-color: #009380;
}

.master .btn-joinIn,
.master .btn-joinIn::after {
  background-color: #00584c;
}

.joinIn {
  padding: 3rem 0;
}

.btn-joinIn::before,
.btn-joinIn::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
}

.btn-joinIn::before {
  background-color: #fff;
}

.btn-joinIn::after {
  clip-path: polygon(75% 50%, 37.5% 71.65%, 37.5% 28.35%);
}

.btn-joinIn-txt {
  display: block;
  line-height: 1.5;
  margin: 0 auto;
  padding-right: 2.5em;
  width: fit-content;
}

.sysReq.sectionCtr {
  background-color: #e0ece6;
  padding: 4.2rem 0 4.3rem;
}

.sysReq .sectionTtl {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}

.sysReq .sectionTtl::after {
  border-bottom: 3px solid #333;
  content: "";
  display: block;
  margin: 1.6rem auto 7.7rem;
  position: relative;
  width: 6rem;
}

.sysReqTbl-wrapper {
  background-color: #fff;
  border: 3px solid #000;
  margin: 0 auto;
  padding: 3rem 0 4rem;
  width: 80%;
}

.iPad .sysReqTbl-wrapper {
  width: 85%;
}

.sysReqTbl {
  margin: 0 auto;
  width: 95%;
}

.iPad .sysReqTbl {
  width: 100%;
}

.sysReqTbl th {
  color: #b56338;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.sysReqTbl .blank {
  width: 21%;
}

.sysReqTbl tbody th {
  border-right: 2px solid #b56338;
}

.sysReqTbl-hdr-th.pc {
  width: 40%;
}

.sysReqTbl-hdr-th.tablet {
  width: 39%;
}

.sysReqTbl-hdr-th::before {
  background: url(../img/deco_sysReq_hdr.svg) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1.4rem;
  margin: 0 auto;
  width: 2.6rem;
}

.sysReqTbl-hdr-th::after {
  content: "";
  display: block;
  margin: .5rem auto 2.5rem;
}

.sysReqTbl-hdr-th.pc::after {
  background: url(../img/img_sysReq-pc_pc.png) no-repeat 0 0 / contain;
  height: 13.9rem;
  width: 19.3rem;
}

.sysReqTbl-hdr-th.tablet::after {
  background: url(../img/img_sysReq-tablet_pc.png) no-repeat 0 0 / contain;
  height: 13.7rem;
  width: 9.2rem;
}

.sysReqTbl-td {
  padding: 0 1.8rem;
  text-align: center;
}

.sysReqTbl-td.border {
  position: relative;
}

.sysReqTbl-td.border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: var(--total-height);
  border-right: 2px dashed #b56338;
  pointer-events: none;
}

.sysReqTbl-border::after {
  border-right: 2px dashed #b56338;
  content: "";
  display: block;
  height: 100%;
}

.sysReqTbl-course .marker-orange {
  font-size: 2.4rem;
  font-weight: 700;
}

.sysReqTbl-courseList {
  margin-bottom: 1em;
  text-align: left;
  width: fit-content;
}

.sysReqTbl-courseList-item {
  font-size: 1.5rem;
  font-weight: 500;
}

.sysReqTbl-courseList-item::before {
  content: "・";
  margin-right: .4rem;
}

.sysReqTbl-th-annotation {
  color: #0c0c0c;
  font-size: 1.3rem;
  font-weight: 400;
}

.# .sysReqTbl-td {
  padding: 2rem 1.8rem 3rem;
}

.browserList {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.browserList::after {
  content: "または";
  font-size: 1.4rem;
  margin: 1em;
  order: 2;
}

.browserList-item {
  font-size: 2.3rem;
  font-weight: 500;
}

.browserList-item:nth-of-type(1) {
  order: 1;
}

.browserList-item:nth-of-type(2) {
  order: 3;
}

.browserList-item-os {
  display: block;
  font-size: 1.4rem;
}

.sysReqTbl-spec .sysReqTbl-td {
  padding: 1.5rem 1.8rem .5rem;
}

.sysReqTbl-specList {
  margin: 0 auto;
  text-align: left;
  width: fit-content;
}

.sysReqTbl-specList-item {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.sysReqTbl-specList-item::before {
  content: "・";
  margin-right: .4rem;
}

.remarks.sectionCtr {
  background-color: #f4f4f4;
  padding: 3.3rem 0 2.5rem;
}

.remarks .sectionTtl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.6rem;
  text-align: center;
}

.remarksList {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 1.5rem 5.8rem;
  width: 95%;
}

.iPad .remarksList {
  width: 98%;
}

.remarksList-inner {
  width: 30%;
}

.iPad .remarksList-inner {
  width: 29%;
}

.remarksList-inner:last-of-type {
  width: 38%;
}

.iPad .remarksList-inner:last-of-type {
  width: 40%;
}

.remarksList-hdr {
  color: #979797;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .8rem;
}

.remarksList-item {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: .7em;
  padding-left: 1em;
}

.remarksList-item::before {
  content: "・";
  margin-left: -1em;
}

.remarksList-item-dtilList.dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-indent: 0;
}

.remarksList-item-dtilList-hdr {
  align-items: center;
  display: flex;
  line-height: 1.5;
}

.dl .remarksList-item-dtilList-hdr::before {
  color: #d9d9d9;
  content: "●";
  display: block;
  font-size: .6em;
  width: 1.6em;
}

.remarksList-item-dtilList-item::before {
  content: "：";
}

.ul .remarksList-item-dtilList-item {
  line-height: 1.5;
  padding-left: 1em;
}

.ul .remarksList-item-dtilList-item::before {
  color: #d9d9d9;
  content: "●";
  display: inline-block;
  font-size: .6em;
  margin-left: -1.6em;
  width: 1.6em;
}

.ul .remarksList-item-dtilList-hdr {
  display: inline-flex;
}