.education-section-wrapper {
  padding: 120px 20px;
}
@media only screen and (max-width: 768px) {
  .education-section-wrapper {
    padding: 40px 16px;
  }
}

.education-section-wrapper + .education-section-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .education-section-wrapper + .education-section-wrapper {
    padding-top: 40px;
  }
}

.education-section-inner {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0;
}

.section-title {
  display: grid;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-title {
    justify-content: flex-start;
  }
}

.section-title-sub {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .section-title-sub {
    font-size: 10px;
    line-height: 1;
    text-align: left;
  }
}

.section-title-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .section-title-main {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
}

.education-kv-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.education-kv {
  position: relative;
  padding: 100px 20px 70px;
  background: url(../images/solution/education/education-kv-pc.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .education-kv {
    padding: 0;
    background: none;
  }
}

.education-kv-content {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .education-kv-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    height: 380px;
    background: url(../images/solution/education/education-kv-sp.jpg) no-repeat center/cover;
  }
}

.education-kv-title-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .education-kv-title-main {
    flex-direction: column;
    gap: 0;
  }
}

.education-kv-title-main-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--education-color);
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: 0.025em;
  color: var(--black-color);
}

.education-kv-title-main-body {
  font-size: 96px;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Montserrat";
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-kv-title-main-body {
    font-size: 50px;
    line-height: 1;
  }
}

.education-kv-title-sub {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-kv-title-sub {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
  }
}

.education-kv-lead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 32px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #6F4FF0;
}
@media only screen and (max-width: 768px) {
  .education-kv-lead {
    margin-top: 16px;
    padding: 0 16px;
    font-size: 18px;
  }
}

.education-kv-lead::before {
  display: block;
  width: 3px;
  height: 64px;
  background-color: #6F4FF0;
  content: "";
}

.education-kv-description {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-kv-description {
    padding: 0 16px;
    font-size: 16px;
  }
}

.education-kv-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .education-kv-btns {
    justify-content: center;
    padding: 0 16px;
    gap: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .education-kv-btn {
    padding: 8px;
    min-width: 170px;
  }
}

.education-benefits-wrapper {
  padding: 120px 20px;
}
@media only screen and (max-width: 768px) {
  .education-benefits-wrapper {
    padding: 40px 0;
  }
}

.education-benefits-inner {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .education-benefits-title {
    padding: 0 16px;
  }
}

.education-benefits-list {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list {
    margin-top: 40px;
  }
}

.education-benefits-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item {
    flex-direction: column;
    gap: 24px;
  }
}

.education-benefits-list-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item:nth-child(even) {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .education-benefits-list-item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.education-benefits-list-item-thumbnail-wrapper {
  width: 50%;
  height: 320px;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-thumbnail-wrapper {
    width: 100%;
  }
}

.education-benefits-list-item-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-benefits-list-item-texts {
  width: calc(50% - 32px);
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-texts {
    width: 100%;
    padding: 0 16px;
  }
}

.education-benefits-list-item-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.education-benefits-list-item-label {
  padding: 4px 8px;
  background-color: var(--education-color);
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-label {
    font-size: 14px;
  }
}

.education-benefits-list-item-title-text {
  margin-top: 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-title-text {
    font-size: 20px;
    line-height: 1.5;
  }
}

.education-benefits-list-item-description {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
  }
}

.education-benefits-list-item-description-strong {
  font-weight: 700;
}

.education-video-wrapper {
  padding: 0 20px 120px;
}
@media only screen and (max-width: 768px) {
  .education-video-wrapper {
    padding: 40px 16px;
  }
}

.education-video-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-video-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.education-video-title::after {
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 3px var(--gray-color);
  border-bottom: solid 3px var(--gray-color);
  border-radius: 0 0 2px 0;
  rotate: 45deg;
  content: "";
}

.education-video-thumbnail-wrapper {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 840px;
  aspect-ratio: 1.75;
  border-radius: 20px;
  overflow: hidden;
}

