/* グローバルメニュー */
#global_menu>ul>li {
    display: inline-block;
    n: relative;
    line-height: 1;
    text-align: center;
    font-size: 16px !important;
}
#global_menu ul ul li {
    line-height: 1.5em;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    display: block;
}

#footer_logo {
    padding-bottom: 100px;
}

/* フッター */
.footer02 {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}
.footer02 footer {
  width: 100%;
  position: relative;
  z-index: 10;
}
.container-footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px 0px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.footer02 footer .container-footer .footer-links a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 5px 10px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}
.footer02 footer .container-footer .footer-links a:hover {
  color: #0066ff !important;
  text-decoration: none !important;
}

/* 各ページヘッダーグラデーション */
.pc-h {
    font-size: 26px;
    font-weight: 500;
}
.mobile {
    font-size: 18px;
    font-weight: 500;
}
h2.common_headline {
    position: relative;
    color: #269401;
    font-weight: 700;
    font-size: 30px!important;
    text-shadow:
        0 1px 0 #ffffff,
        0 2px 0 #ffffff,
        0 3px 0 #ffffff,
        0 1px 3px rgba(160, 210, 255, .10),
        0 3px 5px rgba(140, 200, 255, .10),
        0 5px 10px rgba(120, 190, 250, .30),
        0 10px 10px rgba(100, 180, 240, .40),
        0 20px 20px rgba(180, 220, 255, .50);
}
/* ヘッダー説明文グラデーション */
.animate_item {
    position: relative;
    margin: 0px 0px 30px 0px;
    color: #ffffff;
    font-size: 30px;
    line-height: 52px !important;
    font-weight: 500;
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #6b6b6b,
        0 3px 0 #6b6b6b,
        0 2px 0 #6b6b6b,
        0 2px 0 #ccc,
        0 0 8px rgba(42, 152, 13, 1),
        0 0 15px rgba(39, 135, 3, .95),
        0 0 25px rgba(26, 96, 2, .90),
        0 0 45px rgba(10, 45, 1, .70),
        0 1px 12px rgba(39, 135, 3, .95),
        0 6px 10px rgba(15, 61, 1, .85),
        0 10px 40px rgba(10, 45, 1, .75),
        0 15px 50px rgba(8, 30, 1, .65);
}


