@charset "UTF-8";
#features > div .lead {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
#features > div .p-features {
  margin-top: 48px;
}
@media (768px <= width) {
  #features > div .p-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 48px;
  }
}
#features > div .p-features section {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (768px <= width) {
  #features > div .p-features section {
    padding: 32px;
  }
}
#features > div .p-features section + section {
  margin-top: 24px;
}
@media (768px <= width) {
  #features > div .p-features section + section {
    margin-top: 0;
  }
}
#features > div .p-features section.point {
  position: relative;
  border: 4px solid #cbb04e;
  padding: 20px;
}
@media (768px <= width) {
  #features > div .p-features section.point {
    border: 8px solid #cbb04e;
    padding: 24px;
  }
}
#features > div .p-features section.point::before {
  position: absolute;
  top: 4px;
  right: 4px;
  content: "POINT";
  background: #cbb04e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
}
@media (768px <= width) {
  #features > div .p-features section.point::before {
    top: 8px;
    right: 8px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
  }
}
#features > div .p-features section h3 {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}
@media (768px <= width) {
  #features > div .p-features section h3 {
    font-size: 40px;
  }
}
#features > div .p-features section h3 br {
  display: none;
}
@media (768px <= width) {
  #features > div .p-features section h3 br {
    display: initial;
  }
}
#features > div .p-features section h3:before {
  content: attr(data-number);
  display: block;
  color: rgb(1, 62, 110);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
}
#features > div .p-features section p {
  margin: 16px 0 0;
}