.education-video-thumbnail-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 128px;
  height: 128px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.8877 125.57C97.515 125.57 124.775 98.3099 124.775 64.6826C124.775 31.0553 97.515 3.79492 63.8877 3.79492C30.2603 3.79492 3 31.0553 3 64.6826C3 98.3099 30.2603 125.57 63.8877 125.57ZM63.8877 128.57C99.1719 128.57 127.775 99.9668 127.775 64.6826C127.775 29.3984 99.1719 0.794922 63.8877 0.794922C28.6035 0.794922 0 29.3984 0 64.6826C0 99.9668 28.6035 128.57 63.8877 128.57Z' fill='%23FFF'/%3E%3Cpath d='M87.5495 62.9506C88.8828 63.7204 88.8828 65.6449 87.5495 66.4147L53.5568 86.0404C52.2235 86.8102 50.5568 85.8479 50.5568 84.3083L50.5568 45.0569C50.5568 43.5173 52.2235 42.5551 53.5568 43.3249L87.5495 62.9506Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  content: "";
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .education-video-thumbnail-wrapper::after {
    width: 56px;
    height: 56px;
  }
}

.education-video-thumbnail-wrapper:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.8877 125.57C97.515 125.57 124.775 98.3099 124.775 64.6826C124.775 31.0553 97.515 3.79492 63.8877 3.79492C30.2603 3.79492 3 31.0553 3 64.6826C3 98.3099 30.2603 125.57 63.8877 125.57ZM63.8877 128.57C99.1719 128.57 127.775 99.9668 127.775 64.6826C127.775 29.3984 99.1719 0.794922 63.8877 0.794922C28.6035 0.794922 0 29.3984 0 64.6826C0 99.9668 28.6035 128.57 63.8877 128.57Z' fill='%23F67C4D'/%3E%3Cpath d='M87.5495 62.9506C88.8828 63.7204 88.8828 65.6449 87.5495 66.4147L53.5568 86.0404C52.2235 86.8102 50.5568 85.8479 50.5568 84.3083L50.5568 45.0569C50.5568 43.5173 52.2235 42.5551 53.5568 43.3249L87.5495 62.9506Z' fill='%23F67C4D'/%3E%3C/svg%3E%0A");
}

.education-video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-situations-wrapper {
  padding: 0 20px 120px;
}
@media only screen and (max-width: 768px) {
  .education-situations-wrapper {
    padding: 40px 16px;
  }
}

