.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-start {
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .section-title-center {
    justify-content: center;
  }
}

.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-sub-start {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section-title-sub-center {
    text-align: center;
  }
}

.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;
  }
}

.section-title-main-start {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section-title-main-center {
    text-align: center;
  }
}

.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-corporate-learning-kv {
  background-image: url(../images/solution/education/education-corporate-learning-kv-pc.jpg);
}
@media only screen and (max-width: 768px) {
  .education-corporate-learning-kv {
    background-image: none;
  }
}

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

.education-kv-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .education-kv-title {
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    padding: 20px;
    height: 300px;
    background: url(../images/solution/education/education-corporate-learning-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);
}
@media only screen and (max-width: 768px) {
  .education-kv-title-main-prefix {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

.education-kv-title-main-body {
  font-size: 96px;
  line-height: 1;
  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;
    text-align: center;
  }
}

.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: grid;
  grid-template-columns: auto auto;
  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: 100%;
  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;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .education-kv-btns {
    justify-content: center;
    margin: 0;
    padding: 20px 16px;
    gap: 16px;
  }
}

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

.education-kv-badge-container {
  position: absolute;
  top: -66px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 768px) {
  .education-kv-badge-container {
    display: none;
  }
}

.education-kv-badge {
  width: 152px;
  height: auto;
}

.education-kv-badge-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-align: center;
  color: var(--black-color);
}

.education-solution-issue {
  position: relative;
  padding: 80px 0 40px;
  background: #F1F1F1;
}
.education-solution-issue::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  width: 100%;
  height: 121px;
  background: #F1F1F1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 10;
  content: "";
}
@media only screen and (max-width: 768px) {
  .education-solution-issue::after {
    bottom: -40px;
    height: 41px;
  }
}

.education-solution-issue-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .education-solution-issue-inner {
    padding: 0 20px;
  }
}

.education-solution-issue-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 60px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .education-solution-issue-list {
    gap: 40px;
  }
}

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

.education-solution-issue-list-item-icon {
  width: 85px;
  height: auto;
}

.education-solution-issue-list-item-content {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 7%;
  text-align: center;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-solution-issue-list-item-content {
    font-size: 16px;
  }
}

.education-solution-approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (max-width: 768px) {
  .education-solution-approach {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.education-solution-approach-texts-container {
  display: flex;
  justify-content: flex-end;
  padding: 150px 40px 70px;
}
@media only screen and (max-width: 768px) {
  .education-solution-approach-texts-container {
    justify-content: center;
    padding: 80px 20px 24px;
  }
}

.education-solution-approach-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 500px;
}

.education-solution-approach-description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 7%;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-solution-approach-description {
    font-size: 16px;
    line-height: 1.8;
  }
}

.education-solution-approach-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .education-solution-approach-thumbnail-wrapper {
    height: auto;
    padding: 0 20px 40px;
  }
}

.education-solution-approach-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .education-solution-approach-thumbnail {
    position: relative;
    aspect-ratio: 3/2;
  }
}

#achievements {
  padding: 40px 20px;
  background: linear-gradient(90deg, rgba(246, 124, 77, 0.4) 0%, rgba(232, 255, 142, 0.4) 100%);
}
@media only screen and (max-width: 768px) {
  #achievements {
    padding: 24px 16px;
  }
}

.education-achievements-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .education-achievements-list {
    gap: 16px;
  }
}

.education-achievements-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-left: 24px;
  border-left: 2px solid var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-achievements-list-item {
    padding-left: 16px;
  }
}

.education-achievements-list-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 7%;
  color: var(--gray-color);
}

.education-achievements-list-item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3%;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-achievements-list-item-content {
    font-size: 18px;
  }
}

.education-achievements-list-item-content-strong {
  font-size: 60px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--gray-color);
}
@media only screen and (max-width: 768px) {
  .education-achievements-list-item-content-strong {
    font-size: 40px;
  }
}

.education-achievements-note {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2%;
  margin-top: 24px;
  text-align: center;
  color: var(--black-color);
}

@media only screen and (max-width: 768px) {
  .education-certification {
    padding-bottom: 20px;
  }
}

.education-certification-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.education-certification-badge {
  width: 150px;
  height: auto;
}

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

.education-certification-description {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .education-certification-description {
    font-size: 16px;
  }
}

.education-certification-link {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--black-color);
}
.education-certification-link a {
  text-decoration: underline;
  color: var(--black-color);
}

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

.education-case-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 32px;
}

.education-case-list-item {
  background: #FFF;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}

.education-case-list-item-thumbnail-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

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

.education-case-list-item-content {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.education-case-list-item-heading {
  display: grid;
  gap: 8px;
  justify-content: center;
}

.education-case-list-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--black-color);
}

.education-case-list-item-type {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--black-color);
}

.education-case-list-item-texts {
  display: grid;
  gap: 16px;
}

.education-case-list-item-lead {
  margin-inline: -8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt" 1;
}

.education-case-list-item-description {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  color: #555;
}
.education-case-list-item-description a {
  text-decoration: underline;
  color: #555;
}

.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 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 40px;
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list {
    margin-top: 40px;
  }
}

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

.education-benefits-list-item-thumbnail-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
@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: 100%;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-texts {
    padding-inline: 16px;
  }
}