.p-schedule > div .lead p {
  margin: 0;
}
.p-schedule > div .lead p + p {
  margin-top: 16px;
}
.p-schedule > div .overview .overview-schedule > div {
  padding: 16px;
  background: rgb(248, 248, 248);
  border-radius: 8px;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    padding: 24px;
  }
}
.p-schedule > div .overview .overview-schedule > div + div {
  margin-top: 16px;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div + div {
    margin-top: 24px;
  }
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div dt {
    display: grid;
    grid-template-columns: 168px 224px 64px;
    align-items: start;
    gap: 32px;
  }
}
.p-schedule > div .overview .overview-schedule > div dt .time {
  font-size: 18px;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div dt .time {
    font-size: 20px;
  }
}
.p-schedule > div .overview .overview-schedule > div dt span.title {
  font-weight: bold;
  font-size: 18px;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div dt span.title {
    font-size: 20px;
  }
}
.p-schedule > div .overview .overview-schedule > div dt .tags {
  list-style: none;
  padding: 0;
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div dt .tags {
    margin-top: 0;
  }
}
.p-schedule > div .overview .overview-schedule > div dt .tags li span {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  border-radius: 999px;
}
.p-schedule > div .overview .overview-schedule > div dd {
  margin: 16px 0 0;
}
@media (768px <= width) {
  .p-schedule > div .overview .overview-schedule > div dd {
    margin-top: 0;
  }
}
.p-schedule > div .overview .overview-schedule > div dd p {
  margin: 0;
}
.p-schedule > div .overview .overview-schedule > div dd p + p {
  margin-top: 8px;
}
.p-schedule > div .overview .overview-schedule > div.english-time-wrapper {
  background: #f7f5f2;
  border: 1px solid #cbb04e;
}
.p-schedule > div .overview .overview-schedule > div.english-time-wrapper dt span.title {
  color: #cbb04e;
}
.p-schedule > div .overview .english-time {
  background: #f7f5f2;
  border-top: 8px solid #cbb04e;
  border-bottom: 8px solid #cbb04e;
  padding: 16px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time {
    margin-top: 32px;
    padding: 32px;
  }
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .header {
    display: flex;
    justify-content: space-between;
  }
}
.p-schedule > div .overview .english-time .header h3 {
  font-size: 24px;
  color: #cbb04e;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .header h3 {
    font-size: 48px;
  }
}
.p-schedule > div .overview .english-time .header h3 span {
  display: block;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .header h3 span {
    display: initial;
  }
}
.p-schedule > div .overview .english-time .header .time {
  color: #cbb04e;
  font-size: 24px;
  opacity: 0.3;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .header .time {
    font-size: 48px;
  }
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div {
    display: grid;
    grid-template-columns: 491px calc(100% - 491px - 32px);
    gap: 32px;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div + div {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #cbb04e;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div + div {
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div dt {
    display: grid;
    grid-template-columns: 128px 224px 75px;
    align-items: start;
    gap: 32px;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div dt .time {
  font-size: 18px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div dt .time {
    font-size: 20px;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div dt span.title {
  font-weight: bold;
  font-size: 18px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div dt span.title {
    font-size: 20px;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div dt .tags {
  list-style: none;
  padding: 0;
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div dt .tags {
    margin-top: 0;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div dt .tags li span {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  border-radius: 999px;
}
.p-schedule > div .overview .english-time .english-time-schedule > div dd {
  margin: 16px 0 0;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .english-time-schedule > div dd {
    margin-top: 0;
  }
}
.p-schedule > div .overview .english-time .english-time-schedule > div dd p {
  margin: 0;
}
.p-schedule > div .overview .english-time .english-time-schedule > div dd p + p {
  margin-top: 8px;
}
.p-schedule > div .overview .english-time .english-time-schedule > div dd .swiper {
  margin-top: 16px;
  width: 100%;
  height: auto;
}
.p-schedule > div .overview .english-time .english-time-schedule > div dd .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-schedule > div .overview .english-time .english-time-schedule > div.english-time-wrapper {
  background: #f7f5f2;
  border: 1px solid #cbb04e;
}
.p-schedule > div .overview .english-time .english-time-schedule > div.english-time-wrapper dt span.title {
  color: #cbb04e;
}
.p-schedule > div .overview .english-time .note {
  margin-top: 24px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .note {
    margin-top: 32px;
    padding: 24px;
  }
}
.p-schedule > div .overview .english-time .note > section .content {
  margin-top: 1em;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .note > section .content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 48px;
  }
}
.p-schedule > div .overview .english-time .note > section .content .text p {
  margin: 0;
}
.p-schedule > div .overview .english-time .note > section .content .text p + p {
  margin-top: 1em;
}
.p-schedule > div .overview .english-time .note > section h4 {
  line-height: 1.4;
  font-size: 1em;
}
.p-schedule > div .overview .english-time .note > section h4 span {
  display: inline-block;
  padding: 4px 12px;
  background: #eee;
  border-radius: 999px;
  margin-right: 4px;
}
.p-schedule > div .overview .english-time .note > section dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 1em 0 0;
  gap: 0 16px;
}
@media (768px <= width) {
  .p-schedule > div .overview .english-time .note > section dl {
    margin-top: 0;
  }
}
.p-schedule > div .overview .english-time .note > section dl dd {
  margin: 0;
}

#achivements > div .lead {
  font-weight: bold;
  font-size: 18px;
}
#achivements > div .p-achivements {
  margin-top: 48px;
}
@media (768px <= width) {
  #achivements > div .p-achivements {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 48px;
  }
}
#achivements > div .p-achivements > section {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section {
    padding: 32px;
  }
}
#achivements > div .p-achivements > section + section {
  margin-top: 24px;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section + section {
    margin-top: 0;
  }
}
#achivements > div .p-achivements > section h3 {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section h3 {
    font-size: 40px;
  }
}
@media (768px <= width) {
  #achivements > div .p-achivements > section h3 + * {
    margin-top: 24px;
  }
}
#achivements > div .p-achivements > section h3 br {
  display: none;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section h3 br {
    display: initial;
  }
}
#achivements > div .p-achivements > section h3:before {
  content: attr(data-number);
  display: block;
  color: rgb(1, 62, 110);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
}
#achivements > div .p-achivements > section p {
  margin: 16px 0 0;
}
#achivements > div .p-achivements > section ul {
  padding-left: 1.25em;
  margin-inline: 0;
  margin-bottom: 0;
}
#achivements > div .p-achivements > section > div > section {
  margin-top: 24px;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section > div > section {
    margin-top: 0;
  }
}
#achivements > div .p-achivements > section > div > section h4 {
  font-size: 18px;
}
@media (768px <= width) {
  #achivements > div .p-achivements > section > div > section h4 {
    font-size: 20px;
  }
}
@media (768px <= width) {
  #achivements > div .p-achivements .eiken .eiken-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
  }
}
#achivements > div .p-achivements .eiken .eiken-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 16px;
}
#achivements > div .p-achivements .eiken .eiken-table thead th {
  background: rgb(248, 248, 248);
  color: #cbb04e; /* お好みで変えてOK */
  font-weight: normal;
  padding: 12px;
  border-bottom: 2px solid #ddd;
  text-align: left;
}
#achivements > div .p-achivements .eiken .eiken-table tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid #ddd;
}
#achivements > div .p-achivements .eiken .eiken-table tbody tr:last-child td {
  border-bottom: none;
}
#achivements > div .p-achivements .eiken {
  /* 強調用（％が見やすいよう太字維持） */
}
#achivements > div .p-achivements .eiken .eiken-table tbody td strong {
  font-weight: normal;
  color: #111;
}
#achivements > div .p-achivements .eiken {
  /* スマホ対応 */
}
@media (max-width: 600px) {
  #achivements > div .p-achivements .eiken .eiken-table {
    font-size: 15px;
  }
  #achivements > div .p-achivements .eiken .eiken-table thead th,
  #achivements > div .p-achivements .eiken .eiken-table tbody td {
    padding: 10px;
  }
}

