.service-page .mv-section {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.service-page .mv-section::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22vh;
    background: var(--bg-yellow);
}
.service-page .mv-section .inner {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-page .mv-section .service-illust-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
    gap: var(--md);
}
.service-page .mv-section .slider-wrap {
    width: 65%;
}
.service-page .mv-section .mv-service-logo {
    width: 100%;
    height: auto;
}
.service-page .mv-section .mv-service-logo img {
    height: auto;
}
.service-page .mv-section .mv-service-illust {
    width: 100%;
    display: flex;
    justify-content: center;
}
.service-page.lab .mv-section .mv-service-illust img {
    width: 60%;
    height: auto;
}
.service-page.sb .mv-section .mv-service-illust img {
    width: 80%;
    height: auto;
}
.service-page.otoyo .mv-section .mv-service-illust img {
    width: 90%;
    height: auto;
}
.service-page.sip .mv-section .mv-service-illust img {
    width: 70%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .service-page .mv-section::before {
        height: 16vh;
    }
    .service-page .mv-section .inner {
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
		padding-bottom: 80vw;
    }
    .service-page .mv-section .service-illust-wrap {
		position: relative;
		align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .service-page .mv-section .mv-service-logo {
		width: 60vw;
    }
	.service-page .mv-section .mv-service-logo img {
		width: 100%;
		height: auto;
	}
    .service-page .mv-section .mv-service-illust {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		transform: translateX(15px);
    }
	.service-page .mv-section .mv-service-illust.lab {
        width: 24.51vw;
	}
	.service-page .mv-section .mv-service-illust.sb {
        width: 26vw;
	}
	.service-page .mv-section .mv-service-illust.otoyo {
        width: 34.5vw;
		transform: translateX(30%);
	}
	.service-page .mv-section .mv-service-illust.sip {
        width: 25.51vw;
	}
	
    .service-page .mv-section .mv-service-illust img {
        width: 100% !important;
        height: auto;
    }
    .service-page .mv-section .slider-wrap {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
    }
}

.lab .section.about .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lab .section.about .inner .text-wrap {
    width: 50%;
}
.lab .section.about .inner .illust-wrap {
    width: 42%;
}
.lab .section.about .inner .illust-wrap img {
    width: 100%;
    height: auto;
}
.lab .section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--service-title-height);
    margin-bottom: var(--xl);
    gap: var(--sm);
    overflow: hidden;
}
.lab .section-title img {
    height: 100%;
    width: auto;
}
.lab .section.video {
    position: relative;
}
.lab .section.video::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--bg-white);
    z-index: -1;
}
.lab .section.video iframe {
    max-width: 1000px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px;
}
.lab .section.video p {
    text-align: center;
}
.timeline-container {
    width: 100%;
}
.timeline-item {
    display: flex;
    background-color: var(--service-brand-color);
    color: #fff;
    border-radius: 8px;
    padding: 30px;
}
.timeline-period {
    width: 200px;
    flex-shrink: 0;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}
.timeline-content {
    padding-left: 30px;
}
.timeline-title {
    font-size: clamp(1.375rem, 1.335rem + 0.19vw, 1.5rem);
    font-weight: 400;
    margin: 0 0 10px 0;
}
.timeline-desc {
    font-size: 16px;
    line-height: 1.6;
	font-weight: 300;
    margin: 0;
}
.timeline-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--service-brand-color);
    margin: 10px auto;
}

