.acp-basic-page {
  scroll-behavior: smooth;
}

  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

.acp-basic-page * {
  box-sizing: border-box;
}

.acp-basic-page .inner {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.acp-basic-page .inner-sm {
  width: min(860px, 92%);
}

.acp-basic-page .section_pdg {
  padding: 72px 0;
}

.acp-basic-page .section_pdg-sm {
  padding: 48px 0;
}

.acp-basic-page .mgn-btm8 { margin-bottom: 8px; }
.acp-basic-page .mgn-btm16 { margin-bottom: 16px; }
.acp-basic-page .mgn-btm24 { margin-bottom: 24px; }
.acp-basic-page .mgn-btm32 { margin-bottom: 32px; }
.acp-basic-page .mgn-btm40 { margin-bottom: 40px; }
.acp-basic-page .mgn-btm56 { margin-bottom: 56px; }
.acp-basic-page .mgn-btm72 { margin-bottom: 72px; }

.acp-basic-page .txt-ctr { text-align: center; }
.acp-basic-page .txt-rgt { text-align: right; }
.acp-basic-page .font-bold { font-weight: 700; }

.acp-basic-page .flex { display: flex; }
.acp-basic-page .flex-column { flex-direction: column; }
.acp-basic-page .flex-j-between { justify-content: space-between; }
.acp-basic-page .flex-j-ctr { justify-content: center; }
.acp-basic-page .flex-a-ctr { align-items: center; }
.acp-basic-page .flex-reverse { flex-direction: row-reverse; }

.acp-basic-page .section_ttl {
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.acp-basic-page .section_ttl > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.acp-basic-page .section_ttl strong {
  font-weight: 400;
  font-size: 150%;
  color: #fff;
  text-shadow: 2px 2px 0 #555, -2px -2px 0 #555,
               -2px 2px 0 #555, 2px -2px 0 #555,
               0 2px 0 #555, 0 -2px 0 #555,
               -2px 0 0 #555, 2px 0 0 #555;
  letter-spacing: 0.06em;
  background: linear-gradient(transparent 55%, #fadae0 55%);
  padding-bottom: 7px;
}

.acp-basic-page .heading-1 {
  font-size: 34px;
  line-height: 1.45;
}

.acp-basic-page .heading-3 {
  font-size: 22px;
  line-height: 1.6;
}

.acp-basic-page .hero {
  min-height: 460px;
  background: linear-gradient(135deg, #fef9fa, #f8f4f0);
  padding: 64px 0;
}

.acp-basic-page .hero--txtarea {
  width: min(640px, 100%);
}

.acp-basic-page .hero .ttl img {
  max-width: 100%;
  height: auto;
}

.acp-basic-page .home_agenda,
.acp-basic-page .home_req,
.acp-basic-page .home_about,
.acp-basic-page .home_flow,
.acp-basic-page .home_instructor {
  padding: 72px 0;
}

.acp-basic-page .home_agenda {
  padding-top: 130px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
}

.acp-basic-page .home_req--box,
.acp-basic-page .home_instructor--box {
  border: 1px solid #eddede;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
}

.acp-basic-page .home_about--course {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fef4fa;
  padding: 42px;
  border-radius: 20px;
  border: none;
}

.acp-basic-page .home_about--course .ttl {
  text-align: center;
  font-size: 200%;
  color: #EB6D80;
}

.acp-basic-page .home_agenda--box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 72px 100px 40px;
  background-color: #f5f8f7;
  font-size: 125%;
  text-align: center;
}

.acp-basic-page .home_agenda--box span {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #cacaca;
}

.acp-basic-page .home_agenda--box + p {
  font-size: 150%;
  line-height: 2.33;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}

.acp-basic-page .home_agenda > .inner > p.font-bold {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 600;
}

.acp-basic-page .home_agenda .txt {
  max-width: 840px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 112%;
  line-height: 2;
}

.acp-basic-page .home_req--list {
  max-width: 420px;
  width: 100%;
  margin: 24px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.acp-basic-page .home_req--list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
  font-size: 125%;
}

.acp-basic-page .home_req--list li:nth-child(3) { width: 36%; }

.acp-basic-page .home_req--list li::before {
  content: "＊";
  position: absolute;
  top: 3px;
  left: 0;
  color: #EB6D80;
  font-size: 143%;
  line-height: 1;
  display: inline-block;
}

/* home_req table */
.acp-basic-page .home_req--table {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #EB6D80;
}

.acp-basic-page .home_req--table th,
.acp-basic-page .home_req--table td {
  padding: 8px;
  vertical-align: middle;
}

.acp-basic-page .home_req--table th {
  background-color: #EB6D80;
  color: #fff;
  font-size: 125%;
}

.acp-basic-page .home_req--table td {
  width: 50%;
  padding: 8px 16px;
}

/* course table */
.acp-basic-page .course_table {
  max-width: 554px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.acp-basic-page .course_table th,
.acp-basic-page .course_table td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 150%;
  border: none;
}

.acp-basic-page .course_table th {
  color: #eb6d80;
  text-align: left;
  word-break: keep-all;
}

.acp-basic-page .course_table td {
  padding-left: 40px;
}

.acp-basic-page .home_merit--point {
  padding: 52px 0;
}

.acp-basic-page .home_merit--point .txt {
  width: 48%;
  font-size: 112%;
  background-repeat: no-repeat;
}

.acp-basic-page .home_merit--point.point1 .txt {
  background-position: center left 5%;
}

.acp-basic-page .home_merit--point.point2 .txt {
  background-position: center right 5%;
}

.acp-basic-page .home_merit--point .txtinner {
  width: min(590px, 100%);
}

.acp-basic-page .home_merit--point.point1 .txtinner {
  margin-left: auto;
}

.acp-basic-page .home_merit--point.point2 .txtinner {
  margin-right: auto;
}

.acp-basic-page .home_merit--point .txt .ttl {
  margin-bottom: 24px;
  font-size: 200%;
  line-height: 1.33;
  color: #eb6d80;
  font-weight: 400;
}

.acp-basic-page .home_merit--point .txt .acp-btn a {
  width: 100%;
  text-align: center;
  font-size: 132%;
  position: relative;
  padding-right: 64px;
}

.acp-basic-page .home_merit--point .txt .acp-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.acp-basic-page .home_merit--point .img {
  width: 48%;
  height: 636px;
  border-radius: 0;
  overflow: hidden;
}

.acp-basic-page .home_merit--point .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.acp-basic-page .cta {
  background: #fbf4f5;
}

.acp-basic-page .cta--btn {
  display: block;
  text-align: center;
}

.acp-basic-page .acp-btn a,
.acp-basic-page .cta--btn a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 360px;
  padding: 22px 40px;
  border-radius: 40px;
  background: #F17487;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 137%;
  letter-spacing: .1em;
  transition: transform .2s;
}

.acp-basic-page .acp-btn a:hover,
.acp-basic-page .cta--btn a:hover {
  transform: translateY(-4px);
}

.acp-basic-page .cta--txt a,
.acp-basic-page .txt-link {
  color: #5e5e5e;
}

.acp-basic-page .cta--note {
  margin-bottom: 28px;
  font-size: 112%;
  line-height: 1.8;
  color: #555;
}

.acp-basic-page .list-ast,
.acp-basic-page .list-number,
.acp-basic-page .list-dot {
  padding-left: 0;
  list-style: none;
}

/* list-ast */
.acp-basic-page .list-ast > li {
  position: relative;
  padding-left: 30px;
  line-height: 1.33;
}

.acp-basic-page .list-ast > li::before {
  content: "\ff0a"; /* ＊ */
  position: absolute;
  top: -2px;
  left: 0;
  color: #eb6d80;
  font-size: 150%;
  line-height: 1;
}

.acp-basic-page .list-ast > li:not(:last-child) {
  margin-bottom: 16px;
}

/* list-number */
.acp-basic-page .list-number {
  margin-top: 16px;
  counter-reset: number;
}

.acp-basic-page .list-number li {
  position: relative;
  counter-increment: number;
  font-size: 75%;
}

.acp-basic-page .list-number li:not(:last-child) {
  margin-bottom: 8px;
}

.acp-basic-page .list-number li::before {
  content: counter(number);
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #eb6d80;
  color: #fff;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}

/* course_fee */
.acp-basic-page .course_fee {
  max-width: 554px;
  width: 100%;
  margin: 24px auto 0;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #eb6d80;
  background-color: #fff;
  border-radius: 32px;
}

.acp-basic-page .course_fee--ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.acp-basic-page .course_fee--ttl span {
  display: inline-block;
  width: 138px;
  padding: 8px;
  background-color: #eb6d80;
  color: #fff;
  font-size: 150%;
  text-align: center;
  border-radius: 0 0 20px 0;
  font-weight: 700;
}

.acp-basic-page .course_fee--table {
  max-width: 360px;
  width: 100%;
  margin: 40px auto 0;
  border-collapse: collapse;
}

.acp-basic-page .course_fee--table th,
.acp-basic-page .course_fee--table td {
  text-align: right;
  border: none;
  padding: 4px 8px;
  vertical-align: baseline;
}

.acp-basic-page .course_fee--table th {
  width: 55%;
  font-size: 112%;
}

.acp-basic-page .course_fee--table td {
  font-size: 200%;
  color: #eb6d80;
}

.acp-basic-page .course_fee--table td small {
  font-size: 75%;
}

.acp-basic-page .home_flow {
  background-color: #F5F8F7;
  padding-top: 68px;
  padding-bottom: 48px;
}

.acp-basic-page .home_flow h3 {
  font-size: 225%;
  line-height: 1.33;
  color: #eb6d80;
}

.acp-basic-page .home_flow img {
  max-width: 100%;
  height: auto;
}

.acp-basic-page .home_instructor {
  background-color: #FEF4FA;
  padding-top: 68px;
  padding-bottom: 50px;
}

.acp-basic-page .home_instructor--master .imgarea {
  width: min(300px, 100%);
}

.acp-basic-page .home_instructor--master img {
  width: 100%;
  border-radius: 10px;
}

.acp-basic-page .home_instructor--master .name {
  flex: 1;
  margin-left: 108px;
  font-size: 200%;
  color: #EB6D80;
  line-height: 1.75;
}

.acp-basic-page .home_instructor--box .inner {
  width: 100%;
}

.acp-basic-page .home_instructor--box {
  border-radius: 20px;
  padding: 40px;
}

.acp-basic-page .home_instructor--box h4 {
  margin-bottom: 24px;
  color: #eb6d80;
  font-size: 200%;
}

/* list-dot */
.acp-basic-page .list-dot {
  padding-left: 0;
  list-style: none;
}

.acp-basic-page .list-dot li {
  position: relative;
  padding-left: 24px;
  font-size: 112%;
}

.acp-basic-page .list-dot li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #EB6D80;
}

.acp-basic-page .bg-wh {
  background: #fff;
}

.acp-basic-page a {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .acp-basic-page .pc-none { display: inline; }
  .acp-basic-page .sp-none { display: none; }
  .acp-basic-page .flex-sp-block,
  .acp-basic-page .home_merit--point .flex {
    display: block;
  }

  .acp-basic-page .home_merit--point .txt,
  .acp-basic-page .home_merit--point .img {
    width: 100%;
  }

  .acp-basic-page .home_merit--point .img {
    margin-top: 0;
    height: 300px;
  }

  .acp-basic-page .home_merit--point .txt {
    padding: 40px 10%;
  }

  .acp-basic-page .home_merit--point .txt,
  .acp-basic-page .home_merit--point .txtinner {
    width: 100%;
  }

  .acp-basic-page .home_merit--point .txt .ttl {
    font-size: 153%;
  }

  .acp-basic-page .home_merit--point .txt .acp-btn a {
    font-size: 100%;
    padding-right: 48px;
  }

  .acp-basic-page .home_merit--point .txt .acp-btn a::before {
    right: 16px;
  }

  .acp-basic-page .home_instructor--master .name {
    flex: auto;
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-left: 0;
    font-size: 172%;
    line-height: 1.5;
  }

  .acp-basic-page .home_instructor--box {
    border-radius: 10px;
    padding: 24px 10px;
  }

  .acp-basic-page .home_flow h3 {
    font-size: 150%;
    line-height: 1.5;
  }

  .acp-basic-page .home_req--list li,
  .acp-basic-page .home_req--list li:nth-child(3) {
    width: 100%;
  }

  .acp-basic-page .section_ttl strong {
    font-size: 3.9vw;
    line-height: 1.25;
  }
  .acp-basic-page .home_agenda {
    padding-top: 80px;
    padding-bottom: 40px;
  }


  .acp-basic-page .heading-1 {
    font-size: 28px;
  }

  .acp-basic-page .home_agenda--box {
    border-radius: 10px;
    padding: 20px;
    font-size: 112%;
  }

  .acp-basic-page .home_agenda--box + p {
    font-size: 125%;
    line-height: 1.8;
  }

  .acp-basic-page .home_agenda .txt {
    margin-top: 24px;
  }

  .acp-basic-page .sp-txt-lft {
    text-align: left !important;
  }

  .acp-basic-page .home_req--list {
    grid-template-columns: 1fr;
  }

  .acp-basic-page .acp-btn a,
  .acp-basic-page .cta--btn a {
    min-width: 0;
    padding: 14px 28px;
  }
}

@media (max-width: 767px) {
  .acp-basic-page .home_about--course {
    padding: 20px;
    border-radius: 10px;
  }

  .acp-basic-page .course_table th,
  .acp-basic-page .course_table td {
    display: block;
    width: 100%;
    font-size: 130%;
  }

  .acp-basic-page .course_table th {
    padding-bottom: 4px;
  }

  .acp-basic-page .course_table td {
    padding-top: 4px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .acp-basic-page .course_fee {
    padding: 54px 16px 8px;
    border-radius: 10px;
  }

  .acp-basic-page .course_fee--ttl,
  .acp-basic-page .course_fee--ttl span {
    width: 100%;
    border-radius: 0;
  }
}
