/* 医学部セミナー ランディングページ用CSS */
/* 更新日時: 2025年08月25日 */

/* CSSリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ふだんは改行にしない */
.opt-br-md { display: inline; }
/* MD以上だけ改行にする */
@media (max-width: 768px) {
.opt-br-md {
    display: block;
}
}
/* リスト要素のリセット */
ul, ol {
    list-style: none;
}

/* リンク要素のリセット */
a {
    text-decoration: none;
    color: inherit;
}

/* 画像要素のリセット */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* フォーム要素のリセット */
button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
    background: none;
}

button {
    cursor: pointer;
}

/* テーブル要素のリセット */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 基本フォント設定 */
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
    margin: 0;
    padding: 0;
    width:100vw;
    /* 最小フォントサイズを16pxに設定 */
    font-size: clamp(16px, 1rem, 100%);
}

/* ヘッダー・ナビゲーションバー */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

/* ロゴ */
.header .logo {
    display: flex;
    align-items: center;
}

.header .logo-img {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* ナビゲーションメニュー */
.nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.nav-list li {
    position: relative;
}

.nav-list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease;
    position: relative;
}

.nav-list a:hover {
    color: #4CAF50;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4CAF50;
    transition: width 0.3s ease;
}

.nav-list a:hover::after {
    width: 100%;
}