.conducted-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.ja-title {
    width: 50%;
    font-size: 24px;
    margin: 0;
}
.btn-orange {
    background-color: var(--service-brand-color);
    color: #fff;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}
.conducted-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.conducted-card {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.2s;
}
.conducted-card:hover {
    opacity: 0.7;
}
.conducted-img {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    background: var(--gray);
}
.conducted-meta {
    font-size: 12px;
    color: var(--service-brand-color);
    font-weight: 500;
    margin-bottom: 5px;
}
.conducted-title {
    font-size: var(--fz-sm);
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    text-decoration: underline;
}

.members-cols {
    display: flex;
    gap: 40px;
}
.member-col {
    flex: 1;
}
.member-col-title {
    background-color: var(--service-brand-color);
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    font-size: 18px;
}
.member-list-box {
    background-color: #F5F5F5;
    padding: 30px;
    min-height: 400px;
}
.member-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-list li {
    font-size: 14px;
    margin-bottom: 15px;
}
.member-note {
    text-align: right;
    color: var(--service-brand-color);
    font-size: 12px;
    margin-top: 30px;
}
.student-group {
    display: flex;
    gap: 20px;
}
.student-label {
    width: 60px;
    font-weight: bold;
    font-size: 14px;
}
.member-link-bottom {
    display: block;
    text-align: right;
    margin-top: 30px;
    color: var(--text-primary);
    font-size: 14px;
	text-decoration: underline;
}

.recruit-banner {
    background-color: var(--service-brand-color);
    border-radius: 20px;
    padding: clamp(1.25rem, 0.75rem + 2vw, 2.5rem) clamp(1.25rem, 0.25rem + 4vw, 3.75rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
}
.recruit-text {
    width: 65%;
}
.recruit-year {
    font-size: clamp(1.25rem, 0.65rem + 2.4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 10px 0;
}
.recruit-year span {
    font-size: clamp(1.75rem, 0.95rem + 3.2vw, 3.75rem);
    font-weight: 500;
    margin-right: 8px;
}
.recruit-logo img {
    filter: brightness(0) invert(1);
}
.recruit-title {
    font-size: clamp(1.75rem, 0.7rem + 4.2vw, 4.375rem);
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.recruit-img-area {
    width: 30%;
    height: auto;
}
.recruit-img-area img {
    width: 100%;
    height: auto;
}
.recruit-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.voice-table {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
}
.voice-row {
    width: 100%;
}
.voice-row a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    opacity: 1;
    transition: opacity 0.2s;
}
.voice-row a:hover {
    opacity: 0.5;
}
.tag-student {
    background-color: var(--student);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}
.tag-corporate {
    background-color: var(--corporate);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}
.voice-text {
    font-size: 16px;
    flex-grow: 1;
    font-weight: bold;
}
.voice-author {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
    width: 300px;
}
@media screen and (max-width: 860px) {
    .lab .section.about .inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .lab .section.about .inner .text-wrap,
    .lab .section.about .inner .illust-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .timeline-item {
        flex-direction: column;
    }
    .timeline-period {
        width: 100%;
        padding: 0 0 16px;
        margin: 0 0 16px;
        border: none;
        border-bottom: solid 1px #fff;
    }
    .timeline-content {
        width: 100%;
        padding: 0;
    }
    .conducted-grid {
        grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
    }
    .members-cols,
    .student-group {
        flex-direction: column;
    }
    .member-col-title {
        position: relative;
    }
    .member-col-title::before {
        position: absolute;
        content:'';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 2px;
        background: var(--bg-white);
    }
    .member-list-box {
        min-height: auto;
    }
    .service-page .section.recruit {
        padding: var(--xl2) 0 var(--xl2);
    }
    .recruit-banner {
        padding: 20px;
        border-radius: 0;
    }
    .recruit-buttons {
        padding: 0 var(--section-spacing-width-lg);
        flex-direction: column;
    }
    .recruit-buttons .custom-btn {
        width: 100%;
    }
    .voice-row a {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}
.apply-area {
    margin-top: 60px;
}

.tab-area {
    margin-top: 60px;
}
.tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: clamp(0.313rem, -0.063rem + 1.5vw, 1.25rem);
    margin-bottom: -10px;
}
.tab-item {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 40px;
    background-color: var(--gray);
    border: 2px solid var(--service-brand-color);
    border-radius: 8px;
    color: var(--service-brand-color);
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
}

.tab-item.is-active {
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 2;
}
.tab-content-wrap {
    border: 2px solid var(--service-brand-color);
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.tab-content { display: none; }

.tab-content.is-active { display: block; }

.tab-lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
}
.tab-point {
    margin-bottom: 25px;
}
.point-title {
    font-size: 18px;
    color: var(--service-brand-color);
    font-weight: bold;
    margin-bottom: 10px;
}
.tab-notes {
    margin-top: 30px;
    color: #d9534f;
    font-size: 14px;
    line-height: 1.6;
}
.tab-notes p {
    margin: 0 0 5px 0;
}
.tab-link-center {
    text-align: center;
    margin-top: 40px;
}
.tab-link-center a {
    color: var(--service-brand-color);
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    transition: 0.3s;
}
.tab-link-center a:hover {
    opacity: 0.7;
}
.section-heading-flex {
	display: flex;
	margin: 80px 0 30px;
	justify-content: space-between;
	align-items: flex-end;
}
.section-heading-vertical {
    margin: 80px 0 30px;
}
.section-heading-flex .section-heading-vertical {
	margin: 0;
}
.section-heading-flex .custom-btn {
	font-size: var(--fz-xs);
}
.heading-ja {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.section-heading-vertical img {
    width: auto;
    height: clamp(1.688rem, 1.387rem + 1.42vw, 2.625rem);
}

.table-wrap {
    width: 100%;
    overflow-x: auto; 
}
.flowchart-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.col-period {
	font-weight: 400;
	color: var(--service-brand-color);
}
.flowchart-table tbody tr:nth-child(odd) {
	background-color: #F2F2F2;
}
.flowchart-table th,
.flowchart-table td {
    border: 1px solid var(--service-brand-color);
    padding: 16px 8px;
    text-align: center;
    font-size: clamp(0.938rem, 0.877rem + 0.28vw, 1.125rem);
	line-height: 1.6;
}
.flowchart-table td {
	padding: clamp(0.75rem, 0.489rem + 1.23vw, 1.563rem) 8px;
}
.badge-purple {
    background-color: var(--service-brand-color);
    color: #fff;
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.company-list-box {
    border-top: 2px solid var(--service-brand-color);
    border-bottom: 2px solid var(--service-brand-color);
    padding: 30px 0;
}
.company-list-text {
    font-size: clamp(1rem, 0.96rem + 0.19vw, 1.125rem);
    line-height: 2;
    color: #333;
    margin: 0;
}

.faq-group {
    margin-bottom: 40px;
}
.faq-group-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}
.faq-accordion .accordion-item {
    border-top: 1px solid var(--service-brand-color);
}
.faq-accordion .accordion-item:last-child {
    border-bottom: 1px solid var(--service-brand-color);
}
.faq-q {
	position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: var(--service-brand-color);
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
.q-mark {
    font-size: 18px;
    font-weight: normal;
    margin-right: 15px;
}
.q-text {
    flex-grow: 1;
	padding-right: 50px;
}
.acc-icon-plus {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    width: 24px;
	height: 24px;
}
.acc-icon-plus::before,
.acc-icon-plus::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--service-brand-color);
}
.acc-icon-plus::before {
	width: 100%;
	height: 2px;
}
.acc-icon-plus::after {
	width: 2px;
	height: 100%;
}
.accordion-item.is-open .acc-icon-plus::after {
	opacity: 0;
}
.faq-a {
    display: flex;
    padding: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.8;
}
.a-mark {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 15px;
}
.a-text {
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .section-title { font-size: 22px; }
    .about-catchphrase { font-size: 18px; }
    .tab-item {
        font-size: 16px;
        padding: 10px 20px;
        flex: 1;
        text-align: center;
        margin-right: 5px;
    }
    .tab-content-wrap {
        padding: 20px;
    }
    .heading-en { font-size: 32px; }
    .section-heading-vertical { margin: 50px 0 20px; }
    .faq-q { font-size: 15px; }
}

.otoyo-program-container {
    margin-bottom: 80px;
}
.program-item {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
}
.program-item:last-child {
    margin-bottom: 0;
}
.program-info {
    flex: 1;
}
.program-number {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}
.program-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--service-brand-color);
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.program-catch {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
}
.program-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}
.program-detail-box {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 8px;
}
.detail-box-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.detail-box-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.detail-box-list {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    font-size: 14px;
    margin: 0;
}
.detail-box-list dt {
    font-weight: normal;
}
.detail-box-list dd {
    margin: 0;
    font-weight: bold;
}
.program-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gallery-figure {
    margin: 0;
}
.gallery-figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.gallery-figure figcaption {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 8px;
}

.otoyo-banner-area {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}
.banner-lead {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.inline-link {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.banner-image-link {
    display: block;
    max-width: 800px;
    margin: 0 auto 20px;
    transition: opacity 0.3s;
}
.banner-image-link:hover {
    opacity: 0.8;
}
.banner-image-link img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.banner-text-link {
    display: inline-block;
    color: var(--service-brand-color);
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s;
}
.banner-text-link:hover {
    opacity: 0.7;
}

.otoyo-news-section {
    background-color: var(--service-brand-color);
    color: #fff;
    padding: 80px 0;
}
.otoyo-news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.otoyo-news-top .en-title {
    font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.btn-white-pill {
    background-color: #fff;
    color: var(--service-brand-color);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s, opacity 0.3s;
}
.btn-white-pill::before {
    content: "→";
    margin-right: 8px;
}
.btn-white-pill:hover {
    opacity: 0.9;
    transform: translateX(5px);
}
.otoyo-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}
.otoyo-news-card a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: opacity 0.3s;
}
.otoyo-news-card a:hover {
    opacity: 0.7;
}
.news-thumb {
    aspect-ratio: 4 / 3;
    background-color: #5A9CD6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.news-thumb.beige-bg {
    background-color: #DED8C9;
    color: #333;
}
.otoyo-news-card .news-meta {
    font-size: 12px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}
.otoyo-news-card .news-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.otoyo .section.about .flex {
    justify-content: space-between;
}
.otoyo .section.about .text-wrap {
    width: 45%;
}
.otoyo .section.about .image-wrap {
    width: 50%;
}
.otoyo-movie-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 60px 0;
}
.movie-header {
    width: 250px;
    flex-shrink: 0;
}
.movie-header .en-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--service-brand-color);
    margin: 0;
}
.movie-content {
    flex-grow: 1;
	width: 100%;
	aspect-ratio: 16/9;
}
.movie-content iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .otoyo .section.about .flex {
        flex-direction: column;
    }
    .program-item {
        flex-direction: column;
        gap: 30px;
    }
    .program-title { font-size: 22px; }
    .otoyo .section.about .text-wrap,
    .otoyo .section.about .image-wrap {
        width: 100%;
    }
    .otoyo-news-top {
        margin-bottom: 20px;
    }
    .otoyo-news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    
    .otoyo-movie-container {
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
    }
    .movie-header {
        width: 100%;
    }
}