.education-situations-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .education-situations-list {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.education-situations-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.education-situations-list-item-thumbnail-wrapper {
  width: 100%;
  height: auto;
}

.education-situations-list-item-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-situations-list-item-title {
  margin-top: 16px;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-list-item-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.education-situations-list-item-btn {
  margin: 16px auto 0;
}

@media only screen and (max-width: 768px) {
  .education-situations-article {
    position: fixed;
    inset: 0;
    margin: auto;
    padding-bottom: 40px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background-color: #FFF;
    z-index: 200;
    overflow-y: scroll;
    opacity: 0;
    translate: 0 20px;
    transition: all 0.6s;
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  .education-situations-article.is-open {
    opacity: 1;
    translate: 0 0;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 768px) {
  .education-situations-article-overlay {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
  }
}

@media only screen and (max-width: 768px) {
  .education-situations-article-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.education-situations-article:not(:first-of-type) {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .education-situations-article:not(:first-of-type) {
    margin-top: auto;
  }
}

.education-situations-article-inner {
  padding: 0 20px;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .education-situations-article-inner {
    padding: 60px 16px 40px;
  }
}

.education-situations-article-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .education-situations-article-heading {
    flex-direction: column;
    justify-content: center;
  }
}

.education-situations-article-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--education-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-icon-wrapper {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .education-situations-article-icon {
    width: 70px;
    height: auto;
  }
}

.education-situations-article-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
}

.education-situations-article-description {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-description {
    font-size: 14px;
    text-align: center;
  }
}

.education-situations-article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .education-situations-article-list {
    grid-template-columns: 1fr;
  }
}

.education-situations-article-list-item-thumbnail-wrapper {
  width: 100%;
  height: auto;
}

.education-situations-article-list-item-thumbnail {
  width: 100%;
  height: auto;
}

.education-situations-article-list-item-title {
  margin-top: 16px;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-list-item-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.education-situations-article-list-item-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-list-item-description {
    font-size: 14px;
  }
}

.education-situations-article-services-trigger {
  display: none;
}

.education-situations-article-services-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  background-color: #F5F5F5;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: var(--black-color);
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-label {
    justify-content: space-between;
    height: auto;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.education-situations-article-services-label::after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px var(--black-color);
  border-right: solid 3px var(--black-color);
  border-radius: 0 0 2px 0;
  rotate: 45deg;
  transition: all 0.6s;
  content: "";
}

.education-situations-article-services-label:hover {
  background-color: #C6C6C6;
  cursor: pointer;
}

.education-situations-article-services-content {
  display: grid;
  grid-template-rows: 0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.6s;
}

.education-situations-article-services-trigger:checked ~ .education-situations-article-services-label::after {
  rotate: -45deg;
}

.education-situations-article-services-trigger:checked ~ .education-situations-article-services-content {
  grid-template-rows: 1fr;
  padding-top: 40px;
}

.education-situations-article-services-content-inner {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.education-situations-article-services-heading {
  padding-left: 16px;
  border-left: solid 2px #F67C4D;
}

.education-situations-article-services-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.education-situations-article-services-title-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-title-sub {
    font-size: 16px;
    line-height: 1.75;
  }
}

.education-situations-article-services-title-main {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-title-main {
    font-size: 26px;
  }
}

.education-situations-article-services-description {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-description {
    font-size: 14px;
  }
}

.education-situations-article-services-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-links {
    grid-template-columns: 1fr;
  }
}

.education-situations-article-services-link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 24px;
  background-color: #F67C4D;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.1em;
  transition: all 0.2s;
}

.education-situations-article-services-link-button::after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px var(--black-color);
  border-right: solid 3px var(--black-color);
  border-radius: 0 0 2px 0;
  rotate: 45deg;
  transition: all 0.2s;
  content: "";
}

.education-situations-article-services-link-button:hover {
  background-color: #A94D34;
  color: #FFF;
}

.education-situations-article-services-link-button:hover::after {
  border-color: #FFF;
}

.education-situations-article-services-link-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-services-link-description {
    font-size: 14px;
  }
}

.education-situations-article-btn {
  display: flex;
  margin: 48px auto 0;
}

.education-situations-article-close-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 300;
  opacity: 0;
  translate: 0 40px;
  pointer-events: none;
  transition: all 0.6s;
}

.education-situations-article-close-btn.is-open {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}

.education-situations-article-close-btn::before {
  position: absolute;
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--black-color);
  content: "";
  rotate: 45deg;
  transition: all 0.2s;
}

.education-situations-article-close-btn::after {
  position: absolute;
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--black-color);
  content: "";
  rotate: -45deg;
  transition: all 0.2s;
}

.education-situations-article-close-btn:hover::before {
  rotate: 0deg;
}

.education-situations-article-close-btn:hover::after {
  rotate: 0deg;
}

.education-speechmaker {
  padding: 120px 0 40px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker {
    padding: 40px 0 16px;
  }
}

.education-speechmaker-inner {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-inner {
    padding: 0 16px;
  }
}

.education-speechmaker-descriptions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
  width: 100%;
  background-color: #EBF4DF;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-descriptions {
    margin-top: 40px;
  }
}

.education-speechmaker-description-list {
  display: grid;
  gap: 8px;
  width: 100%;
}

.education-speechmaker-description-list-item {
  padding: 32px 20px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-description-list-item {
    padding: 32px 16px;
  }
}

.education-speechmaker-description-list-item:first-child {
  background: url(../images/solution/education/ecucation-service-pc-01.jpg) no-repeat center/cover;
}

.education-speechmaker-description-list-item:last-child {
  background: url(../images/solution/education/ecucation-service-pc-02.jpg) no-repeat center/cover;
}