.education-benefits-list-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .education-benefits-list-item-title {
    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 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  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: 8px;
  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);
  text-align: center;
}
@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: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--education-color);
}
@media only screen and (max-width: 768px) {
  .education-situations-article-icon-wrapper {
    width: 120px;
    height: 120px;
  }
}

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

.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-products {
  padding: 20px 0 0;
}

.education-products-content {
  margin-top: 60px;
  padding: 60px 20px;
  width: 100%;
  background: linear-gradient(90deg, #FFC79A 40%, #F9EADD 100%);
}
@media only screen and (max-width: 768px) {
  .education-products-content {
    margin-top: 32px;
    padding: 60px 16px;
  }
}

.education-products-basics {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .education-products-basics {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.education-products-basics-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.education-products-basics-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .education-products-basics-heading {
    align-items: center;
    width: 100%;
  }
}

.education-products-basics-label {
  padding: 6px 16px;
  border: solid 2px var(--black-color);
  border-radius: 9999px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--black-color);
}

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

.education-products-basics-lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-products-basics-lead {
    font-size: 18px;
  }
}

.education-products-basics-description {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-products-basics-description {
    font-size: 16px;
    text-align: center;
  }
}

.education-products-basics-thumbnail-wrapper {
  width: 100%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 768px) {
  .education-products-basics-thumbnail-wrapper {
    max-width: 260px;
  }
}

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

.education-products-feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 10px;
  margin-top: 32px;
}

.education-products-feature-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(90deg, rgba(254, 223, 197, 0.5) 40%, rgba(255, 255, 255, 0.5) 100%);
}

.education-products-feature-list-item-icon {
  width: 54px;
  height: auto;
}

.education-products-feature-list-item-content {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.education-products-lms {
  margin-top: 40px;
}

.education-products-lms-lead {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: var(--black-color);
}
@media only screen and (max-width: 768px) {
  .education-products-lms-lead {
    text-align: center;
  }
}

.education-products-lms-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr));
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .education-products-lms-list {
    gap: 0 32px;
  }
}

.education-products-lms-list-item {
  width: 100%;
  height: auto;
}

.education-products-lms-list-logo {
  width: 100%;
  height: auto;
}

.education-products-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

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

.education-products-situations {
  padding: 40px 20px 60px;
  background: #F9EADD;
}
@media only screen and (max-width: 768px) {
  .education-products-situations {
    padding: 40px 16px 60px;
  }
}

.education-products-situations-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.education-products-situations-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: var(--black-color);
}

.education-products-situations-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 32px;
  width: 100%;
}

.education-products-situations-list-item-link {
  display: block;
  flex-direction: column;
  background: #FFF;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}

.education-products-situations-list-item-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.education-products-situations-list-item-thumbnail-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  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-products-situations-list-item-thumbnail-wrapper::after {
    width: 56px;
    height: 56px;
  }
}

.education-products-situations-list-item-link:hover .education-products-situations-list-item-thumbnail-wrapper::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-products-situations-list-item-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

.education-products-situations-list-item-link:hover .education-products-situations-list-item-thumbnail {
  scale: 1.05;
  opacity: 0.2;
}

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

.education-products-situations-list-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--black-color);
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .education-products-situations-list-item-title {
    font-size: 20px;
  }
}

.education-products-situations-list-item-link:hover .education-products-situations-list-item-title {
  color: var(--accent-color);
}

.education-products-situations-list-item-description {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--black-color);
}

.education-products-services-general {
  padding: 8px 0;
}

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

.education-products-services-list-item {
  padding: 32px max(20px, (100vw - var(--page-width)) / 2);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-item {
    padding: 32px 16px;
  }
}
@media (any-hover: hover) {
  .education-products-services-list-item:hover {
    background-size: 105%;
  }
  .education-products-services-list-item:hover .education-products-services-list-title {
    opacity: 0.4;
  }
  .education-products-services-list-item:hover .education-products-services-list-description {
    opacity: 0.4;
  }
}

.education-products-services-list-item-web-reader {
  background: url(../images/solution/education/education-service-web-reader-pc.jpg) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-item-web-reader {
    background: url(../images/solution/education/education-service-web-reader-sp.jpg) no-repeat center/100%;
  }
}

.education-products-services-list-item-speech-maker {
  background: url(../images/solution/education/education-service-speech-maker-pc.jpg) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-item-speech-maker {
    background: url(../images/solution/education/education-service-speech-maker-sp.jpg) no-repeat center/100%;
  }
}

.education-products-services-list-item-global-voice-english {
  background: url(../images/solution/education/education-service-global-voice-english-pc.jpg) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-item-global-voice-english {
    background: url(../images/solution/education/education-service-global-voice-english-sp.jpg) no-repeat center/100%;
  }
}

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

.education-products-services-list-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--gray-color);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-title {
    font-size: 22px;
    line-height: 1.4;
  }
}

.education-products-services-list-description {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--black-color);
  width: 100%;
  max-width: 720px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .education-products-services-list-description {
    font-size: 16px;
    line-height: 2;
  }
}

.education-products-services-education {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0 8px;
}

.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 {
  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);
  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%;
}

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

#solution #faq {
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  .education-faq-narrow {
    padding-top: 0;
  }
}

.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;
  }
}/*# sourceMappingURL=solution-education.css.map */