/* 共通テストセミナー ランディングページ用CSS */
/* 更新日時: 2025-01-27 */

/* 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 .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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

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

/* ナビゲーションメニュー */
.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%;
}

/* ヘッダー申し込みボタン */
.header-cta {
    margin-left: 20px;
}

.btn-apply {
    display: inline-block;
    background: #00af90;
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-apply:hover {
    background: #008c85;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 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;
}

.container {
    max-width: 1600px;
  margin: 0 auto;
    padding: 0 40px;
}

/* ヒーローセクション */
.hero {
    background-image:url(../img/FV.webp);
    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:4.2vw;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
}

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

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

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

.title-info{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#ffe160;
    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 #ffe160;
    border-bottom:1px solid #ffe160;
}

.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.6vw;
    font-weight:500;
    color:#000;
    line-height:1.2;
    padding: 0.75vw 0;
}

/* アピールセクション */
.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:3vw;
    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:1vw;
}

.recommend-content-list li{
    color:#000;
    border-top:1px solid #00af90;
    padding:10px 5px;
    font-weight:900;
    font-size: 1.3vw;
    line-height: 1.4;
    width:100%;
    list-style: none;
    position: relative; 
    min-width: 0;
    word-wrap: break-word;
}

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

/* フッター */
.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);
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .hero .container .hero-content .hero-heading .before-title {
        font-size: 2vw;
    }
    .title-info {
        gap: 1vw;
    }
}

/* デスクトップ画面での推奨対象リストの調整 */
@media (min-width: 1024px) {
    .recommend-content-list {
        gap: 1.5vw;
    }
    
    .recommend-content-list li {
        font-size: 1.1vw;
        padding: 12px 8px;
        min-width: 280px;
    }
}

/* 大画面でのさらなる調整 */
@media (min-width: 1200px) {
    .recommend-content-list li {
        font-size: 1.0vw;
        padding: 12px 10px;
    }
}

@media (max-width: 992px) {
    .section {
        padding-top: 100px;
    }
    .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_resized.webp);
        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; }
    .fact { width: 32%; }

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

    /* タブレット用：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;
    }
}

/* 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); }

@media (max-width: 768px) {
    .header .logo-img{
        height: 10vw;
    }
    .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: 1vw;
        text-align: center;
        flex-direction: column;
        padding: 2vw;
        border-radius: 13.666667vw;
    }
    .fact h4{
        font-size: 4vw;
    }
    .fact h4 span{
        font-size: 6vw;
    }
    .success_main .success_main_fact .fact p{
        font-size: 1.9vw;
    }
    .success_main_fact h3 { width: auto; font-size: 6vw; }
    .success_main_fact h3 span { font-size: 6vw; }
    .fact-content { width: 100%; gap: 2vw;}
    .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); }

    .seminar_content h2, .speaker_profile h2 { font-size: 7vw; }
    .success_main h2{ font-size: 6vw; }
    .success_main p { font-size: 2.8vw; }
    /* モバイル: 2列×2行 */
    .success_main_merit h3{
        font-size: 5vw;
    }
    .merit-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0vw;}
    .merit-content p { font-size: 3.5vw; width: auto; border-left: 1px solid #00af90; margin: 2vw 0; padding: 0 2vw;}
    .merit-content p span{
        font-size: 5vw;
        display: inline-block;
        margin: 0.5vw 0;
    }
    .merit-content p:nth-child(2){
        border-right: 1px solid #00af90;
    }

    /* スマホ用：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;
    }
}

@media (max-width: 576px) {
    .section {
        padding-top: 80px;
    }
    .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;
    }
}

/* 合格実績セクション */
.achievement{
    background:#F6F0E5;
    color:#bd9751;
    padding:5% 8%;
}

.achievement h2{
    font-size: clamp(18px, 3vw, 3vw);
    font-weight:900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    padding: 1.5vw;
    text-align: center;
    flex-wrap: wrap;
}

.achievement h2 img{
    width: 30%;
    height: auto;
    flex-shrink: 0;
}

.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;
    font-size: clamp(14px, 1.8vw, 1.8vw);
}

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

.achievement-other {
    color: #000;
    font-weight: 900;
    line-height: 1.1;
    padding: 1vw;
    text-align: center;
    margin: 2vw 0;
    display: block;
    font-size: clamp(14px, 1.8vw, 1.8vw);
}

/* 合格者の声セクション */
.voice{
    background:#DBF3EE;
    color:#00af90;
    padding: 6vw 2vw;
}

.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: clamp(18px, 2.5vw, 2.5vw);
    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;
    font-size: clamp(16px, 1.8vw, 1.8vw);
    line-height: 1.6;
}

/* 独自メソッドセクション */
.testea_method{
    display:flex;
    padding: 5vw;
    align-items: stretch;
    justify-content: space-between;
}

.testea_method_heading{
    color:#fff;
    background: url(../img/circle.svg) no-repeat center center;
    background-size: contain;
    font-size:2vw;
    line-height:1.2;
    width:35%;
    margin: 0 0 0 -10vw;
    aspect-ratio: 1 / 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    overflow: visible; /* はみ出し許可 */
}

.testea_method_heading .school_img{
    width: 10.5vw;
    height: auto;
    object-fit: contain;
}
.testea_method_heading > img:nth-of-type(1){
    margin-top: -6vw;
}
.testea_method_heading .testea_method_heading_horiz img{
    margin-right: -5vw;
}
.testea_method_heading > img:last-of-type{
    margin-bottom: -6vw;
}

/* 余白の積み上がり防止 */
.testea_method_heading img,
.testea_method_heading h2{
    margin: 0;
    display: block;
}