.sip-inner-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.sip-section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 50px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.sip-text-block {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 50px;
}
.sip-text-block:last-child {
    margin-bottom: 0;
}

.sip-text-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.sip-link-wrap {
    text-align: left;
}

.sip-external-link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s, opacity 0.3s;
}
.sip-external-link:hover {
    opacity: 0.7;
    text-decoration-color: #333;
}
.sip-external-link .ext-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
}

.sip .section.sip-banner-section {
    position: relative;
    padding: 60px 0 80px;
    z-index: 1;
}
.sip .section.sip-banner-section::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--bg-white);
    z-index: -1;
}

.sip-banner-container {
    text-align: center;
}

.banner-lead-blue {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--service-brand-color);
    margin-bottom: 30px;
}

.banner-image-link {
    display: block;
    max-width: 900px;
    margin: 0 auto 30px;
    transition: opacity 0.3s, transform 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); 
}
.banner-image-link:hover {
    opacity: 0.9;
    transform: translateY(-3px);
}
.banner-image-link img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-bottom-link {
    margin-top: 30px;
}

.sip-external-link-blue {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--service-brand-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s;
}
.sip-external-link-blue:hover {
    opacity: 0.7;
}
.sip-external-link-blue .ext-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .sip-section-title {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .sip-text-block {
        margin-bottom: 40px;
    }

    .banner-lead-blue {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .sip-external-link-blue {
        font-size: 16px;
    }
    
    .bg-half-yellow {
        height: 35%; 
    }
}