/* TOPヘッダーテキストグラデーションカラー */
#header_slider .catch {
    position: relative;
    color: white;
    font-weight: 700;
}
#header_slider .catch:before {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90deg, #4bc0c8 0%, #c779d0 60%, #feac5e 100%);
    filter: blur(20px);
    content: "";
    z-index: -1;
}
#header_slider .desc {
    position: relative;
    color: green;
    font-weight: 700;
}
#header_slider .desc:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #4bc0c8 0%, #c779d0 60%, #feac5e 100%);
    filter: blur(20px);
    content: "";
    z-index: -1;
}
/* ロゴ */
#header_logo {
    z-index: 10;
    position: absolute;
    left: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer_logo {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
/* 認定SEOコンサルタント養成スクール */
.main-heading {
    text-align: center;
    font-size: 36px;
    line-height: 60px !important;
    font-weight: 600;
    margin: 45px 0;
}
.sub-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px !important;
    margin: 0 0 45px 0;
}
.course-info-container {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 25px;
    max-width: 850px;
    width: 100%;
    align-items: stretch;
    margin: 20px 20px !important;
    padding: 0 20px;
    box-sizing: border-box;
}
.course-info-box {
    position: relative;
    padding: 24px 28px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.course-info-box--teal {
    background: linear-gradient(135deg, #4db8a8 0%, #5dd6c4 100%);
}
.course-info-box--lime {
    background: linear-gradient(135deg, #88d66c 0%, #64AF02 100%);
}
.course-schedule-item {
    display: inline-block;
}
.seo-catchphrase-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 850px;
    width: 100%;
}
.seo-catchphrase-box {
    position: relative;
    margin: 20px 0;
    padding: 23px 30px 23px 50px;
    border-radius: 8px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    background: #ffffff;
    border-left: 13px solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    text-align: left;
}
.seo-catchphrase-box:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.seo-catchphrase-box--green1 {
    border-left-color: #48c9b0;
    background: linear-gradient(to right, rgba(72, 201, 176, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.seo-catchphrase-box--green2 {
    border-left-color: #7ec850;
    background: linear-gradient(to right, rgba(126, 200, 80, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.seo-catchphrase-box--green3 {
    border-left-color: #a8d86e;
    background: linear-gradient(to right, rgba(168, 216, 110, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
/* スタイル3: ガラスモーフィズム */
.gradient-heading-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f7fdf4;
    padding: 5px 35px;
    margin: 30px 0px 20px 0;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(139, 140, 137, 0.2);
    border: 1px solid rgba(136, 214, 108, 0.3);
    min-height: auto !important;
}
.gradient-heading-number {
    font-size: 58px;
    font-weight: 900;
    background: linear-gradient(135deg, #48c9b0 0%, #64AF02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    flex-shrink: 0;
    padding: 5px;
    margin: 0;
}
.gradient-heading-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5 !important;
    margin: 0;
    padding-top: 20px;
    margin-bottom: 20px !important;
    background: linear-gradient(90deg, #64AF02 0%, #48c9b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
h2.title-cont1 {
    padding: 15px 30px!important;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #88d66c, #64AF02);
}
.title-cont1 {
    padding: 15px 30px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #88d66c, #64AF02);
}
h2.title-cont-red {
    padding: 22px 30px;
    margin-bottom: 50px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
}
.title-cont-red {
    padding: 22px 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    margin: 0 auto;
}
h2.title-cont-red2 {
    padding: 20px 20px!important;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    margin: 50px auto;
}
.tr-page {
    font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
    background: #ffffff;
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.tr-wrap {
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 760px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.tr-head {
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    color: white;
    padding: 23px 40px;
    text-align: center;
}
.tr-title {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 3px;
}
.tr-dates {
    padding: 30px 80px;
    background: #f8f9fa;
}
.tr-date {
    display: flex;
    align-items: left;
    justify-content: left;
    padding: 15px 80px;
    font-size: 1.1em;
    border-bottom: 1px solid #e0e0e0;
}
.tr-city {
    font-weight: 700;
    color: #c92a2a;
    min-width: 90px;
}
.tr-time {
    font-weight: 600;
    color: #333;
}
.tr-schedule {
    padding: 25px 50px;
}
.tr-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.tr-slot {
    background: #ff8c8c;
    color: white;
    padding: 25px;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tr-desc {
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    border: 2px solid #f0f0f0;
    line-height: 28px;
}
.tr-cta {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
}
.tr-btn {
    display: inline-block;
    width: 280px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b 0%, #c92a2a 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(228, 93, 117, 0.4);
    position: relative;
    overflow: hidden;
}
.tr-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(228, 93, 117, 0.5);
    background: linear-gradient(135deg, #c92a2a 0%, #ff6b6b 100%);
}
.tr-btn:active {
    transform: translateY(0);
    color: #fff;
}
.tr-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(247, 92, 74), transparent);
    transition: left 0.2s;
}
.tr-btn:hover::before {
    left: 100%;
}
/* 1級のスタイル */
.seo-grade1-container {
    max-width: 850px;
    margin: 10px auto;
    background: linear-gradient(145deg, #f7fdf5 0%, #e8f5e3 100%);
    border-radius: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.seo-grade1-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 10px 20px;
}
.seo-grade1-logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.seo-grade1-logo::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(136, 157, 62, 0.1) 0%, transparent 70%);
    border-radius: 15px;
    z-index: -1;
}
.seo-grade1-logo img {
    width: 185px;
    height: 116px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.seo-grade1-info {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.seo-grade1-topics {
    list-style: none!important;
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.seo-grade1-topics ul {
    list-style: none!important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.seo-grade1-topics li {
    list-style: none!important;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    line-height: 1.1;
}
.seo-grade1-topics li::before {
    content: none !important;
    display: none !important;
}
.seo-grade4-topics li::marker {
    content: none !important;
    display: none !important;
}

.seo-grade1-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.seo-grade1-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #9db052 0%, #889D3E 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 25px rgba(136, 157, 62, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.seo-grade1-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}
.seo-grade1-button a:hover::before {
    left: 100%;
}
.seo-grade1-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(136, 157, 62, 0.45);
}
.seo-grade1-button a:active {
    transform: translateY(-1px);
}
.seo-grade1-button a::after {
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 4px;
}
.seo-grade1-button a:hover::after {
    transform: translateX(4px);
}
/* 2級のスタイル */
.seo-grade2-container {
    max-width: 850px;
    margin: 10px auto;
    background: linear-gradient(145deg, #f7fbff 0%, #e6f2ff 100%);
    border-radius: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.seo-grade2-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 10px 20px;
}
.seo-grade2-logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.seo-grade2-logo::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(73, 120, 189, 0.1) 0%, transparent 70%);
    border-radius: 15px;
    z-index: -1;
}
.seo-grade2-logo img {
    width: 185px;
    height: 116px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.seo-grade2-info {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.seo-grade2-topics {
    list-style: none!important;
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.seo-grade2-topics ul {
    list-style: none!important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.seo-grade2-topics li {
    list-style: none!important;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    line-height: 1.1;
}
.seo-grade2-topics li::before {
    content: none !important;
    display: none !important;
}
.seo-grade2-topics li::marker {
    content: none !important;
    display: none !important;
}

.seo-grade2-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.seo-grade2-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5e8dd4 0%, #4978BD 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 25px rgba(73, 120, 189, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.seo-grade2-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}
.seo-grade2-button a:hover::before {
    left: 100%;
}
.seo-grade2-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(73, 120, 189, 0.45);
}
.seo-grade2-button a:active {
    transform: translateY(-1px);
}
.seo-grade2-button a::after {
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 4px;
}
.seo-grade2-button a:hover::after {
    transform: translateX(4px);
}
/* 3級のスタイル */
.seo-grade3-container {
    max-width: 850px;
    margin: 10px auto;
    background: linear-gradient(145deg, #fffbfa 0%, #ffe8e6 100%);
    border-radius: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.seo-grade3-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 10px 20px;
}
.seo-grade3-logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.seo-grade3-logo::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(238, 57, 41, 0.1) 0%, transparent 70%);
    border-radius: 15px;
    z-index: -1;
}
.seo-grade3-logo img {
    width: 185px;
    height: 116px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.seo-grade3-info {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.seo-grade3-topics {
    list-style: none!important;
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.seo-grade3-topics ul {
    list-style: none!important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.seo-grade3-topics li {
    list-style: none!important;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    line-height: 1.1;
}
.seo-grade3-topics li::before {
    content: none !important;
    display: none !important;
}
.seo-grade3-topics li::marker {
    content: none !important;
    display: none !important;
}


.seo-grade3-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.seo-grade3-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f4564a 0%, #EE3929 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 25px rgba(238, 57, 41, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.seo-grade3-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}
.seo-grade3-button a:hover::before {
    left: 100%;
}
.seo-grade3-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(238, 57, 41, 0.45);
}
.seo-grade3-button a:active {
    transform: translateY(-1px);
}
.seo-grade3-button a::after {
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 4px;
}
.seo-grade3-button a:hover::after {
    transform: translateX(4px);
}
/* 4級のスタイル */
.seo-grade4-container {
    max-width: 850px;
    margin: 10px auto;
    background: linear-gradient(145deg, #fffcf7 0%, #fff4e6 100%);
    border-radius: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.seo-grade4-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 10px 20px;
}
.seo-grade4-logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.seo-grade4-logo::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(245, 169, 98, 0.1) 0%, transparent 70%);
    border-radius: 15px;
    z-index: -1;
}
.seo-grade4-logo img {
    width: 185px;
    height: 116px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.seo-grade4-info {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.seo-grade4-topics {
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.seo-grade4-topics ul {
    list-style: none!important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.seo-grade4-topics li {
    list-style: none!important;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    line-height: 1.1;
}
.seo-grade4-topics li::before {
	content: none !important;
    display: none !important;
}
.seo-grade4-topics li::marker {
    content: none !important;
    display: none !important;
}

.seo-grade4-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.seo-grade4-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5a962 0%, #f39237 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 25px rgba(243, 146, 55, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.seo-grade4-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}
.seo-grade4-button a:hover::before {
    left: 100%;
}
.seo-grade4-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(243, 146, 55, 0.45);
}
.seo-grade4-button a:active {
    transform: translateY(-1px);
}
.seo-grade4-button a::after {
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 4px;
}
.seo-grade4-button a:hover::after {
    transform: translateX(4px);
}
.stepbar-pink {
    max-width: 680px;
    margin: 0 auto;
    background: white;
    padding: 8px 20px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.stepbarwrap {
    position: relative;
    padding-bottom: 1px;
}
.stepbarwrap:last-child {
    margin-bottom: 5px;
}
.steptitle {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 1px;
    position: relative;
}
.stepcircle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4db8a8 0%, #7ec850 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(77, 184, 168, 0.3);
    position: relative;
    z-index: 2;
}
.stepcircle>span {
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.step-number {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}
.title {
    font-size: 25px;
    font-weight: 700;
    color: #4db8a8;
    line-height: 1;
    transform: translateY(22px);
}
.title-content .title {
    margin-bottom: 10px;
}
.subtitle {
    font-size: 22px;
    color: #4db8a8;
    line-height: 1.5;
}
.steptxt {
    padding-left: 120px;
    margin-top: -20px;
    margin-bottom: 0px;
    line-height: 1;
}
.steptxt .txt {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.stepline {
    position: absolute;
    left: 40px;
    top: 77px;
    width: 2px;
    height: calc(100% - 0px);
    background: linear-gradient(180deg, #4db8a8 0%, #7ec850 100%);
    display: block;
}
.stepline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #7ec850;
}
.stepbarwrap:last-child .stepline {
    display: none;
}
.boxdesign01-wrapper {
    max-width: 760px;
    margin: 50px auto;
}
.boxdesign01-frame {
    background: linear-gradient(135deg, #4db8a8 0%, #7ec850 100%);
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.boxdesign01-title {
    background: linear-gradient(135deg, #4db8a8 0%, #7ec850 100%);
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.2em;
}
.boxdesign01-content {
    background: white;
    padding: 30px 35px 10px 35px;
    border-radius: 0 0 5px 5px;
}
.boxdesign01-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.boxdesign01-list li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    list-style-type: none;
}
.boxdesign01-list li::before {
    content: '・';
    color: #7ec850;
    font-weight: bold;
    margin-right: 5px;
}
/* 学費について */
.bx01-wrap {
    max-width: 760px;
    margin: 0 auto;
}
.bx01-frm {
    background: linear-gradient(135deg, #4db8a8 0%, #7ec850 50%, #4db8a8 100%);
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.bx01-ttl {
    background: linear-gradient(90deg, #4db8a8 0%, #7ec850 100%);
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.3em;
}
.bx01-cnt {
    background: white;
    padding: 10px 40px 40px 40px;
    border-radius: 0 0 5px 5px;
}
.main-course {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 10px;
}
/* コースヘッダー（番号付き） */
.course-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.course-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b8d84e 0%, #9bc53f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    flex-shrink: 0;
    margin-right: 15px;
}
.course-info {
    flex: 1;
}
.course-name {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.8;
}
.course-sub {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}
/* 追加情報ヘッダー（番号付き） */
.additional-info {
    margin-bottom: 40px;
}
.info-header {
    display: flex;
    align-items: flex-start;
}
.info-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b8d84e 0%, #9bc53f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    flex-shrink: 0;
    margin-right: 15px;
}
.info-content {
    flex: 1;
    padding-top: 5px;
}
.info-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.price-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}
.price-card {
    background: white;
    border: 3px solid #7ec850;
    border-radius: 10px;
    padding: 25px 30px;
    text-align: center;
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}
.price-type {
    font-size: 20px;
    font-weight: bold;
    color: #7ec850;
    margin-bottom: 15px;
}
.price-value {
    font-size: 38px;
    font-weight: bold;
    color: #e74c3c;
    line-height: 1.2;
}
.price-note {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.separator {
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    color: #999;
    margin: 0px 0px 0px 0px;
}
.info-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
}
.payment-section {
    padding-top: 0px;
    margin-top: 0px;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #d85858;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid #d85858;
}
.payment-methods {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: nowrap;
}
.payment-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 25px;
    font-size: 16px;
    color: #333;
    flex: 1;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
}
.detail-link {
    text-align: center;
    margin-top: 20px;
}
.detail-link a {
    display: inline-block;
    color: #2e5cb8;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    border: 2px solid #2e5cb8;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.detail-link a:hover {
    background: #2e5cb8;
    color: #ffffff!important;
}
.school01-wrap {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.school01-location {
    margin-bottom: 60px;
    padding: 0 30px 40px 30px;
    border-bottom: 3px dotted #ddd;
}
.school01-hd {
    margin-bottom: 8px;
    padding-left: 15px;
    border-left: 6px solid #4db8a0;
}
.school01-hd h3 {
    font-size: 32px;
    color: #2c5aa0;
    font-weight: 600;
}
.school01-info {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}
.school01-info a {
    color: #2c5aa0;
    text-decoration: none;
    margin-right: 20px;
}
.school01-info a:hover {
    text-decoration: underline;
}
.school01-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school01-dates {
    flex: 1;
}
.school01-date-item {
    padding: 10px 0;
    font-size: 18px;
    color: #333;
}
.school01-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin: -140px 0;
}
.school01-status {
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
}
.school01-btn {
    padding: 8px 28px;
    border: none;
    background: linear-gradient(135deg, #FFD700 0%, #FF4500 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    width: 200px;
    box-shadow: 0 2px 8px rgba(255, 23, 68, 0.25);
}
.school01-btn:hover {
    background: linear-gradient(135deg, #FF4500 0%, #FFD700 100%);
    box-shadow: 0 4px 15px rgba(255, 23, 68, 0.4);
    transform: translateY(-1px);
}
.school01-btn-alt {
    background: linear-gradient(135deg, #FFD700  0%, #FF4500 100%);
    box-shadow: 0 2px 8px rgba(255, 111, 60, 0.25);
}
.school01-btn-alt:hover {
    background: linear-gradient(135deg, #FF4500 0%, #FFD700  100%);
    box-shadow: 0 4px 15px rgba(255, 111, 60, 0.4);
    transform: translateY(-1px);
}
.school01-ttl {
    margin: 60px 0 30px 0;
    padding-left: 15px;
    border-left: 6px solid #2c5aa0;
    margin-left: 30px;
}
.school01-ttl h2 {
    font-size: 28px;
    color: #2c5aa0;
    font-weight: 600;
}
.school01-box {
    background-color: #f0f8f0;
    padding: 30px;
    border-radius: 4px;
    margin: 0 30px;
}
.media-achievements-header {
    margin: 30px 30px;
}
.media-achievements-badge {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 3px solid #FF1744;
    padding-bottom: 10px;
}
.media-achievements-list {
    list-style: none !important;
    padding-left: 0px;
    margin: 0;
}
.media-achievements-list li,
.media-achievements-item {
    list-style: none !important;
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
}
.media-achievements-list li::before,
.media-achievements-item::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #0088ff;
}
.media-achievements-year {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.media-achievements-title {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
.image-headinglist {
    width: 850px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.image-headinglist img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

/* ボタンリストgreen */
.button-container-green {
    max-width: 850px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(7, auto);
    gap: 30px;
    padding: 30px;
}
.nav-button-green {
    background: linear-gradient(135deg, #88d66c, #64AF02);
    color: white;
    padding: 30px 30px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(100, 175, 2, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
}

.nav-button-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(100, 175, 2, 0.4);
    background: linear-gradient(135deg, #64AF02, #88d66c);
}

.nav-button-green:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(100, 175, 2, 0.3);
}

.button-text-green {
    text-align: center;
    width: 100%;
}

.button-text-green a {
    color: white !important;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* バナーPRセクション - 共通スタイル */
.banner-pr {
    max-width: 850px;
    width: 100%;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    min-height: 212px;
    box-sizing: border-box;
}
.banner-pr::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.web-planners.net/school/wp-content/uploads/pr-school02.jpg') center/cover;
    background-size: contain;
    background-position: right; 
    background-repeat: no-repeat;
    z-index: 0;
}
.banner-pr>* {
    position: relative;
    z-index: 1;
}
.badge-pr {
    display: inline-block;
    background: linear-gradient(135deg, #7ec850 0%, #48c9b0 100%);
    color: white;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-text-pr {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 10px;
}
.highlight-pr {
    color: #269401;
}
.sub-text-pr {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.banner-pr2 {
    max-width: 850px;
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    height: 170px;
    box-sizing: border-box;
    color: #333;
}
.banner-pr2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.web-planners.net/school/wp-content/uploads/pr-school03.jpg') center/cover;
	  background-size: auto 100%;
    background-size: contain;
    background-position: left; 
    background-repeat: no-repeat;
    z-index: 0;
}
.banner-pr2>* {
    position: relative;
    z-index: 1;
}
.main-text-pr2 {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    padding-left: 250px;
}
.highlight-pr2 {
    color: #333;
    padding: 10px 0 10px 0;
}
.sub-text-pr2 {
    font-size: 24px;
    font-weight: 600;
    color: #c92a2a;
    line-height: 1.8;
    padding-left: 250px;
}
/* 卒業生インタビュー */
h2.title-cont2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 60px;
    padding: 25px 30px;
    background-color: #f8f9fa;
    color: #333;
    border-left: 10px solid #4db8a8;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.testimonial-item {
    border-bottom: 2px dotted #ddd;
    padding: 30px 10px;
}
.testimonial-item:last-child {
    border-bottom: none;
}
.testimonial-text {
    font-size: 18px;
}
.testimonial-cach {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px !important;
    margin: 25px 30px;
}
.testimonial-author {
    font-size: 16px;
    text-align: right;
    margin: 5px 30px;
}
/* 卒業生の声 */
.interview-container {
    background: #ffffff;
    padding: 18px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.interview-card {
    max-width: 850px;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px 20px 5px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.interview-image-wrap {
    flex-shrink: 0px;
    padding: 20px 20px;
}
.interview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.interview-content {
    flex: 1;
    min-width: 320px;
}
.interview-title {
    color: #2c5aa0;
    font-size: 22px;
    margin: 15px 0px 20px 0px;
    font-weight: 600;
    line-height: 1.2em;
}
.interview-badge {
    color: #2c5aa0;
    font-size: 16px;
    margin: 30px 0px 18px 0px;
    font-weight: 500;
}
.interview-name {
    color: #2c5aa0;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: 1px;
}
.interview-text {
    color: #4a5568;
    font-size: 16px;
    line-height: 28px !important;
    margin-bottom: 0px;
}
.interview-link-wrap {
    text-align: right;
}
.interview-link {
    background: #4db8a8;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    gap: 8px;
    vertical-align: middle;
}
.interview-link::after {
    content: '▶';
    font-size: 12px;
    display: inline-block;
    line-height: 1;
}
.interview-site {
    color: #4a5568;
    font-size: 16px;
    margin-bottom: 0;
    text-align: right;
}
.interview-site a {
    color: #2c5aa0;
    text-decoration: none;
}
.interview-site a:hover {
    text-decoration: underline;
}
.interview-intro {
    width: 100%;
    background-color: #2c5aa0;
    color: #ffffff;
    padding: 20px 30px;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
    line-height: 1.8;
    margin-top: -30px !important;
}
.interview-content {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}
.qa-container {
    margin: 5px 20px;
    padding: 20px 20px;
    background-color: #f5f5f5;
}
.qa-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
}
.qa-question {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.qa-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #2c5aa0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
}
.qa-question-text {
    flex: 1;
    color: #2c5aa0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 8px;
}
.qa-answer {
    color: #333333;
    font-size: 16px;
    line-height: 2;
    margin-left: 100px;
}
.qa-answer p {
    margin: 24px 15px 15px 15px;
}
.qa-answer p:last-child {
    margin-bottom: 0;
}


/* 日程・カリキュラム詳細 */
.sche-card-container {
    max-width: 850px;
    margin: -2px auto;
    background-color: white;
    border: 2px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.sche-card-header {
    display: flex;
    background-color: white;
}
.sche-card-timebox {
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    color: white;
    padding: 25px 40px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sche-card-time {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.sche-card-limit {
    font-size: 24px;
    font-weight: bold;
}
.sche-card-titlebox {
    padding: 30px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sche-card-title-main {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}
.sche-card-title-sub {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.sche-card-content {
    padding: 30px 40px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}
.sche-card-content p {
    margin-bottom: 30px;
}
.sche-card-content p:last-child {
    margin-bottom: 0;
}


.course01-faq-container {
    max-width: 850px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.course01-faq-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.course01-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.course01-faq-question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.8;
}
.course01-faq-answer {
    color: #444;
    padding-left: 30px;
    line-height: 1.8;
}
.course01-faq-answer p {
    margin-bottom: 15px;
}
.course01-faq-answer p:last-child {
    margin-bottom: 0;
}


.voice-dt-card {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 40px;
}
.voice-dt-header {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.voice-dt-photo {
    flex-shrink: 0;
}
.voice-dt-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    
}
.voice-dt-info {
    flex: 1;
}
.voice-dt-name {
    color: #2c5aa0;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.voice-dt-company {
    color: #2c5aa0;
    font-size: 16px;
    font-weight: 500;
     margin-bottom: -80px!important;
}
.voice-dt-content p {
    margin: 15px 0px 0px 0px;
    padding-bottom: 0px;
}

.title-cont2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 60px;
    padding: 25px 30px;
    background-color: #f8f9fa;
    color: #333;
    border-left: 10px solid #4db8a8;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.testimonial-item {
    border-bottom: 2px dotted #ddd;
    padding: 30px 10px;
}
.testimonial-item:last-child {
    border-bottom: none;
}
.testimonial-text {
    font-size: 18px;
}
.testimonial-author {
    font-size: 16px;
    text-align: right;
}

  .footer02 {
    padding: 0px 0px -50px 0px;
    margin: 0 auto;
  }
  
  .container-footer {
    padding: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
  }
  
  .footer-links {
    gap: 8px 6px;
    padding: 15px 10px;
    margin: 0 auto;
    justify-content: center;
  }
  
  .footer02 footer .container-footer .footer-links a {
    font-size: 14px;
    padding: 4px 5px;
    display: inline-block;
    text-align: center;
  }