.education-speechmaker-description-list-item-inner {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.education-speechmaker-description-list-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-description-list-title {
    font-size: 26px;
    line-height: 1.4;
  }
}

.education-speechmaker-description-list-description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--black-color);
  width: 100%;
  max-width: 720px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-description-list-description {
    font-size: 14px;
    line-height: 2;
  }
}

.education-speechmaker-others {
  margin-top: 32px;
  padding: 80px 20px;
  background-color: #EBF4DF;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others {
    padding: 64px 16px 40px;
  }
}

.education-speechmaker-others-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.education-speechmaker-others-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .education-speechmaker-others-list-item:not(:first-of-type) {
    margin-top: 36px;
  }
}

.education-speechmaker-others-list-line {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #AAD46F;
}

.education-speechmaker-others-list-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others-list-content {
    flex-direction: column;
  }
}

.education-speechmaker-others-list-thumbnail-wrapper {
  width: 360px;
  height: auto;
  flex-shrink: 0;
}

.education-speechmaker-others-list-thumbnail {
  width: 100%;
  height: auto;
}

.education-speechmaker-others-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others-list-title {
    text-align: center;
  }
}

.education-speechmaker-others-list-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others-list-description {
    font-size: 14px;
    line-height: 2;
  }
}

.education-speechmaker-others-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 32px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others-logo-list {
    margin-top: 8px;
  }
}

.education-speechmaker-others-logo-list-item {
  width: 96px;
  height: 96px;
}

.education-speechmaker-others-logo-list-logo {
  width: 100%;
  height: 100%;
}

.education-speechmaker-others-btn {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .education-speechmaker-others-btn {
    margin-top: 24px;
  }
}

.education-sample {
  padding: 48px 20px;
  background: url(../images/solution/education/education-sample.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .education-sample {
    padding: 40px 16px;
    background: none;
  }
}

.education-sample-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.education-sample-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.education-sample-title-subs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .education-sample-title-subs {
    flex-direction: column;
    gap: 8px;
  }
}

.education-sample-title-sub {
  display: block;
  padding: 2px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  background-color: var(--education-color);
  -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .education-sample-title-sub {
    font-size: 14px;
  }
}

.education-sample-title-main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-sample-title-main {
    font-size: 22px;
    line-height: 1.4;
  }
}

#newsframe {
  max-width: 100%;
}

.faq-list {
  margin: 48px auto 0;
  width: 100%;
  max-width: 800px;
}

.education-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 60px 20px;
  background: url(../images/solution/education/education-cta.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .education-cta {
    padding: 40px 16px;
  }
}

.education-cta-lead {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-cta-lead {
    font-size: 26px;
    line-height: 1.4;
  }
}

.education-cta-btn {
  min-width: 270px;
}
@media only screen and (max-width: 768px) {
  .education-cta-btn {
    min-width: 320px;
  }
}

.education-case-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .education-case-study {
    gap: 16px;
  }
}

.education-case {
  padding: 80px 20px;
  background-color: #F3F1FD;
}
@media only screen and (max-width: 768px) {
  .education-case {
    padding: 40px 0;
  }
}

.section-header {
  display: flex;
  justify-content: center;
}

.education-case-btn {
  display: flex;
  margin: 100px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.education-case-list-item {
  background: #FFF;
  margin: 0 12px;
}

.education-case-list-thumbnail-wrapper {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
}

.education-case-list-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}

.education-case-list-item:hover .education-case-list-thumbnail {
  scale: 1.06;
}

.education-case-list-texts {
  padding: 25px 20px 110px;
}

.education-case-title {
  font-size: 16px !important;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: var(--black-color);
}

.education-case-service-title {
  margin-top: 16px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--gray-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #FFF;
}

.education-case-service-name {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#case .slick-dots {
  bottom: -64px;
}

#case .slick-dots button::before {
  content: "";
  background-color: #AAA;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.2s;
}

#case .slick-dots .slick-active button::before {
  background-color: #F6946F;
}/*# sourceMappingURL=solution-education.css.map */