body {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(/static/media/ProximaNova-Regular.db098dc7.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(/static/media/ProximaNova-Bold.f3c7fec7.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(/static/media/ProximaNova-Extrabld.b27eab22.ttf) format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Freight";
  src: url(/static/media/FreightBigProBlack-Regular.72462969.ttf)
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "けいなんむぎまるJP";
  src: url(/static/media/けいなんむぎまるJP.3f8e995e.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "デラまるゴシック";
  src: url(/static/media/デラまるゴシック.b8494a02.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "つぐみ丸ゴシック";
  src: url(/static/media/つぐみ丸ゴシック-Regular.383af0be.ttf)
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "つぐみ丸ゴシック";
  src: url(/static/media/つぐみ丸ゴシック-Bold.e07fb461.ttf) format("truetype");
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .services-container {
    padding: 60px 15px;
  }
  .services-container .boxes .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .services-container .boxes .box .content {
    padding: 25px 15px;
  }
  .pricing-container {
    padding: 60px 0;
  }
  .pricing-container .pricing-content .pricing-cards {
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    padding: 0;
  }
  .pricing-container .pricing-content .pricing-cards .pricing-card {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .pricing-container
    .pricing-content
    .pricing-cards
    .pricing-card:last-of-type {
    margin-bottom: 0;
  }
  .top-container__left {
    width: 100%;
    border-bottom-right-radius: 0;
  }
}
.top-container {
  overflow: hidden;
  display: flex;
  color: #fff;
}
.top-container .button {
  outline: none;
  border: transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(108, 40, 210, 0.831372549);
  color: #fff;
  padding: 10px 30px;
}
.top-container .get {
  margin: 16px 0;
  padding: 24px 28px;
  font-size: 16px;
}
.top-container__left {
  background: linear-gradient(180deg, #6bb6ff, #87ceeb);
  width: 92%;
  border-bottom-right-radius: 330px;
  position: relative;
}
.top-container__left .hero-image {
  width: 520px;
  height: 480px;
  z-index: 10;
  background: url(/static/media/e-learning.5675bbb8.jpg) 50%;
  background-size: cover;
  border-radius: 50% 0 50% 50%;
  top: 100px;
  right: -50px;
  position: absolute;
}
.top-container__left .fill-circle {
  background: #ffb366;
  bottom: -350px;
  left: -160px;
  box-shadow: inset 0 0 0 15px #616161;
}
.top-container__left .border-circle,
.top-container__left .fill-circle {
  position: absolute;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  border: 1px solid #3844c0;
}
.top-container__left .border-circle {
  top: -200px;
  right: 20px;
}
.top-container__left .nav {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}
.top-container__left .nav .logo {
  color: #fff;
  font-size: 25px;
  font-family: "つぐみ丸ゴシック", sans-serif;
  font-weight: 400;
}
.top-container__left .nav .nav-items {
  color: #fff;
  display: flex;
  z-index: 10;
  font-weight: 400;
  font-size: 13px;
  align-items: center;
}
.top-container__left .nav-item {
  margin-left: 25px;
  cursor: pointer;
}
.top-container__left a :last-child {
  margin-left: 25px;
}
.hover-lift {
  transition: transform 200ms ease, box-shadow 200ms ease;
  will-change: transform;
}

/* ホバーで少しだけ上に */
.hover-lift:hover {
  transform: translateY(-2px);
}

.hover-lift:focus-visible {
  outline-offset: 2px;
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* 低速・好み調整（モーション軽減） */
@media (prefers-reduced-motion: reduce) {
  .hover-lift,
  .hover-lift:hover,
  .hover-lift:focus-visible {
    transition: none;
    transform: none;
  }
}

.top-container__right {
  background: #fff;
  width: 13%;
  text-align: center;
  padding: 16px 10px;
}
.top-container .content {
  padding: 95px 0 160px 80px;
}
.top-container .content .update {
  background: #fffcf9;
  display: flex;
  padding: 5px 0 5px 5px;
  align-items: center;
  border-radius: 30px;
  width: 420px;
  font-size: 12.5px;
  color: rgba(0, 0, 0, 0.7019607843);
}
.top-container .content .update .new {
  text-transform: uppercase;
  background: #f18233;
  color: #fff;
  padding: 7px 27px;
  margin-right: 20px;
  border-radius: 30px;
}
.top-container .content .title {
  width: 540px;
  font-size: 55px;
  font-family: "つぐみ丸ゴシック", sans-serif;
  font-weight: 700;
}
.top-container .content .sub {
  width: 380px;
  margin-top: -10px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.pricing-container {
  padding: 100px 5%;
  background: #f8f9ff;
  text-align: center;
}
.pricing-container .pricing-content {
  max-width: 100vw;
  margin: 0 auto;
}
.pricing-container .pricing-content .title-small {
  font-size: 12px;
  padding-bottom: 10px;
  color: #ef692f;
  font-weight: 700;
}
.pricing-container .pricing-content .title {
  color: #5a8dd6;
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
}
.pricing-container .pricing-content .sub {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-container .pricing-content .pricing-cards {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  gap: 40px;
  margin: 0 auto 40px;
  max-width: 80%;
}
.pricing-container .pricing-content .pricing-cards .pricing-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  min-width: 300px;
  position: relative;
  transition: transform 0.3s ease;
}
.pricing-container .pricing-content .pricing-cards .pricing-card:hover {
  transform: translateY(-5px);
}
.pricing-container .pricing-content .pricing-cards .pricing-card.basic {
  border-top: 4px solid #2e37a4;
}
.pricing-container .pricing-content .pricing-cards .pricing-card.practical {
  border-top: 4px solid #ef692f;
}
.pricing-container .pricing-content .pricing-cards .pricing-card .card-header {
  margin-bottom: 30px;
}
.pricing-container
  .pricing-content
  .pricing-cards
  .pricing-card
  .card-header
  h3 {
  font-size: 24px;
  color: #2e37a4;
  margin-bottom: 10px;
}
.pricing-container
  .pricing-content
  .pricing-cards
  .pricing-card
  .card-header
  .lessons {
  background: #ef692f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}
.pricing-container .pricing-content .pricing-cards .pricing-card .price {
  margin-bottom: 30px;
}
.pricing-container
  .pricing-content
  .pricing-cards
  .pricing-card
  .price
  .amount {
  font-size: 32px;
  font-weight: 700;
  color: #2e37a4;
}
.pricing-container .pricing-content .pricing-cards .pricing-card .features {
  margin-bottom: 30px;
  text-align: left;
}
.pricing-container
  .pricing-content
  .pricing-cards
  .pricing-card
  .features
  .feature {
  margin: 15px 0;
  color: #666;
  font-size: 15px;
}
.pricing-container .pricing-content .pricing-cards .pricing-card .pricing-btn {
  outline: none;
  border: transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(108, 40, 210, 0.831372549);
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 8px;
}
.pricing-container .pricing-content .note {
  color: #999;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pricing-container .pricing-cards {
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
  }
  .pricing-container .pricing-cards .pricing-card {
    min-width: 280px;
    max-width: 350px;
  }
}
.about-container {
  display: flex;
  padding: 120px 100px;
  justify-content: space-around;
}
.about-container__images {
  display: flex;
  margin-top: 32px;
}
.about-container__images .img {
  height: 270px;
  width: 250px;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.about-container__images .img-1 {
  background: url(/static/media/about-1.e66e59af.jpg) 50%;
  margin-right: 40px;
  background-size: cover;
}
.about-container__images .img-2 {
  background: url(/static/media/about-2.31f8c56e.jpg) 50% 0;
  background-size: cover;
}
.about-container__content {
  padding: 0 82px;
}
.about-container__content .title-small {
  font-size: 12px;
  padding-bottom: 10px;
}
.about-container__content .title {
  color: #2e37a4;
  font-size: 36px;
  line-height: 1.3;
}
.about-container__content .sub {
  color: #262626;
  line-height: 2;
  font-size: 15px;
  padding: 20px 0;
}
.about-container__content .button {
  outline: none;
  border: transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(108, 40, 210, 0.831372549);
  color: #fff;
  padding: 15px 35px;
  font-size: 12px;
}
.services-container {
  padding: 100px 5%;
}
.services-container .texts {
  text-align: center;
  margin-bottom: 50px;
}
.services-container .texts .title-small {
  font-size: 12px;
  padding-bottom: 10px;
  color: #ef692f;
  font-weight: 700;
}
.services-container .texts .sub {
  color: #262626;
  padding: 0 24%;
  line-height: 1.4;
}
.services-container .texts .title {
  color: #5a8dd6;
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0;
}
.services-container .boxes {
  display: flex;
  justify-content: center;
  grid-gap: 50px;
  gap: 50px;
  margin: 50px 0;
}
.course-detail-container {
  background: #f5f6fb;
  padding: 80px 8%;
  position: relative;
}
.course-detail-container .course-header {
  text-align: center;
  margin-bottom: 60px;
}
.course-detail-container .course-header .course-badge {
  background: #36b4ff;
  color: #fff;
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
}
.course-detail-container .course-header .course-title {
  color: #2e37a4;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.course-detail-container .course-header .instructor {
  color: #666;
  font-size: 16px;
}
.course-detail-container .course-content {
  max-width: 800px;
  margin: 0 auto;
}
.course-detail-container .course-content .course-section {
  margin-bottom: 50px;
}
.course-detail-container .course-content .course-section .section-title {
  color: #36b4ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #36b4ff;
}
.dxlogo {
  position: absolute;
  top: -105px;
  right: 280px;
  width:200px;
}
.dxlogo img {
  width: 100%;
  height: auto;
}
.course-detail-container .course-content .course-section .recommendation-list,
.course-detail-container .course-content .course-section .skill-list {
  list-style: none;
  padding: 0;
}
.course-detail-container
  .course-content
  .course-section
  .recommendation-list
  li,
.course-detail-container .course-content .course-section .skill-list li {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 20px 20px 40px;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
.course-detail-container
  .course-content
  .course-section
  .recommendation-list
  li:before,
.course-detail-container .course-content .course-section .skill-list li:before {
  content: "•";
  color: #36b4ff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 18px;
  top: 18px;
}
.course-detail-container
  .course-content
  .course-section
  .recommendation-list
  li:last-child,
.course-detail-container
  .course-content
  .course-section
  .skill-list
  li:last-child {
  margin-bottom: 0;
}
.course-detail-container .course-illustration {
  position: absolute;
  right: 8%;
  bottom: 80px;
  width: 300px;
  height: 200px;
}
.course-detail-container .course-illustration .illustration-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8bb6ff, #5a9fff);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.course-detail-container
  .course-illustration
  .illustration-placeholder
  .therapy-scene {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 120px;
  height: 80px;
  background: #4a8fff;
  border-radius: 20px;
}
.course-detail-container
  .course-illustration
  .illustration-placeholder
  .therapy-scene:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #ff6b9d;
  border-radius: 50%;
}
.course-detail-container
  .course-illustration
  .illustration-placeholder
  .therapy-scene:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 20px;
  background: #ffe66d;
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  .course-detail-container .course-illustration {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .top-container .content {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .top-container .button {
    padding: 10px 25px;
  }
  .top-container .content {
    padding-left: 60px;
  }
  .top-container .content .title {
    font-size: 32px;
    width: 400px;
  }
  .top-container .content .update {
    width: 400px;
  }
  .top-container__left {
    padding-bottom: 3rem;
  }
  .top-container__left .hero-image {
    width: 450px;
    height: 410px;
  }
  .top-container__left .border-circle {
    width: 400px;
    height: 400px;
  }
  .about-container {
    padding: 120px 30px;
  }
  .about-container__content {
    padding: 0 50px;
  }
  .services-container {
    padding: 100px 40px;
  }
  .services-container .texts .sub {
    padding: 0 15%;
  }
  .services-container .boxes .box {
    margin-right: 20px;
  }
  .location {
    padding-left: 30%;
  }
  .location .find-box button {
    padding: 13.9px 40px;
  }
  .blog-container {
    padding: 100px 4%;
  }
  .blog-container .box {
    margin-right: 20px;
  }
  .blog-container .box-3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  .top-container__left {
    width: 100%;
  }
  .top-container__left .nav .nav-items,
  .top-container__right {
    display: none;
  }
  .about-container {
    flex-direction: column-reverse;
    padding: 100px 10px;
  }
  .about-container,
  .about-container__images {
    justify-content: center;
  }
  .about-container__content {
    padding: 20px 170px;
  }
  .services-container {
    padding: 100px 5%;
  }
  .services-container .texts .sub {
    padding: 0 2%;
  }
  .services-container .boxes {
    flex-direction: column;
  }
  .services-container .boxes .box {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .services-container .boxes .box:last-of-type {
    margin: 0;
  }
  .location {
    padding-left: 20%;
  }
  .blog-container .box {
    margin: 0 0 30px;
  }
  .blog-container .box .top {
    height: 300px;
  }
  .blog-container .box-3 {
    margin-bottom: 0;
  }
  .blog-container .article-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-container {
    padding: 100px 6%;
  }
}
@media screen and (max-width: 820px) {
  .top-container .content {
    padding-left: 30px;
  }
  .top-container__left .hero-image {
    width: 400px;
    height: 360px;
  }
  .top-container__left .border-circle {
    width: 350px;
    height: 350px;
  }
  .location {
    padding: 100px 5%;
  }
  .newsletter .input-con input {
    width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .top-container__left .hero-image {
    width: 360px;
    height: 320px;
  }
  .top-container .footer-container {
    padding: 100px 6%;
  }
  .top-container .footer-container .content {
    margin-right: 20px;
  }
  .about-container {
    padding: 50px 10px;
  }
  .about-container__content {
    padding: 0 10px;
  }
  .about-container__images .img-1 {
    margin-right: 5%;
  }
  .dxlogo {
  position: absolute;
  top: -95px;
  left:150px;
}
  .dxlogo img {
    width:180px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .top-container .content {
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 10px;
    position: relative;
  }
  .top-container .content .inner {
    padding: 19% 13%;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 20;
  }
  .top-container .content .update {
    width: 100%;
    background: transparent;
  }
  .top-container .content .update .latest {
    color: #fff;
  }
  .top-container .content .sub,
  .top-container .content .title {
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .top-container__left {
    border-bottom-right-radius: 0;
  }
  .top-container__left .hero-image {
    background: url(/static/media/e-learning.5675bbb8.jpg) rgba(0, 0, 0, 0.4)
      50%;
    background-size: cover;
    background-blend-mode: multiply;
    height: 450px;
  }
  .top-container__left .nav {
    margin-bottom: 0;
  }
  .top-container__left .hero-image {
    position: static;
    width: 90%;
    border-radius: 5px;
    margin: auto auto 20px;
  }
  .top-container__left .border-circle,
  .top-container__left .fill-circle {
    display: none;
  }
  .about-container {
    flex-direction: column;
  }
  .about-container__images {
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .about-container__images .img {
    width: 90%;
    height: 530px;
  }
  .about-container__images .img-2 {
    background-position: 50% 0;
  }
  .about-container__images .img-1 {
    display: none;
    margin: 0 0 10px;
  }
  .services-container .boxes .box .content {
    padding: 40px 25px;
  }
  .location .content {
    padding: 30px;
  }
  .location .find-box .title {
    font-size: 30px;
  }
  .location .find-box .sub {
    padding-right: 10px;
  }
  .location .find-box .input-con {
    text-align: center;
  }
  .location .find-box input {
    padding: 15px 20px;
    margin-bottom: 5px;
    font-size: 14px;
    box-sizing: border-box;
    width: 90%;
    border-radius: 5px;
  }
  .location .find-box input::placeholder {
    font-size: 14px;
  }
  .location .find-box button {
    border-radius: 5px;
    width: 90%;
    position: static;
    padding: 12px 40px;
  }
  .newsletter .input-con {
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 2px;
  }
  .newsletter .input-con .container {
    margin-bottom: 30px;
  }
  .newsletter .input-con input {
    width: 100%;
  }
  .newsletter .input-con button {
    padding: 10px 20px;
  }
  .newsletter .sub {
    padding: 10px 20px 30px;
  }
  .footer-container {
    margin: auto;
    padding: 100px 4%;
  }
  .footer-container .con {
    font-size: 16px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    text-align: center;
  }
  .footer-container .content .icons {
    justify-content: center;
  }
  .footer-container .con-3 {
    margin-left: auto;
    margin-right: auto;
  }
    .dxlogo {
  position: absolute;
  top: -95px;
  left:90px;
}
}
@media screen and (max-width: 380px) {
  .top-container__left .hero-image {
    width: 95%;
  }
  .services-container {
    padding: 100px 5%;
  }
  .about-container {
    flex-direction: column;
  }
  .about-container__images .img {
    width: 90%;
    height: 320px;
  }
  .about-container__images .img-2 {
    background-position: 50% 2%;
  }
  .blog-container .box .top {
    height: 220px;
  }
  .content .icons {
    margin: auto;
  }
  .footer-container {
    padding: 100px 7%;
    text-align: center;
  }
  .footer-container .con-3 {
    margin: auto;
  }
}
.footer-container {
  background: linear-gradient(180deg, #3999f9, #3bb8ea);
  color: #fff;
  text-align: center;
  padding: 60px 5%;
}
.footer-container .content {
  max-width: 600px;
  margin: 0 auto;
}
.footer-container .content .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.footer-container .content .sub {
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.9;
}
.footer-container .content .icons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-container .content .icons .fab {
  margin: 0 15px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.footer-container .content .icons .fab:hover {
  transform: scale(1.1);
}
.footer-container .copyright {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}
.SideDrawer_SideDrawer__2pzDr {
  position: fixed;
  display: block;
  width: 300px;
  max-width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  overflow: scroll;
  background: #fff;
  padding: 32px 16px;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
.SideDrawer_NavItems__20DXT {
  margin: 1em 0 1em 0.5em;
  text-transform: capitalize;
  cursor: pointer;
  color: #2e37a4;
}
.SideDrawer_Nav__3RXL1 {
  font-size: 30px;
  margin-top: 10px;
}
.SideDrawer_Nav__3RXL1 a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 951px) {
  .SideDrawer_SideDrawer__2pzDr {
    display: none;
  }
}
.SideDrawer_Open__3nCBs {
  transform: translateX(0);
}
.SideDrawer_Close__2WkPj {
  transform: translateX(-100%);
}
.SideDrawer_Logo__3Mh3_ {
  height: 11%;
  margin-bottom: 32px;
}
.Backdrop_Backdrop__Vem4f {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 951px) {
  .Backdrop_Backdrop__Vem4f {
    display: none;
  }
}
.box {
  background: #fffcf9;
  border: 1px solid #fff2e5;
  border-radius: 5px;
  max-width: 400px;
}
.box:last-of-type {
  margin-right: 0;
}
.box .content {
  padding: 20px 25px;
  color: #6c360f;
}
.box .content .icon {
  width: 60px;
  padding: 10px 0 30px;
}
.box .content .tablet {
  margin-top: 10px;
}
.box .content .title-small {
  color: #b8860b;
  font-size: 12px;
}
.box .content .title {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
}
.box .content .doc {
  padding: 36px 0;
}
.box .content .sub {
  font-size: 14.5px;
  line-height: 1.7;
  padding-right: 5px;
}
.box .content .instructor {
  font-size: 12px;
  color: #a0a0a0;
  margin: 15px 0;
  font-style: italic;
  white-space: pre-line; /* ← 追加20259/2 */
  line-height: 1.6;
}
.box .content .section {
  margin: 20px 0;
}
.box .content .section .section-title {
  color: #8b4513;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid tan;
  padding-bottom: 5px;
}
.box .content .section .section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box .content .section .section-list li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  color: #8b4513;
}
.box .content .section .section-list li:before {
  content: "•";
  color: tan;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.box .content .more {
  text-align: right;
  color: #8b4513;
  padding: 40px 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.box .content .more img {
  width: 13px;
  margin-left: 5px;
}
.nav-items a {
  text-decoration: none;
  color: inherit;
}
.cta-section {
  padding: 90px 5% 80px 5%; 
  color: #000;
  text-align: center;
}
.cta-section .cta-inner {
  max-width: 760px;
  margin: 50px auto;
  position: relative;
}
.cta-section .cta-title {
  color: #5a8dd6;
  font-size: 32px;
  font-weight: 700;
}
.cta-section .cta-sub {
  font-size: 16px;
  opacity: 0.95;
  margin-bottom: 40px;
}
.cta-section .cta-btn {
  outline: none;
  border: transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(108, 40, 210, 0.831372549);
  color: #fff;
  width: 100%;
  padding: 18px 50px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
}
.cta-title {
  color: #262626;
  padding: 0 24%;
  line-height: 1.4;
}
@media (max-width: 700px) {
  .cta-section {
    padding: 60px 6%;
  }
  .cta-section .cta-title {
    font-size: 26px;
  }
}

/*# sourceMappingURL=main.29519b82.chunk.css.map */
