@charset "utf-8";
/* CSS Document */
/* ラインタイトル*/
p.snsLink{
text-align: left;
width: 90%;
margin: 0 auto;
line-height: 2;
}
h2.line.notoSerifCJK {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

h2.line.notoSerifCJK:before,
h2.line.notoSerifCJK:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

h2.line.notoSerifCJK:before {
    margin-right: 0.5em;
}

h2.line.notoSerifCJK:after {
    margin-left: 0.5em;
}
h2.line.notoSerifCJK,p.notoSerifCJK  {
	font-size: 1.5rem;
	color: #333333;
 font-family: "Noto Sans", "Noto Sans CJK JP", serif;
	font-weight: 600;
	margin-bottom: 1rem;
}
.container04{
margin-bottom: 3rem;
}
p.lead{
	margin-bottom: 1rem;
}
p.lead+p{
margin-bottom: 3rem;
}
.text02{
	font-size: 0.9rem;
	color: #333333;
	margin-bottom: 0.5rem;
}
.text02 .fa-brands.fa-quora{
color: #ff99cc;
font-size: 1.1rem;
}
.text03{
	font-size: 0.8rem;
	line-height: 1.7;
	margin-bottom: 3rem;
}
.wrap{
display: flex;
justify-content: space-between;
width: 80%;
margin: 2rem auto;
text-align: center;
}
.wrap .inner960.clear{
width: 48%;
}
p.voiceSns{
text-align: center;
}
/* interview記事 layout 設定*/
.voicer{
padding: 30px;
}
.inner960 div.voicer:nth-child(odd) {
background-color: #f6f6f6;
}
div.voicer h3 {
    font-size: 18px;
    color: #ff99cc;
    margin-bottom: 20px;
}
div.voicer .name .small{
font-size:  clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
}
ul.voicer_article{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
div.voicer ul.voicer_article li:nth-child(2){
width: 680px;
}
.btn_w {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 256px;
    line-height: 56px;
    color: #666 !important;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #333333;
    text-decoration: none !important;
}
.youtubeIcon{
max-width: 1.2rem;
height: auto;
}
@media screen and (max-width: 979px){

h2.line.notoSerifCJK,p.notoSerifCJK  {
	font-size: 1.1rem;

}
.container04{
margin-bottom: 1rem;
}
.btn_w{
line-height: 2.2;
}
.btn_w:hover{
line-height: 2.2;
}
.container01 .text img{
	width: 100%;
	margin: 0 ;
}
ul.voicer_article{
display: block;
}

div.voicer img{
	width: 100%;
	margin: 0;
}
div.voicer ul.voicer_article li:nth-child(1) {
margin-bottom: 3rem;
}
div.voicer ul.voicer_article li:nth-child(2) {
    width: 100%;
}
.btn_w.interviewR {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 100%;
        color: #666 !important;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid #333333;
        text-decoration: none !important;
    }
	.btn_w.interviewR:hover {
    text-align: center;
    display: block;
    margin: 0 auto;
     width: 100%;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #000;
    background-color: #000;
    text-decoration: none !important;
}
}



/* =========================================================
   卒業生インタビュー（まとめページ）用スタイル
   Color: Pink(#ff99cc), Gray(#f6f6f6), Text(#333333)
========================================================= */

/* --- 1. タイトルエリア全体の余白と文字揃え --- */
.interview_header {
    margin-bottom: 30px;
}
.interview_header p {
    text-align: center;
}
.interview_header h2 .title_inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}
.interview_header h2 .title_main {
    display: block;
    line-height: 1.4;
}
.interview_header h2 .title_sub {
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    margin-top: 2px;
    line-height: 1.4;
}


/* --- 2. 目次（TOC）ブロック --- */
.interview_toc {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.interview_toc h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
}
.interview_toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.interview_toc li {
    margin-bottom: 1.2rem;
}
.interview_toc li:last-child {
    margin-bottom: 0;
}
.interview_toc li a {
    display: flex;
    align-items: flex-start;
    color: #333333;
    text-decoration: none !important;
    line-height: 1.4;
}
.interview_toc li a span {
    border-bottom: 1px solid #333333;
    transition: all 0.3s ease;
}
.interview_toc li a:hover span {
    color: #ff99cc;
    border-color: #ff99cc;
}
.interview_toc li i.fa-caret-right {
    color: #666666;
    margin-top: 3px;
    margin-right: 8px;
    flex-shrink: 0;
}

.cat_title {
    margin-top: 3rem;
    color: #333333;
}


/* --- 3. インタビューカード（カード全体をリンク化） --- */
.interview_card {
    display: block; /* aタグをブロック要素にする */
    background-color: #f6f6f6;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: #333333;
    text-decoration: none !important; /* 全体の下線を消す */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 浮き上がるアニメーション */
}
/* マウスホバー時のエフェクト */
.interview_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
/* カードホバー時にボタンの色も変える */
.interview_card:hover .card_btn {
    background-color: #ffffff;
    border-color: #ff99cc;
    color: #ff99cc;
}


/* 画像とテキストを横並びにする枠 */
.card_inner {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* 左側の画像エリア */
.card_img {
    width: 160px;
    flex-shrink: 0;
}
.card_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* 右側のテキストエリア */
.card_content {
    flex-grow: 1;
}

/* タイトル部分 */
.interview_card .card_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 0;
}
.interview_card .job_label {
    display: inline-block;
    font-size: 0.85rem;
    color: #ffffff;
    background-color: #ff99cc;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
}
.interview_card .catch_text {
    font-size: 1.1rem;
    color: #ff99cc;
    line-height: 1.4;
    font-weight: bold;
}
.interview_card .card_name {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.interview_card .card_text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}


/* --- 4. Instagramリンクボタン（aタグからspanに変更） --- */
.card_btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    transition: all 0.3s ease;
}
.card_btn img {
    width: 1.2em;
    height: 1.2em;
    margin-right: 8px;
}


/* --- 5. スマホ用レスポンシブ --- */
@media screen and (max-width: 768px) {
.cat_title {
  scroll-margin-top: 80px; 
}
    .interview_card {
        padding: 1.2rem 1rem;
    }
    .card_inner {
        flex-direction: column;
        gap: 15px;
    }
    .card_img {
        width: 160px; /* スマホでも見やすいサイズ */
        margin: 0 auto; /* ★画像を中央寄せにする */
    }
    .interview_card .card_title {
        /*align-items: flex-start;*/
        flex-direction: column;
        gap: 6px;
    }
}