/* メインコンテンツの上部マージン（固定ヘッダーの分） */
.hero {
    background-image:url(../img/FV.png);
    background-size: 120%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    padding-top:80px;
    line-height:1;
    margin:0;
    font-weight:900;
}
.hero .container{
    height:100%;
    padding:5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hero .container .hero-content{
    width:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    height:100%;
}

.hero .container .hero-content .before-heading{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.hero .container .hero-content .before-heading .hero-subtitle{
    font-size:3vw;
    line-height: 1;
    color:#ffe160;
    border-radius:50%;
    background:#FF2E17;
    padding:1.4vw;
    margin-left:-7.5vw;
    width:auto;
}

.hero .container .hero-content .before-heading .subtitle-detail{
    background:#FF2E17;
    font-size:1.39vw;
    color:#fff;
    margin-left:-10px;
    padding:5px;
    width:auto;

}

.hero .container .hero-content .hero-heading{
    color:#000;
    align-items:center;
    text-align: center;
}

.hero .container .hero-content .hero-heading .before-title{
    line-height:1.1;
    padding:5px 0;
    font-size:1.75vw;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin: 1vw 1.5vw;
}

.hero .container .hero-content .hero-heading .title-remark{
    color:#ffe160;
    font-size:1.9vw;
    margin:1vw 1.5vw;
}

.hero .container .hero-content .hero-heading .title-remark span{
    border-left:1px solid #ffe160;
    padding: 0 1.3vw;
}
.hero .container .hero-content .hero-heading .title-remark span:last-child{
    border-right:1px solid #ffe160;
}

.hero-title {
    font-size:6.5vw;
    letter-spacing:-0.6vw;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
}

.hero-title span{
    color:#00af90;
    font-size:9.6vw;
    letter-spacing:-0.5vw;
}

.title-sub{
    font-size:3.6vw;
    color:#00af90;
    padding: 0.5vw 0;
}

.title-detail {
    font-size:2.95vw;
    padding: 0.5vw 0;

}
.title-info{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#00af90;
    font-weight:900;
    padding:0.5vw 1vw;
    line-height:1;
}

.title-info .title-info-title{
    background:#00af90;
    color:#fff;
    font-size:1.5vw;
    padding:2px;
}
.title-info .title-info-date{
    font-size:1.95vw;
}
.title-info .title-info-place{
    font-size: 1.5vw;
    padding: 2px 0;
    border-top:1px solid #00af90;
    border-bottom:1px solid #00af90;
}

.title-info-detail{
    display:flex;
    align-items:center;
    justify-content: flex-end;
    text-align:right;
    font-size:1vw;
    font-weight:500;

}
.seminar_content, .speaker_profile{
    color:#fff;
    padding:5% 8%;
    text-align:center;
}

.seminar_content{
    background:#BD9751;
}


.seminar_content h2, .speaker_profile h2{
    font-size:4vw;
    font-weight:900;
    padding: 1.5vw;
}

.content-item-horiz{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    height:fit-content;
}
.content-item{
    width:50%;
    background:#fff;
    padding:10px;
    color:#bd9751;
    border-radius:10px;
    margin:5px;
    height:auto;
}

.content-item-heading{
    font-size:1.5vw;
    font-weight:900;
    display:flex;
    text-align:left;
    align-items:center;
    line-height:0.9;
}

.content-item-heading p{
    font-size:3vw;
    height:auto;
    color:#eadcc5;
    margin-right:1vw;
}

.content-item-detail p{
    font-size:1.3vw;
    font-weight:500;
    color:#000;
    line-height:1.2;
    padding: 0.75vw 0;
}

.speaker_profile{
    background: #00af90;
}

.speaker_profile_content{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.speaker_profile_content img{
    width:30%;
    border-radius:2.5%;
    margin:5px;
}

.speaker_profile_content .speaker_profile_content_text{
    width:60%;
    height:100%;
    text-align:left;
}

.speaker-name{
    margin: 1.5vw 0;
}

.speaker-name h3{
    font-size:3vw;
    font-weight:900;
}

.speaker-name p {
    font-size:1.5vw;
    font-weight:900;
    line-height:1;
    margin-bottom:1vw;
}

.speaker_profile_content .speaker_profile_content_text p{
    font-size:1.5vw;
    font-weight:500;
}


.success{
    background:#ffe160;
    color:#00af90;
    padding:5% 8% ;
}

.success h2, .success h3{
    font-weight:900;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
}

.success_main{  
    background:#fff;
    color:#00af90;
    padding:3%;
    text-align:center;
}

.success_main h2{
    font-size:4vw;
    font-weight:900;
    line-height:1.1;
    margin-bottom:1vw;
}

.success_main p{
    color:#000;
    font-size:1.5vw;
    font-weight:600;
}

.success_main_fact{
    display:flex;
    background:#ffe160;
    color:#00af90;
    border-radius:9999px;
    align-items:center;
    padding:1vw;
}

.success_main_fact h3{
    font-size:3.2vw;
    font-family: 'hirragino gothic pro', 'hirragino sans', 'yu gothic', 'meiryo', sans-serif;
    font-weight:900;
    line-height:1.1;
    margin-bottom:1vw;
    width:35%;
}

.success_main_fact h3 span{
    font-size:1.6vw;
}

.fact-content{
    width:65%;
    display:flex;
    gap:1vw;
    justify-content:space-between;
}

.fact{
    width:33%;
    aspect-ratio:1;
    border-radius:9999px;
    background:#fff;
    color:#00af90;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.fact h4{
    font-size:2vw;
    font-weight:900;
    line-height:1.1;
}

.fact h4 span{
    font-size:4vw;
}
.fact p{
    font-size:1.3vw;
    font-weight:500;
}

.success_main_merit h3{
    font-size:3.2vw;
    font-weight:900;
    line-height:1.1;
    margin-bottom:1vw;
    margin-top:2vw;
}

.merit-content{
    display:flex;
    align-items:stretch;
    justify-content: space-between;
}

.merit-content p{
    width:25%;
    color:#000;
    font-size:2vw;
    border-left:1px solid #00af90;
    line-height:1.2;
}
.merit-content p:last-child{
    border-right:1px solid #00af90;
}
.merit-content p span{
    color:#00af90;
    font-size:3vw;
    font-weight:900;
}

.recommend{
    text-align:center;
}

.recommend h2{
    font-size:3vw;
    font-weight:900;
    margin: 2%;
}

.recommend-content-list{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    text-align:left;
    gap:0.5vw;
}

.recommend-content-list li{
    color:#000;
    border-top:1px solid #00af90;
    padding:10px  0px;
    font-weight:900;
    font-size: 1.5vw;
    width:auto;
    list-style: none;
    position: relative;
}

.recommend-content-list li::before {
    content: "●";
    color: #00af90;
    font-size: 1vw;
}

/* デスクトップ用：3列の最後の行（4,5,6番目）に下線 */
.recommend-content-list li:nth-child(4),
.recommend-content-list li:nth-child(5),
.recommend-content-list li:nth-child(6){
    border-bottom:1px solid #00af90;
}
.achievement{
    background:#F6F0E5;
    color:#bd9751;
    padding:5% 8%;
}

.achievement h2{
    font-size:3vw;
    font-weight:900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    padding: 1.5vw;
}

.achievement h2 img{
    width:30%;
    height:auto;
}

.achievement h3{
    background:#fff;
    border-radius:9999px;
    padding: 1vw 2vw;
    font-size: 2vw;
}
.achievement ul{
    padding:1vw;
}
.achievement-medical{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    padding:0.5vw;
    gap: 1vw;
}

.achievement li{
    color:#000;
    list-style: none;
    list-style-position:initial;
    font-weight:900;
    line-height:1.1;
    padding:1vw;
    position: relative;
    padding-left: 2vw;
}

.achievement li::before {
    content: "●";
    color: #bd9751;
    font-weight: 900;
    font-size: 1vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.voice{
    background:#DBF3EE;
    color:#00af90;
    padding: 5vw;
}
.voice h2{
    font-size:3vw;
    font-weight:900;
    padding:1vw;
    text-align:center;
}
.voice-content-item{
    width:50%;
    padding:1vw;
}

.voice-content-heading{
    background:#fff;
    display:flex;
    align-items:center;
    padding:1.5vw;
    margin:1vw;
    border-radius:9999px;
    justify-content:left;
    gap:1.5vw;
}
.voice-content-heading h3{
    font-size:2.3vw;
    line-height:1.1;
    padding:0 1vw;

}
.voice-content-heading img{
    width:30%;
    height:auto;
    border-radius:9999px;
}


.voice-content{
    display:flex;
    align-items:stretch;
}


.voice p{
    color:#000;
    padding: 2.5vw;
}

.testea_method{
    display:flex;
    background:#fff;
    padding: 5vw;
    align-items: stretch;
    justify-content: space-between;
}

.testea_method_heading{
    color:#fff;
    background:#00af90;
    border-radius: 9999px;
    font-size:2vw;
    line-height:1.1;
    width:40%;
    margin: 0 0 0 -10vw;
    aspect-ratio: 1 / 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: visible; /* はみ出し許可 */
}

.testea_method_heading .school_img{
    width: 10vw;
    height: auto;
    object-fit: contain;
}

.testea_method_heading .logo_img{
    width: 15vw;
    height: auto;
    object-fit: contain;
}

.testea_method_heading_horiz{
    display: flex;
    align-items: center;
    margin-right: -10vw;
}

.testea_method_heading_horiz h2{
    padding: 1vw;
}
.testea_method_content{
    width:60%;
    padding: 1vw;
}

.testea_method_content_item{
    border-top:1px solid #00af90;
    margin: 0.5vw 0vw;
}

.testea_method_content_item_child{
    border-left:5px solid #00af90;
    margin: 1vw 0;
    padding-left: 1vw;
}

.testea_method_content_item_child p{
    color:#000;
    font-weight:900;
    font-size:1.5vw;
}

.school_info{
    color:#00af90;
    display:flex;
    padding: 5vw;
}

.school_info_content{
    width:40%;
    text-align: center;
    padding: 1vw;
    font-size:1.5vw;
}

.school_info_content span{
    font-weight:900;
    font-size:2.2vw;
}

.school_info_content img{
    width:80%;
    height:auto;
    padding: 1vw;
}

.school_info_content h2{
    font-size:0px;
    font-weight:900;
}

.school_info_content_address{
    display:flex;
    align-items:stretch;
    text-align:left;
    justify-content:space-around;
    color:#000;
    border-bottom: 1px solid #00af90;
}

.school_info_content_address_text{
    height: auto;
    padding: 1vw;
}

.school_info_content_address_qr{
    width:50%;
}

.school_info_map{
    width:60%;
}

.apply{
    background:#DBF3EE;
    color:#00af90;
}

.apply_content{
    padding:5%;
    text-align:center;
}

.apply_content h2{
    font-size:3vw;
}

/* フッター */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 40px 0 20px;
    margin-top: 60px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-info {
    flex: 1;
    min-width: 200px;
}

.footer-info p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.footer-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-link {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.footer-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Utility classes to replace inline negative margins */
.mt--3vw { margin-top: -3vw; }
.mr--3vw { margin-right: -3vw; }
.mb--3vw { margin-bottom: -3vw; }

/* Text utilities */
.nowrap { white-space: nowrap; }

/* Header: hamburger menu */
.nav-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px;
    margin-left: auto;
}
.nav-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Collapse nav on tablets and below */
@media (max-width: 992px) {
    .nav-toggle { display: block; }
    .nav { position: absolute; top: 60px; right: 0; background: #fff; width: 80vw; max-width: 320px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-radius: 8px; padding: 12px; display: none; }
    .nav.open { display: block; }
    .nav-list { flex-direction: column; gap: 8px; }
    .header-content { position: relative; }
}

/* Toggle animation states */
.nav-toggle.is-open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle.is-open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================
   Responsive adjustments
   ========================= */

@media (max-width: 1200px) {
    .hero .container .hero-content .hero-heading .before-title {
        font-size: 2vw;
    }
    .title-info {
        gap: 1vw;
    }
}

@media (max-width: 992px) {
    .hero {
        padding-top: 70px;
        background:linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%),   url(../img/FV.png);
        background-size: cover;
        background-position: right 30% center;
    }
    .hero .container {
        padding: 6%;
    }
    .hero-heading{
        width:fit-content;
    }
    .hero .container .hero-content .before-heading .hero-subtitle {
        font-size: 4vw;
        padding: 2vw;
        margin-left: 0;
    }
    .hero .container .hero-content .before-heading .subtitle-detail {
        font-size: 2vw;
    }
    .hero .container .hero-content .hero-heading .before-title {
        font-size: 2.2vw;
    }
    .hero .container .hero-content .hero-heading .title-remark {
        font-size: 2.2vw;
    }
    .hero-title {
        letter-spacing: -0.3vw;
    }
    .title-sub { font-size: 4vw; }
    .title-detail { font-size: 3.2vw; }

    .title-info {
        flex-wrap: wrap;
    }
    .title-info .title-info-title { font-size: 2vw; }
    .title-info .title-info-date { font-size: 2.4vw; }
    .title-info .title-info-place { font-size: 2vw; }

    .content-item-horiz { gap: 1vw; }
    .success_main_fact { border-radius: 60px; }
    .fact { width: 32%; }

    .recommend-content-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* タブレット用：2列×3行 */
    .achievement-medical {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5vw;
    }
    .achievement li { font-size: clamp(16px, 4vw, 3vw); }

    /* タブレット用：2列×3行 */
    .recommend-content-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .recommend-content-list li {
        font-size: 2.2vw;
    }

    /* タブレット用：2列の最後の行（5,6番目）に下線 */
    .recommend-content-list li:nth-child(5),
    .recommend-content-list li:nth-child(6) {
        border-bottom: 1px solid #00af90;
    }
    /* デスクトップ用の下線をリセット */
    .recommend-content-list li:nth-child(4) {
        border-bottom: none;
    }
    .voice p {
        font-size: 3vw;
    }

    /* タブレットでは2列のまま */

    .testea_method { gap: 3vw; }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        padding-top: 64px;
        background-position: right center;
    }
    .hero .container { padding: 7%; }
    .hero .container .hero-content { justify-content: center; }

    .hero .container .hero-content .before-heading {
        justify-content: flex-end;
        gap: 2vw;
    }
    .hero .container .hero-content .before-heading .hero-subtitle {
        font-size: 5vw;
        padding: 2.4vw;
    }
    .hero .container .hero-content .before-heading .subtitle-detail {
        font-size: 2.6vw;
        width:70%;
        margin-left: -4vw;
    }

    .hero .container .hero-content .hero-heading .before-title {
        font-size: 2.2vw;
    }
    .hero .container .hero-content .hero-heading .title-remark {
        font-size: 3vw;
        margin: 2vw;
    }

    .hero-title { font-size: 8vw; letter-spacing: -0.4vw; }
    .hero-title span { font-size: 12vw; letter-spacing: -0.4vw; }
    .title-sub { font-size: 4.6vw; }
    .title-detail { font-size: 3.8vw; }

    .title-info {
        align-items: center;
        text-align: center;
        gap: 1vw;
    }

    .content-item-horiz { flex-direction: column; }
    .content-item { width: 100%; }

    .success_main_fact {
        gap: 2vw;
        text-align: center;
    }
    .success_main_fact h3 { width: auto; font-size: 6vw; }
    .success_main_fact h3 span { font-size: 3vw; }
    .fact-content { width: 100%; }
    .fact { width: 100%; max-width: 360px; margin: 0 auto; }

    .merit-content { flex-direction: column; gap: 2vw; }
    .merit-content p { width: 100%; border: 0; border-left: 0; border-right: 0; }

    .recommend h2 { font-size: clamp(16px, 5vw, 5vw); }
    .recommend-content-list { grid-template-columns: 1fr; }
    .recommend-content-list li { font-size: clamp(16px, 3.6vw, 3.6vw); }

    .achievement h2 { font-size: clamp(16px, 6vw, 4vw); }
    .achievement h2 img { width: 50%; }
    .achievement h3 { 
        font-size: clamp(16px, 4vw, 3vw); 
        padding: 2vw 4vw;
    }

    /* スマホ用：2列×3行 */
    .achievement-medical {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }

    /* スマホ用：1列×6行 */
    .recommend-content-list {
        grid-template-columns: 1fr;
    }
    .recommend-content-list li {
        font-size: 3vw;
    }

    /* スマホ用：1列の最後の行（6番目）に下線 */
    .recommend-content-list li:nth-child(6) {
        border-bottom: 1px solid #00af90;
    }
    /* デスクトップ・タブレット用の下線をリセット */
    .recommend-content-list li:nth-child(4),
    .recommend-content-list li:nth-child(5) {
        border-bottom: none;
    }

    .voice h2 { font-size: clamp(16px, 6vw, 6vw); }
    .voice-content-heading h3 { font-size: clamp(16px, 5vw, 5vw); }
    
    /* スマホ用：1列表示 */
    .voice-content {
        flex-direction: column;
    }
    .voice-content-item {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .hero {
        padding-top: 56px;
    }
    .hero .container { padding: 8%; }

    .hero .container .hero-content .before-heading .hero-subtitle { font-size: 5vw; padding: 2.8vw; }
    .hero .container .hero-content .before-heading .subtitle-detail { font-size: 3vw; }

    .hero .container .hero-content .hero-heading .before-title { font-size: 3vw; }
    .hero .container .hero-content .hero-heading .title-remark { font-size: 4vw; }

    .hero-title { font-size: clamp(16px, 12vw, 10vw); }
    .hero-title span { font-size: clamp(16px, 16vw, 16vw); }

    .title-sub { font-size: clamp(16px, 6.2vw, 6.2vw); }
    .title-detail { font-size: clamp(16px, 5vw, 5vw); }
    .title-info .title-info-title, .title-info .title-info-date, .title-info .title-info-place{
        font-size: 3vw;
    }
    .title-info-detail{
        font-size: 1.8vw;
    }

    .content-item-heading h3 { font-size: 4vw; }
    .content-item-heading p { font-size: 6vw; margin-right: 2vw; }
    .content-item-detail p { font-size: 3.7vw;font-weight: 700; }

    .seminar_content h2, .speaker_profile h2 { font-size: 7vw; }

    .speaker_profile_content {  gap: 3vw; }
    .speaker_profile_content img { width: 50%; margin: 0 auto; }
    .speaker_profile_content .speaker_profile_content_text { width: 50%; }
    .speaker_profile_content .speaker_profile_content_text p { font-size: 2.5vw; }
    .speaker-name { margin: 3vw 0; }
    .speaker-name h3{ font-size: 5vw; }
    .success_main h2{ font-size: 6vw; }
    .success_main p { font-size: 2.2vw; }
    /* モバイル: 2列×2行 */
    .merit-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2vw; }
    .merit-content p { width: auto; border-left: 1px solid #00af90; }

}