#events > div .lead {
  font-weight: bold;
  font-size: 18px;
}
@media (768px <= width) {
  #events > div .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px 48px;
    align-items: center;
  }
}
@media (768px <= width) {
  #events > div .content h2 {
    align-self: flex-end;
  }
}
@media (768px <= width) {
  #events > div .content .image {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
  }
}
#events > div .content .image img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
  width: 100%;
}
#events > div .content .desc {
  margin-top: 16px;
}
@media (768px <= width) {
  #events > div .content .desc {
    align-self: flex-start;
    margin-top: 0;
  }
}
#events > div .content .desc .button-wrapper {
  margin-top: 16px;
}

#voices > div .lead {
  font-weight: bold;
  font-size: 18px;
}
#voices > div .p-voice {
  margin-top: 32px;
}
#voices > div .p-voice h3 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
}
#voices > div .p-footer {
  margin-top: 32px;
}

#plans > div .lead {
  font-weight: bold;
  font-size: 18px;
}
#plans > div dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (768px <= width) {
  #plans > div dl {
    grid-template-columns: repeat(5, 1fr);
  }
}
#plans > div dl div {
  background: #f2f2f2;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
@media (768px <= width) {
  #plans > div dl div {
    grid-template-columns: 1fr;
    padding: 24px;
    font-size: 18px;
  }
}
#plans > div dl div dt {
  font-weight: bold;
}
@media (768px <= width) {
  #plans > div dl div dt {
    text-align: center;
  }
}
#plans > div dl div dd {
  font-weight: bold;
  margin: 0;
  text-align: right;
}
@media (768px <= width) {
  #plans > div dl div dd {
    text-align: center;
  }
}
#plans > div dl div dd .note {
  font-size: 14px;
}
@media (768px <= width) {
  #plans > div dl.others-plan {
    grid-template-columns: repeat(3, 1fr);
  }
}
#plans > div dl.others-plan div {
  display: grid;
  grid-template-columns: 1fr;
}
#plans > div > section {
  margin-top: 48px;
}
#plans > div > section h3 {
  font-size: 32px;
}

#base > div ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (768px <= width) {
  #base > div ul {
    grid-template-columns: repeat(auto-fill, 365.3333333333px);
    gap: 32px;
  }
}
#base > div ul li a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 1px solid #eee;
}
#base > div ul li a img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
}
#base > div ul li a div {
  padding: 16px;
}
#base > div ul li a div i {
  color: #cbb04e;
}
#faq > div .lead {
  font-weight: bold;
  font-size: 18px;
}
#faq > div .content {
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (768px <= width) {
  #faq > div .content {
    margin-top: 48px;
    grid-template-columns: 1fr 1fr;
  }
}
#faq > div .content .left section:nth-child(2) {
  margin-top: 32px;
}
#faq > div .content section:nth-child(3) {
  grid-row: span 2;
}
#faq > div .content section > div h3 {
  font-size: 24px;
}
#faq > div .content section > div details {
  margin-top: 16px;
  background: #f2f2f2;
  padding: 16px;
  border-radius: 8px;
}
#faq > div .content section > div details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
#faq > div .content section > div details summary {
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 2em;
}
#faq > div .content section > div details summary::marker {
  content: "";
}
#faq > div .content section > div details summary::-webkit-details-marker {
  display: none;
}
#faq > div .content section > div details summary::after {
  content: "\f64d";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
  transform-origin: center;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-self: center;
  color: #ccc;
  font-family: "bootstrap-icons";
}
#faq > div .content section > div details > div {
  margin-top: 16px;
}
#faq > div .content section > div details > div p {
  margin: 0;
}
#faq > div .content section > div details > div .price div {
  display: grid;
  grid-template-columns: 128px 1fr;
}
@media (768px <= width) {
  #faq > div .content section > div details > div .price div {
    grid-template-columns: 160px 1fr;
  }
}
#faq > div .content section > div details > div .price div dt {
  font-weight: bold;
}
#faq > div .content section > div details > div .price div dd {
  margin: 0;
}

/*# sourceMappingURL=services-english-afterschool.css.map */