/* 横並びブロックをタイトに */
.testea_method_heading_horiz{
    display: flex;
    align-items: center;
}
.testea_method_heading_horiz h2{
  margin: 0;
    line-height: 1;
}

.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: 2vw;
}
.testea_method_content{
    width:60%;
    padding: 1vw;
}

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

.testea_method_content_item_child{
    border-left:5px solid #00af90;
    margin: 2vw 0 0 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 2vw;
    max-width: 1600px;
    margin: 0 auto;
    gap: 4vw;
    align-items: stretch;
}

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

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

.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_line .qr{
    display:block;
}

.school_info_content_address_line .line_url{
    display:none;
}

.school_info_map{
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.school_info_map iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

/* セクション共通スタイル */
.section {
    padding-top: 120px;
}

/* 申し込みセクション */
.section__title {
    text-align: center;
    font-size: clamp(24px, 3vw, 3vw);
    font-weight: 900;
    color: #00af90;
    margin-bottom: 3vw;
}

#satori__creative_container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.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: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

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


/* レスポンシブデザイン - 後半セクション */
@media (max-width: 992px) {
    .achievement h2 {
        font-size: clamp(16px, 4vw, 4vw);
        gap: 2vw;
        padding: 2vw;
    }
    .achievement h2 img {
        width: 35%;
    }
    
    .achievement h3{
        font-size: 3vw;
    }

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

    .testea_method { gap: 3vw; }
}

@media (max-width: 768px) {
    .achievement h2 { 
        font-size: clamp(16px, 6vw, 6vw);
        gap: 3vw;
        padding: 3vw 2vw;
        flex-direction: column;
    }
    .achievement h2 img { 
        width: 60%;
        margin: 1vw 0;
    }
    .achievement h3 { 
        font-size: clamp(16px, 4vw, 3vw); 
        padding: 2vw 4vw;
    }

    /* スマホ用：2列×3行 */
    .achievement-medical {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }
    .achievement-other { 
        font-size: clamp(14px, 4vw, 3vw);
        margin: 4vw 0;
        padding: 2vw;
    }

    .voice h2, .apply_content h2 { font-size: clamp(16px, 6vw, 6vw); }
    .voice p {
        font-size: 3vw;
    }
    .voice-content-heading h3 { font-size: clamp(16px, 5vw, 5vw); }
    .voice-university { 
        font-size: clamp(12px, 3vw, 3vw);
        margin-top: 1vw;
    }

.voice-university {
    font-size: clamp(14px, 2.2vw, 2.2vw);
    font-weight: 600;
    color: #666;
    display: block;
    margin-top: 0.5vw;
}
    
    /* スマホ用：1列表示 */
    .voice-content {
        flex-direction: column;
    }
    .voice-content-item {
        width: 100%;
    }

    .testea_method_heading{
        width: 50vw;
        margin: 0 0 0 -15vw;
    }

    .testea_method_heading .logo_img{
        width: 40vw;
        padding: 2vw 2vw 2vw 13vw;
    }

    .testea_method_heading .school_img{
        width: 13vw;
    }
    .testea_method_heading .testea_method_heading_horiz{
        margin-right: -15vw;
    }
    .testea_method_heading .testea_method_heading_horiz img{
        margin-right: -10vw;
    }
    .testea_method_heading .testea_method_heading_horiz h2{
        font-size: 6vw;
        padding: 0 2vw 2vw 0;
    }
    .testea_method_content{
        width: 45vw;
    }
    .testea_method_content_item_child h3{
        font-size: 4.5vw;
        line-height: 1.2;
        margin: 1vw 0;
    }
    .testea_method_content_item_child p{
        font-size: 3vw;
    }

     .school_info{
         flex-direction: column;
         align-items: center;
     }
     .school_info_content{
         width: 100%;
         display:grid;
         text-align: center;
         justify-items: center;
     }
     .school_info_content img{
        width: 60%;
     }
     .school_info_content a{
        font-size: 3vw;
     }
.school_info_content_address {
        align-items: end;
        gap: 5vw;
    }

    .school_info_content_address_text p{
        font-size: 3vw;
    }
    .school_info_content_address_text p span{
        font-size: 6vw;
    }

     .school_info_content_adress .qr{
        display:none;
     }
     .school_info_content_address_line{
        padding: 1vw;
     }
     .school_info_content_address_line .qr{
        display:none;
     }
     .school_info_content_address_line .line_url{
        display:block;
     }
     .school_info_content_address_line .line_url a{
        font-size: 3vw;
     }
     .school_info_content_address_line .line_url a img{
        width: 12vw;
        padding: 0;
        margin: 6vw;
     }
     .tel_number a{
        font-size: 4.2vw;
     }
     .tel_number span{
        font-size: 4vw;

     }
     .school_info_map{
        width: 60vw;
        height: 40vw;
     }
     
     /* フッターのレスポンシブ */
     .footer .container {
         padding: 0 20px;
     }
     
     .footer-content {
         flex-direction: column;
         text-align: center;
         gap: 15px;
     }
     
     .footer-info {
         min-width: auto;
     }
}

/* さらに小さい画面用 */
@media (max-width: 480px) {
    .achievement h2 {
        font-size: clamp(14px, 7vw, 7vw);
        gap: 4vw;
        padding: 4vw 1vw;
    }
    .achievement h2 img {
        width: 70%;
    }
    .achievement-other {
        font-size: clamp(14px, 4vw, 3vw);
        margin: 5vw 0;
        padding: 3vw;
    }
    .voice-university { 
        font-size: clamp(10px, 2.8vw, 2.8vw);
        margin-top: 1.5vw;
    }
}


